diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000000..94f480de94e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto eol=lf
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index 0df428e5061..bf58b69756b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,9 +7,10 @@
/components
/resources
/aot
+dist
# dependencies
-/node_modules
+**/node_modules
# IDEs and editors
/.idea
@@ -20,9 +21,6 @@
.settings/
*.sublime-workspace
-# IDE - VSCode
-.vscode
-
# misc
/.sass-cache
/connect.lock
@@ -39,6 +37,7 @@ testem.log
# System Files
.DS_Store
+**/.DS_Store
Thumbs.db
# type doc
@@ -48,3 +47,6 @@ api-generator/themedoc.json
.nx
builder/node_modules
+
+# primeng packages
+packages/primeng/src/package.json
diff --git a/.husky/pre-commit b/.husky/pre-commit
new file mode 100644
index 00000000000..2312dc587f6
--- /dev/null
+++ b/.husky/pre-commit
@@ -0,0 +1 @@
+npx lint-staged
diff --git a/.npmignore b/.npmignore
deleted file mode 100644
index 33773ff6403..00000000000
--- a/.npmignore
+++ /dev/null
@@ -1,66 +0,0 @@
-# compiled output
-/dist
-/tmp
-/out-tsc
-/aot
-
-# source
-src
-
-# test
-e2e
-karma.conf.js
-protractor.conf.js
-*.spec.d.ts
-*.spec.js
-*.spec.js.map
-*.spec.metadata.json
-*.spec.ngsummary.json
-
-# dependencies
-node_modules
-
-# IDEs and editors
-/.idea
-.project
-.classpath
-.c9/
-*.launch
-.settings/
-*.sublime-workspace
-.editorconfig
-.prettierignore
-.prettierrc.json
-
-# IDE - VSCode
-/.vscode
-
-# misc
-/.sass-cache
-/connect.lock
-/coverage
-/libpeerconnection.log
-npm-debug.log
-testem.log
-/typings
-.gitignore
-exports
-CHANGELOG.md
-
-# config
-.angular-cli.json
-angular.json
-tsconfig*.json
-.eslintrc.json
-gulpfile.js
-.github
-package-lock.json
-
-# System Files
-.DS_Store
-Thumbs.db
-
-# aot
-*.ngfactory.js
-*.ngfactory.js.map
-*.ngsummary.json
diff --git a/.npmrc b/.npmrc
new file mode 100644
index 00000000000..bf2e7648b07
--- /dev/null
+++ b/.npmrc
@@ -0,0 +1 @@
+shamefully-hoist=true
diff --git a/.prettierignore b/.prettierignore
index 32941fab99a..2161e03de3a 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -8,3 +8,7 @@ styles
node_modules
.vscode
.angular
+*.md
+*.yml
+/tsconfig.json
+*.json
diff --git a/.prettierrc.json b/.prettierrc.json
index ef9b5f24ebb..f6970ca5995 100644
--- a/.prettierrc.json
+++ b/.prettierrc.json
@@ -1,12 +1,29 @@
{
- "tabWidth": 4,
"useTabs": false,
- "singleQuote": true,
+ "tabWidth": 4,
+ "trailingComma": "none",
"semi": true,
- "bracketSpacing": true,
- "arrowParens": "always",
- "trailingComma": "all",
+ "singleQuote": true,
+ "printWidth": 250,
"bracketSameLine": false,
- "printWidth": 140,
- "parser": "typescript"
-}
\ No newline at end of file
+ "overrides": [
+ {
+ "files": ["*.ts", "*.mts", "*.d.ts"],
+ "options": {
+ "parser": "typescript"
+ }
+ },
+ {
+ "files": ["*.html"],
+ "options": {
+ "parser": "html"
+ }
+ },
+ {
+ "files": ["*.component.html"],
+ "options": {
+ "parser": "angular"
+ }
+ }
+ ]
+}
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 00000000000..924522fb08d
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,19 @@
+{
+ "editor.codeActionsOnSave": {
+ "source.fixAll.eslint": "explicit",
+ "source.organizeImports": "explicit"
+ },
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "[javascript]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "editor.formatOnSave": true
+ },
+ "[html]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "editor.formatOnSave": true
+ },
+ "[typescript]": {
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
+ "editor.formatOnSave": true
+ }
+}
diff --git a/.vscode/settings.team.json b/.vscode/settings.team.json
deleted file mode 100644
index 395eecc5019..00000000000
--- a/.vscode/settings.team.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "editor.codeActionsOnSave": {
- "source.fixAll.eslint": true,
- "source.organizeImports": true
- },
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "[javascript]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "editor.formatOnSave": true
- },
- "[typescript]": {
- "editor.defaultFormatter": "esbenp.prettier-vscode",
- "editor.formatOnSave": true
- }
-}
diff --git a/LICENSE.md b/LICENSE.md
index 999fb85bfeb..825c3103ad9 100755
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,4 +1,6 @@
-# PRIMENG COMMUNITY VERSIONS LICENSE
+# PRIMENG LICENSES
+
+## PRIMENG COMMUNITY VERSIONS LICENSE
The MIT License (MIT)
@@ -22,7 +24,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-# PRIMENG LTS VERSIONS LICENSE (Versions with -lts suffix)
+## PRIMENG LTS VERSIONS LICENSE (Versions with -lts suffix)
THIS LICENSE AGREEMENT (THIS “CLA”) CONTAINS THE TERMS AND CONDITIONS FOR YOUR USE OF “PRIMENG LONG TERM SUPPORT”, A SUITE OF Angular Components (THE “Software”). THIS CLA IS A BINDING AGREEMENT BETWEEN YOU (“Licensee”) AND PrimeTek Bilişim. (“Licensor“); HOWEVER, IF YOU ARE ACTING AS AN AGENT FOR ANOTHER, SUCH AS ON BEHALF OF YOUR EMPLOYER, THEN “YOU” MEANS THE OTHER PERSON. BY INSTALLING, COPYING, USING OR OTHERWISE ACCESSING THE SOFTWARE, YOU AGREE TO BE BOUND BY THESE TERMS AND CONDITIONS.
@@ -30,46 +32,46 @@ The term “Software” includes all source and object code, in whole and/or par
## Summary
-- Can be used on unlimited sites and servers
-- Source-code cannot be resold or distributed
-- Commercial use allowed
-- Can modify source-code but cannot distribute modifications (derivative works)
+- Can be used on unlimited sites and servers
+- Source-code cannot be resold or distributed
+- Commercial use allowed
+- Can modify source-code but cannot distribute modifications (derivative works)
## Terms and Conditions
-1. **License Grant:** Licensor hereby grants Licensee a Personal, Non-assignable and non-transferable, Commercial, Royalty free, Including the rights to create but not distribute derivative works, Non-exclusive license identified with a unique key stated in section 3, all with accordance with the terms set forth and other legal restrictions set forth in 3rd party software used while running Software.
+1. **License Grant:** Licensor hereby grants Licensee a Personal, Non-assignable and non-transferable, Commercial, Royalty free, Including the rights to create but not distribute derivative works, Non-exclusive license identified with a unique key stated in section 3, all with accordance with the terms set forth and other legal restrictions set forth in 3rd party software used while running Software.
- 1. **Limited:** Licensee may use Software for the purpose of:
+ 1. **Limited:** Licensee may use Software for the purpose of:
- 1. Running Software on Licensee’s Website\[s\] and Server\[s\];
- 2. Allowing 3rd Parties to run Software on Licensee’s Website\[s\] and Server\[s\];
- 3. Publishing Software’s output to Licensee and 3rd Parties;
- 4. Distribute verbatim copies of Software’s output (including compiled binaries);
- 5. Modify Software to suit Licensee’s needs and specifications.
+ 1. Running Software on Licensee’s Website\[s\] and Server\[s\];
+ 2. Allowing 3rd Parties to run Software on Licensee’s Website\[s\] and Server\[s\];
+ 3. Publishing Software’s output to Licensee and 3rd Parties;
+ 4. Distribute verbatim copies of Software’s output (including compiled binaries);
+ 5. Modify Software to suit Licensee’s needs and specifications.
- 2. **Non Assignable and Non-Transferable:** Licensee may not assign or transfer his rights and duties under this license.
- 3. **Commercial, Royalty Free:** Licensee may use Software for any purpose, including paid-services, without any royalties
- 4. **Including the Right to Create Derivative Works:** Licensee may create derivative works based on Software, including amending Software’s source code, modifying it, integrating it into a larger work or removing portions of Software, as long as no distribution of the derivative works is made
+ 2. **Non Assignable and Non-Transferable:** Licensee may not assign or transfer his rights and duties under this license.
+ 3. **Commercial, Royalty Free:** Licensee may use Software for any purpose, including paid-services, without any royalties
+ 4. **Including the Right to Create Derivative Works:** Licensee may create derivative works based on Software, including amending Software’s source code, modifying it, integrating it into a larger work or removing portions of Software, as long as no distribution of the derivative works is made
-2. **Term & Termination:** The Term of this license shall be until terminated. Licensor may terminate this Agreement, including Licensee’s license in the case where Licensee :
- 1. became insolvent or otherwise entered into any liquidation process; or
- 2. exported The Software to any jurisdiction where licensor may not enforce his rights under this agreements in; or
- 3. Licensee was in breach of any of this license's terms and conditions and such breach was not cured, immediately upon notification; or
- 4. Licensee in breach of any of the terms of clause 2 to this license; or
- 5. Licensee otherwise entered into any arrangement which caused Licensor to be unable to enforce his rights under this License.
-3. **Payment:** In consideration of the License granted under clause 2, Licensee shall pay Licensor a fee, via credit card or any other mean which Licensor may deem adequate. Failure to perform payment shall construe as material breach of this Agreement. Transaction id of the payment is the unique license key granted to Licensee.
-4. **Upgrades, Updates and Fixes:** .
+2. **Term & Termination:** The Term of this license shall be until terminated. Licensor may terminate this Agreement, including Licensee’s license in the case where Licensee :
+ 1. became insolvent or otherwise entered into any liquidation process; or
+ 2. exported The Software to any jurisdiction where licensor may not enforce his rights under this agreements in; or
+ 3. Licensee was in breach of any of this license's terms and conditions and such breach was not cured, immediately upon notification; or
+ 4. Licensee in breach of any of the terms of clause 2 to this license; or
+ 5. Licensee otherwise entered into any arrangement which caused Licensor to be unable to enforce his rights under this License.
+3. **Payment:** In consideration of the License granted under clause 2, Licensee shall pay Licensor a fee, via credit card or any other mean which Licensor may deem adequate. Failure to perform payment shall construe as material breach of this Agreement. Transaction id of the payment is the unique license key granted to Licensee.
+4. **Upgrades, Updates and Fixes:** .
- 1. **Fix:** for the purpose of this license, a fix shall be a minor amendment in The Software, intended to remove bugs or alter minor features which impair the The Software's functionality. A fix shall be marked as a new sub-sub-version number. For example, should Licensee purchase Software under version 1.1.1, an upgrade shall commence under number 1.1.2.
+ 1. **Fix:** for the purpose of this license, a fix shall be a minor amendment in The Software, intended to remove bugs or alter minor features which impair the The Software's functionality. A fix shall be marked as a new sub-sub-version number. For example, should Licensee purchase Software under version 1.1.1, an upgrade shall commence under number 1.1.2.
-5. **Support:** Software is provided under an AS-IS basis and without any support, updates or maintenance. Nothing in this Agreement shall require Licensor to provide Licensee with support or fixes to any bug, failure, mis-performance or other defect in The Software.
-6. **Liability:** To the extent permitted under Law, The Software is provided under an AS-IS basis. Licensor shall never, and without any limit, be liable for any damage, cost, expense or any other payment incurred by Licesee as a result of Software’s actions, failure, bugs and/or any other interaction between The Software and Licesee’s end-equipment, computers, other software or any 3rd party, end-equipment, computer or services. Moreover, Licensor shall never be liable for any defect in source code written by Licensee when relying on The Software or using The Software’s source code.
-7. **Warranty:**
+5. **Support:** Software is provided under an AS-IS basis and without any support, updates or maintenance. Nothing in this Agreement shall require Licensor to provide Licensee with support or fixes to any bug, failure, mis-performance or other defect in The Software.
+6. **Liability:** To the extent permitted under Law, The Software is provided under an AS-IS basis. Licensor shall never, and without any limit, be liable for any damage, cost, expense or any other payment incurred by Licesee as a result of Software’s actions, failure, bugs and/or any other interaction between The Software and Licesee’s end-equipment, computers, other software or any 3rd party, end-equipment, computer or services. Moreover, Licensor shall never be liable for any defect in source code written by Licensee when relying on The Software or using The Software’s source code.
+7. **Warranty:**
- 1. **Intellectual Property:** Licensor hereby warrants that The Software does not violate or infringe any 3rd party claims in regards to intellectual property, patents and/or trademarks and that to the best of its knowledge no legal action has been taken against it for any infringement or violation of any 3rd party intellectual property rights.
- 2. **No-Warranty:** The Software is provided without any warranty; Licensor hereby disclaims any warranty that The Software shall be error free, without defects or code which may cause damage to Licensee’s computers or to Licensee, and that Software shall be functional. Licensee shall be solely liable to any damage, defect or loss incurred as a result of operating software and undertake the risks contained in running The Software on License’s Server\[s\] and Website\[s\].
- 3. **Prior Inspection:** Licensee hereby states that he inspected The Software thoroughly and found it satisfactory and adequate to his needs, that it does not interfere with his regular operation and that it does meet the standards and scope of his computer systems and architecture. Licensee found that The Software interacts with his development, website and server environment and that it does not infringe any of End User License Agreement of any software Licensee may use in performing his services. Licensee hereby waives any claims regarding The Software's incompatibility, performance, results and features, and warrants that he inspected the The Software.
+ 1. **Intellectual Property:** Licensor hereby warrants that The Software does not violate or infringe any 3rd party claims in regards to intellectual property, patents and/or trademarks and that to the best of its knowledge no legal action has been taken against it for any infringement or violation of any 3rd party intellectual property rights.
+ 2. **No-Warranty:** The Software is provided without any warranty; Licensor hereby disclaims any warranty that The Software shall be error free, without defects or code which may cause damage to Licensee’s computers or to Licensee, and that Software shall be functional. Licensee shall be solely liable to any damage, defect or loss incurred as a result of operating software and undertake the risks contained in running The Software on License’s Server\[s\] and Website\[s\].
+ 3. **Prior Inspection:** Licensee hereby states that he inspected The Software thoroughly and found it satisfactory and adequate to his needs, that it does not interfere with his regular operation and that it does meet the standards and scope of his computer systems and architecture. Licensee found that The Software interacts with his development, website and server environment and that it does not infringe any of End User License Agreement of any software Licensee may use in performing his services. Licensee hereby waives any claims regarding The Software's incompatibility, performance, results and features, and warrants that he inspected the The Software.
-8. **No Refunds:** Licensee warrants that he inspected The Software according to clause 7(c) and that it is adequate to his needs. Accordingly, as The Software is intangible goods, Licensee shall not be, ever, entitled to any refund, rebate, compensation or restitution for any reason whatsoever, even if The Software contains material flaws.
-9. **Indemnification:** Licensee hereby warrants to hold Licensor harmless and indemnify Licensor for any lawsuit brought against it in regards to Licensee’s use of The Software in means that violate, breach or otherwise circumvent this license, Licensor's intellectual property rights or Licensor's title in The Software. Licensor shall promptly notify Licensee in case of such legal action and request Licensee’s consent prior to any settlement in relation to such lawsuit or claim.
+8. **No Refunds:** Licensee warrants that he inspected The Software according to clause 7(c) and that it is adequate to his needs. Accordingly, as The Software is intangible goods, Licensee shall not be, ever, entitled to any refund, rebate, compensation or restitution for any reason whatsoever, even if The Software contains material flaws.
+9. **Indemnification:** Licensee hereby warrants to hold Licensor harmless and indemnify Licensor for any lawsuit brought against it in regards to Licensee’s use of The Software in means that violate, breach or otherwise circumvent this license, Licensor's intellectual property rights or Licensor's title in The Software. Licensor shall promptly notify Licensee in case of such legal action and request Licensee’s consent prior to any settlement in relation to such lawsuit or claim.
10. **Governing Law, Jurisdiction:** Licensee hereby agrees not to initiate class-action lawsuits against Licensor in relation to this license and to compensate Licensor for any legal fees, cost or attorney fees should any claim brought by Licensee against Licensor be denied, in part or in full.
diff --git a/README.md b/README.md
index 76a278809b4..e5e30bd2b50 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,3 @@
-
[![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng)
[![npm downloads](https://img.shields.io/npm/dm/primeng.svg)](https://www.npmjs.com/package/primeng)
[![Actions CI](https://github.com/primefaces/primeng/workflows/NodeJS%20CI/badge.svg)](https://github.com/primefaces/primeng/actions/workflows/node.js.yml)
@@ -8,4 +7,5 @@
[![PrimeNG Hero](https://www.primefaces.org/static/social/primeng-preview.jpg)](https://primeng.org)
### Website
+
PrimeNG is a rich set of open source UI Components for Angular. Visit the [PrimeNG website](https://primeng.org/) for interactive demos, comprehensive documentation and additional resources.
diff --git a/angular.json b/angular.json
deleted file mode 100644
index 724cf6ef891..00000000000
--- a/angular.json
+++ /dev/null
@@ -1,129 +0,0 @@
-{
- "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
- "version": 1,
- "newProjectRoot": "projects",
- "projects": {
- "primeng-library": {
- "root": "src",
- "projectType": "library",
- "architect": {
- "build": {
- "builder": "@angular-devkit/build-angular:ng-packagr",
- "options": {
- "project": "src/app/components/ng-package.json",
- "tsConfig": "src/app/components/tsconfig.lib.prod.json"
- }
- }
- }
- },
- "primeng": {
- "projectType": "application",
- "schematics": {
- "@schematics/angular:component": {
- "style": "scss"
- }
- },
- "root": "",
- "sourceRoot": "src",
- "prefix": "app",
- "architect": {
- "build": {
- "builder": "@angular-devkit/build-angular:application",
- "options": {
- "outputPath": "dist/primeng",
- "index": "src/index.html",
- "browser": "src/main.ts",
- "polyfills": [
- "zone.js"
- ],
- "tsConfig": "tsconfig.app.json",
- "inlineStyleLanguage": "scss",
- "assets": [
- "src/favicon.ico",
- "src/assets"
- ],
- "styles": [
- "src/styles.scss"
- ],
- "scripts": [
- "./node_modules/prismjs/prism.js",
- "./node_modules/prismjs/components/prism-typescript.js",
- "./node_modules/prismjs/components/prism-scss.js",
- "./node_modules/prismjs/components/prism-bash.js"
- ],
- "allowedCommonJsDependencies": [
- "chart.js",
- "xlsx",
- "jspdf-autotable",
- "file-saver",
- "jspdf",
- "quill",
- "core-js",
- "raf",
- "rgbcolor"
- ],
- "server": "src/main.server.ts",
- "prerender": {
- "discoverRoutes": false,
- "routesFile": "routes.txt"
- },
- "ssr": {
- "entry": "server.ts"
- }
- },
- "configurations": {
- "production": {
- "outputHashing": "all"
- },
- "development": {
- "optimization": false,
- "extractLicenses": false,
- "sourceMap": false
- }
- },
- "defaultConfiguration": "production"
- },
- "serve": {
- "builder": "@angular-devkit/build-angular:dev-server",
- "configurations": {
- "production": {
- "buildTarget": "primeng:build:production"
- },
- "development": {
- "buildTarget": "primeng:build:development"
- }
- },
- "defaultConfiguration": "development"
- },
- "extract-i18n": {
- "builder": "@angular-devkit/build-angular:extract-i18n",
- "options": {
- "buildTarget": "primeng:build"
- }
- },
- "test": {
- "builder": "@angular-devkit/build-angular:karma",
- "options": {
- "polyfills": [
- "zone.js",
- "zone.js/testing"
- ],
- "tsConfig": "tsconfig.spec.json",
- "inlineStyleLanguage": "scss",
- "assets": [
- "src/favicon.ico",
- "src/assets"
- ],
- "styles": [
- "src/styles.scss"
- ],
- "scripts": []
- }
- }
- }
- }
- },
- "cli": {
- "analytics": false
- }
-}
\ No newline at end of file
diff --git a/api-generator/themedoc.json b/api-generator/themedoc.json
deleted file mode 100644
index d7f525df728..00000000000
--- a/api-generator/themedoc.json
+++ /dev/null
@@ -1,150049 +0,0 @@
-{
- "id": 0,
- "name": "PrimeNG",
- "variant": "project",
- "kind": 1,
- "flags": {},
- "children": [
- {
- "id": 1,
- "name": "themes/accordion",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Accordion Design Tokens\n\n[Live Demo](https://www.primeng.org/accordion/)"
- }
- ]
- },
- "children": [
- {
- "id": 2,
- "name": "AccordionDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 4,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 5,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 5
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 6,
- "name": "panel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the panel section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 7,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 8,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.panel.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 9,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.panel.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 8,
- 9
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 28,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 10,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 45,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L45"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 11,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 12,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 51,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L51"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 13,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 14,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 15,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 16,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 17,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 18,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 19,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 20,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 21,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 22,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 23,
- "name": "activeHoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active hover background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.active.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 24,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of header"
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 121,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L121"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 25,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 26,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 127,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L127"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 27,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 133,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 28,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 139,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 29,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 145,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 30,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 151,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 26,
- 27,
- 28,
- 29,
- 30
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 121,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L121"
- }
- ]
- }
- }
- },
- {
- "id": 31,
- "name": "toggleIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Toggle icon of header"
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 156,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L156"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 32,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 33,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Toggle icon color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.toggle.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 162,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L162"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 34,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Toggle icon hover color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.toggle.icon.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 168,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L168"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 35,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Toggle icon active color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.toggle.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 174,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L174"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 36,
- "name": "activeHoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Toggle icon active hover color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.toggle.icon.active.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 180,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L180"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 33,
- 34,
- 35,
- 36
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 156,
- "character": 21,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L156"
- }
- ]
- }
- }
- },
- {
- "id": 37,
- "name": "first",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "First of header"
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 185,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L185"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 38,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 39,
- "name": "topBorderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "First top border radius of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.first.top.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 191,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L191"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 40,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "First border width of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.first.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 197,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L197"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 39,
- 40
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 185,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L185"
- }
- ]
- }
- }
- },
- {
- "id": 41,
- "name": "last",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Last of header"
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 202,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L202"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 42,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 43,
- "name": "bottomBorderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Last bottom border radius of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.last.bottom.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 208,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L208"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 44,
- "name": "activeBottomBorderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Last active bottom border radius of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.header.last.active.bottom.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 214,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L214"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 43,
- 44
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 202,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L202"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 12,
- 13,
- 14,
- 15,
- 16,
- 17,
- 18,
- 19,
- 20,
- 21,
- 22,
- 23,
- 24,
- 31,
- 37,
- 41
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 45,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L45"
- }
- ]
- }
- }
- },
- {
- "id": 45,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 220,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L220"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 46,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 47,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.content.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 226,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L226"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 48,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.content.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 232,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L232"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 49,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.content.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 238,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L238"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 50,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.content.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 244,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L244"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 51,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "accordion.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 250,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L250"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 47,
- 48,
- 49,
- 50,
- 51
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 220,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L220"
- }
- ]
- }
- }
- },
- {
- "id": 52,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 53,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 54,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2,
- "name": "AccordionDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 55,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2,
- "name": "AccordionDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 54,
- 55
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3,
- 6,
- 10,
- 45,
- 52
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2,
- "name": "AccordionDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2
- ]
- }
- ],
- "sources": [
- {
- "fileName": "accordion/index.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/accordion/index.ts#L1"
- }
- ]
- },
- {
- "id": 56,
- "name": "themes/autocomplete",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "AutoComplete Design Tokens\n\n[Live Demo](https://www.primeng.org/autocomplete/)"
- }
- ]
- },
- "children": [
- {
- "id": 57,
- "name": "AutoCompleteDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 58,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 59,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 60,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 61,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 62,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 63,
- "name": "filledFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled focus background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.filled.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 64,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 65,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 66,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 67,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 68,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 69,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 70,
- "name": "placeholderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Placeholder color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.placeholder.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 71,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 72,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 73,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 74,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 75,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 76,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 77,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 117,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 78,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 123,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 79,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 80,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 81,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 77,
- 78,
- 79,
- 80,
- 81
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 111,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L111"
- }
- ]
- }
- }
- },
- {
- "id": 82,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 60,
- 61,
- 62,
- 63,
- 64,
- 65,
- 66,
- 67,
- 68,
- 69,
- 70,
- 71,
- 72,
- 73,
- 74,
- 75,
- 82
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 83,
- "name": "overlay",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the overlay section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 153,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L153"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 84,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 85,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.overlay.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 159,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L159"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 86,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.overlay.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 165,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 87,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.overlay.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 171,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L171"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 88,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.overlay.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 177,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L177"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 89,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.overlay.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 183,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L183"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 85,
- 86,
- 87,
- 88,
- 89
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 153,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L153"
- }
- ]
- }
- }
- },
- {
- "id": 90,
- "name": "list",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 188,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L188"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 91,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 92,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 194,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L194"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 93,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 200,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L200"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 92,
- 93
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 188,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L188"
- }
- ]
- }
- }
- },
- {
- "id": 94,
- "name": "option",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the option section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 205,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L205"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 95,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 96,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 211,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L211"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 97,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 217,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L217"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 98,
- "name": "selectedFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.selected.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 223,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L223"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 99,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 229,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L229"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 100,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 235,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L235"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 101,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 241,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L241"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 102,
- "name": "selectedFocusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.selected.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 247,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L247"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 103,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 253,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L253"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 104,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 259,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L259"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 96,
- 97,
- 98,
- 99,
- 100,
- 101,
- 102,
- 103,
- 104
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 205,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L205"
- }
- ]
- }
- }
- },
- {
- "id": 105,
- "name": "optionGroup",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the option group section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 264,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L264"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 106,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 107,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.group.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 270,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L270"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 108,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.group.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 276,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L276"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 109,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.group.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 282,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L282"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 110,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.option.group.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 288,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L288"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 107,
- 108,
- 109,
- 110
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 264,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L264"
- }
- ]
- }
- }
- },
- {
- "id": 111,
- "name": "dropdown",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the dropdown section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 293,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L293"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 112,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 113,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 299,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L299"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 114,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 305,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L305"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 115,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 311,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L311"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 116,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active border color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 317,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L317"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 117,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 323,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L323"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 118,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of dropdown"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 327,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L327"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 119,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 120,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 333,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L333"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 121,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 339,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L339"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 122,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 345,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L345"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 123,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 351,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L351"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 124,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 357,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L357"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 120,
- 121,
- 122,
- 123,
- 124
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 327,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L327"
- }
- ]
- }
- }
- },
- {
- "id": 125,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 364,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L364"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 126,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 370,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L370"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 127,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 376,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L376"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 128,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 382,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L382"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 129,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 388,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L388"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 130,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.dropdown.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 394,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L394"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 113,
- 114,
- 115,
- 116,
- 117,
- 118,
- 125,
- 126,
- 127,
- 128,
- 129,
- 130
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 293,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L293"
- }
- ]
- }
- }
- },
- {
- "id": 131,
- "name": "chip",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the chip section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 399,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L399"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 132,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 133,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of chip"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.chip.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 405,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L405"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 133
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 399,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L399"
- }
- ]
- }
- }
- },
- {
- "id": 134,
- "name": "emptyMessage",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the empty message section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 410,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L410"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 135,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 136,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of empty message"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "autocomplete.empty.message.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 416,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L416"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 136
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 410,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L410"
- }
- ]
- }
- }
- },
- {
- "id": 137,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 138,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 139,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 57,
- "name": "AutoCompleteDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 140,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 57,
- "name": "AutoCompleteDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 139,
- 140
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 58,
- 83,
- 90,
- 94,
- 105,
- 111,
- 131,
- 134,
- 137
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 57,
- "name": "AutoCompleteDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 57
- ]
- }
- ],
- "sources": [
- {
- "fileName": "autocomplete/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/autocomplete/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 141,
- "name": "themes/avatar",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Avatar Design Tokens\n\n[Live Demo](https://www.primeng.org/avatar/)"
- }
- ]
- },
- "children": [
- {
- "id": 142,
- "name": "AvatarDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 143,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 144,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 145,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 146,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 147,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 148,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 149,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 145,
- 146,
- 147,
- 148,
- 149
- ]
- }
- ],
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 150,
- "name": "group",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the group section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 52,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 151,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 152,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.group.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 153,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Offset of group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.group.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 152,
- 153
- ]
- }
- ],
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 52,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L52"
- }
- ]
- }
- }
- },
- {
- "id": 154,
- "name": "lg",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the lg section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 69,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 155,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 156,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of lg"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.lg.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 157,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of lg"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.lg.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 158,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of lg"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.lg.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 156,
- 157,
- 158
- ]
- }
- ],
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 69,
- "character": 9,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L69"
- }
- ]
- }
- }
- },
- {
- "id": 159,
- "name": "xl",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the xl section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 92,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 160,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 161,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of xl"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.xl.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 98,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 162,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of xl"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.xl.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 104,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L104"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 163,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of xl"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "avatar.xl.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 110,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L110"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 161,
- 162,
- 163
- ]
- }
- ],
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 92,
- "character": 9,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L92"
- }
- ]
- }
- }
- },
- {
- "id": 164,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 165,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 166,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 142,
- "name": "AvatarDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 167,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 142,
- "name": "AvatarDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 166,
- 167
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 143,
- 150,
- 154,
- 159,
- 164
- ]
- }
- ],
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 142,
- "name": "AvatarDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 142
- ]
- }
- ],
- "sources": [
- {
- "fileName": "avatar/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/avatar/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 168,
- "name": "themes/badge",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Badge Design Tokens\n\n[Live Demo](https://www.primeng.org/badge/)"
- }
- ]
- },
- "children": [
- {
- "id": 169,
- "name": "BadgeDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 170,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 171,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 172,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 173,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 174,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 175,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 176,
- "name": "minWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Min width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.min.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 177,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 172,
- 173,
- 174,
- 175,
- 176,
- 177
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 178,
- "name": "dot",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the dot section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 179,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 180,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of dot"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.dot.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 180
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 58,
- "character": 10,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L58"
- }
- ]
- }
- }
- },
- {
- "id": 181,
- "name": "sm",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the sm section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 69,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 182,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 183,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of sm"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.sm.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 184,
- "name": "minWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Min width of sm"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.sm.min.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 185,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of sm"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.sm.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 183,
- 184,
- 185
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 69,
- "character": 9,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L69"
- }
- ]
- }
- }
- },
- {
- "id": 186,
- "name": "lg",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the lg section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 92,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 187,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 188,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of lg"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.lg.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 98,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 189,
- "name": "minWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Min width of lg"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.lg.min.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 104,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L104"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 190,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of lg"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.lg.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 110,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L110"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 188,
- 189,
- 190
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 92,
- "character": 9,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L92"
- }
- ]
- }
- }
- },
- {
- "id": 191,
- "name": "xl",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the xl section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 115,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 192,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 193,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of xl"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.xl.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 121,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 194,
- "name": "minWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Min width of xl"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.xl.min.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 127,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 195,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of xl"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.xl.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 133,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 193,
- 194,
- 195
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 115,
- "character": 9,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L115"
- }
- ]
- }
- }
- },
- {
- "id": 196,
- "name": "primary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the primary section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 138,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L138"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 197,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 198,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of primary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.primary.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 144,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L144"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 199,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of primary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.primary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 150,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L150"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 198,
- 199
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 138,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L138"
- }
- ]
- }
- }
- },
- {
- "id": 200,
- "name": "secondary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the secondary section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 155,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 201,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 202,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.secondary.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 161,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 203,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.secondary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 167,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L167"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 202,
- 203
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 155,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L155"
- }
- ]
- }
- }
- },
- {
- "id": 204,
- "name": "success",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the success section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 172,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L172"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 205,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 206,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.success.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 178,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L178"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 207,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.success.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 184,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L184"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 206,
- 207
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 172,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L172"
- }
- ]
- }
- }
- },
- {
- "id": 208,
- "name": "info",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the info section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 189,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L189"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 209,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 210,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.info.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 195,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L195"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 211,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.info.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 201,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L201"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 210,
- 211
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 189,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L189"
- }
- ]
- }
- }
- },
- {
- "id": 212,
- "name": "warn",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the warn section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 206,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L206"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 213,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 214,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.warn.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 212,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L212"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 215,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.warn.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 218,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L218"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 214,
- 215
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 206,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L206"
- }
- ]
- }
- }
- },
- {
- "id": 216,
- "name": "danger",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the danger section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 223,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L223"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 217,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 218,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of danger"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.danger.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 229,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L229"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 219,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of danger"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.danger.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 235,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L235"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 218,
- 219
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 223,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L223"
- }
- ]
- }
- }
- },
- {
- "id": 220,
- "name": "contrast",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the contrast section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 240,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L240"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 221,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 222,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.contrast.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 246,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L246"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 223,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "badge.contrast.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 252,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L252"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 222,
- 223
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 240,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L240"
- }
- ]
- }
- }
- },
- {
- "id": 224,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 225,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 226,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 169,
- "name": "BadgeDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 227,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 169,
- "name": "BadgeDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 226,
- 227
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 170,
- 178,
- 181,
- 186,
- 191,
- 196,
- 200,
- 204,
- 208,
- 212,
- 216,
- 220,
- 224
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 169,
- "name": "BadgeDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 169
- ]
- }
- ],
- "sources": [
- {
- "fileName": "badge/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/badge/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 228,
- "name": "themes/blockui",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "BlockUI Design Tokens\n\n[Live Demo](https://www.primeng.org/blockui/)"
- }
- ]
- },
- "children": [
- {
- "id": 229,
- "name": "BlockUIDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 230,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "blockui/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/blockui/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 231,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 232,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "blockui.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "blockui/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/blockui/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 232
- ]
- }
- ],
- "sources": [
- {
- "fileName": "blockui/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/blockui/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 233,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 234,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 235,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 229,
- "name": "BlockUIDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 236,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 229,
- "name": "BlockUIDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 235,
- 236
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 230,
- 233
- ]
- }
- ],
- "sources": [
- {
- "fileName": "blockui/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/blockui/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 229,
- "name": "BlockUIDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 229
- ]
- }
- ],
- "sources": [
- {
- "fileName": "blockui/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/blockui/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 237,
- "name": "themes/breadcrumb",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Breadcrumb Design Tokens\n\n[Live Demo](https://www.primeng.org/breadcrumb/)"
- }
- ]
- },
- "children": [
- {
- "id": 238,
- "name": "BreadcrumbDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 239,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 240,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 241,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 242,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 243,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 244,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 241,
- 242,
- 243,
- 244
- ]
- }
- ],
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 245,
- "name": "item",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 46,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 246,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 247,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 248,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 249,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 250,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 251,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 74,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 252,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 253,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 80,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 254,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon hover color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.icon.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 86,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 253,
- 254
- ]
- }
- ],
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 74,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L74"
- }
- ]
- }
- }
- },
- {
- "id": 255,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 91,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L91"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 256,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 257,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 97,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 258,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 103,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 259,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 109,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 260,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 115,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 261,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.item.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 121,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 257,
- 258,
- 259,
- 260,
- 261
- ]
- }
- ],
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 91,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L91"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 247,
- 248,
- 249,
- 250,
- 251,
- 255
- ]
- }
- ],
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 46,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L46"
- }
- ]
- }
- }
- },
- {
- "id": 262,
- "name": "separator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the separator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 127,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 263,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 264,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "breadcrumb.separator.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 133,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 264
- ]
- }
- ],
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 127,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L127"
- }
- ]
- }
- }
- },
- {
- "id": 265,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 266,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 267,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 238,
- "name": "BreadcrumbDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 268,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 238,
- "name": "BreadcrumbDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 267,
- 268
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 239,
- 245,
- 262,
- 265
- ]
- }
- ],
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 238,
- "name": "BreadcrumbDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 238
- ]
- }
- ],
- "sources": [
- {
- "fileName": "breadcrumb/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/breadcrumb/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 269,
- "name": "themes/button",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Button Design Tokens\n\n[Live Demo](https://www.primeng.org/button/)"
- }
- ]
- },
- "children": [
- {
- "id": 270,
- "name": "ButtonDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 271,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 272,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 273,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 274,
- "name": "roundedBorderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Rounded border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.rounded.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 275,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 276,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 277,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 278,
- "name": "iconOnlyWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon only width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.icon.only.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 279,
- "name": "sm",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Sm of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 280,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 281,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Sm font size of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.sm.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 63,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 282,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Sm padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.sm.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 69,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 283,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Sm padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.sm.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 75,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 281,
- 282,
- 283
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 57,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L57"
- }
- ]
- }
- }
- },
- {
- "id": 284,
- "name": "lg",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Lg of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 80,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 285,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 286,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Lg font size of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.lg.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 86,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 287,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Lg padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.lg.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 92,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 288,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Lg padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.lg.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 98,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 286,
- 287,
- 288
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 80,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L80"
- }
- ]
- }
- }
- },
- {
- "id": 289,
- "name": "label",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Label of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 103,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 290,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 291,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Label font weight of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.label.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 109,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 291
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 103,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L103"
- }
- ]
- }
- }
- },
- {
- "id": 292,
- "name": "raisedShadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Raised shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.raised.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 116,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L116"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 293,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 120,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 294,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 295,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 126,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L126"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 296,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 132,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L132"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 297,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 138,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L138"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 295,
- 296,
- 297
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 120,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L120"
- }
- ]
- }
- }
- },
- {
- "id": 298,
- "name": "badgeSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Badge size of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.badge.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 145,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 299,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 151,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 300,
- "name": "primary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 155,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 301,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 302,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 161,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 303,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 167,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L167"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 304,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary active background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 173,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L173"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 305,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 179,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L179"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 306,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 185,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L185"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 307,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary active border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 191,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L191"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 308,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 197,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L197"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 309,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary hover color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 203,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L203"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 310,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary active color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 209,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L209"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 311,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 213,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L213"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 312,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 313,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 219,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L219"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 314,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.primary.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 225,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L225"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 313,
- 314
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 213,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L213"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 302,
- 303,
- 304,
- 305,
- 306,
- 307,
- 308,
- 309,
- 310,
- 311
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 155,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L155"
- }
- ]
- }
- }
- },
- {
- "id": 315,
- "name": "secondary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 231,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L231"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 316,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 317,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 237,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L237"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 318,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 243,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L243"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 319,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary active background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 249,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L249"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 320,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 255,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L255"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 321,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 261,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L261"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 322,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary active border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 267,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L267"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 323,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 273,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L273"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 324,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary hover color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 279,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L279"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 325,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary active color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 285,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L285"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 326,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 289,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L289"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 327,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 328,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 295,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L295"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 329,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.secondary.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 301,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L301"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 328,
- 329
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 289,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L289"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 317,
- 318,
- 319,
- 320,
- 321,
- 322,
- 323,
- 324,
- 325,
- 326
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 231,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L231"
- }
- ]
- }
- }
- },
- {
- "id": 330,
- "name": "info",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 307,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L307"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 331,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 332,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 313,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L313"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 333,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 319,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L319"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 334,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info active background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 325,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L325"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 335,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 331,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L331"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 336,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 337,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L337"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 337,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info active border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 343,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L343"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 338,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 349,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L349"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 339,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info hover color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 355,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L355"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 340,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info active color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 361,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L361"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 341,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 365,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L365"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 342,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 343,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 371,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L371"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 344,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.info.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 377,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L377"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 343,
- 344
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 365,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L365"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 332,
- 333,
- 334,
- 335,
- 336,
- 337,
- 338,
- 339,
- 340,
- 341
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 307,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L307"
- }
- ]
- }
- }
- },
- {
- "id": 345,
- "name": "success",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 383,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L383"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 346,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 347,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 389,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L389"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 348,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 395,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L395"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 349,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success active background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 401,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L401"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 350,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 407,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L407"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 351,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 413,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L413"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 352,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success active border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 419,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L419"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 353,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 425,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L425"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 354,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success hover color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 431,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L431"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 355,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success active color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 437,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L437"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 356,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 441,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L441"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 357,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 358,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 447,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L447"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 359,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.success.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 453,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L453"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 358,
- 359
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 441,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L441"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 347,
- 348,
- 349,
- 350,
- 351,
- 352,
- 353,
- 354,
- 355,
- 356
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 383,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L383"
- }
- ]
- }
- }
- },
- {
- "id": 360,
- "name": "warn",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 459,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L459"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 361,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 362,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 465,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L465"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 363,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 471,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L471"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 364,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn active background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 477,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L477"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 365,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 483,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L483"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 366,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 489,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L489"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 367,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn active border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 495,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L495"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 368,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 501,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L501"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 369,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn hover color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 507,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L507"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 370,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn active color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 513,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L513"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 371,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 517,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L517"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 372,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 373,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 523,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L523"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 374,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.warn.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 529,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L529"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 373,
- 374
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 517,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L517"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 362,
- 363,
- 364,
- 365,
- 366,
- 367,
- 368,
- 369,
- 370,
- 371
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 459,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L459"
- }
- ]
- }
- }
- },
- {
- "id": 375,
- "name": "help",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 535,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L535"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 376,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 377,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 541,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L541"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 378,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 547,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L547"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 379,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help active background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 553,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L553"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 380,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 559,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L559"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 381,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 565,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L565"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 382,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help active border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 571,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L571"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 383,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 577,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L577"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 384,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help hover color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 583,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L583"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 385,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help active color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 589,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L589"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 386,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 593,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L593"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 387,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 388,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 599,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L599"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 389,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.help.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 605,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L605"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 388,
- 389
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 593,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L593"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 377,
- 378,
- 379,
- 380,
- 381,
- 382,
- 383,
- 384,
- 385,
- 386
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 535,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L535"
- }
- ]
- }
- }
- },
- {
- "id": 390,
- "name": "danger",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 611,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L611"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 391,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 392,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 617,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L617"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 393,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 623,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L623"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 394,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger active background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 629,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L629"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 395,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 635,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L635"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 396,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 641,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L641"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 397,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger active border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 647,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L647"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 398,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 653,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L653"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 399,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger hover color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 659,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L659"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 400,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger active color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 665,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L665"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 401,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 669,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L669"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 402,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 403,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 675,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L675"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 404,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.danger.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 681,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L681"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 403,
- 404
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 669,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L669"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 392,
- 393,
- 394,
- 395,
- 396,
- 397,
- 398,
- 399,
- 400,
- 401
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 611,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L611"
- }
- ]
- }
- }
- },
- {
- "id": 405,
- "name": "contrast",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 687,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L687"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 406,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 407,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 693,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L693"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 408,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 699,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L699"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 409,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast active background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 705,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L705"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 410,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 711,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L711"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 411,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 717,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L717"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 412,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast active border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 723,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L723"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 413,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 729,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L729"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 414,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast hover color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 735,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L735"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 415,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast active color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 741,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L741"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 416,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 745,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L745"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 417,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 418,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 751,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L751"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 419,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.contrast.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 757,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L757"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 418,
- 419
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 745,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L745"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 407,
- 408,
- 409,
- 410,
- 411,
- 412,
- 413,
- 414,
- 415,
- 416
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 687,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L687"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 273,
- 274,
- 275,
- 276,
- 277,
- 278,
- 279,
- 284,
- 289,
- 292,
- 293,
- 298,
- 299,
- 300,
- 315,
- 330,
- 345,
- 360,
- 375,
- 390,
- 405
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 420,
- "name": "outlined",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the outlined section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 764,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L764"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 421,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 422,
- "name": "primary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary of outlined"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 768,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L768"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 423,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 424,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary hover background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.primary.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 774,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L774"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 425,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary active background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.primary.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 780,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L780"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 426,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary border color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.primary.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 786,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L786"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 427,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.primary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 792,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L792"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 424,
- 425,
- 426,
- 427
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 768,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L768"
- }
- ]
- }
- }
- },
- {
- "id": 428,
- "name": "secondary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary of outlined"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 797,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L797"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 429,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 430,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary hover background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.secondary.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 803,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L803"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 431,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary active background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.secondary.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 809,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L809"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 432,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary border color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.secondary.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 815,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L815"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 433,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.secondary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 821,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L821"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 430,
- 431,
- 432,
- 433
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 797,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L797"
- }
- ]
- }
- }
- },
- {
- "id": 434,
- "name": "success",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success of outlined"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 826,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L826"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 435,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 436,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success hover background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.success.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 832,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L832"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 437,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success active background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.success.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 838,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L838"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 438,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success border color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.success.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 844,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L844"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 439,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.success.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 850,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L850"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 436,
- 437,
- 438,
- 439
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 826,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L826"
- }
- ]
- }
- }
- },
- {
- "id": 440,
- "name": "info",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info of outlined"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 855,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L855"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 441,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 442,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info hover background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.info.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 861,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L861"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 443,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info active background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.info.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 867,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L867"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 444,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info border color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.info.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 873,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L873"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 445,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.info.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 879,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L879"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 442,
- 443,
- 444,
- 445
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 855,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L855"
- }
- ]
- }
- }
- },
- {
- "id": 446,
- "name": "warn",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn of outlined"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 884,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L884"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 447,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 448,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn hover background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.warn.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 890,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L890"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 449,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn active background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.warn.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 896,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L896"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 450,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn border color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.warn.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 902,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L902"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 451,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.warn.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 908,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L908"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 448,
- 449,
- 450,
- 451
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 884,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L884"
- }
- ]
- }
- }
- },
- {
- "id": 452,
- "name": "help",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help of outlined"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 913,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L913"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 453,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 454,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help hover background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.help.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 919,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L919"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 455,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help active background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.help.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 925,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L925"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 456,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help border color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.help.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 931,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L931"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 457,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.help.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 937,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L937"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 454,
- 455,
- 456,
- 457
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 913,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L913"
- }
- ]
- }
- }
- },
- {
- "id": 458,
- "name": "danger",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger of outlined"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 942,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L942"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 459,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 460,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger hover background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.danger.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 948,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L948"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 461,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger active background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.danger.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 954,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L954"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 462,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger border color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.danger.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 960,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L960"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 463,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.danger.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 966,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L966"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 460,
- 461,
- 462,
- 463
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 942,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L942"
- }
- ]
- }
- }
- },
- {
- "id": 464,
- "name": "contrast",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast of outlined"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 971,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L971"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 465,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 466,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast hover background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.contrast.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 977,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L977"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 467,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast active background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.contrast.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 983,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L983"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 468,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast border color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.contrast.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 989,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L989"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 469,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Contrast color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.contrast.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 995,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L995"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 466,
- 467,
- 468,
- 469
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 971,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L971"
- }
- ]
- }
- }
- },
- {
- "id": 470,
- "name": "plain",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Plain of outlined"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1000,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1000"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 471,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 472,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Plain hover background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.plain.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1006,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1006"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 473,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Plain active background of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.plain.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1012,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1012"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 474,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Plain border color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.plain.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1018,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1018"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 475,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Plain color of outlined"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.outlined.plain.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1024,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1024"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 472,
- 473,
- 474,
- 475
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1000,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1000"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 422,
- 428,
- 434,
- 440,
- 446,
- 452,
- 458,
- 464,
- 470
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 764,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L764"
- }
- ]
- }
- }
- },
- {
- "id": 476,
- "name": "text",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the text section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1030,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1030"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 477,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 478,
- "name": "primary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary of text"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1034,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1034"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 479,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 480,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary hover background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.primary.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1040,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1040"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 481,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary active background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.primary.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1046,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1046"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 482,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Primary color of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.primary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1052,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1052"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 480,
- 481,
- 482
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1034,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1034"
- }
- ]
- }
- }
- },
- {
- "id": 483,
- "name": "secondary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary of text"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1057,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1057"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 484,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 485,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary hover background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.secondary.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1063,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1063"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 486,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary active background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.secondary.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1069,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1069"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 487,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Secondary color of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.secondary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1075,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1075"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 485,
- 486,
- 487
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1057,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1057"
- }
- ]
- }
- }
- },
- {
- "id": 488,
- "name": "success",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success of text"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1080,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1080"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 489,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 490,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success hover background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.success.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1086,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1086"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 491,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success active background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.success.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1092,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1092"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 492,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Success color of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.success.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1098,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1098"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 490,
- 491,
- 492
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1080,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1080"
- }
- ]
- }
- }
- },
- {
- "id": 493,
- "name": "info",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info of text"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1103,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1103"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 494,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 495,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info hover background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.info.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1109,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 496,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info active background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.info.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1115,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 497,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info color of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.info.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1121,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 495,
- 496,
- 497
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1103,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1103"
- }
- ]
- }
- }
- },
- {
- "id": 498,
- "name": "warn",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn of text"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1126,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1126"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 499,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 500,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn hover background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.warn.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1132,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1132"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 501,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn active background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.warn.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1138,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1138"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 502,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Warn color of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.warn.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1144,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1144"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 500,
- 501,
- 502
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1126,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1126"
- }
- ]
- }
- }
- },
- {
- "id": 503,
- "name": "help",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help of text"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1149,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1149"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 504,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 505,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help hover background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.help.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1155,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1155"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 506,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help active background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.help.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1161,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 507,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Help color of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.help.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1167,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1167"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 505,
- 506,
- 507
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1149,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1149"
- }
- ]
- }
- }
- },
- {
- "id": 508,
- "name": "danger",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger of text"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1172,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1172"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 509,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 510,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger hover background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.danger.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1178,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1178"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 511,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger active background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.danger.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1184,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1184"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 512,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Danger color of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.danger.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1190,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1190"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 510,
- 511,
- 512
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1172,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1172"
- }
- ]
- }
- }
- },
- {
- "id": 513,
- "name": "plain",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Plain of text"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1195,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1195"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 514,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 515,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Plain hover background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.plain.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1201,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1201"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 516,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Plain active background of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.plain.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1207,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1207"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 517,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Plain color of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.text.plain.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1213,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1213"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 515,
- 516,
- 517
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1195,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1195"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 478,
- 483,
- 488,
- 493,
- 498,
- 503,
- 508,
- 513
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1030,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1030"
- }
- ]
- }
- }
- },
- {
- "id": 518,
- "name": "link",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the link section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1219,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1219"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 519,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 520,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.link.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1225,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1225"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 521,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.link.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1231,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1231"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 522,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "button.link.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1237,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1237"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 520,
- 521,
- 522
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1219,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1219"
- }
- ]
- }
- }
- },
- {
- "id": 523,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 524,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 525,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 270,
- "name": "ButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 526,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 270,
- "name": "ButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 525,
- 526
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 271,
- 420,
- 476,
- 518,
- 523
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 270,
- "name": "ButtonDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 270
- ]
- }
- ],
- "sources": [
- {
- "fileName": "button/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/button/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 527,
- "name": "themes/card",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Card Design Tokens\n\n[Live Demo](https://www.primeng.org/card/)"
- }
- ]
- },
- "children": [
- {
- "id": 528,
- "name": "CardDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 529,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 530,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 531,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 532,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 533,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 534,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 531,
- 532,
- 533,
- 534
- ]
- }
- ],
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 535,
- "name": "body",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the body section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 46,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 536,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 537,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of body"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.body.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 538,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of body"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.body.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 537,
- 538
- ]
- }
- ],
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 46,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L46"
- }
- ]
- }
- }
- },
- {
- "id": 539,
- "name": "caption",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the caption section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 63,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 540,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 541,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of caption"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.caption.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 541
- ]
- }
- ],
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 63,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L63"
- }
- ]
- }
- }
- },
- {
- "id": 542,
- "name": "title",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the title section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 74,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 543,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 544,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.title.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 80,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 545,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.title.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 86,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 544,
- 545
- ]
- }
- ],
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 74,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L74"
- }
- ]
- }
- }
- },
- {
- "id": 546,
- "name": "subtitle",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the subtitle section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 91,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L91"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 547,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 548,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of subtitle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "card.subtitle.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 97,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 548
- ]
- }
- ],
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 91,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L91"
- }
- ]
- }
- }
- },
- {
- "id": 549,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 550,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 551,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 528,
- "name": "CardDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 552,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 528,
- "name": "CardDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 551,
- 552
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 529,
- 535,
- 539,
- 542,
- 546,
- 549
- ]
- }
- ],
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 528,
- "name": "CardDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 528
- ]
- }
- ],
- "sources": [
- {
- "fileName": "card/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/card/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 553,
- "name": "themes/carousel",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Carousel Design Tokens\n\n[Live Demo](https://www.primeng.org/carousel/)"
- }
- ]
- },
- "children": [
- {
- "id": 554,
- "name": "CarouselDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 555,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 556,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 557,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 557
- ]
- }
- ],
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 558,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 559,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 560,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.content.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 560
- ]
- }
- ],
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 28,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 561,
- "name": "indicatorList",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the indicator list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 39,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L39"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 562,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 563,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of indicator list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 45,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L45"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 564,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of indicator list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 51,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 563,
- 564
- ]
- }
- ],
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 39,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L39"
- }
- ]
- }
- }
- },
- {
- "id": 565,
- "name": "indicator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the indicator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 56,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L56"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 566,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 567,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 62,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L62"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 568,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 68,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L68"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 569,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 74,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 570,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of indicator"
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 78,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L78"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 571,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 572,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 84,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L84"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 573,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 90,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L90"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 574,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 96,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L96"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 575,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 102,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L102"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 576,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 108,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L108"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 572,
- 573,
- 574,
- 575,
- 576
- ]
- }
- ],
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 78,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L78"
- }
- ]
- }
- }
- },
- {
- "id": 577,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 115,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 578,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 121,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 579,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "carousel.indicator.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 127,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 567,
- 568,
- 569,
- 570,
- 577,
- 578,
- 579
- ]
- }
- ],
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 56,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L56"
- }
- ]
- }
- }
- },
- {
- "id": 580,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 581,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 582,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 554,
- "name": "CarouselDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 583,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 554,
- "name": "CarouselDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 582,
- 583
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 555,
- 558,
- 561,
- 565,
- 580
- ]
- }
- ],
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 554,
- "name": "CarouselDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 554
- ]
- }
- ],
- "sources": [
- {
- "fileName": "carousel/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/carousel/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 584,
- "name": "themes/cascadeselect",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "CascadeSelect Design Tokens\n\n[Live Demo](https://www.primeng.org/cascadeselect/)"
- }
- ]
- },
- "children": [
- {
- "id": 585,
- "name": "CascadeSelectDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 586,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 587,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 588,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 589,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 590,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 591,
- "name": "filledFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled focus background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.filled.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 592,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 593,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 594,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 595,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 596,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 597,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 598,
- "name": "placeholderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Placeholder color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.placeholder.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 599,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 600,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 601,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 602,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 603,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 604,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 605,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 117,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 606,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 123,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 607,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 608,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 609,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 605,
- 606,
- 607,
- 608,
- 609
- ]
- }
- ],
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 111,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L111"
- }
- ]
- }
- }
- },
- {
- "id": 610,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 588,
- 589,
- 590,
- 591,
- 592,
- 593,
- 594,
- 595,
- 596,
- 597,
- 598,
- 599,
- 600,
- 601,
- 602,
- 603,
- 610
- ]
- }
- ],
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 611,
- "name": "dropdown",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the dropdown section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 153,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L153"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 612,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 613,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.dropdown.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 159,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L159"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 614,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.dropdown.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 165,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 613,
- 614
- ]
- }
- ],
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 153,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L153"
- }
- ]
- }
- }
- },
- {
- "id": 615,
- "name": "overlay",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the overlay section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 170,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L170"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 616,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 617,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.overlay.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 176,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L176"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 618,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.overlay.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 182,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L182"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 619,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.overlay.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 188,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L188"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 620,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.overlay.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 194,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L194"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 621,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.overlay.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 200,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L200"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 617,
- 618,
- 619,
- 620,
- 621
- ]
- }
- ],
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 170,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L170"
- }
- ]
- }
- }
- },
- {
- "id": 622,
- "name": "list",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 205,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L205"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 623,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 624,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 211,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L211"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 625,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 217,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L217"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 624,
- 625
- ]
- }
- ],
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 205,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L205"
- }
- ]
- }
- }
- },
- {
- "id": 626,
- "name": "option",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the option section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 222,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L222"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 627,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 628,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 228,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L228"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 629,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 234,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L234"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 630,
- "name": "selectedFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.selected.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 240,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L240"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 631,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 246,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L246"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 632,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 252,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L252"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 633,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 258,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L258"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 634,
- "name": "selectedFocusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.selected.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 264,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L264"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 635,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 270,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L270"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 636,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 276,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L276"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 637,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon of option"
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 280,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L280"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 638,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 639,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 286,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L286"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 640,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 292,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L292"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 641,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon size of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "cascadeselect.option.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 298,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L298"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 639,
- 640,
- 641
- ]
- }
- ],
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 280,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L280"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 628,
- 629,
- 630,
- 631,
- 632,
- 633,
- 634,
- 635,
- 636,
- 637
- ]
- }
- ],
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 222,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L222"
- }
- ]
- }
- }
- },
- {
- "id": 642,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 643,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 644,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 585,
- "name": "CascadeSelectDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 645,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 585,
- "name": "CascadeSelectDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 644,
- 645
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 586,
- 611,
- 615,
- 622,
- 626,
- 642
- ]
- }
- ],
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 585,
- "name": "CascadeSelectDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 585
- ]
- }
- ],
- "sources": [
- {
- "fileName": "cascadeselect/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/cascadeselect/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 646,
- "name": "themes/checkbox",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checkbox Design Tokens\n\n[Live Demo](https://www.primeng.org/checkbox/)"
- }
- ]
- },
- "children": [
- {
- "id": 647,
- "name": "CheckboxDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 648,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 649,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 650,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 651,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 652,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 653,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 654,
- "name": "checkedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.checked.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 655,
- "name": "checkedHoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.checked.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 656,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 657,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 658,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 659,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 660,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 661,
- "name": "checkedBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.checked.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 662,
- "name": "checkedHoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.checked.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 663,
- "name": "checkedFocusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.checked.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 664,
- "name": "checkedDisabledBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked disabled border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.checked.disabled.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 665,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 113,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L113"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 666,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 119,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L119"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 667,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 668,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 669,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 670,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 671,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 672,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 147,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L147"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 673,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 153,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L153"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 669,
- 670,
- 671,
- 672,
- 673
- ]
- }
- ],
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 123,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L123"
- }
- ]
- }
- }
- },
- {
- "id": 674,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 160,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L160"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 650,
- 651,
- 652,
- 653,
- 654,
- 655,
- 656,
- 657,
- 658,
- 659,
- 660,
- 661,
- 662,
- 663,
- 664,
- 665,
- 666,
- 667,
- 674
- ]
- }
- ],
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 675,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 165,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 676,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 677,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 171,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L171"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 678,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 177,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L177"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 679,
- "name": "checkedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.icon.checked.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 183,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L183"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 680,
- "name": "checkedHoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked hover color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.icon.checked.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 189,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L189"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 681,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "checkbox.icon.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 195,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L195"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 677,
- 678,
- 679,
- 680,
- 681
- ]
- }
- ],
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 165,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L165"
- }
- ]
- }
- }
- },
- {
- "id": 682,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 683,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 684,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 647,
- "name": "CheckboxDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 685,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 647,
- "name": "CheckboxDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 684,
- 685
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 648,
- 675,
- 682
- ]
- }
- ],
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 647,
- "name": "CheckboxDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 647
- ]
- }
- ],
- "sources": [
- {
- "fileName": "checkbox/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/checkbox/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 686,
- "name": "themes/chip",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Chip Design Tokens\n\n[Live Demo](https://www.primeng.org/chip/)"
- }
- ]
- },
- "children": [
- {
- "id": 687,
- "name": "ChipDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 688,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 689,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 690,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 691,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 692,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 693,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 694,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 695,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 696,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 690,
- 691,
- 692,
- 693,
- 694,
- 695,
- 696
- ]
- }
- ],
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 697,
- "name": "image",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the image section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 64,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 698,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 699,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of image"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.image.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 700,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of image"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.image.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 699,
- 700
- ]
- }
- ],
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 64,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L64"
- }
- ]
- }
- }
- },
- {
- "id": 701,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 81,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 702,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 703,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 704,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 703,
- 704
- ]
- }
- ],
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 81,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L81"
- }
- ]
- }
- }
- },
- {
- "id": 705,
- "name": "removeIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the remove icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 98,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 706,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 707,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of remove icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.remove.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 104,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L104"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 708,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of remove icon"
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 108,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L108"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 709,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 710,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of remove icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.remove.icon.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 114,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L114"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 711,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of remove icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.remove.icon.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 120,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 712,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of remove icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.remove.icon.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 126,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L126"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 713,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of remove icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.remove.icon.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 132,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L132"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 714,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of remove icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.remove.icon.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 138,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L138"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 710,
- 711,
- 712,
- 713,
- 714
- ]
- }
- ],
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 108,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L108"
- }
- ]
- }
- }
- },
- {
- "id": 715,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of remove icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "chip.remove.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 145,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 707,
- 708,
- 715
- ]
- }
- ],
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 98,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L98"
- }
- ]
- }
- }
- },
- {
- "id": 716,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 717,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 718,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 687,
- "name": "ChipDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 719,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 687,
- "name": "ChipDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 718,
- 719
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 688,
- 697,
- 701,
- 705,
- 716
- ]
- }
- ],
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 687,
- "name": "ChipDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 687
- ]
- }
- ],
- "sources": [
- {
- "fileName": "chip/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/chip/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 720,
- "name": "themes/colorpicker",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "ColorPicker Design Tokens\n\n[Live Demo](https://www.primeng.org/colorpicker/)"
- }
- ]
- },
- "children": [
- {
- "id": 721,
- "name": "ColorPickerDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 722,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 723,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 724,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 724
- ]
- }
- ],
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 725,
- "name": "preview",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the preview section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 726,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 727,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.preview.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 728,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.preview.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 729,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.preview.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 730,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of preview"
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 50,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L50"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 731,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 732,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.preview.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 56,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L56"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 733,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.preview.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 62,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L62"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 734,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.preview.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 68,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L68"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 735,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.preview.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 74,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 736,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.preview.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 80,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 732,
- 733,
- 734,
- 735,
- 736
- ]
- }
- ],
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 50,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L50"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 727,
- 728,
- 729,
- 730
- ]
- }
- ],
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 28,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 737,
- "name": "panel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the panel section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 86,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 738,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 739,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.panel.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 92,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 740,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.panel.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 98,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 741,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.panel.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 104,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L104"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 742,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.panel.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 110,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L110"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 739,
- 740,
- 741,
- 742
- ]
- }
- ],
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 86,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L86"
- }
- ]
- }
- }
- },
- {
- "id": 743,
- "name": "handle",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the handle section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 115,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 744,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 745,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "colorpicker.handle.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 121,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 745
- ]
- }
- ],
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 115,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L115"
- }
- ]
- }
- }
- },
- {
- "id": 746,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 747,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 748,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 721,
- "name": "ColorPickerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 749,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 721,
- "name": "ColorPickerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 748,
- 749
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 722,
- 725,
- 737,
- 743,
- 746
- ]
- }
- ],
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 721,
- "name": "ColorPickerDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 721
- ]
- }
- ],
- "sources": [
- {
- "fileName": "colorpicker/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/colorpicker/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 750,
- "name": "themes/confirmdialog",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "ConfirmDialog Design Tokens\n\n[Live Demo](https://www.primeng.org/confirmdialog/)"
- }
- ]
- },
- "children": [
- {
- "id": 751,
- "name": "ConfirmDialogDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 752,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmdialog/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmdialog/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 753,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 754,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmdialog.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmdialog/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmdialog/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 755,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmdialog.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmdialog/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmdialog/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 754,
- 755
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmdialog/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmdialog/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 756,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmdialog/index.d.ts",
- "line": 34,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmdialog/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 757,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 758,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmdialog.content.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmdialog/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmdialog/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 758
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmdialog/index.d.ts",
- "line": 34,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmdialog/index.d.ts#L34"
- }
- ]
- }
- }
- },
- {
- "id": 759,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 760,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 761,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 751,
- "name": "ConfirmDialogDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 762,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 751,
- "name": "ConfirmDialogDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 761,
- 762
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 752,
- 756,
- 759
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmdialog/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmdialog/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 751,
- "name": "ConfirmDialogDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 751
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmdialog/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmdialog/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 763,
- "name": "themes/confirmpopup",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "ConfirmPopup Design Tokens\n\n[Live Demo](https://www.primeng.org/confirmpopup/)"
- }
- ]
- },
- "children": [
- {
- "id": 764,
- "name": "ConfirmPopupDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 765,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 766,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 767,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 768,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 769,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 770,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 771,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 772,
- "name": "gutter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.gutter"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 773,
- "name": "arrowOffset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Arrow offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.arrow.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 767,
- 768,
- 769,
- 770,
- 771,
- 772,
- 773
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 774,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 64,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 775,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 776,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 777,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.content.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 776,
- 777
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 64,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L64"
- }
- ]
- }
- }
- },
- {
- "id": 778,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 81,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 779,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 780,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 781,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 780,
- 781
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 81,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L81"
- }
- ]
- }
- }
- },
- {
- "id": 782,
- "name": "footer",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the footer section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 98,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 783,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 784,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.footer.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 104,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L104"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 785,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "confirmpopup.footer.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 110,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L110"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 784,
- 785
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 98,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L98"
- }
- ]
- }
- }
- },
- {
- "id": 786,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 787,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 788,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 764,
- "name": "ConfirmPopupDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 789,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 764,
- "name": "ConfirmPopupDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 788,
- 789
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 765,
- 774,
- 778,
- 782,
- 786
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 764,
- "name": "ConfirmPopupDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 764
- ]
- }
- ],
- "sources": [
- {
- "fileName": "confirmpopup/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/confirmpopup/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 790,
- "name": "themes/contextmenu",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "ContextMenu Design Tokens\n\n[Live Demo](https://www.primeng.org/contextmenu/)"
- }
- ]
- },
- "children": [
- {
- "id": 791,
- "name": "ContextMenuDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 792,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 793,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 794,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 795,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 796,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 797,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 798,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 799,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 794,
- 795,
- 796,
- 797,
- 798,
- 799
- ]
- }
- ],
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 800,
- "name": "list",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 801,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 802,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 803,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 802,
- 803
- ]
- }
- ],
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 58,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L58"
- }
- ]
- }
- }
- },
- {
- "id": 804,
- "name": "item",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 75,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 805,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 806,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 807,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 808,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 809,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 810,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 811,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 812,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 813,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 814,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 127,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 815,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 816,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 133,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 817,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 139,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 818,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon active color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.item.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 145,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 816,
- 817,
- 818
- ]
- }
- ],
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 127,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L127"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 806,
- 807,
- 808,
- 809,
- 810,
- 811,
- 812,
- 813,
- 814
- ]
- }
- ],
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 75,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L75"
- }
- ]
- }
- }
- },
- {
- "id": 819,
- "name": "submenuIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 151,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 820,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 821,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.submenu.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 157,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 822,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.submenu.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 163,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 823,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.submenu.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 169,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 824,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.submenu.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 175,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 821,
- 822,
- 823,
- 824
- ]
- }
- ],
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 151,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L151"
- }
- ]
- }
- }
- },
- {
- "id": 825,
- "name": "separator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the separator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 180,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L180"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 826,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 827,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "contextmenu.separator.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 186,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L186"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 827
- ]
- }
- ],
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 180,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L180"
- }
- ]
- }
- }
- },
- {
- "id": 828,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 829,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 830,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 791,
- "name": "ContextMenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 831,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 791,
- "name": "ContextMenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 830,
- 831
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 792,
- 800,
- 804,
- 819,
- 825,
- 828
- ]
- }
- ],
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 791,
- "name": "ContextMenuDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 791
- ]
- }
- ],
- "sources": [
- {
- "fileName": "contextmenu/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/contextmenu/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 832,
- "name": "themes/table",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "DataTable Design Tokens\n\n[Live Demo](https://www.primeng.org/datatable/)"
- }
- ]
- },
- "children": [
- {
- "id": 833,
- "name": "DataTableDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 834,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 835,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 836,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 837,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 836,
- 837
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 838,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 34,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 839,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 840,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 841,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 842,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 843,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 844,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 840,
- 841,
- 842,
- 843,
- 844
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 34,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L34"
- }
- ]
- }
- }
- },
- {
- "id": 845,
- "name": "headerCell",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header cell section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 69,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 846,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 847,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 848,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 849,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 850,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 851,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 852,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 853,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 854,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 855,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 856,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of header cell"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 127,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 857,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 858,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 133,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 859,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 139,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 860,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 145,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 861,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 151,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 862,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.header.cell.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 157,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 858,
- 859,
- 860,
- 861,
- 862
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 127,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L127"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 847,
- 848,
- 849,
- 850,
- 851,
- 852,
- 853,
- 854,
- 855,
- 856
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 69,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L69"
- }
- ]
- }
- }
- },
- {
- "id": 863,
- "name": "columnTitle",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the column title section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 163,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 864,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 865,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of column title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.column.title.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 169,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 865
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 163,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L163"
- }
- ]
- }
- }
- },
- {
- "id": 866,
- "name": "row",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the row section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 174,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L174"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 867,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 868,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 180,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L180"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 869,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 186,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L186"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 870,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 192,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L192"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 871,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 198,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L198"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 872,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 204,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L204"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 873,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 210,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L210"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 874,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of row"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 214,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L214"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 875,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 876,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 220,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L220"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 877,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 226,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L226"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 878,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 232,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L232"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 879,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 238,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L238"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 880,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 244,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L244"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 876,
- 877,
- 878,
- 879,
- 880
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 214,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L214"
- }
- ]
- }
- }
- },
- {
- "id": 881,
- "name": "stripedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Striped background of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.striped.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 251,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L251"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 868,
- 869,
- 870,
- 871,
- 872,
- 873,
- 874,
- 881
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 174,
- "character": 10,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L174"
- }
- ]
- }
- }
- },
- {
- "id": 882,
- "name": "bodyCell",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the body cell section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 256,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L256"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 883,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 884,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of body cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.body.cell.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 262,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L262"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 885,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of body cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.body.cell.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 268,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L268"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 886,
- "name": "selectedBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected border color of body cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.body.cell.selected.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 274,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L274"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 884,
- 885,
- 886
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 256,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L256"
- }
- ]
- }
- }
- },
- {
- "id": 887,
- "name": "footerCell",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the footer cell section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 279,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L279"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 888,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 889,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of footer cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.footer.cell.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 285,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L285"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 890,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of footer cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.footer.cell.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 291,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L291"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 891,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of footer cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.footer.cell.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 297,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L297"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 892,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of footer cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.footer.cell.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 303,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L303"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 889,
- 890,
- 891,
- 892
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 279,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L279"
- }
- ]
- }
- }
- },
- {
- "id": 893,
- "name": "columnFooter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the column footer section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 308,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L308"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 894,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 895,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of column footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.column.footer.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 314,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L314"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 895
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 308,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L308"
- }
- ]
- }
- }
- },
- {
- "id": 896,
- "name": "footer",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the footer section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 319,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L319"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 897,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 898,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.footer.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 325,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L325"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 899,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.footer.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 331,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L331"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 900,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.footer.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 337,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L337"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 901,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.footer.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 343,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L343"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 902,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.footer.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 349,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L349"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 898,
- 899,
- 900,
- 901,
- 902
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 319,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L319"
- }
- ]
- }
- }
- },
- {
- "id": 903,
- "name": "dropPointColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the drop point color section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 354,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L354"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 904,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 905,
- "name": "0",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "0 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.0"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 360,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L360"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 906,
- "name": "1",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "1 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.1"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 366,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L366"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 907,
- "name": "2",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "2 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.2"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 372,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L372"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 908,
- "name": "3",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "3 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.3"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 378,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L378"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 909,
- "name": "4",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "4 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.4"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 384,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L384"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 910,
- "name": "5",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "5 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.5"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 390,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L390"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 911,
- "name": "6",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "6 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.6"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 396,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L396"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 912,
- "name": "7",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "7 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.7"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 402,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L402"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 913,
- "name": "8",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "8 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.8"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 408,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L408"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 914,
- "name": "9",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "9 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.9"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 414,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L414"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 915,
- "name": "10",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "10 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.10"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 420,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L420"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 916,
- "name": "11",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "11 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.11"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 426,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L426"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 917,
- "name": "12",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "12 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.12"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 432,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L432"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 918,
- "name": "13",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "13 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.13"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 438,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L438"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 919,
- "name": "14",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "14 of drop point color"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.drop.point.color.14"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 444,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L444"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 905,
- 906,
- 907,
- 908,
- 909,
- 910,
- 911,
- 912,
- 913,
- 914,
- 915,
- 916,
- 917,
- 918,
- 919
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 354,
- "character": 21,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L354"
- }
- ]
- }
- }
- },
- {
- "id": 920,
- "name": "columnResizerWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the column resizer width section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 449,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L449"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 921,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 922,
- "name": "0",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "0 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.column.resizer.width.0"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 455,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L455"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 923,
- "name": "1",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "1 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.column.resizer.width.1"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 461,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L461"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 924,
- "name": "2",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "2 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.column.resizer.width.2"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 467,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L467"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 925,
- "name": "3",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "3 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.column.resizer.width.3"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 473,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L473"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 926,
- "name": "4",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "4 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.column.resizer.width.4"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 479,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L479"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 927,
- "name": "5",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "5 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.column.resizer.width.5"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 485,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L485"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 922,
- 923,
- 924,
- 925,
- 926,
- 927
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 449,
- "character": 25,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L449"
- }
- ]
- }
- }
- },
- {
- "id": 928,
- "name": "resizeIndicator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the resize indicator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 490,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L490"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 929,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 930,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of resize indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.resize.indicator.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 496,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L496"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 931,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of resize indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.resize.indicator.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 502,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L502"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 930,
- 931
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 490,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L490"
- }
- ]
- }
- }
- },
- {
- "id": 932,
- "name": "sortIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the sort icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 507,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L507"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 933,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 934,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of sort icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.sort.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 513,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L513"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 935,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of sort icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.sort.icon.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 519,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L519"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 934,
- 935
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 507,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L507"
- }
- ]
- }
- }
- },
- {
- "id": 936,
- "name": "loadingIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the loading icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 524,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L524"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 937,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 938,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of loading icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.loading.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 530,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L530"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 938
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 524,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L524"
- }
- ]
- }
- }
- },
- {
- "id": 939,
- "name": "rowToggleButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the row toggle button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 535,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L535"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 940,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 941,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 541,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L541"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 942,
- "name": "selectedHoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected hover background of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.selected.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 547,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L547"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 943,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 553,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L553"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 944,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 559,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L559"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 945,
- "name": "selectedHoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected hover color of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.selected.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 565,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L565"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 946,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 571,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L571"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 947,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 577,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L577"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 948,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of row toggle button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 581,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L581"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 949,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 950,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 587,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L587"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 951,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 593,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L593"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 952,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 599,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L599"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 953,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 605,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L605"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 954,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of row toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.row.toggle.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 611,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L611"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 950,
- 951,
- 952,
- 953,
- 954
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 581,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L581"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 941,
- 942,
- 943,
- 944,
- 945,
- 946,
- 947,
- 948
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 535,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L535"
- }
- ]
- }
- }
- },
- {
- "id": 955,
- "name": "filter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the filter section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 617,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L617"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 956,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 957,
- "name": "inlineGap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Inline gap of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.inline.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 623,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L623"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 958,
- "name": "overlaySelect",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay select of filter"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 627,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L627"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 959,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 960,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay select background of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.select.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 633,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L633"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 961,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay select border color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.select.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 639,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L639"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 962,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay select border radius of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.select.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 645,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L645"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 963,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay select color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.select.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 651,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L651"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 964,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay select shadow of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.select.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 657,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L657"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 960,
- 961,
- 962,
- 963,
- 964
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 627,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L627"
- }
- ]
- }
- }
- },
- {
- "id": 965,
- "name": "overlayPopover",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay popover of filter"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 662,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L662"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 966,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 967,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay popover background of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.popover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 668,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L668"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 968,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay popover border color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.popover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 674,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L674"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 969,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay popover border radius of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.popover.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 680,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L680"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 970,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay popover color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.popover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 686,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L686"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 971,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay popover shadow of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.popover.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 692,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L692"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 972,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay popover padding of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.popover.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 698,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L698"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 973,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Overlay popover gap of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.overlay.popover.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 704,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L704"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 967,
- 968,
- 969,
- 970,
- 971,
- 972,
- 973
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 662,
- "character": 25,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L662"
- }
- ]
- }
- }
- },
- {
- "id": 974,
- "name": "rule",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Rule of filter"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 709,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L709"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 975,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 976,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Rule border color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.rule.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 715,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L715"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 976
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 709,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L709"
- }
- ]
- }
- }
- },
- {
- "id": 977,
- "name": "constraintList",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint list of filter"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 720,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L720"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 978,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 979,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint list padding of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 726,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L726"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 980,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint list gap of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 732,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L732"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 979,
- 980
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 720,
- "character": 25,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L720"
- }
- ]
- }
- }
- },
- {
- "id": 981,
- "name": "constraint",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint of filter"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 737,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L737"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 982,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 983,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint focus background of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 743,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L743"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 984,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint selected background of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 749,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L749"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 985,
- "name": "selectedFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint selected focus background of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.selected.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 755,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L755"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 986,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 761,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L761"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 987,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint focus color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 767,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L767"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 988,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint selected color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 773,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L773"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 989,
- "name": "selectedFocusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint selected focus color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.selected.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 779,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L779"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 990,
- "name": "separator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint separator of filter"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 783,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L783"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 991,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 992,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint separator border color of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.separator.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 789,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L789"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 992
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 783,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L783"
- }
- ]
- }
- }
- },
- {
- "id": 993,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint padding of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 796,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L796"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 994,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Constraint border radius of filter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.filter.constraint.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 802,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L802"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 983,
- 984,
- 985,
- 986,
- 987,
- 988,
- 989,
- 990,
- 993,
- 994
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 737,
- "character": 21,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L737"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 957,
- 958,
- 965,
- 974,
- 977,
- 981
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 617,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L617"
- }
- ]
- }
- }
- },
- {
- "id": 995,
- "name": "paginatorTop",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the paginator top section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 808,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L808"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 996,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 997,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of paginator top"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.paginator.top.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 814,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L814"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 998,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of paginator top"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.paginator.top.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 820,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L820"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 997,
- 998
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 808,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L808"
- }
- ]
- }
- }
- },
- {
- "id": 999,
- "name": "paginatorBottom",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the paginator bottom section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 825,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L825"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1000,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1001,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of paginator bottom"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.paginator.bottom.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 831,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L831"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1002,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of paginator bottom"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datatable.paginator.bottom.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 837,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L837"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1001,
- 1002
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 825,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L825"
- }
- ]
- }
- }
- },
- {
- "id": 1003,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1004,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1005,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 833,
- "name": "DataTableDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1006,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 833,
- "name": "DataTableDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1005,
- 1006
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 834,
- 838,
- 845,
- 863,
- 866,
- 882,
- 887,
- 893,
- 896,
- 903,
- 920,
- 928,
- 932,
- 936,
- 939,
- 955,
- 995,
- 999,
- 1003
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 833,
- "name": "DataTableDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 833
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datatable/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datatable/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1007,
- "name": "themes/dataview",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "DataView Design Tokens\n\n[Live Demo](https://www.primeng.org/dataview/)"
- }
- ]
- },
- "children": [
- {
- "id": 1008,
- "name": "DataViewDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1009,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1010,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1011,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1012,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1013,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1014,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1011,
- 1012,
- 1013,
- 1014
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1015,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 46,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1016,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1017,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.header.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1018,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.header.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1019,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.header.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1020,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.header.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1021,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1022,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.header.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 82,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1017,
- 1018,
- 1019,
- 1020,
- 1021,
- 1022
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 46,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L46"
- }
- ]
- }
- }
- },
- {
- "id": 1023,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 87,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1024,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1025,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.content.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1026,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.content.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1027,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.content.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1028,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.content.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1029,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1030,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.content.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1025,
- 1026,
- 1027,
- 1028,
- 1029,
- 1030
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 87,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L87"
- }
- ]
- }
- }
- },
- {
- "id": 1031,
- "name": "footer",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the footer section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 128,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L128"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1032,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1033,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.footer.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 134,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L134"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1034,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.footer.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 140,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L140"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1035,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.footer.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 146,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L146"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1036,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.footer.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 152,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L152"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1037,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.footer.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 158,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L158"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1038,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.footer.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 164,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L164"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1033,
- 1034,
- 1035,
- 1036,
- 1037,
- 1038
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 128,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L128"
- }
- ]
- }
- }
- },
- {
- "id": 1039,
- "name": "paginatorTop",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the paginator top section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 169,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1040,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1041,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of paginator top"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.paginator.top.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 175,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1042,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of paginator top"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.paginator.top.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 181,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L181"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1041,
- 1042
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 169,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L169"
- }
- ]
- }
- }
- },
- {
- "id": 1043,
- "name": "paginatorBottom",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the paginator bottom section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 186,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L186"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1044,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1045,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of paginator bottom"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.paginator.bottom.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 192,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L192"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1046,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of paginator bottom"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dataview.paginator.bottom.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 198,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L198"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1045,
- 1046
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 186,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L186"
- }
- ]
- }
- }
- },
- {
- "id": 1047,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1048,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1049,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1008,
- "name": "DataViewDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1050,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1008,
- "name": "DataViewDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1049,
- 1050
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1009,
- 1015,
- 1023,
- 1031,
- 1039,
- 1043,
- 1047
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1008,
- "name": "DataViewDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1008
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dataview/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dataview/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1051,
- "name": "themes/datepicker",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "DatePicker Design Tokens\n\n[Live Demo](https://www.primeng.org/datepicker/)"
- }
- ]
- },
- "children": [
- {
- "id": 1052,
- "name": "DatePickerDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1053,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1054,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1055,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1055
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1056,
- "name": "panel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the panel section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1057,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1058,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.panel.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1059,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.panel.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1060,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.panel.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1061,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.panel.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1062,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.panel.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1063,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.panel.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1058,
- 1059,
- 1060,
- 1061,
- 1062,
- 1063
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 28,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 1064,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 69,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1065,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1066,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.header.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1067,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.header.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1068,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.header.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1069,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1070,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.header.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1071,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.header.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1066,
- 1067,
- 1068,
- 1069,
- 1070,
- 1071
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 69,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L69"
- }
- ]
- }
- }
- },
- {
- "id": 1072,
- "name": "title",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the title section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 110,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L110"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1073,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1074,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.title.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 116,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L116"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1075,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.title.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 122,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L122"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1074,
- 1075
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 110,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L110"
- }
- ]
- }
- }
- },
- {
- "id": 1076,
- "name": "dropdown",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the dropdown section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 127,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1077,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1078,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 133,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1079,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 139,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1080,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 145,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1081,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active border color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 151,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1082,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 157,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1083,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of dropdown"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 161,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1084,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1085,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 167,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L167"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1086,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 173,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L173"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1087,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 179,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L179"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1088,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 185,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L185"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1089,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 191,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L191"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1085,
- 1086,
- 1087,
- 1088,
- 1089
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 161,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L161"
- }
- ]
- }
- }
- },
- {
- "id": 1090,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 198,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L198"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1091,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 204,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L204"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1092,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 210,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L210"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1093,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 216,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L216"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1094,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 222,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L222"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1095,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.dropdown.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 228,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L228"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1078,
- 1079,
- 1080,
- 1081,
- 1082,
- 1083,
- 1090,
- 1091,
- 1092,
- 1093,
- 1094,
- 1095
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 127,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L127"
- }
- ]
- }
- }
- },
- {
- "id": 1096,
- "name": "inputIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the input icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 233,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L233"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1097,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1098,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of input icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.input.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 239,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L239"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1098
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 233,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L233"
- }
- ]
- }
- }
- },
- {
- "id": 1099,
- "name": "selectMonth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the select month section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 244,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L244"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1100,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1101,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of select month"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.month.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 250,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L250"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1102,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of select month"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.month.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 256,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L256"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1103,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of select month"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.month.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 262,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L262"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1104,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of select month"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.month.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 268,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L268"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1105,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of select month"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.month.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 274,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L274"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1101,
- 1102,
- 1103,
- 1104,
- 1105
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 244,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L244"
- }
- ]
- }
- }
- },
- {
- "id": 1106,
- "name": "selectYear",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the select year section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 279,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L279"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1107,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1108,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of select year"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.year.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 285,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L285"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1109,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of select year"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.year.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 291,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L291"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1110,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of select year"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.year.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 297,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L297"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1111,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of select year"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.year.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 303,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L303"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1112,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of select year"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.select.year.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 309,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L309"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1108,
- 1109,
- 1110,
- 1111,
- 1112
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 279,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L279"
- }
- ]
- }
- }
- },
- {
- "id": 1113,
- "name": "group",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the group section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 314,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L314"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1114,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1115,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.group.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 320,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L320"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1116,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.group.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 326,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L326"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1115,
- 1116
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 314,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L314"
- }
- ]
- }
- }
- },
- {
- "id": 1117,
- "name": "dayView",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the day view section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 331,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L331"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1118,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1119,
- "name": "margin",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Margin of day view"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.day.view.margin"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 337,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L337"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1119
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 331,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L331"
- }
- ]
- }
- }
- },
- {
- "id": 1120,
- "name": "weekDay",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the week day section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 342,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L342"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1121,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1122,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of week day"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.week.day.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 348,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L348"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1123,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of week day"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.week.day.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 354,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L354"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1124,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of week day"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.week.day.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 360,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L360"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1122,
- 1123,
- 1124
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 342,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L342"
- }
- ]
- }
- }
- },
- {
- "id": 1125,
- "name": "date",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the date section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 365,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L365"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1126,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1127,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 371,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L371"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1128,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 377,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L377"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1129,
- "name": "rangeSelectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Range selected background of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.range.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 383,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L383"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1130,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 389,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L389"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1131,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 395,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L395"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1132,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 401,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L401"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1133,
- "name": "rangeSelectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Range selected color of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.range.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 407,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L407"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1134,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 413,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L413"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1135,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 419,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L419"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1136,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 425,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L425"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1137,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 431,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L431"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1138,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of date"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 435,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L435"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1139,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1140,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 441,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L441"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1141,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 447,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L447"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1142,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 453,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L453"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1143,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 459,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L459"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1144,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of date"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.date.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 465,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L465"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1140,
- 1141,
- 1142,
- 1143,
- 1144
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 435,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L435"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1127,
- 1128,
- 1129,
- 1130,
- 1131,
- 1132,
- 1133,
- 1134,
- 1135,
- 1136,
- 1137,
- 1138
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 365,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L365"
- }
- ]
- }
- }
- },
- {
- "id": 1145,
- "name": "monthView",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the month view section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 471,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L471"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1146,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1147,
- "name": "margin",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Margin of month view"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.month.view.margin"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 477,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L477"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1147
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 471,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L471"
- }
- ]
- }
- }
- },
- {
- "id": 1148,
- "name": "month",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the month section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 482,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L482"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1149,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1150,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of month"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.month.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 488,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L488"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1150
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 482,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L482"
- }
- ]
- }
- }
- },
- {
- "id": 1151,
- "name": "yearView",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the year view section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 493,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L493"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1152,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1153,
- "name": "margin",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Margin of year view"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.year.view.margin"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 499,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L499"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1153
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 493,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L493"
- }
- ]
- }
- }
- },
- {
- "id": 1154,
- "name": "year",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the year section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 504,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L504"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1155,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1156,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of year"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.year.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 510,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L510"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1156
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 504,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L504"
- }
- ]
- }
- }
- },
- {
- "id": 1157,
- "name": "buttonbar",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the buttonbar section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 515,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L515"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1158,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1159,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of buttonbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.buttonbar.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 521,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L521"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1160,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of buttonbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.buttonbar.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 527,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L527"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1159,
- 1160
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 515,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L515"
- }
- ]
- }
- }
- },
- {
- "id": 1161,
- "name": "timePicker",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the time picker section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 532,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L532"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1162,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1163,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of time picker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.time.picker.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 538,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L538"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1164,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of time picker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.time.picker.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 544,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L544"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1165,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of time picker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.time.picker.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 550,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L550"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1166,
- "name": "buttonGap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Button gap of time picker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.time.picker.button.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 556,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L556"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1163,
- 1164,
- 1165,
- 1166
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 532,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L532"
- }
- ]
- }
- }
- },
- {
- "id": 1167,
- "name": "today",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the today section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 561,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L561"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1168,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1169,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of today"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.today.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 567,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L567"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1170,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of today"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "datepicker.today.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 573,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L573"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1169,
- 1170
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 561,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L561"
- }
- ]
- }
- }
- },
- {
- "id": 1171,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1172,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1173,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1052,
- "name": "DatePickerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1174,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1052,
- "name": "DatePickerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1173,
- 1174
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1053,
- 1056,
- 1064,
- 1072,
- 1076,
- 1096,
- 1099,
- 1106,
- 1113,
- 1117,
- 1120,
- 1125,
- 1145,
- 1148,
- 1151,
- 1154,
- 1157,
- 1161,
- 1167,
- 1171
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1052,
- "name": "DatePickerDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1052
- ]
- }
- ],
- "sources": [
- {
- "fileName": "datepicker/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/datepicker/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1175,
- "name": "themes/dialog",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Dialog Design Tokens\n\n[Live Demo](https://www.primeng.org/dialog/)"
- }
- ]
- },
- "children": [
- {
- "id": 1176,
- "name": "DialogDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1177,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1178,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1179,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1180,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1181,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1182,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1183,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1179,
- 1180,
- 1181,
- 1182,
- 1183
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1184,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 52,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1185,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1186,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1187,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.header.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1186,
- 1187
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 52,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L52"
- }
- ]
- }
- }
- },
- {
- "id": 1188,
- "name": "title",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the title section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 69,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1189,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1190,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.title.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1191,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.title.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1190,
- 1191
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 69,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L69"
- }
- ]
- }
- }
- },
- {
- "id": 1192,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 86,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1193,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1194,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 92,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1194
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 86,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L86"
- }
- ]
- }
- }
- },
- {
- "id": 1195,
- "name": "footer",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the footer section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 97,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1196,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1197,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.footer.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 103,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1198,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.footer.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 109,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1197,
- 1198
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 97,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L97"
- }
- ]
- }
- }
- },
- {
- "id": 1199,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1200,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1201,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1176,
- "name": "DialogDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1202,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1176,
- "name": "DialogDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1201,
- 1202
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1177,
- 1184,
- 1188,
- 1192,
- 1195,
- 1199
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1176,
- "name": "DialogDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1176
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dialog/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dialog/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1203,
- "name": "themes/divider",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Divider Design Tokens\n\n[Live Demo](https://www.primeng.org/divider/)"
- }
- ]
- },
- "children": [
- {
- "id": 1204,
- "name": "DividerDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1205,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1206,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1207,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "divider.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1207
- ]
- }
- ],
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1208,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1209,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1210,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "divider.content.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1211,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "divider.content.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1210,
- 1211
- ]
- }
- ],
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 28,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 1212,
- "name": "horizontal",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the horizontal section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 45,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L45"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1213,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1214,
- "name": "margin",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Margin of horizontal"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "divider.horizontal.margin"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 51,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1215,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of horizontal"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "divider.horizontal.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1216,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content of horizontal"
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 61,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L61"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1217,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1218,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content padding of horizontal"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "divider.horizontal.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 67,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L67"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1218
- ]
- }
- ],
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 61,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L61"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1214,
- 1215,
- 1216
- ]
- }
- ],
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 45,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L45"
- }
- ]
- }
- }
- },
- {
- "id": 1219,
- "name": "vertical",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the vertical section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 73,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L73"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1220,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1221,
- "name": "margin",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Margin of vertical"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "divider.vertical.margin"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 79,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L79"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1222,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of vertical"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "divider.vertical.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 85,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L85"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1223,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content of vertical"
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1224,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1225,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content padding of vertical"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "divider.vertical.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 95,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1225
- ]
- }
- ],
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 89,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L89"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1221,
- 1222,
- 1223
- ]
- }
- ],
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 73,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L73"
- }
- ]
- }
- }
- },
- {
- "id": 1226,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1227,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1228,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1204,
- "name": "DividerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1229,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1204,
- "name": "DividerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1228,
- 1229
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1205,
- 1208,
- 1212,
- 1219,
- 1226
- ]
- }
- ],
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1204,
- "name": "DividerDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1204
- ]
- }
- ],
- "sources": [
- {
- "fileName": "divider/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/divider/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1230,
- "name": "themes/dock",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Dock Design Tokens\n\n[Live Demo](https://www.primeng.org/dock/)"
- }
- ]
- },
- "children": [
- {
- "id": 1231,
- "name": "DockDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1232,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1233,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1234,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1235,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1236,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1237,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1234,
- 1235,
- 1236,
- 1237
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1238,
- "name": "item",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 46,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1239,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1240,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1241,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1242,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.item.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1243,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 68,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L68"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1244,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1245,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.item.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 74,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1246,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.item.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 80,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1247,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.item.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 86,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1248,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.item.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 92,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1249,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dock.item.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 98,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1245,
- 1246,
- 1247,
- 1248,
- 1249
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 68,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L68"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1240,
- 1241,
- 1242,
- 1243
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 46,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L46"
- }
- ]
- }
- }
- },
- {
- "id": 1250,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1251,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1252,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1231,
- "name": "DockDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1253,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1231,
- "name": "DockDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1252,
- 1253
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1232,
- 1238,
- 1250
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1231,
- "name": "DockDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1231
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dock/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dock/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1254,
- "name": "themes/drawer",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Drawer Design Tokens\n\n[Live Demo](https://www.primeng.org/drawer/)"
- }
- ]
- },
- "children": [
- {
- "id": 1255,
- "name": "DrawerDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1256,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1257,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1258,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "drawer.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1259,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "drawer.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1260,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "drawer.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1261,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "drawer.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1262,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "drawer.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1258,
- 1259,
- 1260,
- 1261,
- 1262
- ]
- }
- ],
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1263,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 52,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1264,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1265,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "drawer.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1265
- ]
- }
- ],
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 52,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L52"
- }
- ]
- }
- }
- },
- {
- "id": 1266,
- "name": "title",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the title section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 63,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1267,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1268,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "drawer.title.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1269,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "drawer.title.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1268,
- 1269
- ]
- }
- ],
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 63,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L63"
- }
- ]
- }
- }
- },
- {
- "id": 1270,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 80,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1271,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1272,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "drawer.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 86,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1272
- ]
- }
- ],
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 80,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L80"
- }
- ]
- }
- }
- },
- {
- "id": 1273,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1274,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1275,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1255,
- "name": "DrawerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1276,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1255,
- "name": "DrawerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1275,
- 1276
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1256,
- 1263,
- 1266,
- 1270,
- 1273
- ]
- }
- ],
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1255,
- "name": "DrawerDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1255
- ]
- }
- ],
- "sources": [
- {
- "fileName": "drawer/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/drawer/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1277,
- "name": "themes/dynamicdialog",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "DynamicDialog Design Tokens\n\n[Live Demo](https://www.primeng.org/dynamicdialog/)"
- }
- ]
- },
- "children": [
- {
- "id": 1278,
- "name": "DynamicDialogDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1279,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1280,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1281,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1282,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1283,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1284,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1285,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1281,
- 1282,
- 1283,
- 1284,
- 1285
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1286,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 52,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1287,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1288,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1289,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.header.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1288,
- 1289
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 52,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L52"
- }
- ]
- }
- }
- },
- {
- "id": 1290,
- "name": "title",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the title section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 69,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1291,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1292,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.title.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1293,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.title.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1292,
- 1293
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 69,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L69"
- }
- ]
- }
- }
- },
- {
- "id": 1294,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 86,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1295,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1296,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 92,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1296
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 86,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L86"
- }
- ]
- }
- }
- },
- {
- "id": 1297,
- "name": "footer",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the footer section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 97,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1298,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1299,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.footer.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 103,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1300,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "dialog.footer.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 109,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1299,
- 1300
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 97,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L97"
- }
- ]
- }
- }
- },
- {
- "id": 1301,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1302,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1303,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1278,
- "name": "DynamicDialogDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1304,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1278,
- "name": "DynamicDialogDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1303,
- 1304
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1279,
- 1286,
- 1290,
- 1294,
- 1297,
- 1301
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1278,
- "name": "DynamicDialogDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1278
- ]
- }
- ],
- "sources": [
- {
- "fileName": "dynamicdialog/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/dynamicdialog/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1305,
- "name": "themes/editor",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Editor Design Tokens\n\n[Live Demo](https://www.primeng.org/editor/)"
- }
- ]
- },
- "children": [
- {
- "id": 1306,
- "name": "EditorDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1307,
- "name": "toolbar",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the toolbar section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1308,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1309,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.toolbar.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1310,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.toolbar.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1311,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.toolbar.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1309,
- 1310,
- 1311
- ]
- }
- ],
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 17,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1312,
- "name": "toolbarItem",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the toolbar item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 40,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1313,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1314,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of toolbar item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.toolbar.item.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1315,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of toolbar item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.toolbar.item.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1316,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of toolbar item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.toolbar.item.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1314,
- 1315,
- 1316
- ]
- }
- ],
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 40,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L40"
- }
- ]
- }
- }
- },
- {
- "id": 1317,
- "name": "overlay",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the overlay section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 63,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1318,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1319,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1320,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1321,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1322,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1323,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1324,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1319,
- 1320,
- 1321,
- 1322,
- 1323,
- 1324
- ]
- }
- ],
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 63,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L63"
- }
- ]
- }
- }
- },
- {
- "id": 1325,
- "name": "overlayOption",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the overlay option section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 104,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L104"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1326,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1327,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of overlay option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.option.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 110,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L110"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1328,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of overlay option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.option.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 116,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L116"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1329,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of overlay option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.option.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 122,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L122"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1330,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of overlay option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.option.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 128,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L128"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1331,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of overlay option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.overlay.option.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 134,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L134"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1327,
- 1328,
- 1329,
- 1330,
- 1331
- ]
- }
- ],
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 104,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L104"
- }
- ]
- }
- }
- },
- {
- "id": 1332,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 139,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1333,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1334,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.content.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 145,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1335,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.content.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 151,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1336,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.content.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 157,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1337,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "editor.content.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 163,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1334,
- 1335,
- 1336,
- 1337
- ]
- }
- ],
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 139,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L139"
- }
- ]
- }
- }
- },
- {
- "id": 1338,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1339,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1340,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1306,
- "name": "EditorDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1341,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1306,
- "name": "EditorDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1340,
- 1341
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1307,
- 1312,
- 1317,
- 1325,
- 1332,
- 1338
- ]
- }
- ],
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1306,
- "name": "EditorDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1306
- ]
- }
- ],
- "sources": [
- {
- "fileName": "editor/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/editor/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1342,
- "name": "themes/fieldset",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Fieldset Design Tokens\n\n[Live Demo](https://www.primeng.org/fieldset/)"
- }
- ]
- },
- "children": [
- {
- "id": 1343,
- "name": "FieldsetDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1344,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1345,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1346,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1347,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1348,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1349,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1350,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1351,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1346,
- 1347,
- 1348,
- 1349,
- 1350,
- 1351
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1352,
- "name": "legend",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the legend section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1353,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1354,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1355,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1356,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1357,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 82,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1358,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 88,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L88"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1359,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 94,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L94"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1360,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 100,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L100"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1361,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 106,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L106"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1362,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 112,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L112"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1363,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 118,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L118"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1364,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of legend"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 122,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L122"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1365,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1366,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 128,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L128"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1367,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 134,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L134"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1368,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 140,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L140"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1369,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 146,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L146"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1370,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of legend"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.legend.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 152,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L152"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1366,
- 1367,
- 1368,
- 1369,
- 1370
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 122,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L122"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1354,
- 1355,
- 1356,
- 1357,
- 1358,
- 1359,
- 1360,
- 1361,
- 1362,
- 1363,
- 1364
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 58,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L58"
- }
- ]
- }
- }
- },
- {
- "id": 1371,
- "name": "toggleIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the toggle icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 158,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L158"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1372,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1373,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of toggle icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.toggle.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 164,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L164"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1374,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of toggle icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.toggle.icon.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 170,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L170"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1373,
- 1374
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 158,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L158"
- }
- ]
- }
- }
- },
- {
- "id": 1375,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 175,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1376,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1377,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fieldset.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 181,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L181"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1377
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 175,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L175"
- }
- ]
- }
- }
- },
- {
- "id": 1378,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1379,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1380,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1343,
- "name": "FieldsetDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1381,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1343,
- "name": "FieldsetDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1380,
- 1381
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1344,
- 1352,
- 1371,
- 1375,
- 1378
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1343,
- "name": "FieldsetDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1343
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fieldset/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fieldset/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1382,
- "name": "themes/fileupload",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "FileUpload Design Tokens\n\n[Live Demo](https://www.primeng.org/fileupload/)"
- }
- ]
- },
- "children": [
- {
- "id": 1383,
- "name": "FileUploadDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1384,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1385,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1386,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1387,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1388,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1389,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1390,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1386,
- 1387,
- 1388,
- 1389,
- 1390
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1391,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 52,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1392,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1393,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.header.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1394,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.header.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1395,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1396,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.header.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1397,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.header.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 82,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1398,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.header.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 88,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L88"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1393,
- 1394,
- 1395,
- 1396,
- 1397,
- 1398
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 52,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L52"
- }
- ]
- }
- }
- },
- {
- "id": 1399,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 93,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1400,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1401,
- "name": "highlightBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Highlight border color of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.content.highlight.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1402,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1401,
- 1402
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 93,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L93"
- }
- ]
- }
- }
- },
- {
- "id": 1403,
- "name": "file",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the file section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 110,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L110"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1404,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1405,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of file"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.file.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 116,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L116"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1406,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of file"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.file.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 122,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L122"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1407,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of file"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.file.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 128,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L128"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1408,
- "name": "info",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info of file"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 132,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L132"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1409,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1410,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Info gap of file"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.file.info.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 138,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L138"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1410
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 132,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L132"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1405,
- 1406,
- 1407,
- 1408
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 110,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L110"
- }
- ]
- }
- }
- },
- {
- "id": 1411,
- "name": "progressbar",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the progressbar section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 144,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L144"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1412,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1413,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of progressbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.progressbar.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 150,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L150"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1413
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 144,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L144"
- }
- ]
- }
- }
- },
- {
- "id": 1414,
- "name": "basic",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the basic section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 155,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1415,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1416,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of basic"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "fileupload.basic.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 161,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1416
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 155,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L155"
- }
- ]
- }
- }
- },
- {
- "id": 1417,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1418,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1419,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1383,
- "name": "FileUploadDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1420,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1383,
- "name": "FileUploadDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1419,
- 1420
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1384,
- 1391,
- 1399,
- 1403,
- 1411,
- 1414,
- 1417
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1383,
- "name": "FileUploadDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1383
- ]
- }
- ],
- "sources": [
- {
- "fileName": "fileupload/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/fileupload/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1421,
- "name": "themes/floatlabel",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "FloatLabel Design Tokens\n\n[Live Demo](https://www.primeng.org/floatlabel/)"
- }
- ]
- },
- "children": [
- {
- "id": 1422,
- "name": "FloatLabelDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1423,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "floatlabel/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/floatlabel/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1424,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1425,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "floatlabel.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "floatlabel/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/floatlabel/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1426,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "floatlabel.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "floatlabel/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/floatlabel/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1427,
- "name": "invalidColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "floatlabel.invalid.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "floatlabel/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/floatlabel/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1428,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "floatlabel.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "floatlabel/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/floatlabel/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1425,
- 1426,
- 1427,
- 1428
- ]
- }
- ],
- "sources": [
- {
- "fileName": "floatlabel/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/floatlabel/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1429,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1430,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1431,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1422,
- "name": "FloatLabelDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1432,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1422,
- "name": "FloatLabelDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1431,
- 1432
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1423,
- 1429
- ]
- }
- ],
- "sources": [
- {
- "fileName": "floatlabel/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/floatlabel/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1422,
- "name": "FloatLabelDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1422
- ]
- }
- ],
- "sources": [
- {
- "fileName": "floatlabel/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/floatlabel/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1433,
- "name": "themes/galleria",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Galleria Design Tokens\n\n[Live Demo](https://www.primeng.org/galleria/)"
- }
- ]
- },
- "children": [
- {
- "id": 1434,
- "name": "GalleriaDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1435,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1436,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1437,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1438,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1439,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1440,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1437,
- 1438,
- 1439,
- 1440
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1441,
- "name": "navButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the nav button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 46,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1442,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1443,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1444,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1445,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1446,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1447,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1448,
- "name": "gutter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.gutter"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 82,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1449,
- "name": "prev",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Prev of nav button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 86,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1450,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1451,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Prev border radius of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.prev.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 92,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1451
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 86,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L86"
- }
- ]
- }
- }
- },
- {
- "id": 1452,
- "name": "next",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Next of nav button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 97,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1453,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1454,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Next border radius of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.next.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 103,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1454
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 97,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L97"
- }
- ]
- }
- }
- },
- {
- "id": 1455,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of nav button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 108,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L108"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1456,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1457,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 114,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L114"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1458,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 120,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1459,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 126,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L126"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1460,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 132,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L132"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1461,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 138,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L138"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1457,
- 1458,
- 1459,
- 1460,
- 1461
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 108,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L108"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1443,
- 1444,
- 1445,
- 1446,
- 1447,
- 1448,
- 1449,
- 1452,
- 1455
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 46,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L46"
- }
- ]
- }
- }
- },
- {
- "id": 1462,
- "name": "navIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the nav icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 144,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L144"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1463,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1464,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of nav icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.nav.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 150,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L150"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1464
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 144,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L144"
- }
- ]
- }
- }
- },
- {
- "id": 1465,
- "name": "thumbnailsContent",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the thumbnails content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 155,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1466,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1467,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of thumbnails content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnails.content.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 161,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1468,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of thumbnails content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnails.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 167,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L167"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1467,
- 1468
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 155,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L155"
- }
- ]
- }
- }
- },
- {
- "id": 1469,
- "name": "thumbnailNavButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the thumbnail nav button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 172,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L172"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1470,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1471,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 178,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L178"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1472,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 184,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L184"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1473,
- "name": "gutter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.gutter"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 190,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L190"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1474,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of thumbnail nav button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 194,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L194"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1475,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1476,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 200,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L200"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1477,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 206,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L206"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1478,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 212,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L212"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1479,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 218,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L218"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1480,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 224,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L224"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1476,
- 1477,
- 1478,
- 1479,
- 1480
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 194,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L194"
- }
- ]
- }
- }
- },
- {
- "id": 1481,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 231,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L231"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1482,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 237,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L237"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1483,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of thumbnail nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 243,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L243"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1471,
- 1472,
- 1473,
- 1474,
- 1481,
- 1482,
- 1483
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 172,
- "character": 25,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L172"
- }
- ]
- }
- }
- },
- {
- "id": 1484,
- "name": "thumbnailNavButtonIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the thumbnail nav button icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 248,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L248"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1485,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1486,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of thumbnail nav button icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.thumbnail.nav.button.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 254,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L254"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1486
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 248,
- "character": 29,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L248"
- }
- ]
- }
- }
- },
- {
- "id": 1487,
- "name": "caption",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the caption section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 259,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L259"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1488,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1489,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of caption"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.caption.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 265,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L265"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1490,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of caption"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.caption.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 271,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L271"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1491,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of caption"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.caption.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 277,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L277"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1489,
- 1490,
- 1491
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 259,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L259"
- }
- ]
- }
- }
- },
- {
- "id": 1492,
- "name": "indicatorList",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the indicator list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 282,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L282"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1493,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1494,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of indicator list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 288,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L288"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1495,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of indicator list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 294,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L294"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1494,
- 1495
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 282,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L282"
- }
- ]
- }
- }
- },
- {
- "id": 1496,
- "name": "indicatorButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the indicator button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 299,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L299"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1497,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1498,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 305,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L305"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1499,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 311,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L311"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1500,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 317,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L317"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1501,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 323,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L323"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1502,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of indicator button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 327,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L327"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1503,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1504,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 333,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L333"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1505,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 339,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L339"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1506,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 345,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L345"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1507,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 351,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L351"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1508,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 357,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L357"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1504,
- 1505,
- 1506,
- 1507,
- 1508
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 327,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L327"
- }
- ]
- }
- }
- },
- {
- "id": 1509,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 364,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L364"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1510,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.indicator.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 370,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L370"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1498,
- 1499,
- 1500,
- 1501,
- 1502,
- 1509,
- 1510
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 299,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L299"
- }
- ]
- }
- }
- },
- {
- "id": 1511,
- "name": "insetIndicatorList",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the inset indicator list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 375,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L375"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1512,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1513,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of inset indicator list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.inset.indicator.list.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 381,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L381"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1513
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 375,
- "character": 25,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L375"
- }
- ]
- }
- }
- },
- {
- "id": 1514,
- "name": "insetIndicatorButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the inset indicator button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 386,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L386"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1515,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1516,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of inset indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.inset.indicator.button.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 392,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L392"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1517,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of inset indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.inset.indicator.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 398,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L398"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1518,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of inset indicator button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.inset.indicator.button.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 404,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L404"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1516,
- 1517,
- 1518
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 386,
- "character": 27,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L386"
- }
- ]
- }
- }
- },
- {
- "id": 1519,
- "name": "mask",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the mask section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 409,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L409"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1520,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1521,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of mask"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.mask.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 415,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L415"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1522,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of mask"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.mask.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 421,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L421"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1521,
- 1522
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 409,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L409"
- }
- ]
- }
- }
- },
- {
- "id": 1523,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the close button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 426,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L426"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1524,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1525,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 432,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L432"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1526,
- "name": "gutter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.gutter"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 438,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L438"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1527,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 444,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L444"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1528,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 450,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L450"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1529,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 456,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L456"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1530,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 462,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L462"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1531,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 468,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L468"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1532,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of close button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 472,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L472"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1533,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1534,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 478,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L478"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1535,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 484,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L484"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1536,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 490,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L490"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1537,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 496,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L496"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1538,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 502,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L502"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1534,
- 1535,
- 1536,
- 1537,
- 1538
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 472,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L472"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1525,
- 1526,
- 1527,
- 1528,
- 1529,
- 1530,
- 1531,
- 1532
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 426,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L426"
- }
- ]
- }
- }
- },
- {
- "id": 1539,
- "name": "closeButtonIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the close button icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 508,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L508"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1540,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1541,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of close button icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "galleria.close.button.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 514,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L514"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1541
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 508,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L508"
- }
- ]
- }
- }
- },
- {
- "id": 1542,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1543,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1544,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1434,
- "name": "GalleriaDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1545,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1434,
- "name": "GalleriaDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1544,
- 1545
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1435,
- 1441,
- 1462,
- 1465,
- 1469,
- 1484,
- 1487,
- 1492,
- 1496,
- 1511,
- 1514,
- 1519,
- 1523,
- 1539,
- 1542
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1434,
- "name": "GalleriaDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1434
- ]
- }
- ],
- "sources": [
- {
- "fileName": "galleria/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/galleria/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1546,
- "name": "themes/iconfield",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "IconField Design Tokens\n\n[Live Demo](https://www.primeng.org/iconfield/)"
- }
- ]
- },
- "children": [
- {
- "id": 1547,
- "name": "IconFieldDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1548,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "iconfield/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/iconfield/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1549,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1550,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "iconfield.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "iconfield/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/iconfield/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1550
- ]
- }
- ],
- "sources": [
- {
- "fileName": "iconfield/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/iconfield/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1551,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1552,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1553,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1547,
- "name": "IconFieldDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1554,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1547,
- "name": "IconFieldDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1553,
- 1554
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1548,
- 1551
- ]
- }
- ],
- "sources": [
- {
- "fileName": "iconfield/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/iconfield/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1547,
- "name": "IconFieldDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1547
- ]
- }
- ],
- "sources": [
- {
- "fileName": "iconfield/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/iconfield/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1555,
- "name": "themes/image",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Image Design Tokens\n\n[Live Demo](https://www.primeng.org/image/)"
- }
- ]
- },
- "children": [
- {
- "id": 1556,
- "name": "ImageDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1557,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1558,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1559,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1559
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1560,
- "name": "preview",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the preview section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1561,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1562,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon of preview"
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 32,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L32"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1563,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1564,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon size of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.preview.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 38,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L38"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1564
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 32,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L32"
- }
- ]
- }
- }
- },
- {
- "id": 1565,
- "name": "mask",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Mask of preview"
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 43,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L43"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1566,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1567,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Mask background of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.preview.mask.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 49,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L49"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1568,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Mask color of preview"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.preview.mask.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 55,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L55"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1567,
- 1568
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 43,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L43"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1562,
- 1565
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 28,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 1569,
- "name": "toolbar",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the toolbar section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 61,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L61"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1570,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1571,
- "name": "position",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Position of toolbar"
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1572,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1573,
- "name": "left",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Position left of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.position.left"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 71,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1574,
- "name": "right",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Position right of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.position.right"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 77,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1575,
- "name": "top",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Position top of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.position.top"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 83,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1576,
- "name": "bottom",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Position bottom of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.position.bottom"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 89,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1573,
- 1574,
- 1575,
- 1576
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 65,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L65"
- }
- ]
- }
- }
- },
- {
- "id": 1577,
- "name": "blur",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Blur of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.blur"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 96,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L96"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1578,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 102,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L102"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1579,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 108,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L108"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1580,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 114,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L114"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1581,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 120,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1582,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 126,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L126"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1583,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of toolbar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.toolbar.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 132,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L132"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1571,
- 1577,
- 1578,
- 1579,
- 1580,
- 1581,
- 1582,
- 1583
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 61,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L61"
- }
- ]
- }
- }
- },
- {
- "id": 1584,
- "name": "action",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the action section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 137,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L137"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1585,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1586,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 143,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L143"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1587,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 149,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L149"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1588,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 155,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1589,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 161,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1590,
- "name": "iconSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon size of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 167,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L167"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1591,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 173,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L173"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1592,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of action"
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 177,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L177"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1593,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1594,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 183,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L183"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1595,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 189,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L189"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1596,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 195,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L195"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1597,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 201,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L201"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1598,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of action"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "image.action.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 207,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L207"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1594,
- 1595,
- 1596,
- 1597,
- 1598
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 177,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L177"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1586,
- 1587,
- 1588,
- 1589,
- 1590,
- 1591,
- 1592
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 137,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L137"
- }
- ]
- }
- }
- },
- {
- "id": 1599,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1600,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1601,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1556,
- "name": "ImageDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1602,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1556,
- "name": "ImageDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1601,
- 1602
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1557,
- 1560,
- 1569,
- 1584,
- 1599
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1556,
- "name": "ImageDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1556
- ]
- }
- ],
- "sources": [
- {
- "fileName": "image/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/image/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1603,
- "name": "themes",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "[Live Demo](https://www.primeng.org/)"
- }
- ]
- },
- "children": [
- {
- "id": 1604,
- "name": "ColorSchemeDesignToken",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1605,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1606,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1607,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1609,
- "name": "T",
- "package": "primeng",
- "qualifiedName": "ColorSchemeDesignToken.T",
- "refersToTypeParameter": true
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1608,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1609,
- "name": "T",
- "package": "primeng",
- "qualifiedName": "ColorSchemeDesignToken.T",
- "refersToTypeParameter": true
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1607,
- 1608
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1605
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 8,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L8"
- }
- ],
- "typeParameters": [
- {
- "id": 1609,
- "name": "T",
- "variant": "typeParam",
- "kind": 131072,
- "flags": {}
- }
- ],
- "extendedBy": [
- {
- "type": "reference",
- "target": 2,
- "name": "AccordionDesignTokens"
- },
- {
- "type": "reference",
- "target": 57,
- "name": "AutoCompleteDesignTokens"
- },
- {
- "type": "reference",
- "target": 142,
- "name": "AvatarDesignTokens"
- },
- {
- "type": "reference",
- "target": 169,
- "name": "BadgeDesignTokens"
- },
- {
- "type": "reference",
- "target": 229,
- "name": "BlockUIDesignTokens"
- },
- {
- "type": "reference",
- "target": 238,
- "name": "BreadcrumbDesignTokens"
- },
- {
- "type": "reference",
- "target": 270,
- "name": "ButtonDesignTokens"
- },
- {
- "type": "reference",
- "target": 528,
- "name": "CardDesignTokens"
- },
- {
- "type": "reference",
- "target": 554,
- "name": "CarouselDesignTokens"
- },
- {
- "type": "reference",
- "target": 585,
- "name": "CascadeSelectDesignTokens"
- },
- {
- "type": "reference",
- "target": 647,
- "name": "CheckboxDesignTokens"
- },
- {
- "type": "reference",
- "target": 687,
- "name": "ChipDesignTokens"
- },
- {
- "type": "reference",
- "target": 721,
- "name": "ColorPickerDesignTokens"
- },
- {
- "type": "reference",
- "target": 751,
- "name": "ConfirmDialogDesignTokens"
- },
- {
- "type": "reference",
- "target": 764,
- "name": "ConfirmPopupDesignTokens"
- },
- {
- "type": "reference",
- "target": 791,
- "name": "ContextMenuDesignTokens"
- },
- {
- "type": "reference",
- "target": 833,
- "name": "DataTableDesignTokens"
- },
- {
- "type": "reference",
- "target": 1008,
- "name": "DataViewDesignTokens"
- },
- {
- "type": "reference",
- "target": 1052,
- "name": "DatePickerDesignTokens"
- },
- {
- "type": "reference",
- "target": 1176,
- "name": "DialogDesignTokens"
- },
- {
- "type": "reference",
- "target": 1204,
- "name": "DividerDesignTokens"
- },
- {
- "type": "reference",
- "target": 1231,
- "name": "DockDesignTokens"
- },
- {
- "type": "reference",
- "target": 1255,
- "name": "DrawerDesignTokens"
- },
- {
- "type": "reference",
- "target": 1278,
- "name": "DynamicDialogDesignTokens"
- },
- {
- "type": "reference",
- "target": 1306,
- "name": "EditorDesignTokens"
- },
- {
- "type": "reference",
- "target": 1343,
- "name": "FieldsetDesignTokens"
- },
- {
- "type": "reference",
- "target": 1383,
- "name": "FileUploadDesignTokens"
- },
- {
- "type": "reference",
- "target": 1422,
- "name": "FloatLabelDesignTokens"
- },
- {
- "type": "reference",
- "target": 1434,
- "name": "GalleriaDesignTokens"
- },
- {
- "type": "reference",
- "target": 1547,
- "name": "IconFieldDesignTokens"
- },
- {
- "type": "reference",
- "target": 1556,
- "name": "ImageDesignTokens"
- },
- {
- "type": "reference",
- "target": 1682,
- "name": "InlineMessageDesignTokens"
- },
- {
- "type": "reference",
- "target": 1735,
- "name": "InplaceDesignTokens"
- },
- {
- "type": "reference",
- "target": 1757,
- "name": "InputChipsDesignTokens"
- },
- {
- "type": "reference",
- "target": 1793,
- "name": "InputGroupDesignTokens"
- },
- {
- "type": "reference",
- "target": 1805,
- "name": "InputNumberDesignTokens"
- },
- {
- "type": "reference",
- "target": 1828,
- "name": "InputTextDesignTokens"
- },
- {
- "type": "reference",
- "target": 1869,
- "name": "KnobDesignTokens"
- },
- {
- "type": "reference",
- "target": 1894,
- "name": "ListboxDesignTokens"
- },
- {
- "type": "reference",
- "target": 1953,
- "name": "MegaMenuDesignTokens"
- },
- {
- "type": "reference",
- "target": 2035,
- "name": "MenuDesignTokens"
- },
- {
- "type": "reference",
- "target": 2074,
- "name": "MenubarDesignTokens"
- },
- {
- "type": "reference",
- "target": 2140,
- "name": "MessageDesignTokens"
- },
- {
- "type": "reference",
- "target": 2253,
- "name": "MeterGroupDesignTokens"
- },
- {
- "type": "reference",
- "target": 2280,
- "name": "MultiSelectDesignTokens"
- },
- {
- "type": "reference",
- "target": 2353,
- "name": "OrderListDesignTokens"
- },
- {
- "type": "reference",
- "target": 2365,
- "name": "OrganizationChartDesignTokens"
- },
- {
- "type": "reference",
- "target": 2408,
- "name": "OverlayBadgeDesignTokens"
- },
- {
- "type": "reference",
- "target": 2420,
- "name": "PaginatorDesignTokens"
- },
- {
- "type": "reference",
- "target": 2458,
- "name": "PanelDesignTokens"
- },
- {
- "type": "reference",
- "target": 2490,
- "name": "PanelMenuDesignTokens"
- },
- {
- "type": "reference",
- "target": 2535,
- "name": "PasswordDesignTokens"
- },
- {
- "type": "reference",
- "target": 2565,
- "name": "PickListDesignTokens"
- },
- {
- "type": "reference",
- "target": 2577,
- "name": "PopoverDesignTokens"
- },
- {
- "type": "reference",
- "target": 2595,
- "name": "ProgressBarDesignTokens"
- },
- {
- "type": "reference",
- "target": 2614,
- "name": "ProgressSpinnerDesignTokens"
- },
- {
- "type": "reference",
- "target": 2626,
- "name": "RadioButtonDesignTokens"
- },
- {
- "type": "reference",
- "target": 2664,
- "name": "RatingDesignTokens"
- },
- {
- "type": "reference",
- "target": 2680,
- "name": "RippleDesignTokens"
- },
- {
- "type": "reference",
- "target": 2689,
- "name": "ScrollPanelDesignTokens"
- },
- {
- "type": "reference",
- "target": 2710,
- "name": "SelectDesignTokens"
- },
- {
- "type": "reference",
- "target": 2787,
- "name": "SelectButtonDesignTokens"
- },
- {
- "type": "reference",
- "target": 2797,
- "name": "SkeletonDesignTokens"
- },
- {
- "type": "reference",
- "target": 2808,
- "name": "SliderDesignTokens"
- },
- {
- "type": "reference",
- "target": 2847,
- "name": "SpeedDialDesignTokens"
- },
- {
- "type": "reference",
- "target": 2857,
- "name": "SplitButtonDesignTokens"
- },
- {
- "type": "reference",
- "target": 2868,
- "name": "SplitterDesignTokens"
- },
- {
- "type": "reference",
- "target": 2895,
- "name": "StepperDesignTokens"
- },
- {
- "type": "reference",
- "target": 2952,
- "name": "StepsDesignTokens"
- },
- {
- "type": "reference",
- "target": 2993,
- "name": "TabmenuDesignTokens"
- },
- {
- "type": "reference",
- "target": 3040,
- "name": "TabsDesignTokens"
- },
- {
- "type": "reference",
- "target": 3108,
- "name": "TabViewDesignTokens"
- },
- {
- "type": "reference",
- "target": 3138,
- "name": "TagDesignTokens"
- },
- {
- "type": "reference",
- "target": 3183,
- "name": "TerminalDesignTokens"
- },
- {
- "type": "reference",
- "target": 3203,
- "name": "TextareaDesignTokens"
- },
- {
- "type": "reference",
- "target": 3234,
- "name": "TieredMenuDesignTokens"
- },
- {
- "type": "reference",
- "target": 3282,
- "name": "TimelineDesignTokens"
- },
- {
- "type": "reference",
- "target": 3318,
- "name": "ToastDesignTokens"
- },
- {
- "type": "reference",
- "target": 3452,
- "name": "ToggleButtonDesignTokens"
- },
- {
- "type": "reference",
- "target": 3496,
- "name": "ToggleSwitchDesignTokens"
- },
- {
- "type": "reference",
- "target": 3538,
- "name": "ToolbarDesignTokens"
- },
- {
- "type": "reference",
- "target": 3552,
- "name": "TooltipDesignTokens"
- },
- {
- "type": "reference",
- "target": 3567,
- "name": "TreeDesignTokens"
- },
- {
- "type": "reference",
- "target": 3622,
- "name": "TreeSelectDesignTokens"
- },
- {
- "type": "reference",
- "target": 3673,
- "name": "TreeTableDesignTokens"
- },
- {
- "type": "reference",
- "target": 3791,
- "name": "VirtualScrollerDesignTokens"
- }
- ]
- },
- {
- "id": 1610,
- "name": "PaletteDesignToken",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1611,
- "name": "50",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 16,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L16"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1612,
- "name": "100",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1613,
- "name": "200",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 18,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L18"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1614,
- "name": "300",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 19,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L19"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1615,
- "name": "400",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 20,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L20"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1616,
- "name": "500",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 21,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L21"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1617,
- "name": "600",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 22,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L22"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1618,
- "name": "700",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 23,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1619,
- "name": "800",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 24,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L24"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1620,
- "name": "900",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 25,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L25"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1621,
- "name": "950",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 26,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L26"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1611,
- 1612,
- 1613,
- 1614,
- 1615,
- 1616,
- 1617,
- 1618,
- 1619,
- 1620,
- 1621
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 15,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L15"
- }
- ]
- },
- {
- "id": 1622,
- "name": "PrimitiveDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1623,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 30,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L30"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1624,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1625,
- "name": "none",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 31,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L31"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1626,
- "name": "xs",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 32,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L32"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1627,
- "name": "sm",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 33,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L33"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1628,
- "name": "md",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1629,
- "name": "lg",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1630,
- "name": "xl",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 36,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L36"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1625,
- 1626,
- 1627,
- 1628,
- 1629,
- 1630
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 30,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L30"
- }
- ]
- }
- }
- },
- {
- "id": 1631,
- "name": "emerald",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 38,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L38"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1632,
- "name": "green",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 39,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L39"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1633,
- "name": "lime",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 40,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1634,
- "name": "red",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 41,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1635,
- "name": "orange",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 42,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L42"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1636,
- "name": "amber",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 43,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L43"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1637,
- "name": "yellow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 44,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L44"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1638,
- "name": "teal",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 45,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L45"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1639,
- "name": "cyan",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 46,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1640,
- "name": "sky",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 47,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1641,
- "name": "blue",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 48,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L48"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1642,
- "name": "indigo",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 49,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L49"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1643,
- "name": "violet",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 50,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L50"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1644,
- "name": "purple",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 51,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1645,
- "name": "fuchsia",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 52,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1646,
- "name": "pink",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 53,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1647,
- "name": "rose",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 54,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L54"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1648,
- "name": "slate",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 55,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L55"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1649,
- "name": "gray",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 56,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L56"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1650,
- "name": "zinc",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 57,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1651,
- "name": "neutral",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1652,
- "name": "stone",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 59,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1623,
- 1631,
- 1632,
- 1633,
- 1634,
- 1635,
- 1636,
- 1637,
- 1638,
- 1639,
- 1640,
- 1641,
- 1642,
- 1643,
- 1644,
- 1645,
- 1646,
- 1647,
- 1648,
- 1649,
- 1650,
- 1651,
- 1652
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 29,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L29"
- }
- ],
- "indexSignature": {
- "id": 1653,
- "name": "__index",
- "variant": "signature",
- "kind": 8192,
- "flags": {},
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 60,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L60"
- }
- ],
- "parameters": [
- {
- "id": 1654,
- "name": "key",
- "variant": "param",
- "kind": 32768,
- "flags": {},
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "any"
- }
- }
- },
- {
- "id": 1655,
- "name": "SemanticDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1656,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 64,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1657,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 65,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1658,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1659,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 66,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L66"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1660,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 67,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L67"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1661,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 68,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L68"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1662,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1663,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1659,
- 1660,
- 1661,
- 1662,
- 1663
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 65,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L65"
- }
- ]
- }
- }
- },
- {
- "id": 1664,
- "name": "iconSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 72,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L72"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1665,
- "name": "anchorGutter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 73,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L73"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1666,
- "name": "primary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 74,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "reference",
- "target": 1610,
- "name": "PaletteDesignToken",
- "package": "primeng"
- }
- },
- {
- "id": 1667,
- "name": "formField",
- "variant": "declaration",
- "kind": 1024,
- "flags": {},
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 75,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1668,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1669,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1670,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1671,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 78,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L78"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1672,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 79,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L79"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1673,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1674,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 80,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1675,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 81,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1676,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 82,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1677,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 83,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1678,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 84,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L84"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1674,
- 1675,
- 1676,
- 1677,
- 1678
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 79,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L79"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1669,
- 1670,
- 1671,
- 1672
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 75,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L75"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1656,
- 1657,
- 1664,
- 1665,
- 1666,
- 1667
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 63,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L63"
- }
- ],
- "indexSignature": {
- "id": 1679,
- "name": "__index",
- "variant": "signature",
- "kind": 8192,
- "flags": {},
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 88,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L88"
- }
- ],
- "parameters": [
- {
- "id": 1680,
- "name": "key",
- "variant": "param",
- "kind": 32768,
- "flags": {},
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "any"
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1604,
- 1610,
- 1622,
- 1655
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1681,
- "name": "themes/inlinemessage",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "InlineMessage Design Tokens\n\n[Live Demo](https://www.primeng.org/inlinemessage/)"
- }
- ]
- },
- "children": [
- {
- "id": 1682,
- "name": "InlineMessageDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1730,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1731,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1732,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1682,
- "name": "InlineMessageDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1733,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1682,
- "name": "InlineMessageDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1732,
- 1733
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 1683,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1684,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1685,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1686,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1687,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1685,
- 1686,
- 1687
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1688,
- "name": "text",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the text section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 40,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1689,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1690,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.text.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1690
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 40,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L40"
- }
- ]
- }
- }
- },
- {
- "id": 1691,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 51,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1692,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1693,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1693
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 51,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L51"
- }
- ]
- }
- }
- },
- {
- "id": 1694,
- "name": "info",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the info section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 62,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L62"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1695,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1696,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.info.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 68,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L68"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1697,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.info.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 74,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1698,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.info.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 80,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1699,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.info.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 86,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1696,
- 1697,
- 1698,
- 1699
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 62,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L62"
- }
- ]
- }
- }
- },
- {
- "id": 1700,
- "name": "success",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the success section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 91,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L91"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1701,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1702,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.success.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 97,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1703,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.success.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 103,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1704,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.success.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 109,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1705,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.success.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 115,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1702,
- 1703,
- 1704,
- 1705
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 91,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L91"
- }
- ]
- }
- }
- },
- {
- "id": 1706,
- "name": "warn",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the warn section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 120,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1707,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1708,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.warn.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 126,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L126"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1709,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.warn.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 132,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L132"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1710,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.warn.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 138,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L138"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1711,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.warn.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 144,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L144"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1708,
- 1709,
- 1710,
- 1711
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 120,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L120"
- }
- ]
- }
- }
- },
- {
- "id": 1712,
- "name": "error",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the error section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 149,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L149"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1713,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1714,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.error.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 155,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1715,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.error.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 161,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1716,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.error.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 167,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L167"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1717,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.error.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 173,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L173"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1714,
- 1715,
- 1716,
- 1717
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 149,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L149"
- }
- ]
- }
- }
- },
- {
- "id": 1718,
- "name": "secondary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the secondary section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 178,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L178"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1719,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1720,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.secondary.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 184,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L184"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1721,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.secondary.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 190,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L190"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1722,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.secondary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 196,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L196"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1723,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.secondary.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 202,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L202"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1720,
- 1721,
- 1722,
- 1723
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 178,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L178"
- }
- ]
- }
- }
- },
- {
- "id": 1724,
- "name": "contrast",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the contrast section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 207,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L207"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1725,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1726,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.contrast.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 213,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L213"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1727,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.contrast.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 219,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L219"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1728,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.contrast.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 225,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L225"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1729,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inlinemessage.contrast.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 231,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L231"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1726,
- 1727,
- 1728,
- 1729
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 207,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L207"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1730,
- 1683,
- 1688,
- 1691,
- 1694,
- 1700,
- 1706,
- 1712,
- 1718,
- 1724
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1682,
- "name": "InlineMessageDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1682
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inlinemessage/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inlinemessage/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1734,
- "name": "themes/inplace",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Inplace Design Tokens\n\n[Live Demo](https://www.primeng.org/inplace/)"
- }
- ]
- },
- "children": [
- {
- "id": 1735,
- "name": "InplaceDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1752,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1753,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1754,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1735,
- "name": "InplaceDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1755,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1735,
- "name": "InplaceDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1754,
- 1755
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 1736,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1737,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1738,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1739,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1740,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 33,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L33"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1741,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1742,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 39,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L39"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1743,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 45,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L45"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1744,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 51,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1745,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 57,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1746,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 63,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1742,
- 1743,
- 1744,
- 1745,
- 1746
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 33,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L33"
- }
- ]
- }
- }
- },
- {
- "id": 1747,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1738,
- 1739,
- 1740,
- 1747
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1748,
- "name": "display",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the display section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 75,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1749,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1750,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of display"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.display.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1751,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of display"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inplace.display.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1750,
- 1751
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 75,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L75"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1752,
- 1736,
- 1748
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1735,
- "name": "InplaceDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1735
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inplace/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inplace/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1756,
- "name": "themes/inputchips",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "InputChips Design Tokens\n\n[Live Demo](https://www.primeng.org/inputchips/)"
- }
- ]
- },
- "children": [
- {
- "id": 1757,
- "name": "InputChipsDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1788,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1789,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1790,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1757,
- "name": "InputChipsDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1791,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1757,
- "name": "InputChipsDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1790,
- 1791
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 1758,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1759,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1760,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1761,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1762,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1763,
- "name": "filledFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled focus background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.filled.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1764,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1765,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1766,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1767,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1768,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1769,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1770,
- "name": "placeholderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Placeholder color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.placeholder.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1771,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1772,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1773,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1774,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1775,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1776,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1777,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 117,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1778,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 123,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1779,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1780,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1781,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1777,
- 1778,
- 1779,
- 1780,
- 1781
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 111,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L111"
- }
- ]
- }
- }
- },
- {
- "id": 1782,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1760,
- 1761,
- 1762,
- 1763,
- 1764,
- 1765,
- 1766,
- 1767,
- 1768,
- 1769,
- 1770,
- 1771,
- 1772,
- 1773,
- 1774,
- 1775,
- 1782
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1783,
- "name": "chip",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the chip section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 153,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L153"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1784,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1785,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of chip"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.chip.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 159,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L159"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1786,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of chip"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.chip.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 165,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1787,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of chip"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputchips.chip.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 171,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L171"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1785,
- 1786,
- 1787
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 153,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L153"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1788,
- 1758,
- 1783
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1757,
- "name": "InputChipsDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1757
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputchips/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputchips/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1792,
- "name": "themes/inputgroup",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "InputGroup Design Tokens\n\n[Live Demo](https://www.primeng.org/inputgroup/)"
- }
- ]
- },
- "children": [
- {
- "id": 1793,
- "name": "InputGroupDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1800,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1801,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1802,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1793,
- "name": "InputGroupDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1803,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1793,
- "name": "InputGroupDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1802,
- 1803
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 1794,
- "name": "addon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the addon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputgroup/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputgroup/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1795,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1796,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of addon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputgroup.addon.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputgroup/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputgroup/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1797,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of addon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputgroup.addon.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputgroup/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputgroup/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1798,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of addon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputgroup.addon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputgroup/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputgroup/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1799,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of addon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputgroup.addon.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputgroup/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputgroup/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1796,
- 1797,
- 1798,
- 1799
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputgroup/index.d.ts",
- "line": 17,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputgroup/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1800,
- 1794
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputgroup/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputgroup/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1793,
- "name": "InputGroupDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1793
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputgroup/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputgroup/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1804,
- "name": "themes/inputnumber",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "InputNumber Design Tokens\n\n[Live Demo](https://www.primeng.org/inputnumber/)"
- }
- ]
- },
- "children": [
- {
- "id": 1805,
- "name": "InputNumberDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1823,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1824,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1825,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1805,
- "name": "InputNumberDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1826,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1805,
- "name": "InputNumberDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1825,
- 1826
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 1806,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1807,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1808,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1808
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1809,
- "name": "button",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1810,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1811,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1812,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1813,
- "name": "verticalPadding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Vertical padding of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.vertical.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1814,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1815,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1816,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1817,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1818,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1819,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active border color of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 82,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1820,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 88,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L88"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1821,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 94,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L94"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1822,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputnumber.button.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 100,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L100"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1811,
- 1812,
- 1813,
- 1814,
- 1815,
- 1816,
- 1817,
- 1818,
- 1819,
- 1820,
- 1821,
- 1822
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 28,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L28"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1823,
- 1806,
- 1809
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1805,
- "name": "InputNumberDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1805
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputnumber/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputnumber/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1827,
- "name": "themes/inputtext",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "InputText Design Tokens\n\n[Live Demo](https://www.primeng.org/inputtext/)"
- }
- ]
- },
- "children": [
- {
- "id": 1828,
- "name": "InputTextDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1864,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1865,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1866,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1828,
- "name": "InputTextDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1867,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1828,
- "name": "InputTextDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1866,
- 1867
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 1829,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1830,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1831,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1832,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1833,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1834,
- "name": "filledFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled focus background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.filled.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1835,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1836,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1837,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1838,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1839,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1840,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1841,
- "name": "placeholderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Placeholder color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.placeholder.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1842,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1843,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1844,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1845,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1846,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1847,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1848,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 117,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1849,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 123,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1850,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1851,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1852,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1848,
- 1849,
- 1850,
- 1851,
- 1852
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 111,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L111"
- }
- ]
- }
- }
- },
- {
- "id": 1853,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1854,
- "name": "sm",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Sm of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 152,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L152"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1855,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1856,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Sm font size of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.sm.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 158,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L158"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1857,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Sm padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.sm.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 164,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L164"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1858,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Sm padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.sm.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 170,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L170"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1856,
- 1857,
- 1858
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 152,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L152"
- }
- ]
- }
- }
- },
- {
- "id": 1859,
- "name": "lg",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Lg of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 175,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1860,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1861,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Lg font size of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.lg.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 181,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L181"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1862,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Lg padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.lg.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 187,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L187"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1863,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Lg padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "inputtext.lg.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 193,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L193"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1861,
- 1862,
- 1863
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 175,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L175"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1831,
- 1832,
- 1833,
- 1834,
- 1835,
- 1836,
- 1837,
- 1838,
- 1839,
- 1840,
- 1841,
- 1842,
- 1843,
- 1844,
- 1845,
- 1846,
- 1853,
- 1854,
- 1859
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1864,
- 1829
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1828,
- "name": "InputTextDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1828
- ]
- }
- ],
- "sources": [
- {
- "fileName": "inputtext/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/inputtext/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1868,
- "name": "themes/knob",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Knob Design Tokens\n\n[Live Demo](https://www.primeng.org/knob/)"
- }
- ]
- },
- "children": [
- {
- "id": 1869,
- "name": "KnobDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1889,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1890,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1891,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1869,
- "name": "KnobDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1892,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1869,
- "name": "KnobDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1891,
- 1892
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 1870,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1871,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1872,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "knob.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1873,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 27,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L27"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1874,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1875,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "knob.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 33,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L33"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1876,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "knob.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 39,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L39"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1877,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "knob.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 45,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L45"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1878,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "knob.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 51,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1879,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "knob.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 57,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1875,
- 1876,
- 1877,
- 1878,
- 1879
- ]
- }
- ],
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 27,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L27"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1872,
- 1873
- ]
- }
- ],
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1880,
- "name": "value",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the value section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 63,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1881,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1882,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of value"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "knob.value.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1882
- ]
- }
- ],
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 63,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L63"
- }
- ]
- }
- }
- },
- {
- "id": 1883,
- "name": "range",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the range section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 74,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1884,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1885,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of range"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "knob.range.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 80,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1885
- ]
- }
- ],
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 74,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L74"
- }
- ]
- }
- }
- },
- {
- "id": 1886,
- "name": "text",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the text section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 85,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L85"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1887,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1888,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "knob.text.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 91,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L91"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1888
- ]
- }
- ],
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 85,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L85"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1889,
- 1870,
- 1880,
- 1883,
- 1886
- ]
- }
- ],
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1869,
- "name": "KnobDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1869
- ]
- }
- ],
- "sources": [
- {
- "fileName": "knob/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/knob/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1893,
- "name": "themes/listbox",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Listbox Design Tokens\n\n[Live Demo](https://www.primeng.org/listbox/)"
- }
- ]
- },
- "children": [
- {
- "id": 1894,
- "name": "ListboxDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 1948,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1949,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1950,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1894,
- "name": "ListboxDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 1951,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1894,
- "name": "ListboxDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1950,
- 1951
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 1895,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1896,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1897,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1898,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1899,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1900,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1901,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1902,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1903,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1904,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1905,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1906,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1907,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1908,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1909,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 87,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1910,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 93,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1911,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 99,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1912,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 105,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1913,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 111,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1909,
- 1910,
- 1911,
- 1912,
- 1913
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 81,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L81"
- }
- ]
- }
- }
- },
- {
- "id": 1914,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 118,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L118"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1897,
- 1898,
- 1899,
- 1900,
- 1901,
- 1902,
- 1903,
- 1904,
- 1905,
- 1906,
- 1907,
- 1914
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1915,
- "name": "list",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 123,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1916,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1917,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 129,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1918,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 135,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1919,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Header of list"
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 139,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1920,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1921,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Header padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.list.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 145,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1921
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 139,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L139"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1917,
- 1918,
- 1919
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 123,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L123"
- }
- ]
- }
- }
- },
- {
- "id": 1922,
- "name": "option",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the option section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 151,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1923,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1924,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 157,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1925,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 163,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1926,
- "name": "selectedFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.selected.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 169,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1927,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 175,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1928,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 181,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L181"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1929,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 187,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L187"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1930,
- "name": "selectedFocusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.selected.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 193,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L193"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1931,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 199,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L199"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1932,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 205,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L205"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1933,
- "name": "stripedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Striped background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.striped.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 211,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L211"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1924,
- 1925,
- 1926,
- 1927,
- 1928,
- 1929,
- 1930,
- 1931,
- 1932,
- 1933
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 151,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L151"
- }
- ]
- }
- }
- },
- {
- "id": 1934,
- "name": "optionGroup",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the option group section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 216,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L216"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1935,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1936,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.group.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 222,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L222"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1937,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.group.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 228,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L228"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1938,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.group.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 234,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L234"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1939,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.option.group.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 240,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L240"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1936,
- 1937,
- 1938,
- 1939
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 216,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L216"
- }
- ]
- }
- }
- },
- {
- "id": 1940,
- "name": "checkmark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the checkmark section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 245,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L245"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1941,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1942,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of checkmark"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.checkmark.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 251,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L251"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1943,
- "name": "gutterStart",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter start of checkmark"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.checkmark.gutter.start"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 257,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L257"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1944,
- "name": "gutterEnd",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter end of checkmark"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.checkmark.gutter.end"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 263,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L263"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1942,
- 1943,
- 1944
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 245,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L245"
- }
- ]
- }
- }
- },
- {
- "id": 1945,
- "name": "emptyMessage",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the empty message section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 268,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L268"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1946,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1947,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of empty message"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "listbox.empty.message.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 274,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L274"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1947
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 268,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L268"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1948,
- 1895,
- 1915,
- 1922,
- 1934,
- 1940,
- 1945
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1894,
- "name": "ListboxDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1894
- ]
- }
- ],
- "sources": [
- {
- "fileName": "listbox/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/listbox/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 1952,
- "name": "themes/megamenu",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "MegaMenu Design Tokens\n\n[Live Demo](https://www.primeng.org/megamenu/)"
- }
- ]
- },
- "children": [
- {
- "id": 1953,
- "name": "MegaMenuDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2030,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2031,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2032,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1953,
- "name": "MegaMenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2033,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 1953,
- "name": "MegaMenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2032,
- 2033
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 1954,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1955,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1956,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1957,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1958,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1959,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1960,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1961,
- "name": "verticalOrientation",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Vertical orientation of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 51,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1962,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1963,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Vertical orientation padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.vertical.orientation.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 57,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1964,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Vertical orientation gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.vertical.orientation.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 63,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1963,
- 1964
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 51,
- "character": 30,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L51"
- }
- ]
- }
- }
- },
- {
- "id": 1965,
- "name": "horizontalOrientation",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Horizontal orientation of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 68,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L68"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1966,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1967,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Horizontal orientation padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.horizontal.orientation.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 74,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1967
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 68,
- "character": 32,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L68"
- }
- ]
- }
- }
- },
- {
- "id": 1968,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1956,
- 1957,
- 1958,
- 1959,
- 1960,
- 1961,
- 1965,
- 1968
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 1969,
- "name": "baseItem",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the base item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 86,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1970,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1971,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of base item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.base.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 92,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1972,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of base item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.base.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 98,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1971,
- 1972
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 86,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L86"
- }
- ]
- }
- }
- },
- {
- "id": 1973,
- "name": "item",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 103,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1974,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1975,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 109,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1976,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 115,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1977,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 121,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1978,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 127,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1979,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 133,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1980,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 139,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1981,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 145,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1982,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 151,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1983,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 155,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1984,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1985,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 161,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1986,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 167,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L167"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1987,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon active color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.item.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 173,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L173"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1985,
- 1986,
- 1987
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 155,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L155"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1975,
- 1976,
- 1977,
- 1978,
- 1979,
- 1980,
- 1981,
- 1982,
- 1983
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 103,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L103"
- }
- ]
- }
- }
- },
- {
- "id": 1988,
- "name": "overlay",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the overlay section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 179,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L179"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1989,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1990,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.overlay.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 185,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L185"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1991,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.overlay.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 191,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L191"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1992,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.overlay.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 197,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L197"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1993,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.overlay.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 203,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L203"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1994,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.overlay.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 209,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L209"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1995,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.overlay.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 215,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L215"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 1996,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.overlay.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 221,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L221"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1990,
- 1991,
- 1992,
- 1993,
- 1994,
- 1995,
- 1996
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 179,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L179"
- }
- ]
- }
- }
- },
- {
- "id": 1997,
- "name": "submenu",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 226,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L226"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 1998,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 1999,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 232,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L232"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2000,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 238,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L238"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 1999,
- 2000
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 226,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L226"
- }
- ]
- }
- }
- },
- {
- "id": 2001,
- "name": "submenuLabel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu label section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 243,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L243"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2002,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2003,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.label.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 249,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L249"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2004,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.label.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 255,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L255"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2005,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.label.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 261,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L261"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2006,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.label.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 267,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L267"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2003,
- 2004,
- 2005,
- 2006
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 243,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L243"
- }
- ]
- }
- }
- },
- {
- "id": 2007,
- "name": "submenuIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 272,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L272"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2008,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2009,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 278,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L278"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2010,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 284,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L284"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2011,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 290,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L290"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2012,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.submenu.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 296,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L296"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2009,
- 2010,
- 2011,
- 2012
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 272,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L272"
- }
- ]
- }
- }
- },
- {
- "id": 2013,
- "name": "separator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the separator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 301,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L301"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2014,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2015,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.separator.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 307,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L307"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2015
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 301,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L301"
- }
- ]
- }
- }
- },
- {
- "id": 2016,
- "name": "mobileButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the mobile button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 312,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L312"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2017,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2018,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 318,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L318"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2019,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 324,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L324"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2020,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 330,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L330"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2021,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 336,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L336"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2022,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 342,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L342"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2023,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of mobile button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 346,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L346"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2024,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2025,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 352,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L352"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2026,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 358,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L358"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2027,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 364,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L364"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2028,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 370,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L370"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2029,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "megamenu.mobile.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 376,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L376"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2025,
- 2026,
- 2027,
- 2028,
- 2029
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 346,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L346"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2018,
- 2019,
- 2020,
- 2021,
- 2022,
- 2023
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 312,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L312"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2030,
- 1954,
- 1969,
- 1973,
- 1988,
- 1997,
- 2001,
- 2007,
- 2013,
- 2016
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 1953,
- "name": "MegaMenuDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 1953
- ]
- }
- ],
- "sources": [
- {
- "fileName": "megamenu/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/megamenu/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2034,
- "name": "themes/menu",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Menu Design Tokens\n\n[Live Demo](https://www.primeng.org/menu/)"
- }
- ]
- },
- "children": [
- {
- "id": 2035,
- "name": "MenuDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2069,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2070,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2071,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2035,
- "name": "MenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2072,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2035,
- "name": "MenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2071,
- 2072
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2036,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2037,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2038,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2039,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2040,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2041,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2042,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2043,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2038,
- 2039,
- 2040,
- 2041,
- 2042,
- 2043
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2044,
- "name": "list",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2045,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2046,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2047,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2046,
- 2047
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 58,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L58"
- }
- ]
- }
- }
- },
- {
- "id": 2048,
- "name": "item",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 75,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2049,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2050,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.item.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2051,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.item.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2052,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.item.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2053,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2054,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2055,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.item.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2056,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 115,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2057,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2058,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.item.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 121,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2059,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.item.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 127,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2058,
- 2059
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 115,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L115"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2050,
- 2051,
- 2052,
- 2053,
- 2054,
- 2055,
- 2056
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 75,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L75"
- }
- ]
- }
- }
- },
- {
- "id": 2060,
- "name": "submenuLabel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu label section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 133,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2061,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2062,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.submenu.label.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 139,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2063,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.submenu.label.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 145,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2064,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.submenu.label.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 151,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2065,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.submenu.label.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 157,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2062,
- 2063,
- 2064,
- 2065
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 133,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L133"
- }
- ]
- }
- }
- },
- {
- "id": 2066,
- "name": "separator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the separator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 162,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L162"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2067,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2068,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menu.separator.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 168,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L168"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2068
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 162,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L162"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2069,
- 2036,
- 2044,
- 2048,
- 2060,
- 2066
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2035,
- "name": "MenuDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2035
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menu/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menu/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2073,
- "name": "themes/menubar",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Menubar Design Tokens\n\n[Live Demo](https://www.primeng.org/menubar/)"
- }
- ]
- },
- "children": [
- {
- "id": 2074,
- "name": "MenubarDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2135,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2136,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2137,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2074,
- "name": "MenubarDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2138,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2074,
- "name": "MenubarDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2137,
- 2138
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2075,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2076,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2077,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2078,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2079,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2080,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2081,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2082,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2083,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2077,
- 2078,
- 2079,
- 2080,
- 2081,
- 2082,
- 2083
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2084,
- "name": "baseItem",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the base item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 64,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2085,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2086,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of base item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.base.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2087,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of base item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.base.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2086,
- 2087
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 64,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L64"
- }
- ]
- }
- }
- },
- {
- "id": 2088,
- "name": "item",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 81,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2089,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2090,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2091,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2092,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2093,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2094,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2095,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2096,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2097,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 129,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2098,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 133,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2099,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2100,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 139,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2101,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 145,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2102,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon active color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.item.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 151,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2100,
- 2101,
- 2102
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 133,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L133"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2090,
- 2091,
- 2092,
- 2093,
- 2094,
- 2095,
- 2096,
- 2097,
- 2098
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 81,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L81"
- }
- ]
- }
- }
- },
- {
- "id": 2103,
- "name": "submenu",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 157,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2104,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2105,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 163,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2106,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 169,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2107,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 175,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2108,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 181,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L181"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2109,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 187,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L187"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2110,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 193,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L193"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2111,
- "name": "mobileIndent",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Mobile indent of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.mobile.indent"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 199,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L199"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2105,
- 2106,
- 2107,
- 2108,
- 2109,
- 2110,
- 2111
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 157,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L157"
- }
- ]
- }
- }
- },
- {
- "id": 2112,
- "name": "submenuIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 204,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L204"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2113,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2114,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 210,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L210"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2115,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 216,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L216"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2116,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 222,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L222"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2117,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.submenu.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 228,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L228"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2114,
- 2115,
- 2116,
- 2117
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 204,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L204"
- }
- ]
- }
- }
- },
- {
- "id": 2118,
- "name": "separator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the separator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 233,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L233"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2119,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2120,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.separator.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 239,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L239"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2120
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 233,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L233"
- }
- ]
- }
- }
- },
- {
- "id": 2121,
- "name": "mobileButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the mobile button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 244,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L244"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2122,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2123,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 250,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L250"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2124,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 256,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L256"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2125,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 262,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L262"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2126,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 268,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L268"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2127,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 274,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L274"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2128,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of mobile button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 278,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L278"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2129,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2130,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 284,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L284"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2131,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 290,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L290"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2132,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 296,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L296"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2133,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 302,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L302"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2134,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of mobile button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "menubar.mobile.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 308,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L308"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2130,
- 2131,
- 2132,
- 2133,
- 2134
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 278,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L278"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2123,
- 2124,
- 2125,
- 2126,
- 2127,
- 2128
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 244,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L244"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2135,
- 2075,
- 2084,
- 2088,
- 2103,
- 2112,
- 2118,
- 2121
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2074,
- "name": "MenubarDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2074
- ]
- }
- ],
- "sources": [
- {
- "fileName": "menubar/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/menubar/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2139,
- "name": "themes/message",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Message Design Tokens\n\n[Live Demo](https://www.primeng.org/message/)"
- }
- ]
- },
- "children": [
- {
- "id": 2140,
- "name": "MessageDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2248,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2249,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2250,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2140,
- "name": "MessageDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2251,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2140,
- "name": "MessageDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2250,
- 2251
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2141,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2142,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2143,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2144,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2145,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2143,
- 2144,
- 2145
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2146,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 40,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2147,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2148,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2149,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.content.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2148,
- 2149
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 40,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L40"
- }
- ]
- }
- }
- },
- {
- "id": 2150,
- "name": "text",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the text section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 57,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2151,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2152,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.text.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2153,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.text.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2152,
- 2153
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 57,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L57"
- }
- ]
- }
- }
- },
- {
- "id": 2154,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 74,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2155,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2156,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 80,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2156
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 74,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L74"
- }
- ]
- }
- }
- },
- {
- "id": 2157,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the close button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 85,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L85"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2158,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2159,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.close.button.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 91,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L91"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2160,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.close.button.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 97,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2161,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.close.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 103,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2162,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of close button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2163,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2164,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.close.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 113,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L113"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2165,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.close.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 119,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L119"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2166,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.close.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 125,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L125"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2164,
- 2165,
- 2166
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 107,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L107"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2159,
- 2160,
- 2161,
- 2162
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 85,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L85"
- }
- ]
- }
- }
- },
- {
- "id": 2167,
- "name": "closeIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the close icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 131,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L131"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2168,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2169,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of close icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.close.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 137,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L137"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2169
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 131,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L131"
- }
- ]
- }
- }
- },
- {
- "id": 2170,
- "name": "info",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the info section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 142,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L142"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2171,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2172,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.info.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2173,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.info.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 154,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L154"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2174,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.info.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 160,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L160"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2175,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.info.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 166,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L166"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2176,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of info"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 170,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L170"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2177,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2178,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.info.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 176,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L176"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2179,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of info"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 180,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L180"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2180,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2181,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.info.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 186,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L186"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2182,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.info.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 192,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L192"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2181,
- 2182
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 180,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L180"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2178,
- 2179
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 170,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L170"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2172,
- 2173,
- 2174,
- 2175,
- 2176
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 142,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L142"
- }
- ]
- }
- }
- },
- {
- "id": 2183,
- "name": "success",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the success section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 199,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L199"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2184,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2185,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.success.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 205,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L205"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2186,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.success.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 211,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L211"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2187,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.success.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 217,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L217"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2188,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.success.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 223,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L223"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2189,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of success"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 227,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L227"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2190,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2191,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.success.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 233,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L233"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2192,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of success"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 237,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L237"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2193,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2194,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.success.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 243,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L243"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2195,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.success.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 249,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L249"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2194,
- 2195
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 237,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L237"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2191,
- 2192
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 227,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L227"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2185,
- 2186,
- 2187,
- 2188,
- 2189
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 199,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L199"
- }
- ]
- }
- }
- },
- {
- "id": 2196,
- "name": "warn",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the warn section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 256,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L256"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2197,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2198,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.warn.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 262,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L262"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2199,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.warn.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 268,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L268"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2200,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.warn.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 274,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L274"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2201,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.warn.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 280,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L280"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2202,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of warn"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 284,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L284"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2203,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2204,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.warn.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 290,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L290"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2205,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of warn"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 294,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L294"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2206,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2207,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.warn.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 300,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L300"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2208,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.warn.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 306,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L306"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2207,
- 2208
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 294,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L294"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2204,
- 2205
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 284,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L284"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2198,
- 2199,
- 2200,
- 2201,
- 2202
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 256,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L256"
- }
- ]
- }
- }
- },
- {
- "id": 2209,
- "name": "error",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the error section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 313,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L313"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2210,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2211,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.error.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 319,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L319"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2212,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.error.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 325,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L325"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2213,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.error.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 331,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L331"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2214,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.error.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 337,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L337"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2215,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of error"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 341,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L341"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2216,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2217,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.error.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 347,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L347"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2218,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of error"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 351,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L351"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2219,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2220,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.error.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 357,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L357"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2221,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.error.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 363,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L363"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2220,
- 2221
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 351,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L351"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2217,
- 2218
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 341,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L341"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2211,
- 2212,
- 2213,
- 2214,
- 2215
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 313,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L313"
- }
- ]
- }
- }
- },
- {
- "id": 2222,
- "name": "secondary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the secondary section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 370,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L370"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2223,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2224,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.secondary.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 376,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L376"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2225,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.secondary.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 382,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L382"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2226,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.secondary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 388,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L388"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2227,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.secondary.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 394,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L394"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2228,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of secondary"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 398,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L398"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2229,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2230,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.secondary.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 404,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L404"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2231,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of secondary"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 408,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L408"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2232,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2233,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.secondary.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 414,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L414"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2234,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.secondary.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 420,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L420"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2233,
- 2234
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 408,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L408"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2230,
- 2231
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 398,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L398"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2224,
- 2225,
- 2226,
- 2227,
- 2228
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 370,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L370"
- }
- ]
- }
- }
- },
- {
- "id": 2235,
- "name": "contrast",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the contrast section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 427,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L427"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2236,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2237,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.contrast.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 433,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L433"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2238,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.contrast.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 439,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L439"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2239,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.contrast.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 445,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L445"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2240,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.contrast.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 451,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L451"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2241,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of contrast"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 455,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L455"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2242,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2243,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.contrast.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 461,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L461"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2244,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of contrast"
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 465,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L465"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2245,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2246,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.contrast.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 471,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L471"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2247,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "message.contrast.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 477,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L477"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2246,
- 2247
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 465,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L465"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2243,
- 2244
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 455,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L455"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2237,
- 2238,
- 2239,
- 2240,
- 2241
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 427,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L427"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2248,
- 2141,
- 2146,
- 2150,
- 2154,
- 2157,
- 2167,
- 2170,
- 2183,
- 2196,
- 2209,
- 2222,
- 2235
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2140,
- "name": "MessageDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2140
- ]
- }
- ],
- "sources": [
- {
- "fileName": "message/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/message/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2252,
- "name": "themes/metergroup",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "MeterGroup Design Tokens\n\n[Live Demo](https://www.primeng.org/metergroup/)"
- }
- ]
- },
- "children": [
- {
- "id": 2253,
- "name": "MeterGroupDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2275,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2276,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2277,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2253,
- "name": "MeterGroupDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2278,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2253,
- "name": "MeterGroupDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2277,
- 2278
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2254,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2255,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2256,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "metergroup.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2257,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "metergroup.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2256,
- 2257
- ]
- }
- ],
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2258,
- "name": "meters",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the meters section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 34,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2259,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2260,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of meters"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "metergroup.meters.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2261,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of meters"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "metergroup.meters.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2260,
- 2261
- ]
- }
- ],
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 34,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L34"
- }
- ]
- }
- }
- },
- {
- "id": 2262,
- "name": "label",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the label section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 51,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2263,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2264,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "metergroup.label.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2264
- ]
- }
- ],
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 51,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L51"
- }
- ]
- }
- }
- },
- {
- "id": 2265,
- "name": "labelMarker",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the label marker section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 62,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L62"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2266,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2267,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of label marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "metergroup.label.marker.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 68,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L68"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2267
- ]
- }
- ],
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 62,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L62"
- }
- ]
- }
- }
- },
- {
- "id": 2268,
- "name": "labelIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the label icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 73,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L73"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2269,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2270,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of label icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "metergroup.label.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 79,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L79"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2270
- ]
- }
- ],
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 73,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L73"
- }
- ]
- }
- }
- },
- {
- "id": 2271,
- "name": "labelList",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the label list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 84,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L84"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2272,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2273,
- "name": "verticalGap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Vertical gap of label list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "metergroup.label.list.vertical.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 90,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L90"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2274,
- "name": "horizontalGap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Horizontal gap of label list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "metergroup.label.list.horizontal.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 96,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L96"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2273,
- 2274
- ]
- }
- ],
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 84,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L84"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2275,
- 2254,
- 2258,
- 2262,
- 2265,
- 2268,
- 2271
- ]
- }
- ],
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2253,
- "name": "MeterGroupDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2253
- ]
- }
- ],
- "sources": [
- {
- "fileName": "metergroup/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/metergroup/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2279,
- "name": "themes/multiselect",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "MultiSelect Design Tokens\n\n[Live Demo](https://www.primeng.org/multiselect/)"
- }
- ]
- },
- "children": [
- {
- "id": 2280,
- "name": "MultiSelectDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2348,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2349,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2350,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2280,
- "name": "MultiSelectDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2351,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2280,
- "name": "MultiSelectDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2350,
- 2351
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2281,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2282,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2283,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2284,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2285,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2286,
- "name": "filledFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled focus background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.filled.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2287,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2288,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2289,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2290,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2291,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2292,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2293,
- "name": "placeholderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Placeholder color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.placeholder.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2294,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2295,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2296,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2297,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2298,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2299,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2300,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 117,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2301,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 123,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2302,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2303,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2304,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2300,
- 2301,
- 2302,
- 2303,
- 2304
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 111,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L111"
- }
- ]
- }
- }
- },
- {
- "id": 2305,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2283,
- 2284,
- 2285,
- 2286,
- 2287,
- 2288,
- 2289,
- 2290,
- 2291,
- 2292,
- 2293,
- 2294,
- 2295,
- 2296,
- 2297,
- 2298,
- 2305
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2306,
- "name": "dropdown",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the dropdown section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 153,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L153"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2307,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2308,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.dropdown.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 159,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L159"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2309,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.dropdown.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 165,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2308,
- 2309
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 153,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L153"
- }
- ]
- }
- }
- },
- {
- "id": 2310,
- "name": "overlay",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the overlay section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 170,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L170"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2311,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2312,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.overlay.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 176,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L176"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2313,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.overlay.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 182,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L182"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2314,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.overlay.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 188,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L188"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2315,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.overlay.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 194,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L194"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2316,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.overlay.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 200,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L200"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2312,
- 2313,
- 2314,
- 2315,
- 2316
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 170,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L170"
- }
- ]
- }
- }
- },
- {
- "id": 2317,
- "name": "list",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 205,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L205"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2318,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2319,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 211,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L211"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2320,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 217,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L217"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2321,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Header of list"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 221,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L221"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2322,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2323,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Header padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.list.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 227,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L227"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2323
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 221,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L221"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2319,
- 2320,
- 2321
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 205,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L205"
- }
- ]
- }
- }
- },
- {
- "id": 2324,
- "name": "option",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the option section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 233,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L233"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2325,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2326,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 239,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L239"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2327,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 245,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L245"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2328,
- "name": "selectedFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.selected.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 251,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L251"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2329,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 257,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L257"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2330,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 263,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L263"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2331,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 269,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L269"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2332,
- "name": "selectedFocusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.selected.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 275,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L275"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2333,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 281,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L281"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2334,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 287,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L287"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2335,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 293,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L293"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2326,
- 2327,
- 2328,
- 2329,
- 2330,
- 2331,
- 2332,
- 2333,
- 2334,
- 2335
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 233,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L233"
- }
- ]
- }
- }
- },
- {
- "id": 2336,
- "name": "optionGroup",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the option group section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 298,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L298"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2337,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2338,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.group.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 304,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L304"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2339,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.group.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 310,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L310"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2340,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.group.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 316,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L316"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2341,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.option.group.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 322,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L322"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2338,
- 2339,
- 2340,
- 2341
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 298,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L298"
- }
- ]
- }
- }
- },
- {
- "id": 2342,
- "name": "chip",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the chip section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 327,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L327"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2343,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2344,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of chip"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.chip.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 333,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L333"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2344
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 327,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L327"
- }
- ]
- }
- }
- },
- {
- "id": 2345,
- "name": "emptyMessage",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the empty message section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 338,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L338"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2346,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2347,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of empty message"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "multiselect.empty.message.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 344,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L344"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2347
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 338,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L338"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2348,
- 2281,
- 2306,
- 2310,
- 2317,
- 2324,
- 2336,
- 2342,
- 2345
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2280,
- "name": "MultiSelectDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2280
- ]
- }
- ],
- "sources": [
- {
- "fileName": "multiselect/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/multiselect/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2352,
- "name": "themes/orderlist",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "OrderList Design Tokens\n\n[Live Demo](https://www.primeng.org/orderlist/)"
- }
- ]
- },
- "children": [
- {
- "id": 2353,
- "name": "OrderListDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2360,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2361,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2362,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2353,
- "name": "OrderListDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2363,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2353,
- "name": "OrderListDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2362,
- 2363
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2354,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "orderlist/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/orderlist/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2355,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2356,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "orderlist.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "orderlist/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/orderlist/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2356
- ]
- }
- ],
- "sources": [
- {
- "fileName": "orderlist/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/orderlist/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2357,
- "name": "controls",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the controls section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "orderlist/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/orderlist/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2358,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2359,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of controls"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "orderlist.controls.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "orderlist/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/orderlist/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2359
- ]
- }
- ],
- "sources": [
- {
- "fileName": "orderlist/index.d.ts",
- "line": 28,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/orderlist/index.d.ts#L28"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2360,
- 2354,
- 2357
- ]
- }
- ],
- "sources": [
- {
- "fileName": "orderlist/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/orderlist/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2353,
- "name": "OrderListDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2353
- ]
- }
- ],
- "sources": [
- {
- "fileName": "orderlist/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/orderlist/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2364,
- "name": "themes/organizationchart",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "OrganizationChart Design Tokens\n\n[Live Demo](https://www.primeng.org/organizationchart/)"
- }
- ]
- },
- "children": [
- {
- "id": 2365,
- "name": "OrganizationChartDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2403,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2404,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2405,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2365,
- "name": "OrganizationChartDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2406,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2365,
- "name": "OrganizationChartDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2405,
- 2406
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2366,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2367,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2368,
- "name": "gutter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.gutter"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2369,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2368,
- 2369
- ]
- }
- ],
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2370,
- "name": "node",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the node section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 34,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2371,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2372,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2373,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2374,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2375,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2376,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2377,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2378,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2379,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 82,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2380,
- "name": "toggleablePadding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Toggleable padding of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggleable.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 88,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L88"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2381,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 94,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L94"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2372,
- 2373,
- 2374,
- 2375,
- 2376,
- 2377,
- 2378,
- 2379,
- 2380,
- 2381
- ]
- }
- ],
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 34,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L34"
- }
- ]
- }
- }
- },
- {
- "id": 2382,
- "name": "nodeToggleButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the node toggle button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 99,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2383,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2384,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2385,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2386,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2387,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2388,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 129,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2389,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 135,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2390,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 141,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2391,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of node toggle button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 145,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2392,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2393,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 151,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2394,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 157,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2395,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 163,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2396,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 169,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2397,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.node.toggle.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 175,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2393,
- 2394,
- 2395,
- 2396,
- 2397
- ]
- }
- ],
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 145,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L145"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2384,
- 2385,
- 2386,
- 2387,
- 2388,
- 2389,
- 2390,
- 2391
- ]
- }
- ],
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 99,
- "character": 23,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L99"
- }
- ]
- }
- }
- },
- {
- "id": 2398,
- "name": "connector",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the connector section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 181,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L181"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2399,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2400,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of connector"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.connector.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 187,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L187"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2401,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of connector"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.connector.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 193,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L193"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2402,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of connector"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "organizationchart.connector.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 199,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L199"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2400,
- 2401,
- 2402
- ]
- }
- ],
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 181,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L181"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2403,
- 2366,
- 2370,
- 2382,
- 2398
- ]
- }
- ],
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2365,
- "name": "OrganizationChartDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2365
- ]
- }
- ],
- "sources": [
- {
- "fileName": "organizationchart/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/organizationchart/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2407,
- "name": "themes/overlaybadge",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "OverlayBadge Design Tokens\n\n[Live Demo](https://www.primeng.org/overlaybadge/)"
- }
- ]
- },
- "children": [
- {
- "id": 2408,
- "name": "OverlayBadgeDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2415,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2416,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2417,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2408,
- "name": "OverlayBadgeDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2418,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2408,
- "name": "OverlayBadgeDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2417,
- 2418
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2409,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "overlaybadge/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/overlaybadge/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2410,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2411,
- "name": "outline",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Outline of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "overlaybadge/index.d.ts",
- "line": 21,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/overlaybadge/index.d.ts#L21"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2412,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2413,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Outline width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "overlaybadge.outline.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "overlaybadge/index.d.ts",
- "line": 27,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/overlaybadge/index.d.ts#L27"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2414,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Outline color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "overlaybadge.outline.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "overlaybadge/index.d.ts",
- "line": 33,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/overlaybadge/index.d.ts#L33"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2413,
- 2414
- ]
- }
- ],
- "sources": [
- {
- "fileName": "overlaybadge/index.d.ts",
- "line": 21,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/overlaybadge/index.d.ts#L21"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2411
- ]
- }
- ],
- "sources": [
- {
- "fileName": "overlaybadge/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/overlaybadge/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2415,
- 2409
- ]
- }
- ],
- "sources": [
- {
- "fileName": "overlaybadge/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/overlaybadge/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2408,
- "name": "OverlayBadgeDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2408
- ]
- }
- ],
- "sources": [
- {
- "fileName": "overlaybadge/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/overlaybadge/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2419,
- "name": "themes/paginator",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Paginator Design Tokens\n\n[Live Demo](https://www.primeng.org/paginator/)"
- }
- ]
- },
- "children": [
- {
- "id": 2420,
- "name": "PaginatorDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2453,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2454,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2455,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2420,
- "name": "PaginatorDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2456,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2420,
- "name": "PaginatorDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2455,
- 2456
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2421,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2422,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2423,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2424,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2425,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2426,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2427,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2428,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2423,
- 2424,
- 2425,
- 2426,
- 2427,
- 2428
- ]
- }
- ],
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2429,
- "name": "navButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the nav button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2430,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2431,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2432,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2433,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2434,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 82,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2435,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 88,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L88"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2436,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 94,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L94"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2437,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 100,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L100"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2438,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 106,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L106"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2439,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 112,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L112"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2440,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of nav button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 116,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L116"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2441,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2442,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 122,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L122"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2443,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 128,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L128"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2444,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 134,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L134"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2445,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 140,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L140"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2446,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.nav.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 146,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L146"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2442,
- 2443,
- 2444,
- 2445,
- 2446
- ]
- }
- ],
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 116,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L116"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2431,
- 2432,
- 2433,
- 2434,
- 2435,
- 2436,
- 2437,
- 2438,
- 2439,
- 2440
- ]
- }
- ],
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 58,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L58"
- }
- ]
- }
- }
- },
- {
- "id": 2447,
- "name": "currentPageReport",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the current page report section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 152,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L152"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2448,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2449,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of current page report"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.current.page.report.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 158,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L158"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2449
- ]
- }
- ],
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 152,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L152"
- }
- ]
- }
- }
- },
- {
- "id": 2450,
- "name": "jumpToPageInput",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the jump to page input section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 163,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2451,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2452,
- "name": "maxWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Max width of jump to page input"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "paginator.jump.to.page.input.max.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 169,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2452
- ]
- }
- ],
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 163,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L163"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2453,
- 2421,
- 2429,
- 2447,
- 2450
- ]
- }
- ],
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2420,
- "name": "PaginatorDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2420
- ]
- }
- ],
- "sources": [
- {
- "fileName": "paginator/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/paginator/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2457,
- "name": "themes/panel",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Panel Design Tokens\n\n[Live Demo](https://www.primeng.org/panel/)"
- }
- ]
- },
- "children": [
- {
- "id": 2458,
- "name": "PanelDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2485,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2486,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2487,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2458,
- "name": "PanelDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2488,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2458,
- "name": "PanelDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2487,
- 2488
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2459,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2460,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2461,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2462,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2463,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2464,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2461,
- 2462,
- 2463,
- 2464
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2465,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 46,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2466,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2467,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.header.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2468,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.header.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2469,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2470,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.header.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2471,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.header.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2472,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.header.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 82,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2467,
- 2468,
- 2469,
- 2470,
- 2471,
- 2472
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 46,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L46"
- }
- ]
- }
- }
- },
- {
- "id": 2473,
- "name": "toggleableHeader",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the toggleable header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 87,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2474,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2475,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of toggleable header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.toggleable.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2475
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 87,
- "character": 23,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L87"
- }
- ]
- }
- }
- },
- {
- "id": 2476,
- "name": "title",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the title section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 98,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2477,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2478,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.title.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 104,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L104"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2478
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 98,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L98"
- }
- ]
- }
- }
- },
- {
- "id": 2479,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 109,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2480,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2481,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 115,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2481
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 109,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L109"
- }
- ]
- }
- }
- },
- {
- "id": 2482,
- "name": "footer",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the footer section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 120,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2483,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2484,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panel.footer.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 126,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L126"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2484
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 120,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L120"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2485,
- 2459,
- 2465,
- 2473,
- 2476,
- 2479,
- 2482
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2458,
- "name": "PanelDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2458
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panel/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panel/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2489,
- "name": "themes/panelmenu",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "PanelMenu Design Tokens\n\n[Live Demo](https://www.primeng.org/panelmenu/)"
- }
- ]
- },
- "children": [
- {
- "id": 2490,
- "name": "PanelMenuDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2530,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2531,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2532,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2490,
- "name": "PanelMenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2533,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2490,
- "name": "PanelMenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2532,
- 2533
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2491,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2492,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2493,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2494,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2493,
- 2494
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2495,
- "name": "panel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the panel section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 34,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2496,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2497,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2498,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2499,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2500,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2501,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2502,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2503,
- "name": "first",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "First of panel"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 74,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2504,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2505,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "First border width of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.first.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 80,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2506,
- "name": "topBorderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "First top border radius of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.first.top.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 86,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2505,
- 2506
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 74,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L74"
- }
- ]
- }
- }
- },
- {
- "id": 2507,
- "name": "last",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Last of panel"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 91,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L91"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2508,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2509,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Last border width of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.last.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 97,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2510,
- "name": "bottomBorderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Last bottom border radius of panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.panel.last.bottom.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 103,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2509,
- 2510
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 91,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L91"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2497,
- 2498,
- 2499,
- 2500,
- 2501,
- 2502,
- 2503,
- 2507
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 34,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L34"
- }
- ]
- }
- }
- },
- {
- "id": 2511,
- "name": "item",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 109,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2512,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2513,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.item.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 115,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2514,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.item.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 121,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2515,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.item.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 127,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2516,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.item.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 133,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2517,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 139,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2518,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 145,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2519,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 149,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L149"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2520,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2521,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.item.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 155,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2522,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.item.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 161,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2521,
- 2522
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 149,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L149"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2513,
- 2514,
- 2515,
- 2516,
- 2517,
- 2518,
- 2519
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 109,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L109"
- }
- ]
- }
- }
- },
- {
- "id": 2523,
- "name": "submenu",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 167,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L167"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2524,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2525,
- "name": "indent",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Indent of submenu"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.submenu.indent"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 173,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L173"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2525
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 167,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L167"
- }
- ]
- }
- }
- },
- {
- "id": 2526,
- "name": "submenuIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 178,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L178"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2527,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2528,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.submenu.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 184,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L184"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2529,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "panelmenu.submenu.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 190,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L190"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2528,
- 2529
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 178,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L178"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2530,
- 2491,
- 2495,
- 2511,
- 2523,
- 2526
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2490,
- "name": "PanelMenuDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2490
- ]
- }
- ],
- "sources": [
- {
- "fileName": "panelmenu/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/panelmenu/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2534,
- "name": "themes/password",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Password Design Tokens\n\n[Live Demo](https://www.primeng.org/password/)"
- }
- ]
- },
- "children": [
- {
- "id": 2535,
- "name": "PasswordDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2560,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2561,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2562,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2535,
- "name": "PasswordDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2563,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2535,
- "name": "PasswordDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2562,
- 2563
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2536,
- "name": "meter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the meter section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2537,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2538,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of meter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.meter.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2539,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of meter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.meter.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2540,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of meter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.meter.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2538,
- 2539,
- 2540
- ]
- }
- ],
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 17,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2541,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 40,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2542,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2543,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2543
- ]
- }
- ],
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 40,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L40"
- }
- ]
- }
- }
- },
- {
- "id": 2544,
- "name": "overlay",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the overlay section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 51,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2545,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2546,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.overlay.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2547,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.overlay.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2548,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.overlay.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2549,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.overlay.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2550,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.overlay.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2551,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.overlay.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2546,
- 2547,
- 2548,
- 2549,
- 2550,
- 2551
- ]
- }
- ],
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 51,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L51"
- }
- ]
- }
- }
- },
- {
- "id": 2552,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 92,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2553,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2554,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.content.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 98,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2554
- ]
- }
- ],
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 92,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L92"
- }
- ]
- }
- }
- },
- {
- "id": 2555,
- "name": "strength",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the strength section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 103,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2556,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2557,
- "name": "weakBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Weak background of strength"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.strength.weak.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 109,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2558,
- "name": "mediumBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Medium background of strength"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.strength.medium.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 115,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2559,
- "name": "strongBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Strong background of strength"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "password.strength.strong.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 121,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2557,
- 2558,
- 2559
- ]
- }
- ],
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 103,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L103"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2560,
- 2536,
- 2541,
- 2544,
- 2552,
- 2555
- ]
- }
- ],
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2535,
- "name": "PasswordDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2535
- ]
- }
- ],
- "sources": [
- {
- "fileName": "password/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/password/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2564,
- "name": "themes/picklist",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "PickList Design Tokens\n\n[Live Demo](https://www.primeng.org/picklist/)"
- }
- ]
- },
- "children": [
- {
- "id": 2565,
- "name": "PickListDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2572,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2573,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2574,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2565,
- "name": "PickListDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2575,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2565,
- "name": "PickListDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2574,
- 2575
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2566,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "picklist/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/picklist/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2567,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2568,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "picklist.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "picklist/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/picklist/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2568
- ]
- }
- ],
- "sources": [
- {
- "fileName": "picklist/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/picklist/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2569,
- "name": "controls",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the controls section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "picklist/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/picklist/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2570,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2571,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of controls"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "picklist.controls.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "picklist/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/picklist/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2571
- ]
- }
- ],
- "sources": [
- {
- "fileName": "picklist/index.d.ts",
- "line": 28,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/picklist/index.d.ts#L28"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2572,
- 2566,
- 2569
- ]
- }
- ],
- "sources": [
- {
- "fileName": "picklist/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/picklist/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2565,
- "name": "PickListDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2565
- ]
- }
- ],
- "sources": [
- {
- "fileName": "picklist/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/picklist/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2576,
- "name": "themes/popover",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Popover Design Tokens\n\n[Live Demo](https://www.primeng.org/popover/)"
- }
- ]
- },
- "children": [
- {
- "id": 2577,
- "name": "PopoverDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2590,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2591,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2592,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2577,
- "name": "PopoverDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2593,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2577,
- "name": "PopoverDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2592,
- 2593
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2578,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2579,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2580,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "popover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2581,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "popover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2582,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "popover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2583,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "popover.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2584,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "popover.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2585,
- "name": "gutter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "popover.gutter"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2586,
- "name": "arrowOffset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Arrow offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "popover.arrow.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2580,
- 2581,
- 2582,
- 2583,
- 2584,
- 2585,
- 2586
- ]
- }
- ],
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2587,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 64,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2588,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2589,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "popover.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2589
- ]
- }
- ],
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 64,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L64"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2590,
- 2578,
- 2587
- ]
- }
- ],
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2577,
- "name": "PopoverDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2577
- ]
- }
- ],
- "sources": [
- {
- "fileName": "popover/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/popover/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2594,
- "name": "themes/progressbar",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "ProgressBar Design Tokens\n\n[Live Demo](https://www.primeng.org/progressbar/)"
- }
- ]
- },
- "children": [
- {
- "id": 2595,
- "name": "ProgressBarDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2609,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2610,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2611,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2595,
- "name": "ProgressBarDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2612,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2595,
- "name": "ProgressBarDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2611,
- 2612
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2596,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2597,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2598,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressbar.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2599,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressbar.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2600,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressbar.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2598,
- 2599,
- 2600
- ]
- }
- ],
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2601,
- "name": "value",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the value section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 40,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2602,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2603,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of value"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressbar.value.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2603
- ]
- }
- ],
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 40,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L40"
- }
- ]
- }
- }
- },
- {
- "id": 2604,
- "name": "label",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the label section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 51,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2605,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2606,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressbar.label.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2607,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressbar.label.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2608,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressbar.label.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2606,
- 2607,
- 2608
- ]
- }
- ],
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 51,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L51"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2609,
- 2596,
- 2601,
- 2604
- ]
- }
- ],
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2595,
- "name": "ProgressBarDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2595
- ]
- }
- ],
- "sources": [
- {
- "fileName": "progressbar/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressbar/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2613,
- "name": "themes/progressspinner",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "ProgressSpinner Design Tokens\n\n[Live Demo](https://www.primeng.org/progressspinner/)"
- }
- ]
- },
- "children": [
- {
- "id": 2614,
- "name": "ProgressSpinnerDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2621,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2622,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2623,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2614,
- "name": "ProgressSpinnerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2624,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2614,
- "name": "ProgressSpinnerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2623,
- 2624
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2615,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressspinner/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressspinner/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2616,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2617,
- "name": "color.1",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color.1 of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressspinner.color.1"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressspinner/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressspinner/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2618,
- "name": "color.2",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color.2 of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressspinner.color.2"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressspinner/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressspinner/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2619,
- "name": "color.3",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color.3 of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressspinner.color.3"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressspinner/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressspinner/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2620,
- "name": "color.4",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color.4 of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "progressspinner.color.4"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "progressspinner/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressspinner/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2617,
- 2618,
- 2619,
- 2620
- ]
- }
- ],
- "sources": [
- {
- "fileName": "progressspinner/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressspinner/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2621,
- 2615
- ]
- }
- ],
- "sources": [
- {
- "fileName": "progressspinner/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressspinner/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2614,
- "name": "ProgressSpinnerDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2614
- ]
- }
- ],
- "sources": [
- {
- "fileName": "progressspinner/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/progressspinner/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2625,
- "name": "themes/radiobutton",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "RadioButton Design Tokens\n\n[Live Demo](https://www.primeng.org/radiobutton/)"
- }
- ]
- },
- "children": [
- {
- "id": 2626,
- "name": "RadioButtonDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2659,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2660,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2661,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2626,
- "name": "RadioButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2662,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2626,
- "name": "RadioButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2661,
- 2662
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2627,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2628,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2629,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2630,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2631,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2632,
- "name": "checkedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.checked.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2633,
- "name": "checkedHoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.checked.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2634,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2635,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2636,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2637,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2638,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2639,
- "name": "checkedBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.checked.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2640,
- "name": "checkedHoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.checked.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2641,
- "name": "checkedFocusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.checked.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2642,
- "name": "checkedDisabledBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked disabled border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.checked.disabled.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2643,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2644,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 113,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L113"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2645,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2646,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2647,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 123,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2648,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2649,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2650,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2651,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 147,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L147"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2647,
- 2648,
- 2649,
- 2650,
- 2651
- ]
- }
- ],
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 117,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L117"
- }
- ]
- }
- }
- },
- {
- "id": 2652,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 154,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L154"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2629,
- 2630,
- 2631,
- 2632,
- 2633,
- 2634,
- 2635,
- 2636,
- 2637,
- 2638,
- 2639,
- 2640,
- 2641,
- 2642,
- 2643,
- 2644,
- 2645,
- 2652
- ]
- }
- ],
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2653,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 159,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L159"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2654,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2655,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 165,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2656,
- "name": "checkedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.icon.checked.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 171,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L171"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2657,
- "name": "checkedHoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked hover color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.icon.checked.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 177,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L177"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2658,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "radiobutton.icon.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 183,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L183"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2655,
- 2656,
- 2657,
- 2658
- ]
- }
- ],
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 159,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L159"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2659,
- 2627,
- 2653
- ]
- }
- ],
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2626,
- "name": "RadioButtonDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2626
- ]
- }
- ],
- "sources": [
- {
- "fileName": "radiobutton/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/radiobutton/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2663,
- "name": "themes/rating",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Rating Design Tokens\n\n[Live Demo](https://www.primeng.org/rating/)"
- }
- ]
- },
- "children": [
- {
- "id": 2664,
- "name": "RatingDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2675,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2676,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2677,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2664,
- "name": "RatingDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2678,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2664,
- "name": "RatingDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2677,
- 2678
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2665,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2666,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2667,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "rating.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2668,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "rating.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2667,
- 2668
- ]
- }
- ],
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2669,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 34,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2670,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2671,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "rating.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2672,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "rating.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2673,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "rating.icon.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2674,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "rating.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2671,
- 2672,
- 2673,
- 2674
- ]
- }
- ],
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 34,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L34"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2675,
- 2665,
- 2669
- ]
- }
- ],
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2664,
- "name": "RatingDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2664
- ]
- }
- ],
- "sources": [
- {
- "fileName": "rating/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/rating/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2679,
- "name": "themes/ripple",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Ripple Design Tokens\n\n[Live Demo](https://www.primeng.org/ripple/)"
- }
- ]
- },
- "children": [
- {
- "id": 2680,
- "name": "RippleDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2684,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2685,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2686,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2680,
- "name": "RippleDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2687,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2680,
- "name": "RippleDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2686,
- 2687
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2681,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "ripple/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/ripple/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2682,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2683,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "ripple.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "ripple/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/ripple/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2683
- ]
- }
- ],
- "sources": [
- {
- "fileName": "ripple/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/ripple/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2684,
- 2681
- ]
- }
- ],
- "sources": [
- {
- "fileName": "ripple/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/ripple/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2680,
- "name": "RippleDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2680
- ]
- }
- ],
- "sources": [
- {
- "fileName": "ripple/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/ripple/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2688,
- "name": "themes/scrollpanel",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "ScrollPanel Design Tokens\n\n[Live Demo](https://www.primeng.org/scrollpanel/)"
- }
- ]
- },
- "children": [
- {
- "id": 2689,
- "name": "ScrollPanelDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2705,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2706,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2707,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2689,
- "name": "ScrollPanelDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2708,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2689,
- "name": "ScrollPanelDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2707,
- 2708
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2690,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2691,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2692,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "scrollpanel.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2692
- ]
- }
- ],
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2693,
- "name": "bar",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the bar section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2694,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2695,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "scrollpanel.bar.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2696,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "scrollpanel.bar.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2697,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of bar"
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 44,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L44"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2698,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2699,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "scrollpanel.bar.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 50,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L50"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2700,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "scrollpanel.bar.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 56,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L56"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2701,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "scrollpanel.bar.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 62,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L62"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2702,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "scrollpanel.bar.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 68,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L68"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2703,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "scrollpanel.bar.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 74,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2699,
- 2700,
- 2701,
- 2702,
- 2703
- ]
- }
- ],
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 44,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L44"
- }
- ]
- }
- }
- },
- {
- "id": 2704,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "scrollpanel.bar.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2695,
- 2696,
- 2697,
- 2704
- ]
- }
- ],
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 28,
- "character": 10,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L28"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2705,
- 2690,
- 2693
- ]
- }
- ],
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2689,
- "name": "ScrollPanelDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2689
- ]
- }
- ],
- "sources": [
- {
- "fileName": "scrollpanel/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/scrollpanel/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2709,
- "name": "themes/select",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Select Design Tokens\n\n[Live Demo](https://www.primeng.org/select/)"
- }
- ]
- },
- "children": [
- {
- "id": 2710,
- "name": "SelectDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2782,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2783,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2784,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2710,
- "name": "SelectDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2785,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2710,
- "name": "SelectDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2784,
- 2785
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2711,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2712,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2713,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2714,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2715,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2716,
- "name": "filledFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled focus background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.filled.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2717,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2718,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2719,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2720,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2721,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2722,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2723,
- "name": "placeholderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Placeholder color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.placeholder.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2724,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2725,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2726,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2727,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2728,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2729,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2730,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 117,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2731,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 123,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2732,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2733,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2734,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2730,
- 2731,
- 2732,
- 2733,
- 2734
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 111,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L111"
- }
- ]
- }
- }
- },
- {
- "id": 2735,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2713,
- 2714,
- 2715,
- 2716,
- 2717,
- 2718,
- 2719,
- 2720,
- 2721,
- 2722,
- 2723,
- 2724,
- 2725,
- 2726,
- 2727,
- 2728,
- 2735
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2736,
- "name": "dropdown",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the dropdown section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 153,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L153"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2737,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2738,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.dropdown.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 159,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L159"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2739,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.dropdown.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 165,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2738,
- 2739
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 153,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L153"
- }
- ]
- }
- }
- },
- {
- "id": 2740,
- "name": "overlay",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the overlay section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 170,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L170"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2741,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2742,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.overlay.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 176,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L176"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2743,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.overlay.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 182,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L182"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2744,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.overlay.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 188,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L188"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2745,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.overlay.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 194,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L194"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2746,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.overlay.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 200,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L200"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2742,
- 2743,
- 2744,
- 2745,
- 2746
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 170,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L170"
- }
- ]
- }
- }
- },
- {
- "id": 2747,
- "name": "list",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 205,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L205"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2748,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2749,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 211,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L211"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2750,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 217,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L217"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2751,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Header of list"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 221,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L221"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2752,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2753,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Header padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.list.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 227,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L227"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2753
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 221,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L221"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2749,
- 2750,
- 2751
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 205,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L205"
- }
- ]
- }
- }
- },
- {
- "id": 2754,
- "name": "option",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the option section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 233,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L233"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2755,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2756,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 239,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L239"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2757,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 245,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L245"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2758,
- "name": "selectedFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus background of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.selected.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 251,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L251"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2759,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 257,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L257"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2760,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 263,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L263"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2761,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 269,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L269"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2762,
- "name": "selectedFocusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected focus color of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.selected.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 275,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L275"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2763,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 281,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L281"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2764,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of option"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 287,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L287"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2756,
- 2757,
- 2758,
- 2759,
- 2760,
- 2761,
- 2762,
- 2763,
- 2764
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 233,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L233"
- }
- ]
- }
- }
- },
- {
- "id": 2765,
- "name": "optionGroup",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the option group section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 292,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L292"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2766,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2767,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.group.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 298,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L298"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2768,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.group.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 304,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L304"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2769,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.group.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 310,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L310"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2770,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of option group"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.option.group.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 316,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L316"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2767,
- 2768,
- 2769,
- 2770
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 292,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L292"
- }
- ]
- }
- }
- },
- {
- "id": 2771,
- "name": "clearIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the clear icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 321,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L321"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2772,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2773,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of clear icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.clear.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 327,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L327"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2773
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 321,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L321"
- }
- ]
- }
- }
- },
- {
- "id": 2774,
- "name": "checkmark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the checkmark section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 332,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L332"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2775,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2776,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of checkmark"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.checkmark.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 338,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L338"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2777,
- "name": "gutterStart",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter start of checkmark"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.checkmark.gutter.start"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 344,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L344"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2778,
- "name": "gutterEnd",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter end of checkmark"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.checkmark.gutter.end"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 350,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L350"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2776,
- 2777,
- 2778
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 332,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L332"
- }
- ]
- }
- }
- },
- {
- "id": 2779,
- "name": "emptyMessage",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the empty message section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 355,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L355"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2780,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2781,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of empty message"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "select.empty.message.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 361,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L361"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2781
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 355,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L355"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2782,
- 2711,
- 2736,
- 2740,
- 2747,
- 2754,
- 2765,
- 2771,
- 2774,
- 2779
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2710,
- "name": "SelectDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2710
- ]
- }
- ],
- "sources": [
- {
- "fileName": "select/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/select/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2786,
- "name": "themes/selectbutton",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "SelectButton Design Tokens\n\n[Live Demo](https://www.primeng.org/selectbutton/)"
- }
- ]
- },
- "children": [
- {
- "id": 2787,
- "name": "SelectButtonDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2792,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2793,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2794,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2787,
- "name": "SelectButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2795,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2787,
- "name": "SelectButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2794,
- 2795
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2788,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "selectbutton/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/selectbutton/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2789,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2790,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "selectbutton.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "selectbutton/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/selectbutton/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2791,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "selectbutton.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "selectbutton/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/selectbutton/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2790,
- 2791
- ]
- }
- ],
- "sources": [
- {
- "fileName": "selectbutton/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/selectbutton/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2792,
- 2788
- ]
- }
- ],
- "sources": [
- {
- "fileName": "selectbutton/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/selectbutton/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2787,
- "name": "SelectButtonDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2787
- ]
- }
- ],
- "sources": [
- {
- "fileName": "selectbutton/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/selectbutton/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2796,
- "name": "themes/skeleton",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Skeleton Design Tokens\n\n[Live Demo](https://www.primeng.org/skeleton/)"
- }
- ]
- },
- "children": [
- {
- "id": 2797,
- "name": "SkeletonDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2803,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2804,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2805,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2797,
- "name": "SkeletonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2806,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2797,
- "name": "SkeletonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2805,
- 2806
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2798,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "skeleton/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/skeleton/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2799,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2800,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "skeleton.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "skeleton/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/skeleton/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2801,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "skeleton.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "skeleton/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/skeleton/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2802,
- "name": "animationBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Animation background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "skeleton.animation.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "skeleton/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/skeleton/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2800,
- 2801,
- 2802
- ]
- }
- ],
- "sources": [
- {
- "fileName": "skeleton/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/skeleton/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2803,
- 2798
- ]
- }
- ],
- "sources": [
- {
- "fileName": "skeleton/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/skeleton/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2797,
- "name": "SkeletonDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2797
- ]
- }
- ],
- "sources": [
- {
- "fileName": "skeleton/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/skeleton/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2807,
- "name": "themes/slider",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Slider Design Tokens\n\n[Live Demo](https://www.primeng.org/slider/)"
- }
- ]
- },
- "children": [
- {
- "id": 2808,
- "name": "SliderDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2842,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2843,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2844,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2808,
- "name": "SliderDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2845,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2808,
- "name": "SliderDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2844,
- 2845
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2809,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2810,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2811,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2811
- ]
- }
- ],
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2812,
- "name": "track",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the track section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2813,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2814,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of track"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.track.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2815,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of track"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.track.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2816,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of track"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.track.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2814,
- 2815,
- 2816
- ]
- }
- ],
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 28,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 2817,
- "name": "range",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the range section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 51,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2818,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2819,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of range"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.range.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2819
- ]
- }
- ],
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 51,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L51"
- }
- ]
- }
- }
- },
- {
- "id": 2820,
- "name": "handle",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the handle section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 62,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L62"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2821,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2822,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 68,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L68"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2823,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 74,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2824,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 80,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2825,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 86,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2826,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 92,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2827,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content of handle"
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 96,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L96"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2828,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2829,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content border radius of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.content.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 102,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L102"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2830,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content hover background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.content.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 108,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L108"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2831,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content width of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.content.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 114,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L114"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2832,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content height of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.content.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 120,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2833,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content shadow of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.content.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 126,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L126"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2829,
- 2830,
- 2831,
- 2832,
- 2833
- ]
- }
- ],
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 96,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L96"
- }
- ]
- }
- }
- },
- {
- "id": 2834,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of handle"
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 131,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L131"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2835,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2836,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 137,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L137"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2837,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 143,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L143"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2838,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 149,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L149"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2839,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 155,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2840,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 161,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2836,
- 2837,
- 2838,
- 2839,
- 2840
- ]
- }
- ],
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 131,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L131"
- }
- ]
- }
- }
- },
- {
- "id": 2841,
- "name": "contentBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "slider.handle.content.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 168,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L168"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2822,
- 2823,
- 2824,
- 2825,
- 2826,
- 2827,
- 2834,
- 2841
- ]
- }
- ],
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 62,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L62"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2842,
- 2809,
- 2812,
- 2817,
- 2820
- ]
- }
- ],
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2808,
- "name": "SliderDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2808
- ]
- }
- ],
- "sources": [
- {
- "fileName": "slider/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/slider/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2846,
- "name": "themes/speeddial",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "SpeedDial Design Tokens\n\n[Live Demo](https://www.primeng.org/speeddial/)"
- }
- ]
- },
- "children": [
- {
- "id": 2847,
- "name": "SpeedDialDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2852,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2853,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2854,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2847,
- "name": "SpeedDialDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2855,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2847,
- "name": "SpeedDialDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2854,
- 2855
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2848,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "speeddial/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/speeddial/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2849,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2850,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "speeddial.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "speeddial/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/speeddial/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2851,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "speeddial.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "speeddial/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/speeddial/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2850,
- 2851
- ]
- }
- ],
- "sources": [
- {
- "fileName": "speeddial/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/speeddial/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2852,
- 2848
- ]
- }
- ],
- "sources": [
- {
- "fileName": "speeddial/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/speeddial/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2847,
- "name": "SpeedDialDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2847
- ]
- }
- ],
- "sources": [
- {
- "fileName": "speeddial/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/speeddial/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2856,
- "name": "themes/splitbutton",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "SplitButton Design Tokens\n\n[Live Demo](https://www.primeng.org/splitbutton/)"
- }
- ]
- },
- "children": [
- {
- "id": 2857,
- "name": "SplitButtonDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2863,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2864,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2865,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2857,
- "name": "SplitButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2866,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2857,
- "name": "SplitButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2865,
- 2866
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2858,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitbutton/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitbutton/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2859,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2860,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitbutton.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitbutton/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitbutton/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2861,
- "name": "roundedBorderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Rounded border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitbutton.rounded.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitbutton/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitbutton/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2862,
- "name": "raisedShadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Raised shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitbutton.raised.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitbutton/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitbutton/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2860,
- 2861,
- 2862
- ]
- }
- ],
- "sources": [
- {
- "fileName": "splitbutton/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitbutton/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2863,
- 2858
- ]
- }
- ],
- "sources": [
- {
- "fileName": "splitbutton/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitbutton/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2857,
- "name": "SplitButtonDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2857
- ]
- }
- ],
- "sources": [
- {
- "fileName": "splitbutton/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitbutton/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2867,
- "name": "themes/splitter",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Splitter Design Tokens\n\n[Live Demo](https://www.primeng.org/splitter/)"
- }
- ]
- },
- "children": [
- {
- "id": 2868,
- "name": "SplitterDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2890,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2891,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2892,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2868,
- "name": "SplitterDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2893,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2868,
- "name": "SplitterDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2892,
- 2893
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2869,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2870,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2871,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2872,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2873,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2874,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2871,
- 2872,
- 2873,
- 2874
- ]
- }
- ],
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2875,
- "name": "gutter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the gutter section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 46,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2876,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2877,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of gutter"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.gutter.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2877
- ]
- }
- ],
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 46,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L46"
- }
- ]
- }
- }
- },
- {
- "id": 2878,
- "name": "handle",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the handle section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 57,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2879,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2880,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.handle.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2881,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.handle.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2882,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.handle.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2883,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of handle"
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 79,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L79"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2884,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2885,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.handle.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 85,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L85"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2886,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.handle.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 91,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L91"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2887,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.handle.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 97,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2888,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.handle.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 103,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2889,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "splitter.handle.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 109,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2885,
- 2886,
- 2887,
- 2888,
- 2889
- ]
- }
- ],
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 79,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L79"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2880,
- 2881,
- 2882,
- 2883
- ]
- }
- ],
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 57,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L57"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2890,
- 2869,
- 2875,
- 2878
- ]
- }
- ],
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2868,
- "name": "SplitterDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2868
- ]
- }
- ],
- "sources": [
- {
- "fileName": "splitter/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/splitter/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2894,
- "name": "themes/stepper",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Stepper Design Tokens\n\n[Live Demo](https://www.primeng.org/stepper/)"
- }
- ]
- },
- "children": [
- {
- "id": 2895,
- "name": "StepperDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2947,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2948,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2949,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2895,
- "name": "StepperDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2950,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2895,
- "name": "StepperDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2949,
- 2950
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2896,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2897,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2898,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2898
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2899,
- "name": "separator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the separator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2900,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2901,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.separator.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2902,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.separator.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2903,
- "name": "margin",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Margin of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.separator.margin"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2904,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.separator.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2901,
- 2902,
- 2903,
- 2904
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 28,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 2905,
- "name": "step",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the step section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 57,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2906,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2907,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of step"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2908,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of step"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2907,
- 2908
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 57,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L57"
- }
- ]
- }
- }
- },
- {
- "id": 2909,
- "name": "stepHeader",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the step header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 74,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2910,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2911,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of step header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 80,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2912,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of step header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.header.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 86,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2913,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of step header"
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 90,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L90"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2914,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2915,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of step header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.header.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 96,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L96"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2916,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of step header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.header.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 102,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L102"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2917,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of step header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.header.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 108,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L108"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2918,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of step header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.header.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 114,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L114"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2919,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of step header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.header.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 120,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2915,
- 2916,
- 2917,
- 2918,
- 2919
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 90,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L90"
- }
- ]
- }
- }
- },
- {
- "id": 2920,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of step header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.header.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 127,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2911,
- 2912,
- 2913,
- 2920
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 74,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L74"
- }
- ]
- }
- }
- },
- {
- "id": 2921,
- "name": "stepTitle",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the step title section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 132,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L132"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2922,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2923,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of step title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.title.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 138,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L138"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2924,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of step title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.title.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 144,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L144"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2925,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of step title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.title.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 150,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L150"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2923,
- 2924,
- 2925
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 132,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L132"
- }
- ]
- }
- }
- },
- {
- "id": 2926,
- "name": "stepNumber",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the step number section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 155,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L155"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2927,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2928,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 161,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L161"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2929,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 167,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L167"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2930,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 173,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L173"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2931,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active border color of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 179,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L179"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2932,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 185,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L185"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2933,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 191,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L191"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2934,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 197,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L197"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2935,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 203,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L203"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2936,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 209,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L209"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2937,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 215,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L215"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2938,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of step number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.step.number.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 221,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L221"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2928,
- 2929,
- 2930,
- 2931,
- 2932,
- 2933,
- 2934,
- 2935,
- 2936,
- 2937,
- 2938
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 155,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L155"
- }
- ]
- }
- }
- },
- {
- "id": 2939,
- "name": "steppanels",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the steppanels section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 226,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L226"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2940,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2941,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of steppanels"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.steppanels.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 232,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L232"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2941
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 226,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L226"
- }
- ]
- }
- }
- },
- {
- "id": 2942,
- "name": "steppanel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the steppanel section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 237,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L237"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2943,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2944,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of steppanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.steppanel.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 243,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L243"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2945,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of steppanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.steppanel.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 249,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L249"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2946,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of steppanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "stepper.steppanel.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 255,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L255"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2944,
- 2945,
- 2946
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 237,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L237"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2947,
- 2896,
- 2899,
- 2905,
- 2909,
- 2921,
- 2926,
- 2939,
- 2942
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2895,
- "name": "StepperDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2895
- ]
- }
- ],
- "sources": [
- {
- "fileName": "stepper/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/stepper/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2951,
- "name": "themes/steps",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Steps Design Tokens\n\n[Live Demo](https://www.primeng.org/steps/)"
- }
- ]
- },
- "children": [
- {
- "id": 2952,
- "name": "StepsDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 2988,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2989,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2990,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2952,
- "name": "StepsDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 2991,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2952,
- "name": "StepsDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2990,
- 2991
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2953,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2954,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2955,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2955
- ]
- }
- ],
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2956,
- "name": "separator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the separator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2957,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2958,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.separator.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2958
- ]
- }
- ],
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 28,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 2959,
- "name": "itemLink",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item link section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 39,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L39"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2960,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2961,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.link.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 45,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L45"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2962,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of item link"
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 49,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L49"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2963,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2964,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of item link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.link.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 55,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L55"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2965,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of item link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.link.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 61,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L61"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2966,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of item link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.link.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 67,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L67"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2967,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of item link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.link.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 73,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L73"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2968,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of item link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.link.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 79,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L79"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2964,
- 2965,
- 2966,
- 2967,
- 2968
- ]
- }
- ],
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 49,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L49"
- }
- ]
- }
- }
- },
- {
- "id": 2969,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of item link"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.link.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 86,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2961,
- 2962,
- 2969
- ]
- }
- ],
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 39,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L39"
- }
- ]
- }
- }
- },
- {
- "id": 2970,
- "name": "itemLabel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item label section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 91,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L91"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2971,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2972,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.label.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 97,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2973,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of item label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.label.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 103,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2974,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of item label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.label.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 109,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2972,
- 2973,
- 2974
- ]
- }
- ],
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 91,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L91"
- }
- ]
- }
- }
- },
- {
- "id": 2975,
- "name": "itemNumber",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item number section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 114,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L114"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2976,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2977,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 120,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2978,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 126,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L126"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2979,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 132,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L132"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2980,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active border color of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 138,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L138"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2981,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 144,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L144"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2982,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 150,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L150"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2983,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 156,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L156"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2984,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 162,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L162"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2985,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 168,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L168"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2986,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 174,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L174"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 2987,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of item number"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "steps.item.number.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 180,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L180"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2977,
- 2978,
- 2979,
- 2980,
- 2981,
- 2982,
- 2983,
- 2984,
- 2985,
- 2986,
- 2987
- ]
- }
- ],
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 114,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L114"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2988,
- 2953,
- 2956,
- 2959,
- 2970,
- 2975
- ]
- }
- ],
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2952,
- "name": "StepsDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2952
- ]
- }
- ],
- "sources": [
- {
- "fileName": "steps/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/steps/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 2992,
- "name": "themes/tabmenu",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Tabmenu Design Tokens\n\n[Live Demo](https://www.primeng.org/tabmenu/)"
- }
- ]
- },
- "children": [
- {
- "id": 2993,
- "name": "TabmenuDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3035,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3036,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3037,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2993,
- "name": "TabmenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3038,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 2993,
- "name": "TabmenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3037,
- 3038
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 2994,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2995,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2996,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2996
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 2997,
- "name": "tablist",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the tablist section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 2998,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 2999,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of tablist"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.tablist.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3000,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of tablist"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.tablist.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3001,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of tablist"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.tablist.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 2999,
- 3000,
- 3001
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 28,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 3002,
- "name": "item",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 51,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3003,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3004,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3005,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3006,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3007,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3008,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3009,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3010,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active border color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3011,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3012,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3013,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3014,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3015,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3016,
- "name": "margin",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Margin of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.margin"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 129,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3017,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 135,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3018,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 139,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3019,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3020,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 145,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3021,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 151,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3022,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 157,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3023,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 163,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3024,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 169,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3020,
- 3021,
- 3022,
- 3023,
- 3024
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 139,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L139"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3004,
- 3005,
- 3006,
- 3007,
- 3008,
- 3009,
- 3010,
- 3011,
- 3012,
- 3013,
- 3014,
- 3015,
- 3016,
- 3017,
- 3018
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 51,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L51"
- }
- ]
- }
- }
- },
- {
- "id": 3025,
- "name": "itemIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 175,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3026,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3027,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 181,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L181"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3028,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of item icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.icon.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 187,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L187"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3029,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of item icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.item.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 193,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L193"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3027,
- 3028,
- 3029
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 175,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L175"
- }
- ]
- }
- }
- },
- {
- "id": 3030,
- "name": "activeBar",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the active bar section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 198,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L198"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3031,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3032,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of active bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.active.bar.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 204,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L204"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3033,
- "name": "bottom",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Bottom of active bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.active.bar.bottom"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 210,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L210"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3034,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of active bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabmenu.active.bar.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 216,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L216"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3032,
- 3033,
- 3034
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 198,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L198"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3035,
- 2994,
- 2997,
- 3002,
- 3025,
- 3030
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 2993,
- "name": "TabmenuDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 2993
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabmenu/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabmenu/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3039,
- "name": "themes/tabs",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Tabs Design Tokens\n\n[Live Demo](https://www.primeng.org/tabs/)"
- }
- ]
- },
- "children": [
- {
- "id": 3040,
- "name": "TabsDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3103,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3104,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3105,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3040,
- "name": "TabsDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3106,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3040,
- "name": "TabsDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3105,
- 3106
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3041,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3042,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3043,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3043
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3044,
- "name": "tablist",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the tablist section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3045,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3046,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of tablist"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tablist.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3047,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of tablist"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tablist.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3048,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of tablist"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tablist.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3046,
- 3047,
- 3048
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 28,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 3049,
- "name": "tab",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the tab section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 51,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3050,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3051,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3052,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3053,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3054,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3055,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3056,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3057,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active border color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3058,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3059,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3060,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3061,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3062,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3063,
- "name": "margin",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Margin of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.margin"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 129,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3064,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 135,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3065,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of tab"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 139,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3066,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3067,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 145,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3068,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 151,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3069,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 157,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3070,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 163,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3071,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tab.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 169,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3067,
- 3068,
- 3069,
- 3070,
- 3071
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 139,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L139"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3051,
- 3052,
- 3053,
- 3054,
- 3055,
- 3056,
- 3057,
- 3058,
- 3059,
- 3060,
- 3061,
- 3062,
- 3063,
- 3064,
- 3065
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 51,
- "character": 10,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L51"
- }
- ]
- }
- }
- },
- {
- "id": 3072,
- "name": "tabpanel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the tabpanel section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 175,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3073,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3074,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of tabpanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tabpanel.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 181,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L181"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3075,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of tabpanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tabpanel.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 187,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L187"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3076,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of tabpanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tabpanel.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 193,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L193"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3077,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of tabpanel"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 197,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L197"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3078,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3079,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of tabpanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tabpanel.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 203,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L203"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3080,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of tabpanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tabpanel.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 209,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L209"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3081,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of tabpanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tabpanel.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 215,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L215"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3082,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of tabpanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tabpanel.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 221,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L221"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3083,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of tabpanel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.tabpanel.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 227,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L227"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3079,
- 3080,
- 3081,
- 3082,
- 3083
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 197,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L197"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3074,
- 3075,
- 3076,
- 3077
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 175,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L175"
- }
- ]
- }
- }
- },
- {
- "id": 3084,
- "name": "navButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the nav button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 233,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L233"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3085,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3086,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 239,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L239"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3087,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 245,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L245"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3088,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 251,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L251"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3089,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 257,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L257"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3090,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of nav button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 261,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L261"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3091,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3092,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 267,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L267"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3093,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 273,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L273"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3094,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 279,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L279"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3095,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 285,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L285"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3096,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 291,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L291"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3092,
- 3093,
- 3094,
- 3095,
- 3096
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 261,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L261"
- }
- ]
- }
- }
- },
- {
- "id": 3097,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.nav.button.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 298,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L298"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3086,
- 3087,
- 3088,
- 3089,
- 3090,
- 3097
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 233,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L233"
- }
- ]
- }
- }
- },
- {
- "id": 3098,
- "name": "activeBar",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the active bar section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 303,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L303"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3099,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3100,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of active bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.active.bar.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 309,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L309"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3101,
- "name": "bottom",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Bottom of active bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.active.bar.bottom"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 315,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L315"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3102,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of active bar"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabs.active.bar.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 321,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L321"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3100,
- 3101,
- 3102
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 303,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L303"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3103,
- 3041,
- 3044,
- 3049,
- 3072,
- 3084,
- 3098
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3040,
- "name": "TabsDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3040
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabs/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabs/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3107,
- "name": "themes/tabview",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "TabView Design Tokens\n\n[Live Demo](https://www.primeng.org/tabview/)"
- }
- ]
- },
- "children": [
- {
- "id": 3108,
- "name": "TabViewDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3133,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3134,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3135,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3108,
- "name": "TabViewDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3136,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3108,
- "name": "TabViewDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3135,
- 3136
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3109,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3110,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3111,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3111
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3112,
- "name": "tabList",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the tab list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3113,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3114,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of tab list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.tab.list.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 34,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3115,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of tab list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.tab.list.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3114,
- 3115
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 28,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 3116,
- "name": "tab",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the tab section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 45,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L45"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3117,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3118,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.tab.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 51,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3119,
- "name": "activeBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active border color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.tab.active.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 57,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3120,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.tab.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3121,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.tab.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3122,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of tab"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.tab.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3118,
- 3119,
- 3120,
- 3121,
- 3122
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 45,
- "character": 10,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L45"
- }
- ]
- }
- }
- },
- {
- "id": 3123,
- "name": "tabPanel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the tab panel section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 80,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3124,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3125,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of tab panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.tab.panel.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 86,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3126,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of tab panel"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.tab.panel.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 92,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3125,
- 3126
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 80,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L80"
- }
- ]
- }
- }
- },
- {
- "id": 3127,
- "name": "navButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the nav button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 97,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3128,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3129,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.nav.button.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 103,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3130,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.nav.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 109,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3131,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.nav.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 115,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3132,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of nav button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tabview.nav.button.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 121,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L121"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3129,
- 3130,
- 3131,
- 3132
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 97,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L97"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3133,
- 3109,
- 3112,
- 3116,
- 3123,
- 3127
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3108,
- "name": "TabViewDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3108
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tabview/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tabview/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3137,
- "name": "themes/tag",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Tag Design Tokens\n\n[Live Demo](https://www.primeng.org/tag/)"
- }
- ]
- },
- "children": [
- {
- "id": 3138,
- "name": "TagDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3178,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3179,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3180,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3138,
- "name": "TagDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3181,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3138,
- "name": "TagDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3180,
- 3181
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3139,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3140,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3141,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3142,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3143,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3144,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3145,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3146,
- "name": "roundedBorderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Rounded border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.rounded.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3141,
- 3142,
- 3143,
- 3144,
- 3145,
- 3146
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3147,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3148,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3149,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3149
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 58,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L58"
- }
- ]
- }
- }
- },
- {
- "id": 3150,
- "name": "primary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the primary section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 69,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3151,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3152,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of primary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.primary.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3153,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of primary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.primary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3152,
- 3153
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 69,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L69"
- }
- ]
- }
- }
- },
- {
- "id": 3154,
- "name": "secondary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the secondary section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 86,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L86"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3155,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3156,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.secondary.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 92,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L92"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3157,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.secondary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 98,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L98"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3156,
- 3157
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 86,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L86"
- }
- ]
- }
- }
- },
- {
- "id": 3158,
- "name": "success",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the success section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 103,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L103"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3159,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3160,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.success.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 109,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L109"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3161,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.success.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 115,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L115"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3160,
- 3161
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 103,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L103"
- }
- ]
- }
- }
- },
- {
- "id": 3162,
- "name": "info",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the info section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 120,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L120"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3163,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3164,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.info.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 126,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L126"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3165,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.info.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 132,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L132"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3164,
- 3165
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 120,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L120"
- }
- ]
- }
- }
- },
- {
- "id": 3166,
- "name": "warn",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the warn section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 137,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L137"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3167,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3168,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.warn.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 143,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L143"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3169,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.warn.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 149,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L149"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3168,
- 3169
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 137,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L137"
- }
- ]
- }
- }
- },
- {
- "id": 3170,
- "name": "danger",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the danger section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 154,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L154"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3171,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3172,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of danger"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.danger.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 160,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L160"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3173,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of danger"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.danger.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 166,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L166"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3172,
- 3173
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 154,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L154"
- }
- ]
- }
- }
- },
- {
- "id": 3174,
- "name": "contrast",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the contrast section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 171,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L171"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3175,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3176,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.contrast.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 177,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L177"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3177,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tag.contrast.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 183,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L183"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3176,
- 3177
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 171,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L171"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3178,
- 3139,
- 3147,
- 3150,
- 3154,
- 3158,
- 3162,
- 3166,
- 3170,
- 3174
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3138,
- "name": "TagDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3138
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tag/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tag/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3182,
- "name": "themes/terminal",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Terminal Design Tokens\n\n[Live Demo](https://www.primeng.org/terminal/)"
- }
- ]
- },
- "children": [
- {
- "id": 3183,
- "name": "TerminalDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3198,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3199,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3200,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3183,
- "name": "TerminalDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3201,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3183,
- "name": "TerminalDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3200,
- 3201
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3184,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3185,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3186,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "terminal.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3187,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "terminal.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3188,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "terminal.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3189,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "terminal.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3190,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "terminal.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3191,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "terminal.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3186,
- 3187,
- 3188,
- 3189,
- 3190,
- 3191
- ]
- }
- ],
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3192,
- "name": "prompt",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the prompt section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3193,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3194,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of prompt"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "terminal.prompt.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3194
- ]
- }
- ],
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 58,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L58"
- }
- ]
- }
- }
- },
- {
- "id": 3195,
- "name": "commandResponse",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the command response section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 69,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3196,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3197,
- "name": "margin",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Margin of command response"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "terminal.command.response.margin"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3197
- ]
- }
- ],
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 69,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L69"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3198,
- 3184,
- 3192,
- 3195
- ]
- }
- ],
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3183,
- "name": "TerminalDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3183
- ]
- }
- ],
- "sources": [
- {
- "fileName": "terminal/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/terminal/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3202,
- "name": "themes/textarea",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Textarea Design Tokens\n\n[Live Demo](https://www.primeng.org/textarea/)"
- }
- ]
- },
- "children": [
- {
- "id": 3203,
- "name": "TextareaDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3229,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3230,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3231,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3203,
- "name": "TextareaDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3232,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3203,
- "name": "TextareaDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3231,
- 3232
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3204,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3205,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3206,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3207,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3208,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3209,
- "name": "filledFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled focus background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.filled.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3210,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3211,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3212,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3213,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3214,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3215,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3216,
- "name": "placeholderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Placeholder color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.placeholder.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3217,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3218,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3219,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3220,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3221,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3222,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3223,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 117,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3224,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 123,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3225,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3226,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3227,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3223,
- 3224,
- 3225,
- 3226,
- 3227
- ]
- }
- ],
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 111,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L111"
- }
- ]
- }
- }
- },
- {
- "id": 3228,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "textarea.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3206,
- 3207,
- 3208,
- 3209,
- 3210,
- 3211,
- 3212,
- 3213,
- 3214,
- 3215,
- 3216,
- 3217,
- 3218,
- 3219,
- 3220,
- 3221,
- 3228
- ]
- }
- ],
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3229,
- 3204
- ]
- }
- ],
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3203,
- "name": "TextareaDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3203
- ]
- }
- ],
- "sources": [
- {
- "fileName": "textarea/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/textarea/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3233,
- "name": "themes/tieredmenu",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "TieredMenu Design Tokens\n\n[Live Demo](https://www.primeng.org/tieredmenu/)"
- }
- ]
- },
- "children": [
- {
- "id": 3234,
- "name": "TieredMenuDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3277,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3278,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3279,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3234,
- "name": "TieredMenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3280,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3234,
- "name": "TieredMenuDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3279,
- 3280
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3235,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3236,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3237,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3238,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3239,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3240,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3241,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3242,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3237,
- 3238,
- 3239,
- 3240,
- 3241,
- 3242
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3243,
- "name": "list",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the list section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3244,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3245,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.list.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3246,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of list"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.list.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3245,
- 3246
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 58,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L58"
- }
- ]
- }
- }
- },
- {
- "id": 3247,
- "name": "item",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the item section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 75,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3248,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3249,
- "name": "focusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3250,
- "name": "activeBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active background of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.active.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3251,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3252,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3253,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3254,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3255,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3256,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3257,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon of item"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 127,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3258,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3259,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 133,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3260,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon focus color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 139,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3261,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Icon active color of item"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.item.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 145,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3259,
- 3260,
- 3261
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 127,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L127"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3249,
- 3250,
- 3251,
- 3252,
- 3253,
- 3254,
- 3255,
- 3256,
- 3257
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 75,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L75"
- }
- ]
- }
- }
- },
- {
- "id": 3262,
- "name": "submenuLabel",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu label section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 151,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3263,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3264,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.submenu.label.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 157,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3265,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.submenu.label.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 163,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3266,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.submenu.label.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 169,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3267,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of submenu label"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.submenu.label.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 175,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3264,
- 3265,
- 3266,
- 3267
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 151,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L151"
- }
- ]
- }
- }
- },
- {
- "id": 3268,
- "name": "submenuIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the submenu icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 180,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L180"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3269,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3270,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.submenu.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 186,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L186"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3271,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.submenu.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 192,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L192"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3272,
- "name": "focusColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.submenu.icon.focus.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 198,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L198"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3273,
- "name": "activeColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Active color of submenu icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.submenu.icon.active.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 204,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L204"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3270,
- 3271,
- 3272,
- 3273
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 180,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L180"
- }
- ]
- }
- }
- },
- {
- "id": 3274,
- "name": "separator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the separator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 209,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L209"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3275,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3276,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of separator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tieredmenu.separator.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 215,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L215"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3276
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 209,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L209"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3277,
- 3235,
- 3243,
- 3247,
- 3262,
- 3268,
- 3274
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3234,
- "name": "TieredMenuDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3234
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tieredmenu/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tieredmenu/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3281,
- "name": "themes/timeline",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Timeline Design Tokens\n\n[Live Demo](https://www.primeng.org/timeline/)"
- }
- ]
- },
- "children": [
- {
- "id": 3282,
- "name": "TimelineDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3313,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3314,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3315,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3282,
- "name": "TimelineDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3316,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3282,
- "name": "TimelineDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3315,
- 3316
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3283,
- "name": "event",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the event section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3284,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3285,
- "name": "minHeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Min height of event"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.min.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3285
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 17,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3286,
- "name": "horizontal",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the horizontal section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 28,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L28"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3287,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3288,
- "name": "eventContent",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Event content of horizontal"
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 32,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L32"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3289,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3290,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Event content padding of horizontal"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.horizontal.event.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 38,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L38"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3290
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 32,
- "character": 23,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L32"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3288
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 28,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L28"
- }
- ]
- }
- }
- },
- {
- "id": 3291,
- "name": "vertical",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the vertical section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 44,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L44"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3292,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3293,
- "name": "eventContent",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Event content of vertical"
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 48,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L48"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3294,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3295,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Event content padding of vertical"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.vertical.event.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 54,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L54"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3295
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 48,
- "character": 23,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L48"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3293
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 44,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L44"
- }
- ]
- }
- }
- },
- {
- "id": 3296,
- "name": "eventMarker",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the event marker section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 60,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L60"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3297,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3298,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of event marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.marker.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 66,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L66"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3299,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of event marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.marker.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 72,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L72"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3300,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of event marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.marker.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 78,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L78"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3301,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of event marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.marker.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 84,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L84"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3302,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of event marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.marker.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 90,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L90"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3303,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content of event marker"
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 94,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L94"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3304,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3305,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content border radius of event marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.marker.content.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 100,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L100"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3306,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content size of event marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.marker.content.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 106,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L106"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3307,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content background of event marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.marker.content.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 112,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L112"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3308,
- "name": "insetShadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Content inset shadow of event marker"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.marker.content.inset.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 118,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L118"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3305,
- 3306,
- 3307,
- 3308
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 94,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L94"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3298,
- 3299,
- 3300,
- 3301,
- 3302,
- 3303
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 60,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L60"
- }
- ]
- }
- }
- },
- {
- "id": 3309,
- "name": "eventConnector",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the event connector section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 124,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L124"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3310,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3311,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of event connector"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.connector.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 130,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L130"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3312,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of event connector"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "timeline.event.connector.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 136,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L136"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3311,
- 3312
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 124,
- "character": 21,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L124"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3313,
- 3283,
- 3286,
- 3291,
- 3296,
- 3309
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3282,
- "name": "TimelineDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3282
- ]
- }
- ],
- "sources": [
- {
- "fileName": "timeline/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/timeline/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3317,
- "name": "themes/toast",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Toast Design Tokens\n\n[Live Demo](https://www.primeng.org/toast/)"
- }
- ]
- },
- "children": [
- {
- "id": 3318,
- "name": "ToastDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3447,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3448,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3449,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3318,
- "name": "ToastDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3450,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3318,
- "name": "ToastDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3449,
- 3450
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3319,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3320,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3321,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3322,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3323,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3324,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3321,
- 3322,
- 3323,
- 3324
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3325,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 46,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3326,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3327,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3327
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 46,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L46"
- }
- ]
- }
- }
- },
- {
- "id": 3328,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 57,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3329,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3330,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.content.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 63,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3331,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.content.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3330,
- 3331
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 57,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L57"
- }
- ]
- }
- }
- },
- {
- "id": 3332,
- "name": "text",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the text section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 74,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L74"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3333,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3334,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of text"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.text.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 80,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L80"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3334
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 74,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L74"
- }
- ]
- }
- }
- },
- {
- "id": 3335,
- "name": "summary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the summary section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 85,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L85"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3336,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3337,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of summary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.summary.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 91,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L91"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3338,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of summary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.summary.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 97,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L97"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3337,
- 3338
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 85,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L85"
- }
- ]
- }
- }
- },
- {
- "id": 3339,
- "name": "detail",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the detail section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 102,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L102"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3340,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3341,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of detail"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.detail.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 108,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L108"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3342,
- "name": "fontSize",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font size of detail"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.detail.font.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 114,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L114"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3341,
- 3342
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 102,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L102"
- }
- ]
- }
- }
- },
- {
- "id": 3343,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the close button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 119,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L119"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3344,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3345,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.close.button.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 125,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L125"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3346,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.close.button.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 131,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L131"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3347,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.close.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 137,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L137"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3348,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of close button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 141,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3349,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3350,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.close.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 147,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L147"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3351,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.close.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 153,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L153"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3352,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of close button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.close.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 159,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L159"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3350,
- 3351,
- 3352
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 141,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L141"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3345,
- 3346,
- 3347,
- 3348
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 119,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L119"
- }
- ]
- }
- }
- },
- {
- "id": 3353,
- "name": "closeIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the close icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 165,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3354,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3355,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of close icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.close.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 171,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L171"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3355
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 165,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L165"
- }
- ]
- }
- }
- },
- {
- "id": 3356,
- "name": "blur",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the blur section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 176,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L176"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3357,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3358,
- "name": "0",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "0 of blur"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.blur.0"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 182,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L182"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3359,
- "name": "1",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "1 of blur"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.blur.1"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 188,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L188"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3360,
- "name": "2",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "2 of blur"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.blur.2"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 194,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L194"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3361,
- "name": "3",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "3 of blur"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.blur.3"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 200,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L200"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3362,
- "name": "4",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "4 of blur"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.blur.4"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 206,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L206"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3358,
- 3359,
- 3360,
- 3361,
- 3362
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 176,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L176"
- }
- ]
- }
- }
- },
- {
- "id": 3363,
- "name": "info",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the info section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 211,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L211"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3364,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3365,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.info.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 217,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L217"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3366,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.info.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 223,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L223"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3367,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.info.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 229,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L229"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3368,
- "name": "detailColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Detail color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.info.detail.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 235,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L235"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3369,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.info.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 241,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L241"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3370,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of info"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 245,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L245"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3371,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3372,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.info.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 251,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L251"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3373,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of info"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 255,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L255"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3374,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3375,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.info.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 261,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L261"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3376,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of info"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.info.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 267,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L267"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3375,
- 3376
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 255,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L255"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3372,
- 3373
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 245,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L245"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3365,
- 3366,
- 3367,
- 3368,
- 3369,
- 3370
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 211,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L211"
- }
- ]
- }
- }
- },
- {
- "id": 3377,
- "name": "success",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the success section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 274,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L274"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3378,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3379,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.success.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 280,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L280"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3380,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.success.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 286,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L286"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3381,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.success.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 292,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L292"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3382,
- "name": "detailColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Detail color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.success.detail.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 298,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L298"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3383,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.success.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 304,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L304"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3384,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of success"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 308,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L308"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3385,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3386,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.success.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 314,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L314"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3387,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of success"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 318,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L318"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3388,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3389,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.success.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 324,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L324"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3390,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of success"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.success.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 330,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L330"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3389,
- 3390
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 318,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L318"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3386,
- 3387
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 308,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L308"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3379,
- 3380,
- 3381,
- 3382,
- 3383,
- 3384
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 274,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L274"
- }
- ]
- }
- }
- },
- {
- "id": 3391,
- "name": "warn",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the warn section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 337,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L337"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3392,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3393,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.warn.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 343,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L343"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3394,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.warn.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 349,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L349"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3395,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.warn.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 355,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L355"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3396,
- "name": "detailColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Detail color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.warn.detail.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 361,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L361"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3397,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.warn.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 367,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L367"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3398,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of warn"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 371,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L371"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3399,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3400,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.warn.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 377,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L377"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3401,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of warn"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 381,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L381"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3402,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3403,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.warn.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 387,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L387"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3404,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of warn"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.warn.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 393,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L393"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3403,
- 3404
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 381,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L381"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3400,
- 3401
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 371,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L371"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3393,
- 3394,
- 3395,
- 3396,
- 3397,
- 3398
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 337,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L337"
- }
- ]
- }
- }
- },
- {
- "id": 3405,
- "name": "error",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the error section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 400,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L400"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3406,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3407,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.error.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 406,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L406"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3408,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.error.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 412,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L412"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3409,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.error.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 418,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L418"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3410,
- "name": "detailColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Detail color of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.error.detail.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 424,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L424"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3411,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.error.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 430,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L430"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3412,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of error"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 434,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L434"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3413,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3414,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.error.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 440,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L440"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3415,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of error"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 444,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L444"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3416,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3417,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.error.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 450,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L450"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3418,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of error"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.error.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 456,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L456"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3417,
- 3418
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 444,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L444"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3414,
- 3415
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 434,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L434"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3407,
- 3408,
- 3409,
- 3410,
- 3411,
- 3412
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 400,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L400"
- }
- ]
- }
- }
- },
- {
- "id": 3419,
- "name": "secondary",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the secondary section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 463,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L463"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3420,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3421,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.secondary.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 469,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L469"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3422,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.secondary.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 475,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L475"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3423,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.secondary.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 481,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L481"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3424,
- "name": "detailColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Detail color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.secondary.detail.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 487,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L487"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3425,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.secondary.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 493,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L493"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3426,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of secondary"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 497,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L497"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3427,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3428,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.secondary.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 503,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L503"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3429,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of secondary"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 507,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L507"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3430,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3431,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.secondary.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 513,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L513"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3432,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of secondary"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.secondary.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 519,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L519"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3431,
- 3432
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 507,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L507"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3428,
- 3429
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 497,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L497"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3421,
- 3422,
- 3423,
- 3424,
- 3425,
- 3426
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 463,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L463"
- }
- ]
- }
- }
- },
- {
- "id": 3433,
- "name": "contrast",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the contrast section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 526,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L526"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3434,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3435,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.contrast.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 532,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L532"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3436,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.contrast.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 538,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L538"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3437,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.contrast.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 544,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L544"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3438,
- "name": "detailColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Detail color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.contrast.detail.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 550,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L550"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3439,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.contrast.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 556,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L556"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3440,
- "name": "closeButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button of contrast"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 560,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L560"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3441,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3442,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button hover background of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.contrast.close.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 566,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L566"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3443,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring of contrast"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 570,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L570"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3444,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3445,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring color of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.contrast.close.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 576,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L576"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3446,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Close button focus ring shadow of contrast"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toast.contrast.close.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 582,
- "character": 16,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L582"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3445,
- 3446
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 570,
- "character": 24,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L570"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3442,
- 3443
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 560,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L560"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3435,
- 3436,
- 3437,
- 3438,
- 3439,
- 3440
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 526,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L526"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3447,
- 3319,
- 3325,
- 3328,
- 3332,
- 3335,
- 3339,
- 3343,
- 3353,
- 3356,
- 3363,
- 3377,
- 3391,
- 3405,
- 3419,
- 3433
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3318,
- "name": "ToastDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3318
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toast/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toast/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3451,
- "name": "themes/togglebutton",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "ToggleButton Design Tokens\n\n[Live Demo](https://www.primeng.org/togglebutton/)"
- }
- ]
- },
- "children": [
- {
- "id": 3452,
- "name": "ToggleButtonDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3491,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3492,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3493,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3452,
- "name": "ToggleButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3494,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3452,
- "name": "ToggleButtonDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3493,
- 3494
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3453,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3454,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3455,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3456,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3457,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3458,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3459,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3460,
- "name": "disabledBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.disabled.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3461,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3462,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3463,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 69,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3464,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3465,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 75,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3466,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 81,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3467,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 87,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3468,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 93,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3469,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 99,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3465,
- 3466,
- 3467,
- 3468,
- 3469
- ]
- }
- ],
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 69,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L69"
- }
- ]
- }
- }
- },
- {
- "id": 3470,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 106,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L106"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3471,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 112,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L112"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3472,
- "name": "checkedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.checked.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 118,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L118"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3473,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 124,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L124"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3474,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 130,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L130"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3475,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 136,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L136"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3476,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 142,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L142"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3477,
- "name": "checkedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.checked.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3478,
- "name": "checkedBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.checked.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 154,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L154"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3455,
- 3456,
- 3457,
- 3458,
- 3459,
- 3460,
- 3461,
- 3462,
- 3463,
- 3470,
- 3471,
- 3472,
- 3473,
- 3474,
- 3475,
- 3476,
- 3477,
- 3478
- ]
- }
- ],
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3479,
- "name": "icon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 159,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L159"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3480,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3481,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.icon.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 165,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3482,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 171,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L171"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3483,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.icon.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 177,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L177"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3484,
- "name": "checkedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked color of icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.icon.checked.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 183,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L183"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3481,
- 3482,
- 3483,
- 3484
- ]
- }
- ],
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 159,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L159"
- }
- ]
- }
- }
- },
- {
- "id": 3485,
- "name": "content",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the content section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 188,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L188"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3486,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3487,
- "name": "left",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Left of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.content.left"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 194,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L194"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3488,
- "name": "top",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Top of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.content.top"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 200,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L200"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3489,
- "name": "checkedShadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked shadow of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.content.checked.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 206,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L206"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3490,
- "name": "checkedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked background of content"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "togglebutton.content.checked.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 212,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L212"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3487,
- 3488,
- 3489,
- 3490
- ]
- }
- ],
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 188,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L188"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3491,
- 3453,
- 3479,
- 3485
- ]
- }
- ],
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3452,
- "name": "ToggleButtonDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3452
- ]
- }
- ],
- "sources": [
- {
- "fileName": "togglebutton/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/togglebutton/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3495,
- "name": "themes/toggleswitch",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "ToggleSwitch Design Tokens\n\n[Live Demo](https://www.primeng.org/toggleswitch/)"
- }
- ]
- },
- "children": [
- {
- "id": 3496,
- "name": "ToggleSwitchDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3533,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3534,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3535,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3496,
- "name": "ToggleSwitchDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3536,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3496,
- "name": "ToggleSwitchDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3535,
- 3536
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3497,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3498,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3499,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3500,
- "name": "height",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Height of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.height"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3501,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3502,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3503,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3504,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 51,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L51"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3505,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3506,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 57,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L57"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3507,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 63,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L63"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3508,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 69,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3509,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 75,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3510,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 81,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3506,
- 3507,
- 3508,
- 3509,
- 3510
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 51,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L51"
- }
- ]
- }
- }
- },
- {
- "id": 3511,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 88,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L88"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3512,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 94,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L94"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3513,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 100,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L100"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3514,
- "name": "checkedBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.checked.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 106,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L106"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3515,
- "name": "checkedHoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.checked.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 112,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L112"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3516,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 118,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L118"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3517,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 124,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L124"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3518,
- "name": "slideDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Slide duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.slide.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 130,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L130"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3519,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 136,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L136"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3520,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 142,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L142"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3521,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3522,
- "name": "checkedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.checked.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 154,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L154"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3523,
- "name": "checkedHoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked hover background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.checked.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 160,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L160"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3499,
- 3500,
- 3501,
- 3502,
- 3503,
- 3504,
- 3511,
- 3512,
- 3513,
- 3514,
- 3515,
- 3516,
- 3517,
- 3518,
- 3519,
- 3520,
- 3521,
- 3522,
- 3523
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3524,
- "name": "handle",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the handle section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 165,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3525,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3526,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.handle.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 171,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L171"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3527,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.handle.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 177,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L177"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3528,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.handle.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 183,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L183"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3529,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.handle.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 189,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L189"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3530,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.handle.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 195,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L195"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3531,
- "name": "checkedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.handle.checked.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 201,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L201"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3532,
- "name": "checkedHoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Checked hover background of handle"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toggleswitch.handle.checked.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 207,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L207"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3526,
- 3527,
- 3528,
- 3529,
- 3530,
- 3531,
- 3532
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 165,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L165"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3533,
- 3497,
- 3524
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3496,
- "name": "ToggleSwitchDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3496
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toggleswitch/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toggleswitch/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3537,
- "name": "themes/toolbar",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Toolbar Design Tokens\n\n[Live Demo](https://www.primeng.org/toolbar/)"
- }
- ]
- },
- "children": [
- {
- "id": 3538,
- "name": "ToolbarDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3547,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3548,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3549,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3538,
- "name": "ToolbarDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3550,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3538,
- "name": "ToolbarDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3549,
- 3550
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3539,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3540,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3541,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toolbar.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3542,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toolbar.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3543,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toolbar.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3544,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toolbar.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3545,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toolbar.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3546,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "toolbar.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3541,
- 3542,
- 3543,
- 3544,
- 3545,
- 3546
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3547,
- 3539
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3538,
- "name": "ToolbarDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3538
- ]
- }
- ],
- "sources": [
- {
- "fileName": "toolbar/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/toolbar/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3551,
- "name": "themes/tooltip",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Tooltip Design Tokens\n\n[Live Demo](https://www.primeng.org/tooltip/)"
- }
- ]
- },
- "children": [
- {
- "id": 3552,
- "name": "TooltipDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3562,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3563,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3564,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3552,
- "name": "TooltipDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3565,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3552,
- "name": "TooltipDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3564,
- 3565
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3553,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3554,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3555,
- "name": "maxWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Max width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tooltip.max.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3556,
- "name": "gutter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gutter of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tooltip.gutter"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3557,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tooltip.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3558,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tooltip.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3559,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tooltip.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3560,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tooltip.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3561,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tooltip.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3555,
- 3556,
- 3557,
- 3558,
- 3559,
- 3560,
- 3561
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L17"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3562,
- 3553
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3552,
- "name": "TooltipDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3552
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tooltip/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tooltip/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3566,
- "name": "themes/tree",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Tree Design Tokens\n\n[Live Demo](https://www.primeng.org/tree/)"
- }
- ]
- },
- "children": [
- {
- "id": 3567,
- "name": "TreeDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3617,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3618,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3619,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3567,
- "name": "TreeDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3620,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3567,
- "name": "TreeDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3619,
- 3620
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3568,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3569,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3570,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3571,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3572,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3573,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3574,
- "name": "indent",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Indent of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.indent"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3575,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3570,
- 3571,
- 3572,
- 3573,
- 3574,
- 3575
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3576,
- "name": "node",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the node section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 58,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3577,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3578,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3579,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 70,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L70"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3580,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 76,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L76"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3581,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 82,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L82"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3582,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 88,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L88"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3583,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 94,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L94"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3584,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 100,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L100"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3585,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of node"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 104,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L104"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3586,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3587,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 110,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L110"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3588,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 116,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L116"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3589,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 122,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L122"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3590,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 128,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L128"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3591,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 134,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L134"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3587,
- 3588,
- 3589,
- 3590,
- 3591
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 104,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L104"
- }
- ]
- }
- }
- },
- {
- "id": 3592,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of node"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 141,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3578,
- 3579,
- 3580,
- 3581,
- 3582,
- 3583,
- 3584,
- 3585,
- 3592
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 58,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L58"
- }
- ]
- }
- }
- },
- {
- "id": 3593,
- "name": "nodeIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the node icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 146,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L146"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3594,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3595,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of node icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 152,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L152"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3596,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of node icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.icon.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 158,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L158"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3597,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of node icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.icon.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 164,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L164"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3595,
- 3596,
- 3597
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 146,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L146"
- }
- ]
- }
- }
- },
- {
- "id": 3598,
- "name": "nodeToggleButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the node toggle button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 169,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3599,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3600,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 175,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L175"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3601,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 181,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L181"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3602,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 187,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L187"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3603,
- "name": "selectedHoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected hover background of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.selected.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 193,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L193"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3604,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 199,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L199"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3605,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 205,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L205"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3606,
- "name": "selectedHoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected hover color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.selected.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 211,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L211"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3607,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of node toggle button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 215,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L215"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3608,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3609,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 221,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L221"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3610,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 227,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L227"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3611,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 233,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L233"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3612,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 239,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L239"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3613,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.node.toggle.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 245,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L245"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3609,
- 3610,
- 3611,
- 3612,
- 3613
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 215,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L215"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3600,
- 3601,
- 3602,
- 3603,
- 3604,
- 3605,
- 3606,
- 3607
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 169,
- "character": 23,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L169"
- }
- ]
- }
- }
- },
- {
- "id": 3614,
- "name": "loadingIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the loading icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 251,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L251"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3615,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3616,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of loading icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "tree.loading.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 257,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L257"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3616
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 251,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L251"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3617,
- 3568,
- 3576,
- 3593,
- 3598,
- 3614
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3567,
- "name": "TreeDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3567
- ]
- }
- ],
- "sources": [
- {
- "fileName": "tree/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/tree/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3621,
- "name": "themes/treeselect",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "TreeSelect Design Tokens\n\n[Live Demo](https://www.primeng.org/treeselect/)"
- }
- ]
- },
- "children": [
- {
- "id": 3622,
- "name": "TreeSelectDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3668,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3669,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3670,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3622,
- "name": "TreeSelectDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3671,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3622,
- "name": "TreeSelectDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3670,
- 3671
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3623,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3624,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3625,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3626,
- "name": "disabledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.disabled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3627,
- "name": "filledBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.filled.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 35,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L35"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3628,
- "name": "filledFocusBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Filled focus background of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.filled.focus.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 41,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L41"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3629,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 47,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L47"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3630,
- "name": "hoverBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.hover.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 53,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L53"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3631,
- "name": "focusBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.focus.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 59,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L59"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3632,
- "name": "invalidBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Invalid border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.invalid.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 65,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L65"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3633,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 71,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L71"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3634,
- "name": "disabledColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Disabled color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.disabled.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 77,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L77"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3635,
- "name": "placeholderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Placeholder color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.placeholder.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 83,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L83"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3636,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 89,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L89"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3637,
- "name": "paddingX",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding x of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.padding.x"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 95,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L95"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3638,
- "name": "paddingY",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding y of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.padding.y"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 101,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L101"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3639,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 107,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L107"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3640,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of root"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3641,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3642,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 117,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3643,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 123,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3644,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 129,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L129"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3645,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 135,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L135"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3646,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 141,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L141"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3642,
- 3643,
- 3644,
- 3645,
- 3646
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 111,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L111"
- }
- ]
- }
- }
- },
- {
- "id": 3647,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 148,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L148"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3625,
- 3626,
- 3627,
- 3628,
- 3629,
- 3630,
- 3631,
- 3632,
- 3633,
- 3634,
- 3635,
- 3636,
- 3637,
- 3638,
- 3639,
- 3640,
- 3647
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3648,
- "name": "dropdown",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the dropdown section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 153,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L153"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3649,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3650,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.dropdown.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 159,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L159"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3651,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of dropdown"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.dropdown.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 165,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L165"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3650,
- 3651
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 153,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L153"
- }
- ]
- }
- }
- },
- {
- "id": 3652,
- "name": "overlay",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the overlay section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 170,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L170"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3653,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3654,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.overlay.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 176,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L176"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3655,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.overlay.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 182,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L182"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3656,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.overlay.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 188,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L188"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3657,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.overlay.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 194,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L194"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3658,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Shadow of overlay"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.overlay.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 200,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L200"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3654,
- 3655,
- 3656,
- 3657,
- 3658
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 170,
- "character": 14,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L170"
- }
- ]
- }
- }
- },
- {
- "id": 3659,
- "name": "tree",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the tree section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 205,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L205"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3660,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3661,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of tree"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.tree.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 211,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L211"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3661
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 205,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L205"
- }
- ]
- }
- }
- },
- {
- "id": 3662,
- "name": "emptyMessage",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the empty message section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 216,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L216"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3663,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3664,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of empty message"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.empty.message.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 222,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L222"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3664
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 216,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L216"
- }
- ]
- }
- }
- },
- {
- "id": 3665,
- "name": "chip",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the chip section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 227,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L227"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3666,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3667,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of chip"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treeselect.chip.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 233,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L233"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3667
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 227,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L227"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3668,
- 3623,
- 3648,
- 3652,
- 3659,
- 3662,
- 3665
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3622,
- "name": "TreeSelectDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3622
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treeselect/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treeselect/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3672,
- "name": "themes/treetable",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "TreeTable Design Tokens\n\n[Live Demo](https://www.primeng.org/treetable/)"
- }
- ]
- },
- "children": [
- {
- "id": 3673,
- "name": "TreeTableDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3786,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3787,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3788,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3673,
- "name": "TreeTableDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3789,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3673,
- "name": "TreeTableDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3788,
- 3789
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3674,
- "name": "root",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the root section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3675,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3676,
- "name": "transitionDuration",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Transition duration of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.transition.duration"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3677,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of root"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3676,
- 3677
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 17,
- "character": 11,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3678,
- "name": "header",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 34,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3679,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3680,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3681,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 46,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L46"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3682,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 52,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L52"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3683,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 58,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L58"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3684,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 64,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L64"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3680,
- 3681,
- 3682,
- 3683,
- 3684
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 34,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L34"
- }
- ]
- }
- }
- },
- {
- "id": 3685,
- "name": "headerCell",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the header cell section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 69,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L69"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3686,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3687,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 75,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L75"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3688,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 81,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L81"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3689,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 87,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L87"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3690,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 93,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L93"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3691,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 99,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L99"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3692,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 105,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L105"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3693,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 111,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L111"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3694,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 117,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L117"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3695,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 123,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L123"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3696,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of header cell"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 127,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L127"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3697,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3698,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 133,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L133"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3699,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 139,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L139"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3700,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 145,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L145"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3701,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 151,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L151"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3702,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of header cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.header.cell.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 157,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L157"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3698,
- 3699,
- 3700,
- 3701,
- 3702
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 127,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L127"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3687,
- 3688,
- 3689,
- 3690,
- 3691,
- 3692,
- 3693,
- 3694,
- 3695,
- 3696
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 69,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L69"
- }
- ]
- }
- }
- },
- {
- "id": 3703,
- "name": "columnTitle",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the column title section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 163,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L163"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3704,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3705,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of column title"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.column.title.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 169,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L169"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3705
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 163,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L163"
- }
- ]
- }
- }
- },
- {
- "id": 3706,
- "name": "row",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the row section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 174,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L174"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3707,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3708,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 180,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L180"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3709,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 186,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L186"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3710,
- "name": "selectedBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected background of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.selected.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 192,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L192"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3711,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 198,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L198"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3712,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 204,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L204"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3713,
- "name": "selectedColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected color of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.selected.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 210,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L210"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3714,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of row"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 214,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L214"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3715,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3716,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 220,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L220"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3717,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 226,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L226"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3718,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 232,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L232"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3719,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 238,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L238"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3720,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of row"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.row.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 244,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L244"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3716,
- 3717,
- 3718,
- 3719,
- 3720
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 214,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L214"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3708,
- 3709,
- 3710,
- 3711,
- 3712,
- 3713,
- 3714
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 174,
- "character": 10,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L174"
- }
- ]
- }
- }
- },
- {
- "id": 3721,
- "name": "bodyCell",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the body cell section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 250,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L250"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3722,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3723,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of body cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.body.cell.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 256,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L256"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3724,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of body cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.body.cell.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 262,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L262"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3725,
- "name": "gap",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Gap of body cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.body.cell.gap"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 268,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L268"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3726,
- "name": "selectedBorderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected border color of body cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.body.cell.selected.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 274,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L274"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3723,
- 3724,
- 3725,
- 3726
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 250,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L250"
- }
- ]
- }
- }
- },
- {
- "id": 3727,
- "name": "footerCell",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the footer cell section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 279,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L279"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3728,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3729,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of footer cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.footer.cell.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 285,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L285"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3730,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of footer cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.footer.cell.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 291,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L291"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3731,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of footer cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.footer.cell.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 297,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L297"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3732,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of footer cell"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.footer.cell.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 303,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L303"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3729,
- 3730,
- 3731,
- 3732
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 279,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L279"
- }
- ]
- }
- }
- },
- {
- "id": 3733,
- "name": "columnFooter",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the column footer section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 308,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L308"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3734,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3735,
- "name": "fontWeight",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Font weight of column footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.column.footer.font.weight"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 314,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L314"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3735
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 308,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L308"
- }
- ]
- }
- }
- },
- {
- "id": 3736,
- "name": "footer",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the footer section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 319,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L319"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3737,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3738,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.footer.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 325,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L325"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3739,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.footer.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 331,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L331"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3740,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.footer.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 337,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L337"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3741,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.footer.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 343,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L343"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3742,
- "name": "padding",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Padding of footer"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.footer.padding"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 349,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L349"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3738,
- 3739,
- 3740,
- 3741,
- 3742
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 319,
- "character": 13,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L319"
- }
- ]
- }
- }
- },
- {
- "id": 3743,
- "name": "columnResizerWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the column resizer width section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 354,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L354"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3744,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3745,
- "name": "0",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "0 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.column.resizer.width.0"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 360,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L360"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3746,
- "name": "1",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "1 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.column.resizer.width.1"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 366,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L366"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3747,
- "name": "2",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "2 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.column.resizer.width.2"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 372,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L372"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3748,
- "name": "3",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "3 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.column.resizer.width.3"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 378,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L378"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3749,
- "name": "4",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "4 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.column.resizer.width.4"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 384,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L384"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3750,
- "name": "5",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "5 of column resizer width"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.column.resizer.width.5"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 390,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L390"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3745,
- 3746,
- 3747,
- 3748,
- 3749,
- 3750
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 354,
- "character": 25,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L354"
- }
- ]
- }
- }
- },
- {
- "id": 3751,
- "name": "resizeIndicator",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the resize indicator section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 395,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L395"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3752,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3753,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Width of resize indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.resize.indicator.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 401,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L401"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3754,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of resize indicator"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.resize.indicator.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 407,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L407"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3753,
- 3754
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 395,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L395"
- }
- ]
- }
- }
- },
- {
- "id": 3755,
- "name": "sortIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the sort icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 412,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L412"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3756,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3757,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of sort icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.sort.icon.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 418,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L418"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3758,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of sort icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.sort.icon.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 424,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L424"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3757,
- 3758
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 412,
- "character": 15,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L412"
- }
- ]
- }
- }
- },
- {
- "id": 3759,
- "name": "loadingIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the loading icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 429,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L429"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3760,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3761,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of loading icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.loading.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 435,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L435"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3761
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 429,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L429"
- }
- ]
- }
- }
- },
- {
- "id": 3762,
- "name": "nodeToggleButton",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the node toggle button section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 440,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L440"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3763,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3764,
- "name": "hoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover background of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 446,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L446"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3765,
- "name": "selectedHoverBackground",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected hover background of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.selected.hover.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 452,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L452"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3766,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 458,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L458"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3767,
- "name": "hoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Hover color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 464,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L464"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3768,
- "name": "selectedHoverColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Selected hover color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.selected.hover.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 470,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L470"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3769,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 476,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L476"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3770,
- "name": "borderRadius",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border radius of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.border.radius"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 482,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L482"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3771,
- "name": "focusRing",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring of node toggle button"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 486,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L486"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3772,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3773,
- "name": "width",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring width of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.focus.ring.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 492,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L492"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3774,
- "name": "style",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring style of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.focus.ring.style"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 498,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L498"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3775,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring color of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.focus.ring.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 504,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L504"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3776,
- "name": "offset",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring offset of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.focus.ring.offset"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 510,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L510"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3777,
- "name": "shadow",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Focus ring shadow of node toggle button"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.node.toggle.button.focus.ring.shadow"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 516,
- "character": 12,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L516"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3773,
- 3774,
- 3775,
- 3776,
- 3777
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 486,
- "character": 20,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L486"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3764,
- 3765,
- 3766,
- 3767,
- 3768,
- 3769,
- 3770,
- 3771
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 440,
- "character": 23,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L440"
- }
- ]
- }
- }
- },
- {
- "id": 3778,
- "name": "paginatorTop",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the paginator top section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 522,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L522"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3779,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3780,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of paginator top"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.paginator.top.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 528,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L528"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3781,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of paginator top"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.paginator.top.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 534,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L534"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3780,
- 3781
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 522,
- "character": 19,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L522"
- }
- ]
- }
- }
- },
- {
- "id": 3782,
- "name": "paginatorBottom",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the paginator bottom section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 539,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L539"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3783,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3784,
- "name": "borderColor",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border color of paginator bottom"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.paginator.bottom.border.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 545,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L545"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3785,
- "name": "borderWidth",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Border width of paginator bottom"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "treetable.paginator.bottom.border.width"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 551,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L551"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3784,
- 3785
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 539,
- "character": 22,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L539"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3786,
- 3674,
- 3678,
- 3685,
- 3703,
- 3706,
- 3721,
- 3727,
- 3733,
- 3736,
- 3743,
- 3751,
- 3755,
- 3759,
- 3762,
- 3778,
- 3782
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3673,
- "name": "TreeTableDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3673
- ]
- }
- ],
- "sources": [
- {
- "fileName": "treetable/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/treetable/index.d.ts#L1"
- }
- ]
- },
- {
- "id": 3790,
- "name": "themes/scroller",
- "variant": "declaration",
- "kind": 2,
- "flags": {},
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "VirtualScroller Design Tokens\n\n[Live Demo](https://www.primeng.org/virtualscroller/)"
- }
- ]
- },
- "children": [
- {
- "id": 3791,
- "name": "VirtualScrollerDesignTokens",
- "variant": "declaration",
- "kind": 256,
- "flags": {},
- "children": [
- {
- "id": 3799,
- "name": "colorScheme",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3800,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3801,
- "name": "light",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 10,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L10"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3791,
- "name": "VirtualScrollerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- },
- {
- "id": 3802,
- "name": "dark",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 11,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L11"
- }
- ],
- "type": {
- "type": "reference",
- "target": {
- "sourceFileName": "node_modules/typescript/lib/lib.es5.d.ts",
- "qualifiedName": "Omit"
- },
- "typeArguments": [
- {
- "type": "reference",
- "target": 3791,
- "name": "VirtualScrollerDesignTokens",
- "package": "primeng"
- },
- {
- "type": "literal",
- "value": "colorScheme"
- }
- ],
- "name": "Omit",
- "package": "typescript"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3801,
- 3802
- ]
- }
- ],
- "sources": [
- {
- "fileName": "index.d.ts",
- "line": 9,
- "character": 18,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/index.d.ts#L9"
- }
- ]
- }
- },
- "inheritedFrom": {
- "type": "reference",
- "target": 1605,
- "name": "ColorSchemeDesignToken.colorScheme"
- }
- },
- {
- "id": 3792,
- "name": "loaderMask",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the mask section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "virtualscroller/index.d.ts",
- "line": 17,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/virtualscroller/index.d.ts#L17"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3793,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3794,
- "name": "background",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Background of loader mask"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "virtualscroller.loader.mask.background"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "virtualscroller/index.d.ts",
- "line": 23,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/virtualscroller/index.d.ts#L23"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- },
- {
- "id": 3795,
- "name": "color",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Color of loader mask"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "virtualscroller.loader.mask.color"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "virtualscroller/index.d.ts",
- "line": 29,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/virtualscroller/index.d.ts#L29"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3794,
- 3795
- ]
- }
- ],
- "sources": [
- {
- "fileName": "virtualscroller/index.d.ts",
- "line": 17,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/virtualscroller/index.d.ts#L17"
- }
- ]
- }
- }
- },
- {
- "id": 3796,
- "name": "loaderIcon",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Used to pass tokens of the loader icon section"
- }
- ]
- },
- "sources": [
- {
- "fileName": "virtualscroller/index.d.ts",
- "line": 34,
- "character": 4,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/virtualscroller/index.d.ts#L34"
- }
- ],
- "type": {
- "type": "reflection",
- "declaration": {
- "id": 3797,
- "name": "__type",
- "variant": "declaration",
- "kind": 65536,
- "flags": {},
- "children": [
- {
- "id": 3798,
- "name": "size",
- "variant": "declaration",
- "kind": 1024,
- "flags": {
- "isOptional": true
- },
- "comment": {
- "summary": [
- {
- "kind": "text",
- "text": "Size of the loader icon"
- }
- ],
- "blockTags": [
- {
- "tag": "@designToken",
- "content": [
- {
- "kind": "text",
- "text": "virtualscroller.loader.icon.size"
- }
- ]
- }
- ]
- },
- "sources": [
- {
- "fileName": "virtualscroller/index.d.ts",
- "line": 40,
- "character": 8,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/virtualscroller/index.d.ts#L40"
- }
- ],
- "type": {
- "type": "intrinsic",
- "name": "string"
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3798
- ]
- }
- ],
- "sources": [
- {
- "fileName": "virtualscroller/index.d.ts",
- "line": 34,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/virtualscroller/index.d.ts#L34"
- }
- ]
- }
- }
- }
- ],
- "groups": [
- {
- "title": "Properties",
- "children": [
- 3799,
- 3792,
- 3796
- ]
- }
- ],
- "sources": [
- {
- "fileName": "virtualscroller/index.d.ts",
- "line": 13,
- "character": 17,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/virtualscroller/index.d.ts#L13"
- }
- ],
- "extendedTypes": [
- {
- "type": "reference",
- "target": 1604,
- "typeArguments": [
- {
- "type": "reference",
- "target": 3791,
- "name": "VirtualScrollerDesignTokens",
- "package": "primeng"
- }
- ],
- "name": "ColorSchemeDesignToken",
- "package": "primeng"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Interfaces",
- "children": [
- 3791
- ]
- }
- ],
- "sources": [
- {
- "fileName": "virtualscroller/index.d.ts",
- "line": 1,
- "character": 0,
- "url": "https://github.com/primefaces/primeng/blob/289358f09b8b817855632135c589bd442b9b9954/src/app/components/themes/types/virtualscroller/index.d.ts#L1"
- }
- ]
- }
- ],
- "groups": [
- {
- "title": "Modules",
- "children": [
- 1,
- 56,
- 141,
- 168,
- 228,
- 237,
- 269,
- 527,
- 553,
- 584,
- 646,
- 686,
- 720,
- 750,
- 763,
- 790,
- 832,
- 1007,
- 1051,
- 1175,
- 1203,
- 1230,
- 1254,
- 1277,
- 1305,
- 1342,
- 1382,
- 1421,
- 1433,
- 1546,
- 1555,
- 1603,
- 1681,
- 1734,
- 1756,
- 1792,
- 1804,
- 1827,
- 1868,
- 1893,
- 1952,
- 2034,
- 2073,
- 2139,
- 2252,
- 2279,
- 2352,
- 2364,
- 2407,
- 2419,
- 2457,
- 2489,
- 2534,
- 2564,
- 2576,
- 2594,
- 2613,
- 2625,
- 2663,
- 2679,
- 2688,
- 2709,
- 2786,
- 2796,
- 2807,
- 2846,
- 2856,
- 2867,
- 2894,
- 2951,
- 2992,
- 3039,
- 3107,
- 3137,
- 3182,
- 3202,
- 3233,
- 3281,
- 3317,
- 3451,
- 3495,
- 3537,
- 3551,
- 3566,
- 3621,
- 3672,
- 3790
- ]
- }
- ],
- "packageName": "primeng",
- "packageVersion": "18.0.0-beta.3",
- "readme": [
- {
- "kind": "text",
- "text": "[![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng)\n[![npm downloads](https://img.shields.io/npm/dm/primeng.svg)](https://www.npmjs.com/package/primeng)\n[![Actions CI](https://github.com/primefaces/primeng/workflows/NodeJS%20CI/badge.svg)](https://github.com/primefaces/primeng/actions/workflows/node.js.yml)\n[![Discord Chat](https://img.shields.io/discord/557940238991753223.svg?color=7289da&label=chat&logo=discord)](https://discord.gg/gzKFYnpmCY)\n[![Discussions](https://img.shields.io/github/discussions-search?query=org%3Aprimefaces&logo=github&label=Prime%20Discussions&link=https%3A%2F%2Fgithub.com%2Forgs%2Fprimefaces%2Fdiscussions)](https://github.com/orgs/primefaces/discussions)\n\n[![PrimeNG Hero](https://www.primefaces.org/static/social/primeng-preview.jpg)](https://primeng.org)\n\n### Website\nPrimeNG is a rich set of open source UI Components for Angular. Visit the [PrimeNG website](https://primeng.org/) for interactive demos, comprehensive documentation and additional resources."
- }
- ],
- "symbolIdMap": {
- "1": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": ""
- },
- "2": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "AccordionDesignTokens"
- },
- "3": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "AccordionDesignTokens.root"
- },
- "4": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type"
- },
- "5": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "6": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "AccordionDesignTokens.panel"
- },
- "7": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type"
- },
- "8": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "9": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.borderColor"
- },
- "10": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "AccordionDesignTokens.header"
- },
- "11": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type"
- },
- "12": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.color"
- },
- "13": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "14": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.activeColor"
- },
- "15": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.padding"
- },
- "16": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "17": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "18": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "19": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.borderColor"
- },
- "20": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.background"
- },
- "21": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "22": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "23": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.activeHoverBackground"
- },
- "24": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.focusRing"
- },
- "25": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type"
- },
- "26": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.width"
- },
- "27": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.style"
- },
- "28": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.color"
- },
- "29": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.offset"
- },
- "30": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.shadow"
- },
- "31": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.toggleIcon"
- },
- "32": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type"
- },
- "33": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.color"
- },
- "34": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "35": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.activeColor"
- },
- "36": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.activeHoverColor"
- },
- "37": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.first"
- },
- "38": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type"
- },
- "39": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.topBorderRadius"
- },
- "40": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "41": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.last"
- },
- "42": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type"
- },
- "43": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.bottomBorderRadius"
- },
- "44": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.activeBottomBorderRadius"
- },
- "45": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "AccordionDesignTokens.content"
- },
- "46": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type"
- },
- "47": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "48": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.borderColor"
- },
- "49": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.background"
- },
- "50": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.color"
- },
- "51": {
- "sourceFileName": "src/app/components/themes/types/accordion/index.ts",
- "qualifiedName": "__type.padding"
- },
- "52": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "53": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "54": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "55": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "56": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": ""
- },
- "57": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "AutoCompleteDesignTokens"
- },
- "58": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "AutoCompleteDesignTokens.root"
- },
- "59": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "60": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "61": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "62": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "63": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.filledFocusBackground"
- },
- "64": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "65": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "66": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "67": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "68": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "69": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "70": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.placeholderColor"
- },
- "71": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "72": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "73": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "74": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "75": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "76": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "77": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "78": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "79": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "80": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "81": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "82": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "83": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "AutoCompleteDesignTokens.overlay"
- },
- "84": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "85": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "86": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "87": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "88": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "89": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "90": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "AutoCompleteDesignTokens.list"
- },
- "91": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "92": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "93": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "94": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "AutoCompleteDesignTokens.option"
- },
- "95": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "96": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "97": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "98": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.selectedFocusBackground"
- },
- "99": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "100": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "101": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "102": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.selectedFocusColor"
- },
- "103": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "104": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "105": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "AutoCompleteDesignTokens.optionGroup"
- },
- "106": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "107": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "108": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "109": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "110": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "111": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "AutoCompleteDesignTokens.dropdown"
- },
- "112": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "113": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "114": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "115": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "116": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "117": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "118": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "119": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "120": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "121": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "122": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "123": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "124": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "125": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "126": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "127": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "128": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "129": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "130": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "131": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "AutoCompleteDesignTokens.chip"
- },
- "132": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "133": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "134": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "AutoCompleteDesignTokens.emptyMessage"
- },
- "135": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type"
- },
- "136": {
- "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "137": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "138": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "139": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "140": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "141": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": ""
- },
- "142": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "AvatarDesignTokens"
- },
- "143": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "AvatarDesignTokens.root"
- },
- "144": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type"
- },
- "145": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "146": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "147": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "148": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "149": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "150": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "AvatarDesignTokens.group"
- },
- "151": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type"
- },
- "152": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "153": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "154": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "AvatarDesignTokens.lg"
- },
- "155": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type"
- },
- "156": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "157": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "158": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "159": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "AvatarDesignTokens.xl"
- },
- "160": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type"
- },
- "161": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "162": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "163": {
- "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "164": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "165": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "166": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "167": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "168": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": ""
- },
- "169": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens"
- },
- "170": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.root"
- },
- "171": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "172": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "173": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "174": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "175": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "176": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.minWidth"
- },
- "177": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "178": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.dot"
- },
- "179": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "180": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "181": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.sm"
- },
- "182": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "183": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "184": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.minWidth"
- },
- "185": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "186": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.lg"
- },
- "187": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "188": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "189": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.minWidth"
- },
- "190": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "191": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.xl"
- },
- "192": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "193": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "194": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.minWidth"
- },
- "195": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "196": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.primary"
- },
- "197": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "198": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "199": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "200": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.secondary"
- },
- "201": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "202": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "203": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "204": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.success"
- },
- "205": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "206": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "207": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "208": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.info"
- },
- "209": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "210": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "211": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "212": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.warn"
- },
- "213": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "214": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "215": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "216": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.danger"
- },
- "217": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "218": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "219": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "220": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "BadgeDesignTokens.contrast"
- },
- "221": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type"
- },
- "222": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "223": {
- "sourceFileName": "src/app/components/themes/types/badge/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "224": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "225": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "226": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "227": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "228": {
- "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts",
- "qualifiedName": ""
- },
- "229": {
- "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts",
- "qualifiedName": "BlockUIDesignTokens"
- },
- "230": {
- "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts",
- "qualifiedName": "BlockUIDesignTokens.root"
- },
- "231": {
- "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts",
- "qualifiedName": "__type"
- },
- "232": {
- "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "233": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "234": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "235": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "236": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "237": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": ""
- },
- "238": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "BreadcrumbDesignTokens"
- },
- "239": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "BreadcrumbDesignTokens.root"
- },
- "240": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type"
- },
- "241": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "242": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "243": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "244": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "245": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "BreadcrumbDesignTokens.item"
- },
- "246": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type"
- },
- "247": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "248": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "249": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "250": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "251": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.icon"
- },
- "252": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type"
- },
- "253": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "254": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "255": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "256": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type"
- },
- "257": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "258": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "259": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "260": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "261": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "262": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "BreadcrumbDesignTokens.separator"
- },
- "263": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type"
- },
- "264": {
- "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "265": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "266": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "267": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "268": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "269": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": ""
- },
- "270": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "ButtonDesignTokens"
- },
- "271": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "ButtonDesignTokens.root"
- },
- "272": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "273": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "274": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.roundedBorderRadius"
- },
- "275": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "276": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "277": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "278": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.iconOnlyWidth"
- },
- "279": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.sm"
- },
- "280": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "281": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "282": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "283": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "284": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.lg"
- },
- "285": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "286": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "287": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "288": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "289": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.label"
- },
- "290": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "291": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "292": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.raisedShadow"
- },
- "293": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "294": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "295": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "296": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "297": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "298": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.badgeSize"
- },
- "299": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "300": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.primary"
- },
- "301": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "302": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "303": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "304": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "305": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "306": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "307": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "308": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "309": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "310": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "311": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "312": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "313": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "314": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "315": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.secondary"
- },
- "316": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "317": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "318": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "319": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "320": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "321": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "322": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "323": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "324": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "325": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "326": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "327": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "328": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "329": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "330": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.info"
- },
- "331": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "332": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "333": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "334": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "335": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "336": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "337": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "338": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "339": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "340": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "341": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "342": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "343": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "344": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "345": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.success"
- },
- "346": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "347": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "348": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "349": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "350": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "351": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "352": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "353": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "354": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "355": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "356": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "357": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "358": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "359": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "360": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.warn"
- },
- "361": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "362": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "363": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "364": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "365": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "366": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "367": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "368": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "369": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "370": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "371": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "372": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "373": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "374": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "375": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.help"
- },
- "376": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "377": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "378": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "379": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "380": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "381": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "382": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "383": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "384": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "385": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "386": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "387": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "388": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "389": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "390": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.danger"
- },
- "391": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "392": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "393": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "394": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "395": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "396": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "397": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "398": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "399": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "400": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "401": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "402": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "403": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "404": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "405": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.contrast"
- },
- "406": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "407": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "408": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "409": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "410": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "411": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "412": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "413": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "414": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "415": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "416": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "417": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "418": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "419": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "420": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "ButtonDesignTokens.outlined"
- },
- "421": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "422": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.primary"
- },
- "423": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "424": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "425": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "426": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "427": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "428": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.secondary"
- },
- "429": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "430": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "431": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "432": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "433": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "434": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.success"
- },
- "435": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "436": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "437": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "438": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "439": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "440": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.info"
- },
- "441": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "442": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "443": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "444": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "445": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "446": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.warn"
- },
- "447": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "448": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "449": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "450": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "451": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "452": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.help"
- },
- "453": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "454": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "455": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "456": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "457": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "458": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.danger"
- },
- "459": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "460": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "461": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "462": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "463": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "464": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.contrast"
- },
- "465": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "466": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "467": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "468": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "469": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "470": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.plain"
- },
- "471": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "472": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "473": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "474": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "475": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "476": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "ButtonDesignTokens.text"
- },
- "477": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "478": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.primary"
- },
- "479": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "480": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "481": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "482": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "483": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.secondary"
- },
- "484": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "485": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "486": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "487": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "488": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.success"
- },
- "489": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "490": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "491": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "492": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "493": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.info"
- },
- "494": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "495": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "496": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "497": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "498": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.warn"
- },
- "499": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "500": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "501": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "502": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "503": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.help"
- },
- "504": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "505": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "506": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "507": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "508": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.danger"
- },
- "509": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "510": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "511": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "512": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "513": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.plain"
- },
- "514": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "515": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "516": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "517": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "518": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "ButtonDesignTokens.link"
- },
- "519": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type"
- },
- "520": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "521": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "522": {
- "sourceFileName": "src/app/components/themes/types/button/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "523": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "524": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "525": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "526": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "527": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": ""
- },
- "528": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "CardDesignTokens"
- },
- "529": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "CardDesignTokens.root"
- },
- "530": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type"
- },
- "531": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "532": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "533": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "534": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "535": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "CardDesignTokens.body"
- },
- "536": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type"
- },
- "537": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "538": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "539": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "CardDesignTokens.caption"
- },
- "540": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type"
- },
- "541": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "542": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "CardDesignTokens.title"
- },
- "543": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type"
- },
- "544": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "545": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "546": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "CardDesignTokens.subtitle"
- },
- "547": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type"
- },
- "548": {
- "sourceFileName": "src/app/components/themes/types/card/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "549": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "550": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "551": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "552": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "553": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": ""
- },
- "554": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "CarouselDesignTokens"
- },
- "555": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "CarouselDesignTokens.root"
- },
- "556": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type"
- },
- "557": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "558": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "CarouselDesignTokens.content"
- },
- "559": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type"
- },
- "560": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "561": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "CarouselDesignTokens.indicatorList"
- },
- "562": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type"
- },
- "563": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "564": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "565": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "CarouselDesignTokens.indicator"
- },
- "566": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type"
- },
- "567": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "568": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "569": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "570": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "571": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type"
- },
- "572": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "573": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "574": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "575": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "576": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "577": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "578": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "579": {
- "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "580": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "581": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "582": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "583": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "584": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": ""
- },
- "585": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "CascadeSelectDesignTokens"
- },
- "586": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "CascadeSelectDesignTokens.root"
- },
- "587": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "588": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "589": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "590": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "591": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.filledFocusBackground"
- },
- "592": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "593": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "594": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "595": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "596": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "597": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "598": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.placeholderColor"
- },
- "599": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "600": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "601": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "602": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "603": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "604": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "605": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "606": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "607": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "608": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "609": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "610": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "611": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "CascadeSelectDesignTokens.dropdown"
- },
- "612": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "613": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "614": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "615": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "CascadeSelectDesignTokens.overlay"
- },
- "616": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "617": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "618": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "619": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "620": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "621": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "622": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "CascadeSelectDesignTokens.list"
- },
- "623": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "624": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "625": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "626": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "CascadeSelectDesignTokens.option"
- },
- "627": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "628": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "629": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "630": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.selectedFocusBackground"
- },
- "631": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "632": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "633": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "634": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.selectedFocusColor"
- },
- "635": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "636": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "637": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.icon"
- },
- "638": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "639": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "640": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "641": {
- "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "642": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "643": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "644": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "645": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "646": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": ""
- },
- "647": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "CheckboxDesignTokens"
- },
- "648": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "CheckboxDesignTokens.root"
- },
- "649": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "650": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "651": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "652": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "653": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "654": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.checkedBackground"
- },
- "655": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.checkedHoverBackground"
- },
- "656": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "657": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "658": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "659": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "660": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "661": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.checkedBorderColor"
- },
- "662": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.checkedHoverBorderColor"
- },
- "663": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.checkedFocusBorderColor"
- },
- "664": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.checkedDisabledBorderColor"
- },
- "665": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "666": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "667": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "668": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "669": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "670": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "671": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "672": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "673": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "674": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "675": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "CheckboxDesignTokens.icon"
- },
- "676": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "677": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "678": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "679": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.checkedColor"
- },
- "680": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.checkedHoverColor"
- },
- "681": {
- "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "682": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "683": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "684": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "685": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "686": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": ""
- },
- "687": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "ChipDesignTokens"
- },
- "688": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "ChipDesignTokens.root"
- },
- "689": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type"
- },
- "690": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "691": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "692": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "693": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "694": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "695": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "696": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "697": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "ChipDesignTokens.image"
- },
- "698": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type"
- },
- "699": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "700": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "701": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "ChipDesignTokens.icon"
- },
- "702": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type"
- },
- "703": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "704": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "705": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "ChipDesignTokens.removeIcon"
- },
- "706": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type"
- },
- "707": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "708": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "709": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type"
- },
- "710": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "711": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "712": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "713": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "714": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "715": {
- "sourceFileName": "src/app/components/themes/types/chip/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "716": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "717": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "718": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "719": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "720": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": ""
- },
- "721": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "ColorPickerDesignTokens"
- },
- "722": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "ColorPickerDesignTokens.root"
- },
- "723": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "724": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "725": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "ColorPickerDesignTokens.preview"
- },
- "726": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "727": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "728": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "729": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "730": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "731": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "732": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "733": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "734": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "735": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "736": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "737": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "ColorPickerDesignTokens.panel"
- },
- "738": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "739": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "740": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "741": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "742": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "743": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "ColorPickerDesignTokens.handle"
- },
- "744": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "745": {
- "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "746": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "747": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "748": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "749": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "750": {
- "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts",
- "qualifiedName": ""
- },
- "751": {
- "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts",
- "qualifiedName": "ConfirmDialogDesignTokens"
- },
- "752": {
- "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts",
- "qualifiedName": "ConfirmDialogDesignTokens.icon"
- },
- "753": {
- "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "754": {
- "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "755": {
- "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "756": {
- "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts",
- "qualifiedName": "ConfirmDialogDesignTokens.content"
- },
- "757": {
- "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "758": {
- "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "759": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "760": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "761": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "762": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "763": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": ""
- },
- "764": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "ConfirmPopupDesignTokens"
- },
- "765": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "ConfirmPopupDesignTokens.root"
- },
- "766": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type"
- },
- "767": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "768": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "769": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "770": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "771": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "772": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.gutter"
- },
- "773": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.arrowOffset"
- },
- "774": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "ConfirmPopupDesignTokens.content"
- },
- "775": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type"
- },
- "776": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "777": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "778": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "ConfirmPopupDesignTokens.icon"
- },
- "779": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type"
- },
- "780": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "781": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "782": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "ConfirmPopupDesignTokens.footer"
- },
- "783": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type"
- },
- "784": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "785": {
- "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "786": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "787": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "788": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "789": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "790": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": ""
- },
- "791": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "ContextMenuDesignTokens"
- },
- "792": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "ContextMenuDesignTokens.root"
- },
- "793": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "794": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "795": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "796": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "797": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "798": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "799": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "800": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "ContextMenuDesignTokens.list"
- },
- "801": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "802": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "803": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "804": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "ContextMenuDesignTokens.item"
- },
- "805": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "806": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "807": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "808": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "809": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "810": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "811": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "812": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "813": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "814": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.icon"
- },
- "815": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "816": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "817": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "818": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "819": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "ContextMenuDesignTokens.submenuIcon"
- },
- "820": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "821": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "822": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "823": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "824": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "825": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "ContextMenuDesignTokens.separator"
- },
- "826": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "827": {
- "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "828": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "829": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "830": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "831": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "832": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": ""
- },
- "833": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens"
- },
- "834": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.root"
- },
- "835": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "836": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "837": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "838": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.header"
- },
- "839": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "840": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "841": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "842": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "843": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "844": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "845": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.headerCell"
- },
- "846": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "847": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "848": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "849": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "850": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "851": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "852": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "853": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "854": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "855": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "856": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "857": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "858": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "859": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "860": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "861": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "862": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "863": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.columnTitle"
- },
- "864": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "865": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "866": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.row"
- },
- "867": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "868": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "869": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "870": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "871": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "872": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "873": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "874": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "875": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "876": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "877": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "878": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "879": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "880": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "881": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.stripedBackground"
- },
- "882": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.bodyCell"
- },
- "883": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "884": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "885": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "886": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedBorderColor"
- },
- "887": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.footerCell"
- },
- "888": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "889": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "890": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "891": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "892": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "893": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.columnFooter"
- },
- "894": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "895": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "896": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.footer"
- },
- "897": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "898": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "899": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "900": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "901": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "902": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "903": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.dropPointColor"
- },
- "904": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "905": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.0"
- },
- "906": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.1"
- },
- "907": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.2"
- },
- "908": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.3"
- },
- "909": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.4"
- },
- "910": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.5"
- },
- "911": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.6"
- },
- "912": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.7"
- },
- "913": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.8"
- },
- "914": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.9"
- },
- "915": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.10"
- },
- "916": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.11"
- },
- "917": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.12"
- },
- "918": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.13"
- },
- "919": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.14"
- },
- "920": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.columnResizerWidth"
- },
- "921": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "922": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.0"
- },
- "923": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.1"
- },
- "924": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.2"
- },
- "925": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.3"
- },
- "926": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.4"
- },
- "927": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.5"
- },
- "928": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.resizeIndicator"
- },
- "929": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "930": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "931": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "932": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.sortIcon"
- },
- "933": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "934": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "935": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "936": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.loadingIcon"
- },
- "937": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "938": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "939": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.rowToggleButton"
- },
- "940": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "941": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "942": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedHoverBackground"
- },
- "943": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "944": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "945": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedHoverColor"
- },
- "946": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "947": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "948": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "949": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "950": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "951": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "952": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "953": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "954": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "955": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.filter"
- },
- "956": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "957": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.inlineGap"
- },
- "958": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.overlaySelect"
- },
- "959": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "960": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "961": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "962": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "963": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "964": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "965": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.overlayPopover"
- },
- "966": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "967": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "968": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "969": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "970": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "971": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "972": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "973": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "974": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.rule"
- },
- "975": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "976": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "977": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.constraintList"
- },
- "978": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "979": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "980": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "981": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.constraint"
- },
- "982": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "983": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "984": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "985": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedFocusBackground"
- },
- "986": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "987": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "988": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "989": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.selectedFocusColor"
- },
- "990": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.separator"
- },
- "991": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "992": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "993": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "994": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "995": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.paginatorTop"
- },
- "996": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "997": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "998": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "999": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "DataTableDesignTokens.paginatorBottom"
- },
- "1000": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type"
- },
- "1001": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1002": {
- "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1003": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1004": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1005": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1006": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1007": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": ""
- },
- "1008": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "DataViewDesignTokens"
- },
- "1009": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "DataViewDesignTokens.root"
- },
- "1010": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type"
- },
- "1011": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1012": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1013": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1014": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1015": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "DataViewDesignTokens.header"
- },
- "1016": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type"
- },
- "1017": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1018": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1019": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1020": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1021": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1022": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1023": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "DataViewDesignTokens.content"
- },
- "1024": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type"
- },
- "1025": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1026": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1027": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1028": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1029": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1030": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1031": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "DataViewDesignTokens.footer"
- },
- "1032": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type"
- },
- "1033": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1034": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1035": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1036": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1037": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1038": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1039": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "DataViewDesignTokens.paginatorTop"
- },
- "1040": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type"
- },
- "1041": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1042": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1043": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "DataViewDesignTokens.paginatorBottom"
- },
- "1044": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type"
- },
- "1045": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1046": {
- "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1047": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1048": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1049": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1050": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1051": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": ""
- },
- "1052": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens"
- },
- "1053": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.root"
- },
- "1054": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1055": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1056": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.panel"
- },
- "1057": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1058": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1059": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1060": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1061": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1062": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1063": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1064": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.header"
- },
- "1065": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1066": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1067": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1068": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1069": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1070": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "1071": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1072": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.title"
- },
- "1073": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1074": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1075": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "1076": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.dropdown"
- },
- "1077": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1078": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1079": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1080": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "1081": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "1082": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1083": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1084": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1085": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1086": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1087": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1088": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1089": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1090": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1091": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1092": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "1093": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1094": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1095": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "1096": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.inputIcon"
- },
- "1097": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1098": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1099": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.selectMonth"
- },
- "1100": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1101": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1102": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1103": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1104": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1105": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1106": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.selectYear"
- },
- "1107": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1108": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1109": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1110": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1111": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1112": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1113": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.group"
- },
- "1114": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1115": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1116": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1117": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.dayView"
- },
- "1118": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1119": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.margin"
- },
- "1120": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.weekDay"
- },
- "1121": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1122": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1123": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "1124": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1125": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.date"
- },
- "1126": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1127": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1128": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "1129": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.rangeSelectedBackground"
- },
- "1130": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1131": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1132": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "1133": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.rangeSelectedColor"
- },
- "1134": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1135": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "1136": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1137": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1138": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1139": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1140": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1141": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1142": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1143": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1144": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1145": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.monthView"
- },
- "1146": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1147": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.margin"
- },
- "1148": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.month"
- },
- "1149": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1150": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1151": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.yearView"
- },
- "1152": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1153": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.margin"
- },
- "1154": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.year"
- },
- "1155": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1156": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1157": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.buttonbar"
- },
- "1158": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1159": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1160": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1161": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.timePicker"
- },
- "1162": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1163": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1164": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1165": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1166": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.buttonGap"
- },
- "1167": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "DatePickerDesignTokens.today"
- },
- "1168": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type"
- },
- "1169": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1170": {
- "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1171": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1172": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1173": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1174": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1175": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": ""
- },
- "1176": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "DialogDesignTokens"
- },
- "1177": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "DialogDesignTokens.root"
- },
- "1178": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1179": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1180": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1181": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1182": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1183": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1184": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "DialogDesignTokens.header"
- },
- "1185": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1186": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1187": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1188": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "DialogDesignTokens.title"
- },
- "1189": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1190": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "1191": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "1192": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "DialogDesignTokens.content"
- },
- "1193": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1194": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1195": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "DialogDesignTokens.footer"
- },
- "1196": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1197": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1198": {
- "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1199": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1200": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1201": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1202": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1203": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": ""
- },
- "1204": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "DividerDesignTokens"
- },
- "1205": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "DividerDesignTokens.root"
- },
- "1206": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type"
- },
- "1207": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1208": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "DividerDesignTokens.content"
- },
- "1209": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type"
- },
- "1210": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1211": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1212": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "DividerDesignTokens.horizontal"
- },
- "1213": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type"
- },
- "1214": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.margin"
- },
- "1215": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1216": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.content"
- },
- "1217": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type"
- },
- "1218": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1219": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "DividerDesignTokens.vertical"
- },
- "1220": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type"
- },
- "1221": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.margin"
- },
- "1222": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1223": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.content"
- },
- "1224": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type"
- },
- "1225": {
- "sourceFileName": "src/app/components/themes/types/divider/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1226": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1227": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1228": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1229": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1230": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": ""
- },
- "1231": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "DockDesignTokens"
- },
- "1232": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "DockDesignTokens.root"
- },
- "1233": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type"
- },
- "1234": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1235": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1236": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1237": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1238": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "DockDesignTokens.item"
- },
- "1239": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type"
- },
- "1240": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1241": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1242": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1243": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1244": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type"
- },
- "1245": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1246": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1247": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1248": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1249": {
- "sourceFileName": "src/app/components/themes/types/dock/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1250": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1251": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1252": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1253": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1254": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": ""
- },
- "1255": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "DrawerDesignTokens"
- },
- "1256": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "DrawerDesignTokens.root"
- },
- "1257": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type"
- },
- "1258": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1259": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1260": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1261": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1262": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1263": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "DrawerDesignTokens.header"
- },
- "1264": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type"
- },
- "1265": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1266": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "DrawerDesignTokens.title"
- },
- "1267": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type"
- },
- "1268": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "1269": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "1270": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "DrawerDesignTokens.content"
- },
- "1271": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type"
- },
- "1272": {
- "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1273": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1274": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1275": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1276": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1277": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": ""
- },
- "1278": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "DynamicDialogDesignTokens"
- },
- "1279": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "DynamicDialogDesignTokens.root"
- },
- "1280": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1281": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1282": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1283": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1284": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1285": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1286": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "DynamicDialogDesignTokens.header"
- },
- "1287": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1288": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1289": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1290": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "DynamicDialogDesignTokens.title"
- },
- "1291": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1292": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "1293": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "1294": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "DynamicDialogDesignTokens.content"
- },
- "1295": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1296": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1297": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "DynamicDialogDesignTokens.footer"
- },
- "1298": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type"
- },
- "1299": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1300": {
- "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1301": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1302": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1303": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1304": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1305": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": ""
- },
- "1306": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "EditorDesignTokens"
- },
- "1307": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "EditorDesignTokens.toolbar"
- },
- "1308": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type"
- },
- "1309": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1310": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1311": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1312": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "EditorDesignTokens.toolbarItem"
- },
- "1313": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type"
- },
- "1314": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1315": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1316": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "1317": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "EditorDesignTokens.overlay"
- },
- "1318": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type"
- },
- "1319": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1320": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1321": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1322": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1323": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1324": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1325": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "EditorDesignTokens.overlayOption"
- },
- "1326": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type"
- },
- "1327": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "1328": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1329": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "1330": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1331": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1332": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "EditorDesignTokens.content"
- },
- "1333": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type"
- },
- "1334": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1335": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1336": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1337": {
- "sourceFileName": "src/app/components/themes/types/editor/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1338": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1339": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1340": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1341": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1342": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": ""
- },
- "1343": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "FieldsetDesignTokens"
- },
- "1344": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "FieldsetDesignTokens.root"
- },
- "1345": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type"
- },
- "1346": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1347": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1348": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1349": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1350": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1351": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1352": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "FieldsetDesignTokens.legend"
- },
- "1353": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type"
- },
- "1354": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1355": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1356": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1357": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1358": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1359": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1360": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1361": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1362": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1363": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "1364": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1365": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type"
- },
- "1366": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1367": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1368": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1369": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1370": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1371": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "FieldsetDesignTokens.toggleIcon"
- },
- "1372": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type"
- },
- "1373": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1374": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1375": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "FieldsetDesignTokens.content"
- },
- "1376": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type"
- },
- "1377": {
- "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1378": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1379": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1380": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1381": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1382": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": ""
- },
- "1383": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "FileUploadDesignTokens"
- },
- "1384": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "FileUploadDesignTokens.root"
- },
- "1385": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type"
- },
- "1386": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1387": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1388": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1389": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1390": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1391": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "FileUploadDesignTokens.header"
- },
- "1392": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type"
- },
- "1393": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1394": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1395": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1396": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1397": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1398": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1399": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "FileUploadDesignTokens.content"
- },
- "1400": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type"
- },
- "1401": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.highlightBorderColor"
- },
- "1402": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1403": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "FileUploadDesignTokens.file"
- },
- "1404": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type"
- },
- "1405": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1406": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1407": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1408": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.info"
- },
- "1409": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type"
- },
- "1410": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1411": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "FileUploadDesignTokens.progressbar"
- },
- "1412": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type"
- },
- "1413": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "1414": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "FileUploadDesignTokens.basic"
- },
- "1415": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type"
- },
- "1416": {
- "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1417": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1418": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1419": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1420": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1421": {
- "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts",
- "qualifiedName": ""
- },
- "1422": {
- "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts",
- "qualifiedName": "FloatLabelDesignTokens"
- },
- "1423": {
- "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts",
- "qualifiedName": "FloatLabelDesignTokens.root"
- },
- "1424": {
- "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts",
- "qualifiedName": "__type"
- },
- "1425": {
- "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1426": {
- "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "1427": {
- "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts",
- "qualifiedName": "__type.invalidColor"
- },
- "1428": {
- "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1429": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1430": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1431": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1432": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1433": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": ""
- },
- "1434": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens"
- },
- "1435": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.root"
- },
- "1436": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1437": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1438": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1439": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1440": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1441": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.navButton"
- },
- "1442": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1443": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1444": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1445": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1446": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1447": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1448": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.gutter"
- },
- "1449": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.prev"
- },
- "1450": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1451": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1452": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.next"
- },
- "1453": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1454": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1455": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1456": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1457": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1458": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1459": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1460": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1461": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1462": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.navIcon"
- },
- "1463": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1464": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1465": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.thumbnailsContent"
- },
- "1466": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1467": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1468": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1469": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.thumbnailNavButton"
- },
- "1470": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1471": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1472": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1473": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.gutter"
- },
- "1474": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1475": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1476": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1477": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1478": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1479": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1480": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1481": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1482": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1483": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1484": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.thumbnailNavButtonIcon"
- },
- "1485": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1486": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1487": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.caption"
- },
- "1488": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1489": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1490": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1491": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1492": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.indicatorList"
- },
- "1493": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1494": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1495": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1496": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.indicatorButton"
- },
- "1497": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1498": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1499": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "1500": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "1501": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1502": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1503": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1504": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1505": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1506": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1507": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1508": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1509": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1510": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1511": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.insetIndicatorList"
- },
- "1512": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1513": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1514": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.insetIndicatorButton"
- },
- "1515": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1516": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1517": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1518": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "1519": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.mask"
- },
- "1520": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1521": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1522": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1523": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.closeButton"
- },
- "1524": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1525": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1526": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.gutter"
- },
- "1527": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1528": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1529": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1530": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1531": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1532": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1533": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1534": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1535": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1536": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1537": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1538": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1539": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "GalleriaDesignTokens.closeButtonIcon"
- },
- "1540": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type"
- },
- "1541": {
- "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1542": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1543": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1544": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1545": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1546": {
- "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts",
- "qualifiedName": ""
- },
- "1547": {
- "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts",
- "qualifiedName": "IconFieldDesignTokens"
- },
- "1548": {
- "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts",
- "qualifiedName": "IconFieldDesignTokens.icon"
- },
- "1549": {
- "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts",
- "qualifiedName": "__type"
- },
- "1550": {
- "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1551": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1552": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1553": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1554": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1555": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": ""
- },
- "1556": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "ImageDesignTokens"
- },
- "1557": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "ImageDesignTokens.root"
- },
- "1558": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type"
- },
- "1559": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1560": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "ImageDesignTokens.preview"
- },
- "1561": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type"
- },
- "1562": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.icon"
- },
- "1563": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type"
- },
- "1564": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1565": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.mask"
- },
- "1566": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type"
- },
- "1567": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1568": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1569": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "ImageDesignTokens.toolbar"
- },
- "1570": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type"
- },
- "1571": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.position"
- },
- "1572": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type"
- },
- "1573": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.left"
- },
- "1574": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.right"
- },
- "1575": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.top"
- },
- "1576": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.bottom"
- },
- "1577": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.blur"
- },
- "1578": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1579": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1580": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "1581": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1582": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1583": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1584": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "ImageDesignTokens.action"
- },
- "1585": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type"
- },
- "1586": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1587": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1588": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1589": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1590": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.iconSize"
- },
- "1591": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1592": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1593": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type"
- },
- "1594": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1595": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1596": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1597": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1598": {
- "sourceFileName": "src/app/components/themes/types/image/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1599": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1600": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1601": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1602": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1603": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": ""
- },
- "1604": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken"
- },
- "1605": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1606": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1607": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1608": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1609": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.T"
- },
- "1610": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken"
- },
- "1611": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.50"
- },
- "1612": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.100"
- },
- "1613": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.200"
- },
- "1614": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.300"
- },
- "1615": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.400"
- },
- "1616": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.500"
- },
- "1617": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.600"
- },
- "1618": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.700"
- },
- "1619": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.800"
- },
- "1620": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.900"
- },
- "1621": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PaletteDesignToken.950"
- },
- "1622": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens"
- },
- "1623": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.borderRadius"
- },
- "1624": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1625": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.none"
- },
- "1626": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.xs"
- },
- "1627": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.sm"
- },
- "1628": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.md"
- },
- "1629": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.lg"
- },
- "1630": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.xl"
- },
- "1631": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.emerald"
- },
- "1632": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.green"
- },
- "1633": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.lime"
- },
- "1634": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.red"
- },
- "1635": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.orange"
- },
- "1636": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.amber"
- },
- "1637": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.yellow"
- },
- "1638": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.teal"
- },
- "1639": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.cyan"
- },
- "1640": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.sky"
- },
- "1641": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.blue"
- },
- "1642": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.indigo"
- },
- "1643": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.violet"
- },
- "1644": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.purple"
- },
- "1645": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.fuchsia"
- },
- "1646": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.pink"
- },
- "1647": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.rose"
- },
- "1648": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.slate"
- },
- "1649": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.gray"
- },
- "1650": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.zinc"
- },
- "1651": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.neutral"
- },
- "1652": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.stone"
- },
- "1653": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "PrimitiveDesignTokens.__index"
- },
- "1655": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "SemanticDesignTokens"
- },
- "1656": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "SemanticDesignTokens.transitionDuration"
- },
- "1657": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "SemanticDesignTokens.focusRing"
- },
- "1658": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1659": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1660": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1661": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1662": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1663": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1664": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "SemanticDesignTokens.iconSize"
- },
- "1665": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "SemanticDesignTokens.anchorGutter"
- },
- "1666": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "SemanticDesignTokens.primary"
- },
- "1667": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "SemanticDesignTokens.formField"
- },
- "1668": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1669": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "1670": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "1671": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1672": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1673": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1674": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1675": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1676": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1677": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1678": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1679": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "SemanticDesignTokens.__index"
- },
- "1681": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": ""
- },
- "1682": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens"
- },
- "1683": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens.root"
- },
- "1684": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type"
- },
- "1685": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1686": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1687": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1688": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens.text"
- },
- "1689": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type"
- },
- "1690": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "1691": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens.icon"
- },
- "1692": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type"
- },
- "1693": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "1694": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens.info"
- },
- "1695": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type"
- },
- "1696": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1697": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1698": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1699": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1700": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens.success"
- },
- "1701": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type"
- },
- "1702": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1703": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1704": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1705": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1706": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens.warn"
- },
- "1707": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type"
- },
- "1708": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1709": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1710": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1711": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1712": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens.error"
- },
- "1713": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type"
- },
- "1714": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1715": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1716": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1717": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1718": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens.secondary"
- },
- "1719": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type"
- },
- "1720": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1721": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1722": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1723": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1724": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "InlineMessageDesignTokens.contrast"
- },
- "1725": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type"
- },
- "1726": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1727": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1728": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1729": {
- "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1730": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1731": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1732": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1733": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1734": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": ""
- },
- "1735": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "InplaceDesignTokens"
- },
- "1736": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "InplaceDesignTokens.root"
- },
- "1737": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type"
- },
- "1738": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1739": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1740": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1741": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type"
- },
- "1742": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1743": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1744": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1745": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1746": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1747": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1748": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "InplaceDesignTokens.display"
- },
- "1749": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type"
- },
- "1750": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1751": {
- "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1752": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1753": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1754": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1755": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1756": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": ""
- },
- "1757": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "InputChipsDesignTokens"
- },
- "1758": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "InputChipsDesignTokens.root"
- },
- "1759": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type"
- },
- "1760": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1761": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "1762": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "1763": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.filledFocusBackground"
- },
- "1764": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1765": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "1766": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "1767": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "1768": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1769": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "1770": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.placeholderColor"
- },
- "1771": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1772": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "1773": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "1774": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1775": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1776": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type"
- },
- "1777": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1778": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1779": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1780": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1781": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1782": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1783": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "InputChipsDesignTokens.chip"
- },
- "1784": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type"
- },
- "1785": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1786": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "1787": {
- "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1788": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1789": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1790": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1791": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1792": {
- "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts",
- "qualifiedName": ""
- },
- "1793": {
- "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts",
- "qualifiedName": "InputGroupDesignTokens"
- },
- "1794": {
- "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts",
- "qualifiedName": "InputGroupDesignTokens.addon"
- },
- "1795": {
- "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts",
- "qualifiedName": "__type"
- },
- "1796": {
- "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1797": {
- "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1798": {
- "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1799": {
- "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1800": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1801": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1802": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1803": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1804": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": ""
- },
- "1805": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "InputNumberDesignTokens"
- },
- "1806": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "InputNumberDesignTokens.root"
- },
- "1807": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type"
- },
- "1808": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1809": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "InputNumberDesignTokens.button"
- },
- "1810": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type"
- },
- "1811": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1812": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1813": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.verticalPadding"
- },
- "1814": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1815": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "1816": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "1817": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1818": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "1819": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "1820": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1821": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "1822": {
- "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "1823": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1824": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1825": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1826": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1827": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": ""
- },
- "1828": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "InputTextDesignTokens"
- },
- "1829": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "InputTextDesignTokens.root"
- },
- "1830": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type"
- },
- "1831": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1832": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "1833": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "1834": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.filledFocusBackground"
- },
- "1835": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1836": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "1837": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "1838": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "1839": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1840": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "1841": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.placeholderColor"
- },
- "1842": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1843": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "1844": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "1845": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1846": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1847": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type"
- },
- "1848": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1849": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1850": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1851": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1852": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1853": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1854": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.sm"
- },
- "1855": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type"
- },
- "1856": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "1857": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "1858": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "1859": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.lg"
- },
- "1860": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type"
- },
- "1861": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "1862": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "1863": {
- "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "1864": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1865": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1866": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1867": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1868": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": ""
- },
- "1869": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "KnobDesignTokens"
- },
- "1870": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "KnobDesignTokens.root"
- },
- "1871": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type"
- },
- "1872": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1873": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1874": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type"
- },
- "1875": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1876": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1877": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1878": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1879": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1880": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "KnobDesignTokens.value"
- },
- "1881": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type"
- },
- "1882": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1883": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "KnobDesignTokens.range"
- },
- "1884": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type"
- },
- "1885": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1886": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "KnobDesignTokens.text"
- },
- "1887": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type"
- },
- "1888": {
- "sourceFileName": "src/app/components/themes/types/knob/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1889": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1890": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1891": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1892": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1893": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": ""
- },
- "1894": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "ListboxDesignTokens"
- },
- "1895": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "ListboxDesignTokens.root"
- },
- "1896": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "1897": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1898": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "1899": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1900": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "1901": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "1902": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "1903": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1904": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "1905": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1906": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1907": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "1908": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "1909": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "1910": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "1911": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1912": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "1913": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1914": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1915": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "ListboxDesignTokens.list"
- },
- "1916": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "1917": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1918": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1919": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.header"
- },
- "1920": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "1921": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1922": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "ListboxDesignTokens.option"
- },
- "1923": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "1924": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "1925": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "1926": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.selectedFocusBackground"
- },
- "1927": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1928": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "1929": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "1930": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.selectedFocusColor"
- },
- "1931": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1932": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1933": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.stripedBackground"
- },
- "1934": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "ListboxDesignTokens.optionGroup"
- },
- "1935": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "1936": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1937": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1938": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "1939": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1940": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "ListboxDesignTokens.checkmark"
- },
- "1941": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "1942": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1943": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.gutterStart"
- },
- "1944": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.gutterEnd"
- },
- "1945": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "ListboxDesignTokens.emptyMessage"
- },
- "1946": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type"
- },
- "1947": {
- "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1948": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "1949": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "1950": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "1951": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "1952": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": ""
- },
- "1953": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens"
- },
- "1954": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens.root"
- },
- "1955": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "1956": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1957": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1958": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1959": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1960": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1961": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.verticalOrientation"
- },
- "1962": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "1963": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1964": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1965": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.horizontalOrientation"
- },
- "1966": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "1967": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1968": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "1969": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens.baseItem"
- },
- "1970": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "1971": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1972": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1973": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens.item"
- },
- "1974": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "1975": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "1976": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "1977": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1978": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "1979": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "1980": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1981": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1982": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1983": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.icon"
- },
- "1984": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "1985": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1986": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "1987": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "1988": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens.overlay"
- },
- "1989": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "1990": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "1991": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "1992": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "1993": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "1994": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "1995": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "1996": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "1997": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens.submenu"
- },
- "1998": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "1999": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2000": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2001": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens.submenuLabel"
- },
- "2002": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2003": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2004": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2005": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2006": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2007": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens.submenuIcon"
- },
- "2008": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2009": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2010": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2011": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2012": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "2013": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens.separator"
- },
- "2014": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2015": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2016": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "MegaMenuDesignTokens.mobileButton"
- },
- "2017": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2018": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2019": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2020": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2021": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "2022": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2023": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2024": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2025": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2026": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2027": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2028": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2029": {
- "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2030": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2031": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2032": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2033": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2034": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": ""
- },
- "2035": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "MenuDesignTokens"
- },
- "2036": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "MenuDesignTokens.root"
- },
- "2037": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2038": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2039": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2040": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2041": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2042": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2043": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2044": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "MenuDesignTokens.list"
- },
- "2045": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2046": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2047": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2048": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "MenuDesignTokens.item"
- },
- "2049": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2050": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "2051": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2052": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2053": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2054": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2055": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2056": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.icon"
- },
- "2057": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2058": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2059": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2060": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "MenuDesignTokens.submenuLabel"
- },
- "2061": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2062": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2063": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2064": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2065": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2066": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "MenuDesignTokens.separator"
- },
- "2067": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2068": {
- "sourceFileName": "src/app/components/themes/types/menu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2069": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2070": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2071": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2072": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2073": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": ""
- },
- "2074": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "MenubarDesignTokens"
- },
- "2075": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "MenubarDesignTokens.root"
- },
- "2076": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2077": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2078": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2079": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2080": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2081": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2082": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2083": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2084": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "MenubarDesignTokens.baseItem"
- },
- "2085": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2086": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2087": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2088": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "MenubarDesignTokens.item"
- },
- "2089": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2090": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "2091": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "2092": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2093": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2094": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "2095": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2096": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2097": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2098": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.icon"
- },
- "2099": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2100": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2101": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2102": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "2103": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "MenubarDesignTokens.submenu"
- },
- "2104": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2105": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2106": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2107": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2108": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2109": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2110": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2111": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.mobileIndent"
- },
- "2112": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "MenubarDesignTokens.submenuIcon"
- },
- "2113": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2114": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2115": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2116": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2117": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "2118": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "MenubarDesignTokens.separator"
- },
- "2119": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2120": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2121": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "MenubarDesignTokens.mobileButton"
- },
- "2122": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2123": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2124": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2125": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2126": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "2127": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2128": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2129": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2130": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2131": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2132": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2133": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2134": {
- "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2135": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2136": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2137": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2138": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2139": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": ""
- },
- "2140": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens"
- },
- "2141": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.root"
- },
- "2142": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2143": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2144": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "2145": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2146": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.content"
- },
- "2147": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2148": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2149": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2150": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.text"
- },
- "2151": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2152": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "2153": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2154": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.icon"
- },
- "2155": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2156": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2157": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.closeButton"
- },
- "2158": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2159": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2160": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "2161": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2162": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2163": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2164": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2165": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2166": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2167": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.closeIcon"
- },
- "2168": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2169": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2170": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.info"
- },
- "2171": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2172": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2173": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2174": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2175": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2176": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "2177": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2178": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2179": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2180": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2181": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2182": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2183": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.success"
- },
- "2184": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2185": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2186": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2187": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2188": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2189": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "2190": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2191": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2192": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2193": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2194": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2195": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2196": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.warn"
- },
- "2197": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2198": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2199": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2200": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2201": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2202": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "2203": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2204": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2205": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2206": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2207": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2208": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2209": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.error"
- },
- "2210": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2211": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2212": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2213": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2214": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2215": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "2216": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2217": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2218": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2219": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2220": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2221": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2222": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.secondary"
- },
- "2223": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2224": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2225": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2226": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2227": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2228": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "2229": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2230": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2231": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2232": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2233": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2234": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2235": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "MessageDesignTokens.contrast"
- },
- "2236": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2237": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2238": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2239": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2240": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2241": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "2242": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2243": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2244": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2245": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type"
- },
- "2246": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2247": {
- "sourceFileName": "src/app/components/themes/types/message/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2248": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2249": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2250": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2251": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2252": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": ""
- },
- "2253": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "MeterGroupDesignTokens"
- },
- "2254": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "MeterGroupDesignTokens.root"
- },
- "2255": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type"
- },
- "2256": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2257": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2258": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "MeterGroupDesignTokens.meters"
- },
- "2259": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type"
- },
- "2260": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2261": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2262": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "MeterGroupDesignTokens.label"
- },
- "2263": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type"
- },
- "2264": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2265": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "MeterGroupDesignTokens.labelMarker"
- },
- "2266": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type"
- },
- "2267": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2268": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "MeterGroupDesignTokens.labelIcon"
- },
- "2269": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type"
- },
- "2270": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2271": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "MeterGroupDesignTokens.labelList"
- },
- "2272": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type"
- },
- "2273": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type.verticalGap"
- },
- "2274": {
- "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts",
- "qualifiedName": "__type.horizontalGap"
- },
- "2275": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2276": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2277": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2278": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2279": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": ""
- },
- "2280": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "MultiSelectDesignTokens"
- },
- "2281": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "MultiSelectDesignTokens.root"
- },
- "2282": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2283": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2284": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "2285": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "2286": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.filledFocusBackground"
- },
- "2287": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2288": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "2289": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "2290": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "2291": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2292": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "2293": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.placeholderColor"
- },
- "2294": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2295": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "2296": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "2297": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2298": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2299": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2300": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2301": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2302": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2303": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2304": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2305": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2306": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "MultiSelectDesignTokens.dropdown"
- },
- "2307": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2308": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2309": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2310": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "MultiSelectDesignTokens.overlay"
- },
- "2311": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2312": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2313": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2314": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2315": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2316": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2317": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "MultiSelectDesignTokens.list"
- },
- "2318": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2319": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2320": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2321": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.header"
- },
- "2322": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2323": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2324": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "MultiSelectDesignTokens.option"
- },
- "2325": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2326": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "2327": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "2328": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.selectedFocusBackground"
- },
- "2329": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2330": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2331": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "2332": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.selectedFocusColor"
- },
- "2333": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2334": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2335": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2336": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "MultiSelectDesignTokens.optionGroup"
- },
- "2337": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2338": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2339": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2340": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2341": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2342": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "MultiSelectDesignTokens.chip"
- },
- "2343": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2344": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2345": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "MultiSelectDesignTokens.emptyMessage"
- },
- "2346": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "2347": {
- "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2348": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2349": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2350": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2351": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2352": {
- "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts",
- "qualifiedName": ""
- },
- "2353": {
- "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts",
- "qualifiedName": "OrderListDesignTokens"
- },
- "2354": {
- "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts",
- "qualifiedName": "OrderListDesignTokens.root"
- },
- "2355": {
- "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts",
- "qualifiedName": "__type"
- },
- "2356": {
- "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2357": {
- "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts",
- "qualifiedName": "OrderListDesignTokens.controls"
- },
- "2358": {
- "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts",
- "qualifiedName": "__type"
- },
- "2359": {
- "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2360": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2361": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2362": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2363": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2364": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": ""
- },
- "2365": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "OrganizationChartDesignTokens"
- },
- "2366": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "OrganizationChartDesignTokens.root"
- },
- "2367": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type"
- },
- "2368": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.gutter"
- },
- "2369": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2370": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "OrganizationChartDesignTokens.node"
- },
- "2371": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type"
- },
- "2372": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2373": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2374": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "2375": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2376": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2377": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "2378": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "2379": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2380": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.toggleablePadding"
- },
- "2381": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2382": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "OrganizationChartDesignTokens.nodeToggleButton"
- },
- "2383": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type"
- },
- "2384": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2385": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2386": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2387": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2388": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "2389": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2390": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2391": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2392": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type"
- },
- "2393": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2394": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2395": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2396": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2397": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2398": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "OrganizationChartDesignTokens.connector"
- },
- "2399": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type"
- },
- "2400": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2401": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2402": {
- "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "2403": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2404": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2405": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2406": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2407": {
- "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts",
- "qualifiedName": ""
- },
- "2408": {
- "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts",
- "qualifiedName": "OverlayBadgeDesignTokens"
- },
- "2409": {
- "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts",
- "qualifiedName": "OverlayBadgeDesignTokens.root"
- },
- "2410": {
- "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts",
- "qualifiedName": "__type"
- },
- "2411": {
- "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts",
- "qualifiedName": "__type.outline"
- },
- "2412": {
- "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts",
- "qualifiedName": "__type"
- },
- "2413": {
- "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2414": {
- "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2415": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2416": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2417": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2418": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2419": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": ""
- },
- "2420": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "PaginatorDesignTokens"
- },
- "2421": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "PaginatorDesignTokens.root"
- },
- "2422": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type"
- },
- "2423": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2424": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2425": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2426": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2427": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2428": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2429": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "PaginatorDesignTokens.navButton"
- },
- "2430": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type"
- },
- "2431": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2432": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2433": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "2434": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2435": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "2436": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "2437": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2438": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "2439": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2440": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2441": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type"
- },
- "2442": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2443": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2444": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2445": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2446": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2447": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "PaginatorDesignTokens.currentPageReport"
- },
- "2448": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type"
- },
- "2449": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2450": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "PaginatorDesignTokens.jumpToPageInput"
- },
- "2451": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type"
- },
- "2452": {
- "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts",
- "qualifiedName": "__type.maxWidth"
- },
- "2453": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2454": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2455": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2456": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2457": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": ""
- },
- "2458": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "PanelDesignTokens"
- },
- "2459": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "PanelDesignTokens.root"
- },
- "2460": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type"
- },
- "2461": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2462": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2463": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2464": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2465": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "PanelDesignTokens.header"
- },
- "2466": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type"
- },
- "2467": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2468": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2469": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2470": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2471": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "2472": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2473": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "PanelDesignTokens.toggleableHeader"
- },
- "2474": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type"
- },
- "2475": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2476": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "PanelDesignTokens.title"
- },
- "2477": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type"
- },
- "2478": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2479": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "PanelDesignTokens.content"
- },
- "2480": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type"
- },
- "2481": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2482": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "PanelDesignTokens.footer"
- },
- "2483": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type"
- },
- "2484": {
- "sourceFileName": "src/app/components/themes/types/panel/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2485": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2486": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2487": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2488": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2489": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": ""
- },
- "2490": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "PanelMenuDesignTokens"
- },
- "2491": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "PanelMenuDesignTokens.root"
- },
- "2492": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2493": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2494": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2495": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "PanelMenuDesignTokens.panel"
- },
- "2496": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2497": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2498": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2499": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "2500": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2501": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2502": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2503": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.first"
- },
- "2504": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2505": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "2506": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.topBorderRadius"
- },
- "2507": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.last"
- },
- "2508": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2509": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "2510": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.bottomBorderRadius"
- },
- "2511": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "PanelMenuDesignTokens.item"
- },
- "2512": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2513": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "2514": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2515": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2516": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2517": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2518": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2519": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.icon"
- },
- "2520": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2521": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2522": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2523": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "PanelMenuDesignTokens.submenu"
- },
- "2524": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2525": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.indent"
- },
- "2526": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "PanelMenuDesignTokens.submenuIcon"
- },
- "2527": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2528": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2529": {
- "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2530": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2531": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2532": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2533": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2534": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": ""
- },
- "2535": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "PasswordDesignTokens"
- },
- "2536": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "PasswordDesignTokens.meter"
- },
- "2537": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type"
- },
- "2538": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2539": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2540": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "2541": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "PasswordDesignTokens.icon"
- },
- "2542": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type"
- },
- "2543": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2544": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "PasswordDesignTokens.overlay"
- },
- "2545": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type"
- },
- "2546": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2547": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2548": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2549": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2550": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2551": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2552": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "PasswordDesignTokens.content"
- },
- "2553": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type"
- },
- "2554": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2555": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "PasswordDesignTokens.strength"
- },
- "2556": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type"
- },
- "2557": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.weakBackground"
- },
- "2558": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.mediumBackground"
- },
- "2559": {
- "sourceFileName": "src/app/components/themes/types/password/index.d.ts",
- "qualifiedName": "__type.strongBackground"
- },
- "2560": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2561": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2562": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2563": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2564": {
- "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts",
- "qualifiedName": ""
- },
- "2565": {
- "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts",
- "qualifiedName": "PickListDesignTokens"
- },
- "2566": {
- "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts",
- "qualifiedName": "PickListDesignTokens.root"
- },
- "2567": {
- "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts",
- "qualifiedName": "__type"
- },
- "2568": {
- "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2569": {
- "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts",
- "qualifiedName": "PickListDesignTokens.controls"
- },
- "2570": {
- "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts",
- "qualifiedName": "__type"
- },
- "2571": {
- "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2572": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2573": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2574": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2575": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2576": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": ""
- },
- "2577": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "PopoverDesignTokens"
- },
- "2578": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "PopoverDesignTokens.root"
- },
- "2579": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type"
- },
- "2580": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2581": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2582": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2583": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2584": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2585": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type.gutter"
- },
- "2586": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type.arrowOffset"
- },
- "2587": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "PopoverDesignTokens.content"
- },
- "2588": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type"
- },
- "2589": {
- "sourceFileName": "src/app/components/themes/types/popover/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2590": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2591": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2592": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2593": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2594": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": ""
- },
- "2595": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "ProgressBarDesignTokens"
- },
- "2596": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "ProgressBarDesignTokens.root"
- },
- "2597": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2598": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2599": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2600": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "2601": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "ProgressBarDesignTokens.value"
- },
- "2602": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2603": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2604": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "ProgressBarDesignTokens.label"
- },
- "2605": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type"
- },
- "2606": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2607": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "2608": {
- "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2609": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2610": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2611": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2612": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2613": {
- "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts",
- "qualifiedName": ""
- },
- "2614": {
- "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts",
- "qualifiedName": "ProgressSpinnerDesignTokens"
- },
- "2615": {
- "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts",
- "qualifiedName": "ProgressSpinnerDesignTokens.root"
- },
- "2616": {
- "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts",
- "qualifiedName": "__type"
- },
- "2617": {
- "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts",
- "qualifiedName": "__type.color.1"
- },
- "2618": {
- "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts",
- "qualifiedName": "__type.color.2"
- },
- "2619": {
- "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts",
- "qualifiedName": "__type.color.3"
- },
- "2620": {
- "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts",
- "qualifiedName": "__type.color.4"
- },
- "2621": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2622": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2623": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2624": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2625": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": ""
- },
- "2626": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "RadioButtonDesignTokens"
- },
- "2627": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "RadioButtonDesignTokens.root"
- },
- "2628": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type"
- },
- "2629": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2630": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "2631": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2632": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.checkedBackground"
- },
- "2633": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.checkedHoverBackground"
- },
- "2634": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "2635": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "2636": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2637": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "2638": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "2639": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.checkedBorderColor"
- },
- "2640": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.checkedHoverBorderColor"
- },
- "2641": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.checkedFocusBorderColor"
- },
- "2642": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.checkedDisabledBorderColor"
- },
- "2643": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "2644": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2645": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2646": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type"
- },
- "2647": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2648": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2649": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2650": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2651": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2652": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2653": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "RadioButtonDesignTokens.icon"
- },
- "2654": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type"
- },
- "2655": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2656": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.checkedColor"
- },
- "2657": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.checkedHoverColor"
- },
- "2658": {
- "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "2659": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2660": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2661": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2662": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2663": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": ""
- },
- "2664": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "RatingDesignTokens"
- },
- "2665": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "RatingDesignTokens.root"
- },
- "2666": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "__type"
- },
- "2667": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2668": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2669": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "RatingDesignTokens.icon"
- },
- "2670": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "__type"
- },
- "2671": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2672": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2673": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "2674": {
- "sourceFileName": "src/app/components/themes/types/rating/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "2675": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2676": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2677": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2678": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2679": {
- "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts",
- "qualifiedName": ""
- },
- "2680": {
- "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts",
- "qualifiedName": "RippleDesignTokens"
- },
- "2681": {
- "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts",
- "qualifiedName": "RippleDesignTokens.root"
- },
- "2682": {
- "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts",
- "qualifiedName": "__type"
- },
- "2683": {
- "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2684": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2685": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2686": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2687": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2688": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": ""
- },
- "2689": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "ScrollPanelDesignTokens"
- },
- "2690": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "ScrollPanelDesignTokens.root"
- },
- "2691": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type"
- },
- "2692": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2693": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "ScrollPanelDesignTokens.bar"
- },
- "2694": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type"
- },
- "2695": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2696": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2697": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2698": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type"
- },
- "2699": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2700": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2701": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2702": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2703": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2704": {
- "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2705": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2706": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2707": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2708": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2709": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": ""
- },
- "2710": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens"
- },
- "2711": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens.root"
- },
- "2712": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2713": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2714": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "2715": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "2716": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.filledFocusBackground"
- },
- "2717": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2718": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "2719": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "2720": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "2721": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2722": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "2723": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.placeholderColor"
- },
- "2724": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2725": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "2726": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "2727": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2728": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2729": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2730": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2731": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2732": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2733": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2734": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2735": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2736": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens.dropdown"
- },
- "2737": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2738": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2739": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2740": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens.overlay"
- },
- "2741": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2742": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2743": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2744": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2745": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2746": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2747": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens.list"
- },
- "2748": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2749": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2750": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2751": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.header"
- },
- "2752": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2753": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2754": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens.option"
- },
- "2755": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2756": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "2757": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "2758": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.selectedFocusBackground"
- },
- "2759": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2760": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "2761": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "2762": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.selectedFocusColor"
- },
- "2763": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2764": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2765": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens.optionGroup"
- },
- "2766": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2767": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2768": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2769": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2770": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2771": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens.clearIcon"
- },
- "2772": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2773": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2774": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens.checkmark"
- },
- "2775": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2776": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2777": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.gutterStart"
- },
- "2778": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.gutterEnd"
- },
- "2779": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "SelectDesignTokens.emptyMessage"
- },
- "2780": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type"
- },
- "2781": {
- "sourceFileName": "src/app/components/themes/types/select/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2782": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2783": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2784": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2785": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2786": {
- "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts",
- "qualifiedName": ""
- },
- "2787": {
- "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts",
- "qualifiedName": "SelectButtonDesignTokens"
- },
- "2788": {
- "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts",
- "qualifiedName": "SelectButtonDesignTokens.root"
- },
- "2789": {
- "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts",
- "qualifiedName": "__type"
- },
- "2790": {
- "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2791": {
- "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "2792": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2793": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2794": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2795": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2796": {
- "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts",
- "qualifiedName": ""
- },
- "2797": {
- "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts",
- "qualifiedName": "SkeletonDesignTokens"
- },
- "2798": {
- "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts",
- "qualifiedName": "SkeletonDesignTokens.root"
- },
- "2799": {
- "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts",
- "qualifiedName": "__type"
- },
- "2800": {
- "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2801": {
- "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2802": {
- "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts",
- "qualifiedName": "__type.animationBackground"
- },
- "2803": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2804": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2805": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2806": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2807": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": ""
- },
- "2808": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "SliderDesignTokens"
- },
- "2809": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "SliderDesignTokens.root"
- },
- "2810": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type"
- },
- "2811": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2812": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "SliderDesignTokens.track"
- },
- "2813": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type"
- },
- "2814": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2815": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2816": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2817": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "SliderDesignTokens.range"
- },
- "2818": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type"
- },
- "2819": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2820": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "SliderDesignTokens.handle"
- },
- "2821": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type"
- },
- "2822": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2823": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "2824": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2825": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2826": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2827": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.content"
- },
- "2828": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type"
- },
- "2829": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2830": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "2831": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2832": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "2833": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2834": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2835": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type"
- },
- "2836": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2837": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2838": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2839": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2840": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2841": {
- "sourceFileName": "src/app/components/themes/types/slider/index.d.ts",
- "qualifiedName": "__type.contentBackground"
- },
- "2842": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2843": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2844": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2845": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2846": {
- "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts",
- "qualifiedName": ""
- },
- "2847": {
- "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts",
- "qualifiedName": "SpeedDialDesignTokens"
- },
- "2848": {
- "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts",
- "qualifiedName": "SpeedDialDesignTokens.root"
- },
- "2849": {
- "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts",
- "qualifiedName": "__type"
- },
- "2850": {
- "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2851": {
- "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2852": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2853": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2854": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2855": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2856": {
- "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts",
- "qualifiedName": ""
- },
- "2857": {
- "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts",
- "qualifiedName": "SplitButtonDesignTokens"
- },
- "2858": {
- "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts",
- "qualifiedName": "SplitButtonDesignTokens.root"
- },
- "2859": {
- "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts",
- "qualifiedName": "__type"
- },
- "2860": {
- "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2861": {
- "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts",
- "qualifiedName": "__type.roundedBorderRadius"
- },
- "2862": {
- "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts",
- "qualifiedName": "__type.raisedShadow"
- },
- "2863": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2864": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2865": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2866": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2867": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": ""
- },
- "2868": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "SplitterDesignTokens"
- },
- "2869": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "SplitterDesignTokens.root"
- },
- "2870": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type"
- },
- "2871": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2872": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2873": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2874": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2875": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "SplitterDesignTokens.gutter"
- },
- "2876": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type"
- },
- "2877": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2878": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "SplitterDesignTokens.handle"
- },
- "2879": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type"
- },
- "2880": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2881": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2882": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2883": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2884": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type"
- },
- "2885": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2886": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2887": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2888": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2889": {
- "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2890": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2891": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2892": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2893": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2894": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": ""
- },
- "2895": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "StepperDesignTokens"
- },
- "2896": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "StepperDesignTokens.root"
- },
- "2897": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type"
- },
- "2898": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2899": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "StepperDesignTokens.separator"
- },
- "2900": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type"
- },
- "2901": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2902": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "2903": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.margin"
- },
- "2904": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2905": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "StepperDesignTokens.step"
- },
- "2906": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type"
- },
- "2907": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2908": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2909": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "StepperDesignTokens.stepHeader"
- },
- "2910": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type"
- },
- "2911": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2912": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2913": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2914": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type"
- },
- "2915": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2916": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2917": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2918": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2919": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2920": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2921": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "StepperDesignTokens.stepTitle"
- },
- "2922": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type"
- },
- "2923": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2924": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "2925": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2926": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "StepperDesignTokens.stepNumber"
- },
- "2927": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type"
- },
- "2928": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2929": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "2930": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2931": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "2932": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2933": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "2934": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2935": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "2936": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2937": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2938": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2939": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "StepperDesignTokens.steppanels"
- },
- "2940": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type"
- },
- "2941": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2942": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "StepperDesignTokens.steppanel"
- },
- "2943": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type"
- },
- "2944": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2945": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2946": {
- "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "2947": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2948": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2949": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2950": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2951": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": ""
- },
- "2952": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "StepsDesignTokens"
- },
- "2953": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "StepsDesignTokens.root"
- },
- "2954": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type"
- },
- "2955": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2956": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "StepsDesignTokens.separator"
- },
- "2957": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type"
- },
- "2958": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2959": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "StepsDesignTokens.itemLink"
- },
- "2960": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type"
- },
- "2961": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2962": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "2963": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type"
- },
- "2964": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "2965": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "2966": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2967": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "2968": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2969": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "2970": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "StepsDesignTokens.itemLabel"
- },
- "2971": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type"
- },
- "2972": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2973": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "2974": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2975": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "StepsDesignTokens.itemNumber"
- },
- "2976": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type"
- },
- "2977": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "2978": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "2979": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "2980": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "2981": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "2982": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "2983": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "2984": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "2985": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "2986": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "2987": {
- "sourceFileName": "src/app/components/themes/types/steps/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "2988": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "2989": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "2990": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "2991": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "2992": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": ""
- },
- "2993": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "TabmenuDesignTokens"
- },
- "2994": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "TabmenuDesignTokens.root"
- },
- "2995": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2996": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "2997": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "TabmenuDesignTokens.tablist"
- },
- "2998": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "2999": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3000": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3001": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3002": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "TabmenuDesignTokens.item"
- },
- "3003": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3004": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3005": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3006": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "3007": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3008": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3009": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "3010": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "3011": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3012": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3013": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "3014": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3015": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "3016": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.margin"
- },
- "3017": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3018": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3019": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3020": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3021": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3022": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3023": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3024": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3025": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "TabmenuDesignTokens.itemIcon"
- },
- "3026": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3027": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3028": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3029": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "3030": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "TabmenuDesignTokens.activeBar"
- },
- "3031": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3032": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "3033": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.bottom"
- },
- "3034": {
- "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3035": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3036": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3037": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3038": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3039": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": ""
- },
- "3040": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "TabsDesignTokens"
- },
- "3041": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "TabsDesignTokens.root"
- },
- "3042": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type"
- },
- "3043": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3044": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "TabsDesignTokens.tablist"
- },
- "3045": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type"
- },
- "3046": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3047": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3048": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3049": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "TabsDesignTokens.tab"
- },
- "3050": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type"
- },
- "3051": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3052": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3053": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "3054": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3055": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3056": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "3057": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "3058": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3059": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3060": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "3061": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3062": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "3063": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.margin"
- },
- "3064": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3065": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3066": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type"
- },
- "3067": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3068": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3069": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3070": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3071": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3072": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "TabsDesignTokens.tabpanel"
- },
- "3073": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type"
- },
- "3074": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3075": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3076": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3077": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3078": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type"
- },
- "3079": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3080": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3081": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3082": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3083": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3084": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "TabsDesignTokens.navButton"
- },
- "3085": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type"
- },
- "3086": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3087": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3088": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3089": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3090": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3091": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type"
- },
- "3092": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3093": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3094": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3095": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3096": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3097": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3098": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "TabsDesignTokens.activeBar"
- },
- "3099": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type"
- },
- "3100": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "3101": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.bottom"
- },
- "3102": {
- "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3103": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3104": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3105": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3106": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3107": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": ""
- },
- "3108": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "TabViewDesignTokens"
- },
- "3109": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "TabViewDesignTokens.root"
- },
- "3110": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type"
- },
- "3111": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3112": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "TabViewDesignTokens.tabList"
- },
- "3113": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type"
- },
- "3114": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3115": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3116": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "TabViewDesignTokens.tab"
- },
- "3117": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type"
- },
- "3118": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3119": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.activeBorderColor"
- },
- "3120": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3121": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3122": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "3123": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "TabViewDesignTokens.tabPanel"
- },
- "3124": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type"
- },
- "3125": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3126": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3127": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "TabViewDesignTokens.navButton"
- },
- "3128": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type"
- },
- "3129": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3130": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3131": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3132": {
- "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3133": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3134": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3135": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3136": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3137": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": ""
- },
- "3138": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens"
- },
- "3139": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens.root"
- },
- "3140": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type"
- },
- "3141": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "3142": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "3143": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3144": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3145": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3146": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.roundedBorderRadius"
- },
- "3147": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens.icon"
- },
- "3148": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type"
- },
- "3149": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3150": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens.primary"
- },
- "3151": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type"
- },
- "3152": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3153": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3154": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens.secondary"
- },
- "3155": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type"
- },
- "3156": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3157": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3158": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens.success"
- },
- "3159": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type"
- },
- "3160": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3161": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3162": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens.info"
- },
- "3163": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type"
- },
- "3164": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3165": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3166": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens.warn"
- },
- "3167": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type"
- },
- "3168": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3169": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3170": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens.danger"
- },
- "3171": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type"
- },
- "3172": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3173": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3174": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "TagDesignTokens.contrast"
- },
- "3175": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type"
- },
- "3176": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3177": {
- "sourceFileName": "src/app/components/themes/types/tag/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3178": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3179": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3180": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3181": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3182": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": ""
- },
- "3183": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "TerminalDesignTokens"
- },
- "3184": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "TerminalDesignTokens.root"
- },
- "3185": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type"
- },
- "3186": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3187": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3188": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3189": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "3190": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3191": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3192": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "TerminalDesignTokens.prompt"
- },
- "3193": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type"
- },
- "3194": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3195": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "TerminalDesignTokens.commandResponse"
- },
- "3196": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type"
- },
- "3197": {
- "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts",
- "qualifiedName": "__type.margin"
- },
- "3198": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3199": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3200": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3201": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3202": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": ""
- },
- "3203": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "TextareaDesignTokens"
- },
- "3204": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "TextareaDesignTokens.root"
- },
- "3205": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type"
- },
- "3206": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3207": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "3208": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "3209": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.filledFocusBackground"
- },
- "3210": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3211": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "3212": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "3213": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "3214": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3215": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "3216": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.placeholderColor"
- },
- "3217": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3218": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "3219": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "3220": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3221": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3222": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type"
- },
- "3223": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3224": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3225": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3226": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3227": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3228": {
- "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3229": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3230": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3231": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3232": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3233": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": ""
- },
- "3234": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "TieredMenuDesignTokens"
- },
- "3235": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "TieredMenuDesignTokens.root"
- },
- "3236": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3237": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3238": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3239": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3240": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3241": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3242": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3243": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "TieredMenuDesignTokens.list"
- },
- "3244": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3245": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3246": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3247": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "TieredMenuDesignTokens.item"
- },
- "3248": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3249": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.focusBackground"
- },
- "3250": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.activeBackground"
- },
- "3251": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3252": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "3253": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "3254": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3255": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3256": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3257": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.icon"
- },
- "3258": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3259": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3260": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "3261": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "3262": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "TieredMenuDesignTokens.submenuLabel"
- },
- "3263": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3264": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3265": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "3266": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3267": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3268": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "TieredMenuDesignTokens.submenuIcon"
- },
- "3269": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3270": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3271": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3272": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.focusColor"
- },
- "3273": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.activeColor"
- },
- "3274": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "TieredMenuDesignTokens.separator"
- },
- "3275": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type"
- },
- "3276": {
- "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3277": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3278": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3279": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3280": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3281": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": ""
- },
- "3282": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "TimelineDesignTokens"
- },
- "3283": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "TimelineDesignTokens.event"
- },
- "3284": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type"
- },
- "3285": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.minHeight"
- },
- "3286": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "TimelineDesignTokens.horizontal"
- },
- "3287": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type"
- },
- "3288": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.eventContent"
- },
- "3289": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type"
- },
- "3290": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3291": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "TimelineDesignTokens.vertical"
- },
- "3292": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type"
- },
- "3293": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.eventContent"
- },
- "3294": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type"
- },
- "3295": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3296": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "TimelineDesignTokens.eventMarker"
- },
- "3297": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type"
- },
- "3298": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3299": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3300": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3301": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3302": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3303": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.content"
- },
- "3304": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type"
- },
- "3305": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3306": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3307": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3308": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.insetShadow"
- },
- "3309": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "TimelineDesignTokens.eventConnector"
- },
- "3310": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type"
- },
- "3311": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3312": {
- "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3313": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3314": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3315": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3316": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3317": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": ""
- },
- "3318": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens"
- },
- "3319": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.root"
- },
- "3320": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3321": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3322": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3323": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3324": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3325": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.icon"
- },
- "3326": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3327": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3328": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.content"
- },
- "3329": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3330": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3331": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3332": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.text"
- },
- "3333": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3334": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3335": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.summary"
- },
- "3336": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3337": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "3338": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "3339": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.detail"
- },
- "3340": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3341": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "3342": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.fontSize"
- },
- "3343": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.closeButton"
- },
- "3344": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3345": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3346": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "3347": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3348": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3349": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3350": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3351": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3352": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3353": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.closeIcon"
- },
- "3354": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3355": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3356": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.blur"
- },
- "3357": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3358": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.0"
- },
- "3359": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.1"
- },
- "3360": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.2"
- },
- "3361": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.3"
- },
- "3362": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.4"
- },
- "3363": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.info"
- },
- "3364": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3365": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3366": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3367": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3368": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.detailColor"
- },
- "3369": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3370": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "3371": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3372": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3373": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3374": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3375": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3376": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3377": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.success"
- },
- "3378": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3379": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3380": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3381": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3382": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.detailColor"
- },
- "3383": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3384": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "3385": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3386": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3387": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3388": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3389": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3390": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3391": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.warn"
- },
- "3392": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3393": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3394": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3395": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3396": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.detailColor"
- },
- "3397": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3398": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "3399": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3400": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3401": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3402": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3403": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3404": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3405": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.error"
- },
- "3406": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3407": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3408": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3409": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3410": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.detailColor"
- },
- "3411": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3412": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "3413": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3414": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3415": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3416": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3417": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3418": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3419": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.secondary"
- },
- "3420": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3421": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3422": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3423": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3424": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.detailColor"
- },
- "3425": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3426": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "3427": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3428": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3429": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3430": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3431": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3432": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3433": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "ToastDesignTokens.contrast"
- },
- "3434": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3435": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3436": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3437": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3438": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.detailColor"
- },
- "3439": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3440": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.closeButton"
- },
- "3441": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3442": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3443": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3444": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type"
- },
- "3445": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3446": {
- "sourceFileName": "src/app/components/themes/types/toast/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3447": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3448": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3449": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3450": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3451": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": ""
- },
- "3452": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "ToggleButtonDesignTokens"
- },
- "3453": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "ToggleButtonDesignTokens.root"
- },
- "3454": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type"
- },
- "3455": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3456": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3457": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3458": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "3459": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "3460": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.disabledBorderColor"
- },
- "3461": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "3462": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "3463": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3464": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type"
- },
- "3465": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3466": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3467": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3468": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3469": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3470": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3471": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3472": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.checkedBackground"
- },
- "3473": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3474": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3475": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3476": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3477": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.checkedColor"
- },
- "3478": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.checkedBorderColor"
- },
- "3479": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "ToggleButtonDesignTokens.icon"
- },
- "3480": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type"
- },
- "3481": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "3482": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3483": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3484": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.checkedColor"
- },
- "3485": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "ToggleButtonDesignTokens.content"
- },
- "3486": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type"
- },
- "3487": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.left"
- },
- "3488": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.top"
- },
- "3489": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.checkedShadow"
- },
- "3490": {
- "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts",
- "qualifiedName": "__type.checkedBackground"
- },
- "3491": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3492": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3493": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3494": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3495": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": ""
- },
- "3496": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "ToggleSwitchDesignTokens"
- },
- "3497": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "ToggleSwitchDesignTokens.root"
- },
- "3498": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type"
- },
- "3499": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3500": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.height"
- },
- "3501": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3502": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3503": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3504": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3505": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type"
- },
- "3506": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3507": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3508": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3509": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3510": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3511": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3512": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3513": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "3514": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.checkedBorderColor"
- },
- "3515": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.checkedHoverBorderColor"
- },
- "3516": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "3517": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3518": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.slideDuration"
- },
- "3519": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "3520": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3521": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3522": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.checkedBackground"
- },
- "3523": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.checkedHoverBackground"
- },
- "3524": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "ToggleSwitchDesignTokens.handle"
- },
- "3525": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type"
- },
- "3526": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3527": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3528": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "3529": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3530": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3531": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.checkedBackground"
- },
- "3532": {
- "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts",
- "qualifiedName": "__type.checkedHoverBackground"
- },
- "3533": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3534": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3535": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3536": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3537": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": ""
- },
- "3538": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": "ToolbarDesignTokens"
- },
- "3539": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": "ToolbarDesignTokens.root"
- },
- "3540": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": "__type"
- },
- "3541": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3542": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3543": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3544": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3545": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3546": {
- "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3547": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3548": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3549": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3550": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3551": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": ""
- },
- "3552": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "TooltipDesignTokens"
- },
- "3553": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "TooltipDesignTokens.root"
- },
- "3554": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "__type"
- },
- "3555": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "__type.maxWidth"
- },
- "3556": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "__type.gutter"
- },
- "3557": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3558": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3559": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3560": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3561": {
- "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3562": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3563": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3564": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3565": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3566": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": ""
- },
- "3567": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "TreeDesignTokens"
- },
- "3568": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "TreeDesignTokens.root"
- },
- "3569": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type"
- },
- "3570": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3571": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3572": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3573": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3574": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.indent"
- },
- "3575": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3576": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "TreeDesignTokens.node"
- },
- "3577": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type"
- },
- "3578": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3579": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3580": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3581": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "3582": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3583": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3584": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "3585": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3586": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type"
- },
- "3587": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3588": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3589": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3590": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3591": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3592": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3593": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "TreeDesignTokens.nodeIcon"
- },
- "3594": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type"
- },
- "3595": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3596": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3597": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "3598": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "TreeDesignTokens.nodeToggleButton"
- },
- "3599": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type"
- },
- "3600": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3601": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3602": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3603": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.selectedHoverBackground"
- },
- "3604": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3605": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3606": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.selectedHoverColor"
- },
- "3607": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3608": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type"
- },
- "3609": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3610": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3611": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3612": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3613": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3614": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "TreeDesignTokens.loadingIcon"
- },
- "3615": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type"
- },
- "3616": {
- "sourceFileName": "src/app/components/themes/types/tree/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3617": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3618": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3619": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3620": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3621": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": ""
- },
- "3622": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "TreeSelectDesignTokens"
- },
- "3623": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "TreeSelectDesignTokens.root"
- },
- "3624": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "3625": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3626": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.disabledBackground"
- },
- "3627": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.filledBackground"
- },
- "3628": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.filledFocusBackground"
- },
- "3629": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3630": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.hoverBorderColor"
- },
- "3631": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.focusBorderColor"
- },
- "3632": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.invalidBorderColor"
- },
- "3633": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3634": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.disabledColor"
- },
- "3635": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.placeholderColor"
- },
- "3636": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3637": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.paddingX"
- },
- "3638": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.paddingY"
- },
- "3639": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3640": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3641": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "3642": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3643": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3644": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3645": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3646": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3647": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3648": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "TreeSelectDesignTokens.dropdown"
- },
- "3649": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "3650": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3651": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3652": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "TreeSelectDesignTokens.overlay"
- },
- "3653": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "3654": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3655": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3656": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3657": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3658": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3659": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "TreeSelectDesignTokens.tree"
- },
- "3660": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "3661": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3662": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "TreeSelectDesignTokens.emptyMessage"
- },
- "3663": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "3664": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3665": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "TreeSelectDesignTokens.chip"
- },
- "3666": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type"
- },
- "3667": {
- "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3668": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3669": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3670": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3671": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3672": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": ""
- },
- "3673": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens"
- },
- "3674": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.root"
- },
- "3675": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3676": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.transitionDuration"
- },
- "3677": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3678": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.header"
- },
- "3679": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3680": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3681": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3682": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3683": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3684": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3685": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.headerCell"
- },
- "3686": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3687": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3688": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3689": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "3690": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3691": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3692": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3693": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "3694": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3695": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3696": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3697": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3698": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3699": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3700": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3701": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3702": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3703": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.columnTitle"
- },
- "3704": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3705": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "3706": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.row"
- },
- "3707": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3708": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3709": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3710": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.selectedBackground"
- },
- "3711": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3712": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3713": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.selectedColor"
- },
- "3714": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3715": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3716": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3717": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3718": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3719": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3720": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3721": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.bodyCell"
- },
- "3722": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3723": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3724": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3725": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.gap"
- },
- "3726": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.selectedBorderColor"
- },
- "3727": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.footerCell"
- },
- "3728": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3729": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3730": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3731": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3732": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3733": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.columnFooter"
- },
- "3734": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3735": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.fontWeight"
- },
- "3736": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.footer"
- },
- "3737": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3738": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3739": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3740": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3741": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3742": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.padding"
- },
- "3743": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.columnResizerWidth"
- },
- "3744": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3745": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.0"
- },
- "3746": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.1"
- },
- "3747": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.2"
- },
- "3748": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.3"
- },
- "3749": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.4"
- },
- "3750": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.5"
- },
- "3751": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.resizeIndicator"
- },
- "3752": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3753": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3754": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3755": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.sortIcon"
- },
- "3756": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3757": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3758": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3759": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.loadingIcon"
- },
- "3760": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3761": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3762": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.nodeToggleButton"
- },
- "3763": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3764": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.hoverBackground"
- },
- "3765": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.selectedHoverBackground"
- },
- "3766": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3767": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.hoverColor"
- },
- "3768": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.selectedHoverColor"
- },
- "3769": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3770": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderRadius"
- },
- "3771": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.focusRing"
- },
- "3772": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3773": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.width"
- },
- "3774": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.style"
- },
- "3775": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3776": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.offset"
- },
- "3777": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.shadow"
- },
- "3778": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.paginatorTop"
- },
- "3779": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3780": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3781": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3782": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "TreeTableDesignTokens.paginatorBottom"
- },
- "3783": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type"
- },
- "3784": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderColor"
- },
- "3785": {
- "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts",
- "qualifiedName": "__type.borderWidth"
- },
- "3786": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3787": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3788": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3789": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- },
- "3790": {
- "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts",
- "qualifiedName": ""
- },
- "3791": {
- "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts",
- "qualifiedName": "VirtualScrollerDesignTokens"
- },
- "3792": {
- "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts",
- "qualifiedName": "VirtualScrollerDesignTokens.loaderMask"
- },
- "3793": {
- "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts",
- "qualifiedName": "__type"
- },
- "3794": {
- "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts",
- "qualifiedName": "__type.background"
- },
- "3795": {
- "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts",
- "qualifiedName": "__type.color"
- },
- "3796": {
- "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts",
- "qualifiedName": "VirtualScrollerDesignTokens.loaderIcon"
- },
- "3797": {
- "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts",
- "qualifiedName": "__type"
- },
- "3798": {
- "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts",
- "qualifiedName": "__type.size"
- },
- "3799": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "ColorSchemeDesignToken.colorScheme"
- },
- "3800": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type"
- },
- "3801": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.light"
- },
- "3802": {
- "sourceFileName": "src/app/components/themes/types/index.d.ts",
- "qualifiedName": "__type.dark"
- }
- }
-}
\ No newline at end of file
diff --git a/api/index.js b/api/index.js
deleted file mode 100644
index 35865b96737..00000000000
--- a/api/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import { app } from '../dist/primeng/server/server.mjs';
-
-const server = app();
-
-export default server;
diff --git a/.browserslistrc b/apps/showcase/.browserslistrc
similarity index 100%
rename from .browserslistrc
rename to apps/showcase/.browserslistrc
diff --git a/apps/showcase/README.md b/apps/showcase/README.md
new file mode 100755
index 00000000000..76a278809b4
--- /dev/null
+++ b/apps/showcase/README.md
@@ -0,0 +1,11 @@
+
+[![npm version](https://badge.fury.io/js/primeng.svg)](https://badge.fury.io/js/primeng)
+[![npm downloads](https://img.shields.io/npm/dm/primeng.svg)](https://www.npmjs.com/package/primeng)
+[![Actions CI](https://github.com/primefaces/primeng/workflows/NodeJS%20CI/badge.svg)](https://github.com/primefaces/primeng/actions/workflows/node.js.yml)
+[![Discord Chat](https://img.shields.io/discord/557940238991753223.svg?color=7289da&label=chat&logo=discord)](https://discord.gg/gzKFYnpmCY)
+[![Discussions](https://img.shields.io/github/discussions-search?query=org%3Aprimefaces&logo=github&label=Prime%20Discussions&link=https%3A%2F%2Fgithub.com%2Forgs%2Fprimefaces%2Fdiscussions)](https://github.com/orgs/primefaces/discussions)
+
+[![PrimeNG Hero](https://www.primefaces.org/static/social/primeng-preview.jpg)](https://primeng.org)
+
+### Website
+PrimeNG is a rich set of open source UI Components for Angular. Visit the [PrimeNG website](https://primeng.org/) for interactive demos, comprehensive documentation and additional resources.
diff --git a/apps/showcase/angular.json b/apps/showcase/angular.json
new file mode 100644
index 00000000000..4a80bd487ca
--- /dev/null
+++ b/apps/showcase/angular.json
@@ -0,0 +1,95 @@
+{
+ "$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
+ "version": 1,
+ "newProjectRoot": "projects",
+ "projects": {
+ "showcase": {
+ "projectType": "application",
+ "schematics": {
+ "@schematics/angular:component": {
+ "style": "scss"
+ }
+ },
+ "root": "",
+ "sourceRoot": "",
+ "prefix": "app",
+ "architect": {
+ "build": {
+ "builder": "@angular-devkit/build-angular:application",
+ "options": {
+ "outputPath": "dist/showcase",
+ "index": "index.html",
+ "browser": "app/main.ts",
+ "polyfills": [
+ "zone.js"
+ ],
+ "tsConfig": "./tsconfig.json",
+ "inlineStyleLanguage": "scss",
+ "assets": [
+ "assets"
+ ],
+ "styles": ["assets/styles/global.scss"],
+ "scripts": [
+ "./node_modules/prismjs/prism.js",
+ "./node_modules/prismjs/components/prism-typescript.js",
+ "./node_modules/prismjs/components/prism-scss.js",
+ "./node_modules/prismjs/components/prism-bash.js"
+ ],
+ "allowedCommonJsDependencies": [
+ "chart.js",
+ "xlsx",
+ "jspdf-autotable",
+ "file-saver",
+ "jspdf",
+ "quill",
+ "quill-delta",
+ "core-js",
+ "raf",
+ "rgbcolor"
+ ],
+ "server": "server/main.server.ts",
+ "prerender": {
+ "discoverRoutes": false,
+ "routesFile": "router/routes.txt"
+ },
+ "ssr": {
+ "entry": "server/server.ts"
+ }
+ },
+ "configurations": {
+ "production": {
+ "outputHashing": "all"
+ },
+ "development": {
+ "optimization": false,
+ "extractLicenses": false,
+ "sourceMap": false
+ }
+ },
+ "defaultConfiguration": "production"
+ },
+ "serve": {
+ "builder": "@angular-devkit/build-angular:dev-server",
+ "configurations": {
+ "production": {
+ "buildTarget": "showcase:build:production"
+ },
+ "development": {
+ "buildTarget": "showcase:build:development"
+ }
+ },
+ "defaultConfiguration": "development"
+ },
+ "extract-i18n": {
+ "builder": "@angular-devkit/build-angular:extract-i18n",
+ "options": {
+ "buildTarget": "showcase:build"
+ }
+ }
+ }
+ }
+ },
+ "cli": {
+ "analytics": false
+ }
+}
diff --git a/apps/showcase/api/index.mjs b/apps/showcase/api/index.mjs
new file mode 100644
index 00000000000..5621a593282
--- /dev/null
+++ b/apps/showcase/api/index.mjs
@@ -0,0 +1,5 @@
+import { app } from '../dist/showcase/server/server.mjs';
+
+const server = app();
+
+export default server;
diff --git a/apps/showcase/app/app.config.ts b/apps/showcase/app/app.config.ts
new file mode 100644
index 00000000000..8ada8334e58
--- /dev/null
+++ b/apps/showcase/app/app.config.ts
@@ -0,0 +1,16 @@
+import { routes } from '@/router/app.routes';
+import Noir from '@/themes/app-theme';
+import { provideHttpClient, withFetch } from '@angular/common/http';
+import { ApplicationConfig } from '@angular/core';
+import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
+import { provideRouter, withEnabledBlockingInitialNavigation, withInMemoryScrolling } from '@angular/router';
+import { providePrimeNG } from 'primeng/config';
+
+export const appConfig: ApplicationConfig = {
+ providers: [
+ provideRouter(routes, withInMemoryScrolling({ anchorScrolling: 'enabled', scrollPositionRestoration: 'enabled' }), withEnabledBlockingInitialNavigation()),
+ provideHttpClient(withFetch()),
+ provideAnimationsAsync(),
+ providePrimeNG({ theme: Noir, ripple: true, inputStyle: 'outlined' })
+ ]
+};
diff --git a/apps/showcase/app/main.ts b/apps/showcase/app/main.ts
new file mode 100644
index 00000000000..cc4bb4026b0
--- /dev/null
+++ b/apps/showcase/app/main.ts
@@ -0,0 +1,5 @@
+import { AppComponent } from '@/components/layout/app.component';
+import { bootstrapApplication } from '@angular/platform-browser';
+import { appConfig } from './app.config';
+
+bootstrapApplication(AppComponent, appConfig).catch((err) => console.error(err));
diff --git a/src/polyfills.ts b/apps/showcase/app/polyfills.ts
similarity index 100%
rename from src/polyfills.ts
rename to apps/showcase/app/polyfills.ts
diff --git a/apps/showcase/assets/data/demo/cars-large.json b/apps/showcase/assets/data/demo/cars-large.json
new file mode 100755
index 00000000000..257ab9ff22b
--- /dev/null
+++ b/apps/showcase/assets/data/demo/cars-large.json
@@ -0,0 +1,1204 @@
+{
+ "data": [
+ {
+ "vin": "ee8a89d8",
+ "brand": "Fiat",
+ "year": 1987,
+ "color": "Maroon"
+ },
+ {
+ "vin": "642b3edc",
+ "brand": "Renault",
+ "year": 1968,
+ "color": "White"
+ },
+ {
+ "vin": "19ec7580",
+ "brand": "Renault",
+ "year": 1981,
+ "color": "Black"
+ },
+ {
+ "vin": "39980f30",
+ "brand": "VW",
+ "year": 1986,
+ "color": "Red"
+ },
+ {
+ "vin": "ec9cc4e4",
+ "brand": "Fiat",
+ "year": 1981,
+ "color": "Brown"
+ },
+ {
+ "vin": "09a06548",
+ "brand": "VW",
+ "year": 1965,
+ "color": "Green"
+ },
+ {
+ "vin": "05c47246",
+ "brand": "Mercedes",
+ "year": 2007,
+ "color": "Blue"
+ },
+ {
+ "vin": "a9cb87aa",
+ "brand": "Fiat",
+ "year": 1962,
+ "color": "Green"
+ },
+ {
+ "vin": "eae758fa",
+ "brand": "BMW",
+ "year": 1999,
+ "color": "Yellow"
+ },
+ {
+ "vin": "1241c403",
+ "brand": "Jaguar",
+ "year": 1964,
+ "color": "Yellow"
+ },
+ {
+ "vin": "13f853a7",
+ "brand": "Honda",
+ "year": 2006,
+ "color": "White"
+ },
+ {
+ "vin": "447d9ed9",
+ "brand": "Jaguar",
+ "year": 2005,
+ "color": "Orange"
+ },
+ {
+ "vin": "78fa052e",
+ "brand": "Jaguar",
+ "year": 1990,
+ "color": "Orange"
+ },
+ {
+ "vin": "8b77772a",
+ "brand": "Mercedes",
+ "year": 1991,
+ "color": "Blue"
+ },
+ {
+ "vin": "23ba7e86",
+ "brand": "Honda",
+ "year": 1975,
+ "color": "Yellow"
+ },
+ {
+ "vin": "9bacb32d",
+ "brand": "Volvo",
+ "year": 1968,
+ "color": "Brown"
+ },
+ {
+ "vin": "62094d91",
+ "brand": "Mercedes",
+ "year": 1962,
+ "color": "Green"
+ },
+ {
+ "vin": "dc7003f4",
+ "brand": "Jaguar",
+ "year": 1976,
+ "color": "Maroon"
+ },
+ {
+ "vin": "08607aef",
+ "brand": "Mercedes",
+ "year": 1987,
+ "color": "Maroon"
+ },
+ {
+ "vin": "45eee33a",
+ "brand": "BMW",
+ "year": 1980,
+ "color": "Silver"
+ },
+ {
+ "vin": "f199ec5c",
+ "brand": "Jaguar",
+ "year": 1961,
+ "color": "Green"
+ },
+ {
+ "vin": "b34cd9e8",
+ "brand": "VW",
+ "year": 1993,
+ "color": "Silver"
+ },
+ {
+ "vin": "54b20b02",
+ "brand": "Renault",
+ "year": 1967,
+ "color": "Brown"
+ },
+ {
+ "vin": "5dd8766e",
+ "brand": "Honda",
+ "year": 1998,
+ "color": "Orange"
+ },
+ {
+ "vin": "df50ce22",
+ "brand": "Mercedes",
+ "year": 1964,
+ "color": "White"
+ },
+ {
+ "vin": "ecb3e9e1",
+ "brand": "Honda",
+ "year": 2003,
+ "color": "Silver"
+ },
+ {
+ "vin": "750d731d",
+ "brand": "Renault",
+ "year": 1962,
+ "color": "Blue"
+ },
+ {
+ "vin": "bec38cf4",
+ "brand": "Renault",
+ "year": 1960,
+ "color": "Blue"
+ },
+ {
+ "vin": "b7752002",
+ "brand": "Jaguar",
+ "year": 1964,
+ "color": "Black"
+ },
+ {
+ "vin": "315fe9c4",
+ "brand": "Fiat",
+ "year": 1985,
+ "color": "Red"
+ },
+ {
+ "vin": "be65f786",
+ "brand": "Mercedes",
+ "year": 1963,
+ "color": "Orange"
+ },
+ {
+ "vin": "786a7d57",
+ "brand": "Mercedes",
+ "year": 2003,
+ "color": "Black"
+ },
+ {
+ "vin": "a3aee412",
+ "brand": "Volvo",
+ "year": 2003,
+ "color": "Maroon"
+ },
+ {
+ "vin": "749e6bdd",
+ "brand": "Audi",
+ "year": 1995,
+ "color": "Brown"
+ },
+ {
+ "vin": "8cc40f50",
+ "brand": "BMW",
+ "year": 1961,
+ "color": "Brown"
+ },
+ {
+ "vin": "5de63a6f",
+ "brand": "Renault",
+ "year": 1961,
+ "color": "White"
+ },
+ {
+ "vin": "bdae1e20",
+ "brand": "Jaguar",
+ "year": 2008,
+ "color": "Blue"
+ },
+ {
+ "vin": "290cc891",
+ "brand": "VW",
+ "year": 1992,
+ "color": "Brown"
+ },
+ {
+ "vin": "007e1014",
+ "brand": "Renault",
+ "year": 1966,
+ "color": "Black"
+ },
+ {
+ "vin": "429c502d",
+ "brand": "Honda",
+ "year": 1995,
+ "color": "Silver"
+ },
+ {
+ "vin": "c336f9b6",
+ "brand": "Honda",
+ "year": 1991,
+ "color": "Maroon"
+ },
+ {
+ "vin": "a6783ba3",
+ "brand": "Honda",
+ "year": 2004,
+ "color": "Yellow"
+ },
+ {
+ "vin": "2ddaf8d5",
+ "brand": "Volvo",
+ "year": 1982,
+ "color": "Blue"
+ },
+ {
+ "vin": "c09c4b15",
+ "brand": "VW",
+ "year": 1991,
+ "color": "Blue"
+ },
+ {
+ "vin": "4609844c",
+ "brand": "Honda",
+ "year": 1972,
+ "color": "Black"
+ },
+ {
+ "vin": "8db7df27",
+ "brand": "Audi",
+ "year": 1982,
+ "color": "Blue"
+ },
+ {
+ "vin": "dcc58086",
+ "brand": "Audi",
+ "year": 2001,
+ "color": "Brown"
+ },
+ {
+ "vin": "f1274cbe",
+ "brand": "Fiat",
+ "year": 1995,
+ "color": "Silver"
+ },
+ {
+ "vin": "0858a5d4",
+ "brand": "Renault",
+ "year": 1992,
+ "color": "Green"
+ },
+ {
+ "vin": "c2d42bb6",
+ "brand": "Volvo",
+ "year": 1972,
+ "color": "Green"
+ },
+ {
+ "vin": "5535cd5a",
+ "brand": "Renault",
+ "year": 1980,
+ "color": "Silver"
+ },
+ {
+ "vin": "e3313e1e",
+ "brand": "Honda",
+ "year": 2009,
+ "color": "Orange"
+ },
+ {
+ "vin": "f4dea691",
+ "brand": "BMW",
+ "year": 2002,
+ "color": "Brown"
+ },
+ {
+ "vin": "ec15a449",
+ "brand": "Honda",
+ "year": 1990,
+ "color": "Yellow"
+ },
+ {
+ "vin": "80b74a0e",
+ "brand": "BMW",
+ "year": 1979,
+ "color": "Yellow"
+ },
+ {
+ "vin": "513fe268",
+ "brand": "Honda",
+ "year": 1987,
+ "color": "White"
+ },
+ {
+ "vin": "6934c8f8",
+ "brand": "Renault",
+ "year": 1989,
+ "color": "Red"
+ },
+ {
+ "vin": "6a4c3ad0",
+ "brand": "Honda",
+ "year": 1994,
+ "color": "Yellow"
+ },
+ {
+ "vin": "e0acd7b5",
+ "brand": "Mercedes",
+ "year": 1965,
+ "color": "Red"
+ },
+ {
+ "vin": "2f31ac35",
+ "brand": "Jaguar",
+ "year": 1991,
+ "color": "Brown"
+ },
+ {
+ "vin": "36104237",
+ "brand": "VW",
+ "year": 1992,
+ "color": "Silver"
+ },
+ {
+ "vin": "5be099b4",
+ "brand": "BMW",
+ "year": 1991,
+ "color": "Yellow"
+ },
+ {
+ "vin": "e2f55f31",
+ "brand": "BMW",
+ "year": 1967,
+ "color": "Silver"
+ },
+ {
+ "vin": "11274338",
+ "brand": "Mercedes",
+ "year": 1999,
+ "color": "Blue"
+ },
+ {
+ "vin": "f710e177",
+ "brand": "Fiat",
+ "year": 2007,
+ "color": "White"
+ },
+ {
+ "vin": "d8375b4b",
+ "brand": "Volvo",
+ "year": 1977,
+ "color": "Blue"
+ },
+ {
+ "vin": "a27ddfe3",
+ "brand": "VW",
+ "year": 1978,
+ "color": "Blue"
+ },
+ {
+ "vin": "d8848162",
+ "brand": "BMW",
+ "year": 2008,
+ "color": "Black"
+ },
+ {
+ "vin": "e9cb3677",
+ "brand": "BMW",
+ "year": 2004,
+ "color": "Black"
+ },
+ {
+ "vin": "c9dc321d",
+ "brand": "BMW",
+ "year": 1989,
+ "color": "Red"
+ },
+ {
+ "vin": "4c75c610",
+ "brand": "Volvo",
+ "year": 1972,
+ "color": "Yellow"
+ },
+ {
+ "vin": "1c90c93d",
+ "brand": "Audi",
+ "year": 2004,
+ "color": "Silver"
+ },
+ {
+ "vin": "5ccc9f7f",
+ "brand": "Jaguar",
+ "year": 1961,
+ "color": "Red"
+ },
+ {
+ "vin": "94498bc0",
+ "brand": "Fiat",
+ "year": 1965,
+ "color": "Silver"
+ },
+ {
+ "vin": "1d1a21f3",
+ "brand": "Honda",
+ "year": 1985,
+ "color": "Red"
+ },
+ {
+ "vin": "ea463ad3",
+ "brand": "BMW",
+ "year": 1992,
+ "color": "Blue"
+ },
+ {
+ "vin": "c24bdeb2",
+ "brand": "Honda",
+ "year": 1991,
+ "color": "Red"
+ },
+ {
+ "vin": "af3b744b",
+ "brand": "Audi",
+ "year": 1998,
+ "color": "Green"
+ },
+ {
+ "vin": "bebd5a96",
+ "brand": "Jaguar",
+ "year": 1989,
+ "color": "Black"
+ },
+ {
+ "vin": "6ef9dbf3",
+ "brand": "Fiat",
+ "year": 1962,
+ "color": "Orange"
+ },
+ {
+ "vin": "eede8f1e",
+ "brand": "Jaguar",
+ "year": 1977,
+ "color": "Brown"
+ },
+ {
+ "vin": "9d11b02d",
+ "brand": "BMW",
+ "year": 1971,
+ "color": "Yellow"
+ },
+ {
+ "vin": "1d4223a1",
+ "brand": "Mercedes",
+ "year": 1975,
+ "color": "Brown"
+ },
+ {
+ "vin": "4d118346",
+ "brand": "Mercedes",
+ "year": 1985,
+ "color": "Brown"
+ },
+ {
+ "vin": "cce76f06",
+ "brand": "Honda",
+ "year": 1980,
+ "color": "Maroon"
+ },
+ {
+ "vin": "2af398ed",
+ "brand": "Renault",
+ "year": 1970,
+ "color": "Yellow"
+ },
+ {
+ "vin": "c0ddab4c",
+ "brand": "Audi",
+ "year": 2003,
+ "color": "Silver"
+ },
+ {
+ "vin": "a27ea639",
+ "brand": "Mercedes",
+ "year": 1968,
+ "color": "Yellow"
+ },
+ {
+ "vin": "e6441f09",
+ "brand": "Jaguar",
+ "year": 1982,
+ "color": "Green"
+ },
+ {
+ "vin": "c4c59d58",
+ "brand": "Fiat",
+ "year": 2005,
+ "color": "Orange"
+ },
+ {
+ "vin": "9d31fc0a",
+ "brand": "Mercedes",
+ "year": 1974,
+ "color": "Brown"
+ },
+ {
+ "vin": "b0ffce2d",
+ "brand": "Volvo",
+ "year": 1966,
+ "color": "Yellow"
+ },
+ {
+ "vin": "ca7e52e3",
+ "brand": "Honda",
+ "year": 1971,
+ "color": "Orange"
+ },
+ {
+ "vin": "56b36f0e",
+ "brand": "Mercedes",
+ "year": 2008,
+ "color": "Orange"
+ },
+ {
+ "vin": "ba045e1e",
+ "brand": "Jaguar",
+ "year": 1968,
+ "color": "White"
+ },
+ {
+ "vin": "fd579989",
+ "brand": "BMW",
+ "year": 1975,
+ "color": "Black"
+ },
+ {
+ "vin": "084850a3",
+ "brand": "Audi",
+ "year": 1990,
+ "color": "Red"
+ },
+ {
+ "vin": "e39245ab",
+ "brand": "BMW",
+ "year": 1969,
+ "color": "White"
+ },
+ {
+ "vin": "41ab14a1",
+ "brand": "Jaguar",
+ "year": 1987,
+ "color": "Silver"
+ },
+ {
+ "vin": "7ec4c1c0",
+ "brand": "Jaguar",
+ "year": 1980,
+ "color": "Black"
+ },
+ {
+ "vin": "bf1c14aa",
+ "brand": "Audi",
+ "year": 1984,
+ "color": "Yellow"
+ },
+ {
+ "vin": "adeff567",
+ "brand": "Volvo",
+ "year": 2000,
+ "color": "Brown"
+ },
+ {
+ "vin": "61e5e07d",
+ "brand": "Mercedes",
+ "year": 1978,
+ "color": "Orange"
+ },
+ {
+ "vin": "7555e46a",
+ "brand": "Audi",
+ "year": 1966,
+ "color": "Blue"
+ },
+ {
+ "vin": "95babbd1",
+ "brand": "Honda",
+ "year": 1998,
+ "color": "Black"
+ },
+ {
+ "vin": "ff6885f7",
+ "brand": "Audi",
+ "year": 1996,
+ "color": "White"
+ },
+ {
+ "vin": "5b5a0031",
+ "brand": "Audi",
+ "year": 1968,
+ "color": "Brown"
+ },
+ {
+ "vin": "de63c575",
+ "brand": "Mercedes",
+ "year": 1989,
+ "color": "Yellow"
+ },
+ {
+ "vin": "6bf3bfbc",
+ "brand": "Audi",
+ "year": 1968,
+ "color": "Green"
+ },
+ {
+ "vin": "d2d2e8d4",
+ "brand": "Fiat",
+ "year": 1985,
+ "color": "Green"
+ },
+ {
+ "vin": "edcab1f7",
+ "brand": "VW",
+ "year": 1979,
+ "color": "Silver"
+ },
+ {
+ "vin": "03234e20",
+ "brand": "Mercedes",
+ "year": 1962,
+ "color": "Orange"
+ },
+ {
+ "vin": "de2a7b08",
+ "brand": "Honda",
+ "year": 2007,
+ "color": "Blue"
+ },
+ {
+ "vin": "717b8282",
+ "brand": "BMW",
+ "year": 1999,
+ "color": "Yellow"
+ },
+ {
+ "vin": "790e7f03",
+ "brand": "Volvo",
+ "year": 1983,
+ "color": "White"
+ },
+ {
+ "vin": "8eefb223",
+ "brand": "Jaguar",
+ "year": 1983,
+ "color": "Silver"
+ },
+ {
+ "vin": "5e524acd",
+ "brand": "Jaguar",
+ "year": 1994,
+ "color": "Maroon"
+ },
+ {
+ "vin": "26b1aff9",
+ "brand": "BMW",
+ "year": 1965,
+ "color": "Black"
+ },
+ {
+ "vin": "c007a623",
+ "brand": "Renault",
+ "year": 1968,
+ "color": "Maroon"
+ },
+ {
+ "vin": "76733e83",
+ "brand": "Honda",
+ "year": 1991,
+ "color": "White"
+ },
+ {
+ "vin": "ef3c14f7",
+ "brand": "Fiat",
+ "year": 1987,
+ "color": "Brown"
+ },
+ {
+ "vin": "2b4ca005",
+ "brand": "Honda",
+ "year": 2009,
+ "color": "Silver"
+ },
+ {
+ "vin": "8191dbb6",
+ "brand": "BMW",
+ "year": 2005,
+ "color": "Black"
+ },
+ {
+ "vin": "f6b3bd94",
+ "brand": "Renault",
+ "year": 1967,
+ "color": "Yellow"
+ },
+ {
+ "vin": "abb19f41",
+ "brand": "Volvo",
+ "year": 1975,
+ "color": "Blue"
+ },
+ {
+ "vin": "7470c95f",
+ "brand": "Renault",
+ "year": 1996,
+ "color": "Black"
+ },
+ {
+ "vin": "5f1b57a3",
+ "brand": "Volvo",
+ "year": 1986,
+ "color": "Red"
+ },
+ {
+ "vin": "ed47a74b",
+ "brand": "BMW",
+ "year": 2007,
+ "color": "Brown"
+ },
+ {
+ "vin": "ed6030f7",
+ "brand": "Honda",
+ "year": 1990,
+ "color": "Red"
+ },
+ {
+ "vin": "944c71dc",
+ "brand": "Mercedes",
+ "year": 1991,
+ "color": "Silver"
+ },
+ {
+ "vin": "c7d838a5",
+ "brand": "VW",
+ "year": 1980,
+ "color": "Yellow"
+ },
+ {
+ "vin": "712db898",
+ "brand": "Audi",
+ "year": 1965,
+ "color": "Red"
+ },
+ {
+ "vin": "99acc06f",
+ "brand": "BMW",
+ "year": 1995,
+ "color": "Silver"
+ },
+ {
+ "vin": "6c68ffa5",
+ "brand": "Jaguar",
+ "year": 1999,
+ "color": "Green"
+ },
+ {
+ "vin": "63893922",
+ "brand": "Renault",
+ "year": 1991,
+ "color": "Brown"
+ },
+ {
+ "vin": "dca5f739",
+ "brand": "Jaguar",
+ "year": 2002,
+ "color": "Blue"
+ },
+ {
+ "vin": "16da6dcb",
+ "brand": "Jaguar",
+ "year": 2006,
+ "color": "Blue"
+ },
+ {
+ "vin": "fe9ca30c",
+ "brand": "Fiat",
+ "year": 1967,
+ "color": "Maroon"
+ },
+ {
+ "vin": "f0193ac7",
+ "brand": "Mercedes",
+ "year": 1979,
+ "color": "Orange"
+ },
+ {
+ "vin": "145f5551",
+ "brand": "Jaguar",
+ "year": 1993,
+ "color": "Brown"
+ },
+ {
+ "vin": "24714317",
+ "brand": "Mercedes",
+ "year": 1971,
+ "color": "White"
+ },
+ {
+ "vin": "1a9c6e4e",
+ "brand": "Jaguar",
+ "year": 1997,
+ "color": "Yellow"
+ },
+ {
+ "vin": "c9b7ef72",
+ "brand": "Fiat",
+ "year": 1992,
+ "color": "Maroon"
+ },
+ {
+ "vin": "b1b6c375",
+ "brand": "Fiat",
+ "year": 1963,
+ "color": "Silver"
+ },
+ {
+ "vin": "7254a003",
+ "brand": "Audi",
+ "year": 1982,
+ "color": "White"
+ },
+ {
+ "vin": "6f0de80f",
+ "brand": "Renault",
+ "year": 1987,
+ "color": "Blue"
+ },
+ {
+ "vin": "e3048f87",
+ "brand": "Fiat",
+ "year": 1989,
+ "color": "Blue"
+ },
+ {
+ "vin": "361e435a",
+ "brand": "BMW",
+ "year": 1973,
+ "color": "Green"
+ },
+ {
+ "vin": "59e6a9f3",
+ "brand": "BMW",
+ "year": 1964,
+ "color": "Maroon"
+ },
+ {
+ "vin": "b791fe05",
+ "brand": "Mercedes",
+ "year": 1993,
+ "color": "Yellow"
+ },
+ {
+ "vin": "68b0dd88",
+ "brand": "BMW",
+ "year": 2002,
+ "color": "Green"
+ },
+ {
+ "vin": "5b439d1f",
+ "brand": "BMW",
+ "year": 1964,
+ "color": "Maroon"
+ },
+ {
+ "vin": "9a7ac9e3",
+ "brand": "Renault",
+ "year": 1988,
+ "color": "White"
+ },
+ {
+ "vin": "d214751d",
+ "brand": "Honda",
+ "year": 1997,
+ "color": "White"
+ },
+ {
+ "vin": "72229390",
+ "brand": "Mercedes",
+ "year": 1996,
+ "color": "White"
+ },
+ {
+ "vin": "b5fbbeee",
+ "brand": "VW",
+ "year": 1999,
+ "color": "Brown"
+ },
+ {
+ "vin": "8972b543",
+ "brand": "Audi",
+ "year": 1973,
+ "color": "Black"
+ },
+ {
+ "vin": "7bc21024",
+ "brand": "Renault",
+ "year": 1980,
+ "color": "Yellow"
+ },
+ {
+ "vin": "5d661964",
+ "brand": "Renault",
+ "year": 2005,
+ "color": "Silver"
+ },
+ {
+ "vin": "a6ccc2d8",
+ "brand": "Honda",
+ "year": 1994,
+ "color": "Blue"
+ },
+ {
+ "vin": "c1f15f28",
+ "brand": "Volvo",
+ "year": 1999,
+ "color": "Black"
+ },
+ {
+ "vin": "161512ce",
+ "brand": "VW",
+ "year": 1962,
+ "color": "Black"
+ },
+ {
+ "vin": "16e0b448",
+ "brand": "Fiat",
+ "year": 1990,
+ "color": "Green"
+ },
+ {
+ "vin": "f0734442",
+ "brand": "Audi",
+ "year": 1966,
+ "color": "Orange"
+ },
+ {
+ "vin": "5e233279",
+ "brand": "Audi",
+ "year": 1964,
+ "color": "Green"
+ },
+ {
+ "vin": "1de720b2",
+ "brand": "Renault",
+ "year": 2003,
+ "color": "Orange"
+ },
+ {
+ "vin": "46efaeb2",
+ "brand": "Jaguar",
+ "year": 1993,
+ "color": "Green"
+ },
+ {
+ "vin": "88f2354c",
+ "brand": "Jaguar",
+ "year": 2006,
+ "color": "Black"
+ },
+ {
+ "vin": "04819fd6",
+ "brand": "Mercedes",
+ "year": 1983,
+ "color": "White"
+ },
+ {
+ "vin": "401771c8",
+ "brand": "Volvo",
+ "year": 1962,
+ "color": "Silver"
+ },
+ {
+ "vin": "8600877b",
+ "brand": "VW",
+ "year": 1996,
+ "color": "Black"
+ },
+ {
+ "vin": "946bd645",
+ "brand": "Honda",
+ "year": 1991,
+ "color": "Red"
+ },
+ {
+ "vin": "ad078e69",
+ "brand": "Fiat",
+ "year": 1991,
+ "color": "Brown"
+ },
+ {
+ "vin": "93138901",
+ "brand": "Mercedes",
+ "year": 1961,
+ "color": "Silver"
+ },
+ {
+ "vin": "f365dfa4",
+ "brand": "Mercedes",
+ "year": 1980,
+ "color": "Black"
+ },
+ {
+ "vin": "22647161",
+ "brand": "Audi",
+ "year": 2007,
+ "color": "Blue"
+ },
+ {
+ "vin": "92d1ee27",
+ "brand": "Jaguar",
+ "year": 1977,
+ "color": "Silver"
+ },
+ {
+ "vin": "137c2b3a",
+ "brand": "Honda",
+ "year": 1970,
+ "color": "Blue"
+ },
+ {
+ "vin": "b05b5235",
+ "brand": "BMW",
+ "year": 1967,
+ "color": "Yellow"
+ },
+ {
+ "vin": "1afbf400",
+ "brand": "Audi",
+ "year": 1966,
+ "color": "Maroon"
+ },
+ {
+ "vin": "8530ae50",
+ "brand": "BMW",
+ "year": 1979,
+ "color": "Brown"
+ },
+ {
+ "vin": "c9a487a3",
+ "brand": "Volvo",
+ "year": 1981,
+ "color": "Silver"
+ },
+ {
+ "vin": "5cb0bed6",
+ "brand": "Honda",
+ "year": 1962,
+ "color": "Orange"
+ },
+ {
+ "vin": "cf7d0b45",
+ "brand": "Fiat",
+ "year": 1997,
+ "color": "Green"
+ },
+ {
+ "vin": "bc762dd0",
+ "brand": "Jaguar",
+ "year": 2000,
+ "color": "Yellow"
+ },
+ {
+ "vin": "97207a61",
+ "brand": "VW",
+ "year": 1976,
+ "color": "Blue"
+ },
+ {
+ "vin": "17680899",
+ "brand": "Mercedes",
+ "year": 2006,
+ "color": "Silver"
+ },
+ {
+ "vin": "d8a98d30",
+ "brand": "Renault",
+ "year": 1990,
+ "color": "Green"
+ },
+ {
+ "vin": "ff01ead0",
+ "brand": "Audi",
+ "year": 1962,
+ "color": "Blue"
+ },
+ {
+ "vin": "38b30a61",
+ "brand": "Fiat",
+ "year": 1977,
+ "color": "White"
+ },
+ {
+ "vin": "9a6793c1",
+ "brand": "Renault",
+ "year": 1983,
+ "color": "Red"
+ },
+ {
+ "vin": "b1f27273",
+ "brand": "Mercedes",
+ "year": 2007,
+ "color": "Brown"
+ },
+ {
+ "vin": "0fa8c1aa",
+ "brand": "Jaguar",
+ "year": 1982,
+ "color": "Blue"
+ },
+ {
+ "vin": "a7520f42",
+ "brand": "Volvo",
+ "year": 2008,
+ "color": "Maroon"
+ },
+ {
+ "vin": "494eba81",
+ "brand": "BMW",
+ "year": 1966,
+ "color": "Silver"
+ },
+ {
+ "vin": "683535b8",
+ "brand": "Renault",
+ "year": 2003,
+ "color": "White"
+ },
+ {
+ "vin": "62e5d216",
+ "brand": "Audi",
+ "year": 1962,
+ "color": "Orange"
+ },
+ {
+ "vin": "16a65b56",
+ "brand": "Jaguar",
+ "year": 2009,
+ "color": "Blue"
+ },
+ {
+ "vin": "d00250a3",
+ "brand": "BMW",
+ "year": 1978,
+ "color": "Blue"
+ },
+ {
+ "vin": "f3c3909d",
+ "brand": "Renault",
+ "year": 2003,
+ "color": "Green"
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/cars-medium.json b/apps/showcase/assets/data/demo/cars-medium.json
new file mode 100755
index 00000000000..a04474fa408
--- /dev/null
+++ b/apps/showcase/assets/data/demo/cars-medium.json
@@ -0,0 +1,54 @@
+{
+ "data": [
+ { "vin": "a1653d4d", "brand": "VW", "year": 1998, "color": "White", "price": 10000 },
+ { "vin": "ddeb9b10", "brand": "Mercedes", "year": 1985, "color": "Green", "price": 25000 },
+ { "vin": "d8ebe413", "brand": "Jaguar", "year": 1979, "color": "Silver", "price": 30000 },
+ { "vin": "aab227b7", "brand": "Audi", "year": 1970, "color": "Black", "price": 12000 },
+ { "vin": "631f7412", "brand": "Volvo", "year": 1992, "color": "Red", "price": 15500 },
+ { "vin": "7d2d22b0", "brand": "VW", "year": 1993, "color": "Maroon", "price": 40000 },
+ { "vin": "50e900ca", "brand": "Fiat", "year": 1964, "color": "Blue", "price": 25000 },
+ { "vin": "4bbcd603", "brand": "Renault", "year": 1983, "color": "Maroon", "price": 22000 },
+ { "vin": "70214c7e", "brand": "Renault", "year": 1961, "color": "Black", "price": 19000 },
+ { "vin": "ec229a92", "brand": "Audi", "year": 1984, "color": "Brown", "price": 36000 },
+ { "vin": "1083ee40", "brand": "VW", "year": 1984, "color": "Silver", "price": 215000 },
+ { "vin": "6e0da3ab", "brand": "Volvo", "year": 1987, "color": "Silver", "price": 32000 },
+ { "vin": "5aee636b", "brand": "Jaguar", "year": 1995, "color": "Maroon", "price": 20000 },
+ { "vin": "7cc43997", "brand": "Jaguar", "year": 1984, "color": "Orange", "price": 14000 },
+ { "vin": "88ec9f66", "brand": "Honda", "year": 1989, "color": "Maroon", "price": 36000 },
+ { "vin": "f5a4a5f5", "brand": "BMW", "year": 1986, "color": "Blue", "price": 28000 },
+ { "vin": "15b9a5c9", "brand": "Mercedes", "year": 1986, "color": "Orange", "price": 14000 },
+ { "vin": "f7e18d01", "brand": "Mercedes", "year": 1991, "color": "White", "price": 25000 },
+ { "vin": "cec593d7", "brand": "VW", "year": 1992, "color": "Blue", "price": 36000 },
+ { "vin": "d5bac4f0", "brand": "Renault", "year": 2001, "color": "Blue", "price": 25000 },
+ { "vin": "56b527c8", "brand": "Jaguar", "year": 1990, "color": "Yellow", "price": 52000 },
+ { "vin": "1ac011ff", "brand": "Audi", "year": 1966, "color": "Maroon", "price": 45000 },
+ { "vin": "fc074185", "brand": "BMW", "year": 1962, "color": "Blue", "price": 54000 },
+ { "vin": "606ba663", "brand": "Honda", "year": 1982, "color": "Blue", "price": 22000 },
+ { "vin": "d05060b8", "brand": "Mercedes", "year": 2003, "color": "Silver", "price": 15000 },
+ { "vin": "46e4bbe8", "brand": "Mercedes", "year": 1986, "color": "White", "price": 18000 },
+ { "vin": "c29da0d7", "brand": "BMW", "year": 1983, "color": "Brown", "price": 32000 },
+ { "vin": "24622f70", "brand": "VW", "year": 1973, "color": "Maroon", "price": 36000 },
+ { "vin": "7f573d2c", "brand": "Mercedes", "year": 1991, "color": "Red", "price": 21000 },
+ { "vin": "b69e6f5c", "brand": "Jaguar", "year": 1993, "color": "Yellow", "price": 16000 },
+ { "vin": "ead9bf1d", "brand": "Fiat", "year": 1968, "color": "Maroon", "price": 43000 },
+ { "vin": "bc58113e", "brand": "Renault", "year": 1981, "color": "Silver", "price": 36000 },
+ { "vin": "2989d5b1", "brand": "Honda", "year": 2006, "color": "Blue", "price": 240000 },
+ { "vin": "c243e3a0", "brand": "Fiat", "year": 1990, "color": "Maroon", "price": 15000 },
+ { "vin": "e3d3ebf3", "brand": "Audi", "year": 1996, "color": "White", "price": 28000 },
+ { "vin": "45337e7a", "brand": "Mercedes", "year": 1982, "color": "Blue", "price": 14000 },
+ { "vin": "36e9cf7e", "brand": "Fiat", "year": 2000, "color": "Orange", "price": 26000 },
+ { "vin": "036bf135", "brand": "Mercedes", "year": 1973, "color": "Black", "price": 22000 },
+ { "vin": "ad612e9f", "brand": "Mercedes", "year": 1975, "color": "Red", "price": 45000 },
+ { "vin": "97c6e1e9", "brand": "Volvo", "year": 1967, "color": "Green", "price": 42000 },
+ { "vin": "ae962274", "brand": "Volvo", "year": 1982, "color": "Red", "price": 36000 },
+ { "vin": "81f8972a", "brand": "BMW", "year": 2007, "color": "Black", "price": 56000 },
+ { "vin": "f8506743", "brand": "Audi", "year": 1975, "color": "Blue", "price": 42000 },
+ { "vin": "596859d1", "brand": "Fiat", "year": 2002, "color": "Green", "price": 48000 },
+ { "vin": "d83c1d9a", "brand": "Volvo", "year": 1972, "color": "Black", "price": 29000 },
+ { "vin": "32f41550", "brand": "Mercedes", "year": 1978, "color": "Brown", "price": 17000 },
+ { "vin": "c28cd2e4", "brand": "Volvo", "year": 1982, "color": "Silver", "price": 24000 },
+ { "vin": "80890dcc", "brand": "Audi", "year": 1962, "color": "White", "price": 36000 },
+ { "vin": "4bf1aeb5", "brand": "VW", "year": 2000, "color": "Silver", "price": 24000 },
+ { "vin": "45ca4786", "brand": "BMW", "year": 1995, "color": "Maroon", "price": 50000 }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/cars-small.json b/apps/showcase/assets/data/demo/cars-small.json
new file mode 100755
index 00000000000..b809dd422c4
--- /dev/null
+++ b/apps/showcase/assets/data/demo/cars-small.json
@@ -0,0 +1,14 @@
+{
+ "data": [
+ { "brand": "VW", "year": 2012, "color": "Orange", "vin": "dsad231ff" },
+ { "brand": "Audi", "year": 2011, "color": "Black", "vin": "gwregre345" },
+ { "brand": "Renault", "year": 2005, "color": "Gray", "vin": "h354htr" },
+ { "brand": "BMW", "year": 2003, "color": "Blue", "vin": "j6w54qgh" },
+ { "brand": "Mercedes", "year": 1995, "color": "Orange", "vin": "hrtwy34" },
+ { "brand": "Volvo", "year": 2005, "color": "Black", "vin": "jejtyj" },
+ { "brand": "Honda", "year": 2012, "color": "Yellow", "vin": "g43gr" },
+ { "brand": "Jaguar", "year": 2013, "color": "Orange", "vin": "greg34" },
+ { "brand": "Ford", "year": 2000, "color": "Black", "vin": "h54hw5" },
+ { "brand": "Fiat", "year": 2013, "color": "Red", "vin": "245t2s" }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/countries.json b/apps/showcase/assets/data/demo/countries.json
new file mode 100755
index 00000000000..ea541e6fcb3
--- /dev/null
+++ b/apps/showcase/assets/data/demo/countries.json
@@ -0,0 +1,246 @@
+{
+ "data": [
+ { "name": "Afghanistan", "code": "AF" },
+ { "name": "Albania", "code": "AL" },
+ { "name": "Algeria", "code": "DZ" },
+ { "name": "American Samoa", "code": "AS" },
+ { "name": "Andorra", "code": "AD" },
+ { "name": "Angola", "code": "AO" },
+ { "name": "Anguilla", "code": "AI" },
+ { "name": "Antarctica", "code": "AQ" },
+ { "name": "Antigua and Barbuda", "code": "AG" },
+ { "name": "Argentina", "code": "AR" },
+ { "name": "Armenia", "code": "AM" },
+ { "name": "Aruba", "code": "AW" },
+ { "name": "Australia", "code": "AU" },
+ { "name": "Austria", "code": "AT" },
+ { "name": "Azerbaijan", "code": "AZ" },
+ { "name": "Bahamas", "code": "BS" },
+ { "name": "Bahrain", "code": "BH" },
+ { "name": "Bangladesh", "code": "BD" },
+ { "name": "Barbados", "code": "BB" },
+ { "name": "Belarus", "code": "BY" },
+ { "name": "Belgium", "code": "BE" },
+ { "name": "Belize", "code": "BZ" },
+ { "name": "Benin", "code": "BJ" },
+ { "name": "Bermuda", "code": "BM" },
+ { "name": "Bhutan", "code": "BT" },
+ { "name": "Bolivia", "code": "BO" },
+ { "name": "Bosnia and Herzegovina", "code": "BA" },
+ { "name": "Botswana", "code": "BW" },
+ { "name": "Bouvet Island", "code": "BV" },
+ { "name": "Brazil", "code": "BR" },
+ { "name": "British Indian Ocean Territory", "code": "IO" },
+ { "name": "Brunei Darussalam", "code": "BN" },
+ { "name": "Bulgaria", "code": "BG" },
+ { "name": "Burkina Faso", "code": "BF" },
+ { "name": "Burundi", "code": "BI" },
+ { "name": "Cambodia", "code": "KH" },
+ { "name": "Cameroon", "code": "CM" },
+ { "name": "Canada", "code": "CA" },
+ { "name": "Cape Verde", "code": "CV" },
+ { "name": "Cayman Islands", "code": "KY" },
+ { "name": "Central African Republic", "code": "CF" },
+ { "name": "Chad", "code": "TD" },
+ { "name": "Chile", "code": "CL" },
+ { "name": "China", "code": "CN" },
+ { "name": "Christmas Island", "code": "CX" },
+ { "name": "Cocos (Keeling) Islands", "code": "CC" },
+ { "name": "Colombia", "code": "CO" },
+ { "name": "Comoros", "code": "KM" },
+ { "name": "Congo", "code": "CG" },
+ { "name": "Congo, The Democratic Republic of the", "code": "CD" },
+ { "name": "Cook Islands", "code": "CK" },
+ { "name": "Costa Rica", "code": "CR" },
+ { "name": "Cote D\"Ivoire", "code": "CI" },
+ { "name": "Croatia", "code": "HR" },
+ { "name": "Cuba", "code": "CU" },
+ { "name": "Cyprus", "code": "CY" },
+ { "name": "Czech Republic", "code": "CZ" },
+ { "name": "Denmark", "code": "DK" },
+ { "name": "Djibouti", "code": "DJ" },
+ { "name": "Dominica", "code": "DM" },
+ { "name": "Dominican Republic", "code": "DO" },
+ { "name": "Ecuador", "code": "EC" },
+ { "name": "Egypt", "code": "EG" },
+ { "name": "El Salvador", "code": "SV" },
+ { "name": "Equatorial Guinea", "code": "GQ" },
+ { "name": "Eritrea", "code": "ER" },
+ { "name": "Estonia", "code": "EE" },
+ { "name": "Ethiopia", "code": "ET" },
+ { "name": "Falkland Islands (Malvinas)", "code": "FK" },
+ { "name": "Faroe Islands", "code": "FO" },
+ { "name": "Fiji", "code": "FJ" },
+ { "name": "Finland", "code": "FI" },
+ { "name": "France", "code": "FR" },
+ { "name": "French Guiana", "code": "GF" },
+ { "name": "French Polynesia", "code": "PF" },
+ { "name": "French Southern Territories", "code": "TF" },
+ { "name": "Gabon", "code": "GA" },
+ { "name": "Gambia", "code": "GM" },
+ { "name": "Georgia", "code": "GE" },
+ { "name": "Germany", "code": "DE" },
+ { "name": "Ghana", "code": "GH" },
+ { "name": "Gibraltar", "code": "GI" },
+ { "name": "Greece", "code": "GR" },
+ { "name": "Greenland", "code": "GL" },
+ { "name": "Grenada", "code": "GD" },
+ { "name": "Guadeloupe", "code": "GP" },
+ { "name": "Guam", "code": "GU" },
+ { "name": "Guatemala", "code": "GT" },
+ { "name": "Guernsey", "code": "GG" },
+ { "name": "Guinea", "code": "GN" },
+ { "name": "Guinea-Bissau", "code": "GW" },
+ { "name": "Guyana", "code": "GY" },
+ { "name": "Haiti", "code": "HT" },
+ { "name": "Heard Island and Mcdonald Islands", "code": "HM" },
+ { "name": "Holy See (Vatican City State)", "code": "VA" },
+ { "name": "Honduras", "code": "HN" },
+ { "name": "Hong Kong", "code": "HK" },
+ { "name": "Hungary", "code": "HU" },
+ { "name": "Iceland", "code": "IS" },
+ { "name": "India", "code": "IN" },
+ { "name": "Indonesia", "code": "ID" },
+ { "name": "Iran, Islamic Republic Of", "code": "IR" },
+ { "name": "Iraq", "code": "IQ" },
+ { "name": "Ireland", "code": "IE" },
+ { "name": "Isle of Man", "code": "IM" },
+ { "name": "Israel", "code": "IL" },
+ { "name": "Italy", "code": "IT" },
+ { "name": "Jamaica", "code": "JM" },
+ { "name": "Japan", "code": "JP" },
+ { "name": "Jersey", "code": "JE" },
+ { "name": "Jordan", "code": "JO" },
+ { "name": "Kazakhstan", "code": "KZ" },
+ { "name": "Kenya", "code": "KE" },
+ { "name": "Kiribati", "code": "KI" },
+ { "name": "Korea, Democratic People\"S Republic of", "code": "KP" },
+ { "name": "Korea, Republic of", "code": "KR" },
+ { "name": "Kuwait", "code": "KW" },
+ { "name": "Kyrgyzstan", "code": "KG" },
+ { "name": "Lao People\"S Democratic Republic", "code": "LA" },
+ { "name": "Latvia", "code": "LV" },
+ { "name": "Lebanon", "code": "LB" },
+ { "name": "Lesotho", "code": "LS" },
+ { "name": "Liberia", "code": "LR" },
+ { "name": "Libyan Arab Jamahiriya", "code": "LY" },
+ { "name": "Liechtenstein", "code": "LI" },
+ { "name": "Lithuania", "code": "LT" },
+ { "name": "Luxembourg", "code": "LU" },
+ { "name": "Macao", "code": "MO" },
+ { "name": "Macedonia, The Former Yugoslav Republic of", "code": "MK" },
+ { "name": "Madagascar", "code": "MG" },
+ { "name": "Malawi", "code": "MW" },
+ { "name": "Malaysia", "code": "MY" },
+ { "name": "Maldives", "code": "MV" },
+ { "name": "Mali", "code": "ML" },
+ { "name": "Malta", "code": "MT" },
+ { "name": "Marshall Islands", "code": "MH" },
+ { "name": "Martinique", "code": "MQ" },
+ { "name": "Mauritania", "code": "MR" },
+ { "name": "Mauritius", "code": "MU" },
+ { "name": "Mayotte", "code": "YT" },
+ { "name": "Mexico", "code": "MX" },
+ { "name": "Micronesia, Federated States of", "code": "FM" },
+ { "name": "Moldova, Republic of", "code": "MD" },
+ { "name": "Monaco", "code": "MC" },
+ { "name": "Mongolia", "code": "MN" },
+ { "name": "Montserrat", "code": "MS" },
+ { "name": "Morocco", "code": "MA" },
+ { "name": "Mozambique", "code": "MZ" },
+ { "name": "Myanmar", "code": "MM" },
+ { "name": "Namibia", "code": "NA" },
+ { "name": "Nauru", "code": "NR" },
+ { "name": "Nepal", "code": "NP" },
+ { "name": "Netherlands", "code": "NL" },
+ { "name": "Netherlands Antilles", "code": "AN" },
+ { "name": "New Caledonia", "code": "NC" },
+ { "name": "New Zealand", "code": "NZ" },
+ { "name": "Nicaragua", "code": "NI" },
+ { "name": "Niger", "code": "NE" },
+ { "name": "Nigeria", "code": "NG" },
+ { "name": "Niue", "code": "NU" },
+ { "name": "Norfolk Island", "code": "NF" },
+ { "name": "Northern Mariana Islands", "code": "MP" },
+ { "name": "Norway", "code": "NO" },
+ { "name": "Oman", "code": "OM" },
+ { "name": "Pakistan", "code": "PK" },
+ { "name": "Palau", "code": "PW" },
+ { "name": "Palestinian Territory, Occupied", "code": "PS" },
+ { "name": "Panama", "code": "PA" },
+ { "name": "Papua New Guinea", "code": "PG" },
+ { "name": "Paraguay", "code": "PY" },
+ { "name": "Peru", "code": "PE" },
+ { "name": "Philippines", "code": "PH" },
+ { "name": "Pitcairn", "code": "PN" },
+ { "name": "Poland", "code": "PL" },
+ { "name": "Portugal", "code": "PT" },
+ { "name": "Puerto Rico", "code": "PR" },
+ { "name": "Qatar", "code": "QA" },
+ { "name": "Reunion", "code": "RE" },
+ { "name": "Romania", "code": "RO" },
+ { "name": "Russian Federation", "code": "RU" },
+ { "name": "RWANDA", "code": "RW" },
+ { "name": "Saint Helena", "code": "SH" },
+ { "name": "Saint Kitts and Nevis", "code": "KN" },
+ { "name": "Saint Lucia", "code": "LC" },
+ { "name": "Saint Pierre and Miquelon", "code": "PM" },
+ { "name": "Saint Vincent and the Grenadines", "code": "VC" },
+ { "name": "Samoa", "code": "WS" },
+ { "name": "San Marino", "code": "SM" },
+ { "name": "Sao Tome and Principe", "code": "ST" },
+ { "name": "Saudi Arabia", "code": "SA" },
+ { "name": "Senegal", "code": "SN" },
+ { "name": "Serbia and Montenegro", "code": "CS" },
+ { "name": "Seychelles", "code": "SC" },
+ { "name": "Sierra Leone", "code": "SL" },
+ { "name": "Singapore", "code": "SG" },
+ { "name": "Slovakia", "code": "SK" },
+ { "name": "Slovenia", "code": "SI" },
+ { "name": "Solomon Islands", "code": "SB" },
+ { "name": "Somalia", "code": "SO" },
+ { "name": "South Africa", "code": "ZA" },
+ { "name": "South Georgia and the South Sandwich Islands", "code": "GS" },
+ { "name": "Spain", "code": "ES" },
+ { "name": "Sri Lanka", "code": "LK" },
+ { "name": "Sudan", "code": "SD" },
+ { "name": "Suriname", "code": "SR" },
+ { "name": "Svalbard and Jan Mayen", "code": "SJ" },
+ { "name": "Swaziland", "code": "SZ" },
+ { "name": "Sweden", "code": "SE" },
+ { "name": "Switzerland", "code": "CH" },
+ { "name": "Syrian Arab Republic", "code": "SY" },
+ { "name": "Taiwan, Province of China", "code": "TW" },
+ { "name": "Tajikistan", "code": "TJ" },
+ { "name": "Tanzania, United Republic of", "code": "TZ" },
+ { "name": "Thailand", "code": "TH" },
+ { "name": "Timor-Leste", "code": "TL" },
+ { "name": "Togo", "code": "TG" },
+ { "name": "Tokelau", "code": "TK" },
+ { "name": "Tonga", "code": "TO" },
+ { "name": "Trinidad and Tobago", "code": "TT" },
+ { "name": "Tunisia", "code": "TN" },
+ { "name": "Turkey", "code": "TR" },
+ { "name": "Turkmenistan", "code": "TM" },
+ { "name": "Turks and Caicos Islands", "code": "TC" },
+ { "name": "Tuvalu", "code": "TV" },
+ { "name": "Uganda", "code": "UG" },
+ { "name": "Ukraine", "code": "UA" },
+ { "name": "United Arab Emirates", "code": "AE" },
+ { "name": "United Kingdom", "code": "GB" },
+ { "name": "United States", "code": "US" },
+ { "name": "United States Minor Outlying Islands", "code": "UM" },
+ { "name": "Uruguay", "code": "UY" },
+ { "name": "Uzbekistan", "code": "UZ" },
+ { "name": "Vanuatu", "code": "VU" },
+ { "name": "Venezuela", "code": "VE" },
+ { "name": "Viet Nam", "code": "VN" },
+ { "name": "Virgin Islands, British", "code": "VG" },
+ { "name": "Virgin Islands, U.S.", "code": "VI" },
+ { "name": "Wallis and Futuna", "code": "WF" },
+ { "name": "Western Sahara", "code": "EH" },
+ { "name": "Yemen", "code": "YE" },
+ { "name": "Zambia", "code": "ZM" },
+ { "name": "Zimbabwe", "code": "ZW" }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/customers-large.json b/apps/showcase/assets/data/demo/customers-large.json
new file mode 100644
index 00000000000..21d37215076
--- /dev/null
+++ b/apps/showcase/assets/data/demo/customers-large.json
@@ -0,0 +1,3604 @@
+{
+ "data": [
+ {
+ "id": 1000,
+ "name": "James Butt",
+ "country": {
+ "name": "Algeria",
+ "code": "dz"
+ },
+ "company": "Benton, John B Jr",
+ "date": "2015-09-13",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 17,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 70663
+ },
+ {
+ "id": 1001,
+ "name": "Josephine Darakjy",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Chanay, Jeffrey A Esq",
+ "date": "2019-02-09",
+ "status": "proposal",
+ "verified": true,
+ "activity": 0,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 82429
+ },
+ {
+ "id": 1002,
+ "name": "Art Venere",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Chemel, James L Cpa",
+ "date": "2017-05-13",
+ "status": "qualified",
+ "verified": false,
+ "activity": 63,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 28334
+ },
+ {
+ "id": 1003,
+ "name": "Lenna Paprocki",
+ "country": {
+ "name": "Slovenia",
+ "code": "si"
+ },
+ "company": "Feltz Printing Service",
+ "date": "2020-09-15",
+ "status": "new",
+ "verified": false,
+ "activity": 37,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 88521
+ },
+ {
+ "id": 1004,
+ "name": "Donette Foller",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Printing Dimensions",
+ "date": "2016-05-20",
+ "status": "proposal",
+ "verified": true,
+ "activity": 33,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 93905
+ },
+ {
+ "id": 1005,
+ "name": "Simona Morasca",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Chapman, Ross E Esq",
+ "date": "2018-02-16",
+ "status": "qualified",
+ "verified": false,
+ "activity": 68,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 50041
+ },
+ {
+ "id": 1006,
+ "name": "Mitsue Tollner",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Morlong Associates",
+ "date": "2018-02-19",
+ "status": "renewal",
+ "verified": true,
+ "activity": 54,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 58706
+ },
+ {
+ "id": 1007,
+ "name": "Leota Dilliard",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Commercial Press",
+ "date": "2019-08-13",
+ "status": "renewal",
+ "verified": true,
+ "activity": 69,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 26640
+ },
+ {
+ "id": 1008,
+ "name": "Sage Wieser",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Truhlar And Truhlar Attys",
+ "date": "2018-11-21",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 76,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 65369
+ },
+ {
+ "id": 1009,
+ "name": "Kris Marrier",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "King, Christopher A Esq",
+ "date": "2015-07-07",
+ "status": "proposal",
+ "verified": false,
+ "activity": 3,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 63451
+ },
+ {
+ "id": 1010,
+ "name": "Minna Amigon",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Dorl, James J Esq",
+ "date": "2018-11-07",
+ "status": "qualified",
+ "verified": false,
+ "activity": 38,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 71169
+ },
+ {
+ "id": 1011,
+ "name": "Abel Maclead",
+ "country": {
+ "name": "Singapore",
+ "code": "sg"
+ },
+ "company": "Rangoni Of Florence",
+ "date": "2017-03-11",
+ "status": "qualified",
+ "verified": true,
+ "activity": 87,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 96842
+ },
+ {
+ "id": 1012,
+ "name": "Kiley Caldarera",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Feiner Bros",
+ "date": "2015-10-20",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 80,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 92734
+ },
+ {
+ "id": 1013,
+ "name": "Graciela Ruta",
+ "country": {
+ "name": "Chile",
+ "code": "cl"
+ },
+ "company": "Buckley Miller & Wright",
+ "date": "2016-07-25",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 59,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 45250
+ },
+ {
+ "id": 1014,
+ "name": "Cammy Albares",
+ "country": {
+ "name": "Philippines",
+ "code": "ph"
+ },
+ "company": "Rousseaux, Michael Esq",
+ "date": "2019-06-25",
+ "status": "new",
+ "verified": true,
+ "activity": 90,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 30236
+ },
+ {
+ "id": 1015,
+ "name": "Mattie Poquette",
+ "country": {
+ "name": "Venezuela",
+ "code": "ve"
+ },
+ "company": "Century Communications",
+ "date": "2017-12-12",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 52,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 64533
+ },
+ {
+ "id": 1016,
+ "name": "Meaghan Garufi",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Bolton, Wilbur Esq",
+ "date": "2018-07-04",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 31,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 37279
+ },
+ {
+ "id": 1017,
+ "name": "Gladys Rim",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "T M Byxbee Company Pc",
+ "date": "2020-02-27",
+ "status": "renewal",
+ "verified": true,
+ "activity": 48,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 27381
+ },
+ {
+ "id": 1018,
+ "name": "Yuki Whobrey",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Farmers Insurance Group",
+ "date": "2017-12-21",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 16,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 9257
+ },
+ {
+ "id": 1019,
+ "name": "Fletcher Flosi",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Post Box Services Plus",
+ "date": "2016-01-04",
+ "status": "renewal",
+ "verified": true,
+ "activity": 19,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 67783
+ },
+ {
+ "id": 1020,
+ "name": "Bette Nicka",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Sport En Art",
+ "date": "2016-10-21",
+ "status": "renewal",
+ "verified": false,
+ "activity": 100,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 4609
+ },
+ {
+ "id": 1021,
+ "name": "Veronika Inouye",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "C 4 Network Inc",
+ "date": "2017-03-24",
+ "status": "renewal",
+ "verified": false,
+ "activity": 72,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 26565
+ },
+ {
+ "id": 1022,
+ "name": "Willard Kolmetz",
+ "country": {
+ "name": "Tunisia",
+ "code": "tn"
+ },
+ "company": "Ingalls, Donald R Esq",
+ "date": "2017-04-15",
+ "status": "renewal",
+ "verified": true,
+ "activity": 94,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 75876
+ },
+ {
+ "id": 1023,
+ "name": "Maryann Royster",
+ "country": {
+ "name": "Belarus",
+ "code": "by"
+ },
+ "company": "Franklin, Peter L Esq",
+ "date": "2017-03-11",
+ "status": "qualified",
+ "verified": false,
+ "activity": 56,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 41121
+ },
+ {
+ "id": 1024,
+ "name": "Alisha Slusarski",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Wtlz Power 107 Fm",
+ "date": "2018-03-27",
+ "status": "qualified",
+ "verified": true,
+ "activity": 7,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 91691
+ },
+ {
+ "id": 1025,
+ "name": "Allene Iturbide",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Ledecky, David Esq",
+ "date": "2016-02-20",
+ "status": "qualified",
+ "verified": true,
+ "activity": 1,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 40137
+ },
+ {
+ "id": 1026,
+ "name": "Chanel Caudy",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Professional Image Inc",
+ "date": "2018-06-24",
+ "status": "new",
+ "verified": true,
+ "activity": 26,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 21304
+ },
+ {
+ "id": 1027,
+ "name": "Ezekiel Chui",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Sider, Donald C Esq",
+ "date": "2016-09-24",
+ "status": "new",
+ "verified": false,
+ "activity": 76,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 60454
+ },
+ {
+ "id": 1028,
+ "name": "Willow Kusko",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "U Pull It",
+ "date": "2020-04-11",
+ "status": "qualified",
+ "verified": true,
+ "activity": 7,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 17565
+ },
+ {
+ "id": 1029,
+ "name": "Bernardo Figeroa",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Clark, Richard Cpa",
+ "date": "2018-04-11",
+ "status": "renewal",
+ "verified": true,
+ "activity": 81,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 17774
+ },
+ {
+ "id": 1030,
+ "name": "Ammie Corrio",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Moskowitz, Barry S",
+ "date": "2016-06-11",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 56,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 49201
+ },
+ {
+ "id": 1031,
+ "name": "Francine Vocelka",
+ "country": {
+ "name": "Honduras",
+ "code": "hn"
+ },
+ "company": "Cascade Realty Advisors Inc",
+ "date": "2017-08-02",
+ "status": "qualified",
+ "verified": true,
+ "activity": 94,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 67126
+ },
+ {
+ "id": 1032,
+ "name": "Ernie Stenseth",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Knwz Newsradio",
+ "date": "2018-06-06",
+ "status": "renewal",
+ "verified": true,
+ "activity": 68,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 76017
+ },
+ {
+ "id": 1033,
+ "name": "Albina Glick",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Giampetro, Anthony D",
+ "date": "2019-08-08",
+ "status": "proposal",
+ "verified": true,
+ "activity": 85,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 91201
+ },
+ {
+ "id": 1034,
+ "name": "Alishia Sergi",
+ "country": {
+ "name": "Qatar",
+ "code": "qa"
+ },
+ "company": "Milford Enterprises Inc",
+ "date": "2018-05-19",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 46,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 12237
+ },
+ {
+ "id": 1035,
+ "name": "Solange Shinko",
+ "country": {
+ "name": "Cameroon",
+ "code": "cm"
+ },
+ "company": "Mosocco, Ronald A",
+ "date": "2015-02-12",
+ "status": "qualified",
+ "verified": true,
+ "activity": 32,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 34072
+ },
+ {
+ "id": 1036,
+ "name": "Jose Stockham",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Tri State Refueler Co",
+ "date": "2018-04-25",
+ "status": "qualified",
+ "verified": true,
+ "activity": 77,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 94909
+ },
+ {
+ "id": 1037,
+ "name": "Rozella Ostrosky",
+ "country": {
+ "name": "Venezuela",
+ "code": "ve"
+ },
+ "company": "Parkway Company",
+ "date": "2016-02-27",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 66,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 57245
+ },
+ {
+ "id": 1038,
+ "name": "Valentine Gillian",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Fbs Business Finance",
+ "date": "2019-09-17",
+ "status": "qualified",
+ "verified": true,
+ "activity": 25,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 75502
+ },
+ {
+ "id": 1039,
+ "name": "Kati Rulapaugh",
+ "country": {
+ "name": "Puerto Rico",
+ "code": "pr"
+ },
+ "company": "Eder Assocs Consltng Engrs Pc",
+ "date": "2016-12-03",
+ "status": "renewal",
+ "verified": false,
+ "activity": 51,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 82075
+ },
+ {
+ "id": 1040,
+ "name": "Youlanda Schemmer",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Tri M Tool Inc",
+ "date": "2017-12-15",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 49,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 19208
+ },
+ {
+ "id": 1041,
+ "name": "Dyan Oldroyd",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "International Eyelets Inc",
+ "date": "2017-02-02",
+ "status": "qualified",
+ "verified": false,
+ "activity": 5,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 50194
+ },
+ {
+ "id": 1042,
+ "name": "Roxane Campain",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Rapid Trading Intl",
+ "date": "2018-12-25",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 100,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 77714
+ },
+ {
+ "id": 1043,
+ "name": "Lavera Perin",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Abc Enterprises Inc",
+ "date": "2018-04-10",
+ "status": "qualified",
+ "verified": false,
+ "activity": 71,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 35740
+ },
+ {
+ "id": 1044,
+ "name": "Erick Ferencz",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Cindy Turner Associates",
+ "date": "2018-05-06",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 54,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 30790
+ },
+ {
+ "id": 1045,
+ "name": "Fatima Saylors",
+ "country": {
+ "name": "Canada",
+ "code": "ca"
+ },
+ "company": "Stanton, James D Esq",
+ "date": "2019-07-10",
+ "status": "renewal",
+ "verified": true,
+ "activity": 93,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 52343
+ },
+ {
+ "id": 1046,
+ "name": "Jina Briddick",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Grace Pastries Inc",
+ "date": "2018-02-19",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 97,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 53966
+ },
+ {
+ "id": 1047,
+ "name": "Kanisha Waycott",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "Schroer, Gene E Esq",
+ "date": "2019-11-27",
+ "status": "new",
+ "verified": false,
+ "activity": 80,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 9920
+ },
+ {
+ "id": 1048,
+ "name": "Emerson Bowley",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "Knights Inn",
+ "date": "2018-11-24",
+ "status": "new",
+ "verified": false,
+ "activity": 63,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 78069
+ },
+ {
+ "id": 1049,
+ "name": "Blair Malet",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "Bollinger Mach Shp & Shipyard",
+ "date": "2018-04-19",
+ "status": "new",
+ "verified": true,
+ "activity": 92,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 65005
+ },
+ {
+ "id": 1050,
+ "name": "Brock Bolognia",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Orinda News",
+ "date": "2019-09-06",
+ "status": "renewal",
+ "verified": true,
+ "activity": 72,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 51038
+ },
+ {
+ "id": 1051,
+ "name": "Lorrie Nestle",
+ "country": {
+ "name": "Germany",
+ "code": "de"
+ },
+ "company": "Ballard Spahr Andrews",
+ "date": "2018-04-26",
+ "status": "renewal",
+ "verified": false,
+ "activity": 36,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 28218
+ },
+ {
+ "id": 1052,
+ "name": "Sabra Uyetake",
+ "country": {
+ "name": "Peru",
+ "code": "pe"
+ },
+ "company": "Lowy Limousine Service",
+ "date": "2018-04-12",
+ "status": "new",
+ "verified": false,
+ "activity": 31,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 78527
+ },
+ {
+ "id": 1053,
+ "name": "Marjory Mastella",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Vicon Corporation",
+ "date": "2018-01-24",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 89,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 23381
+ },
+ {
+ "id": 1054,
+ "name": "Karl Klonowski",
+ "country": {
+ "name": "Saudi Arabia",
+ "code": "sa"
+ },
+ "company": "Rossi, Michael M",
+ "date": "2017-04-17",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 27,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 64821
+ },
+ {
+ "id": 1055,
+ "name": "Tonette Wenner",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Northwest Publishing",
+ "date": "2019-04-14",
+ "status": "qualified",
+ "verified": false,
+ "activity": 27,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 55334
+ },
+ {
+ "id": 1056,
+ "name": "Amber Monarrez",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "Branford Wire & Mfg Co",
+ "date": "2019-09-09",
+ "status": "new",
+ "verified": false,
+ "activity": 79,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 83391
+ },
+ {
+ "id": 1057,
+ "name": "Shenika Seewald",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "East Coast Marketing",
+ "date": "2017-02-18",
+ "status": "renewal",
+ "verified": true,
+ "activity": 39,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 31580
+ },
+ {
+ "id": 1058,
+ "name": "Delmy Ahle",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Wye Technologies Inc",
+ "date": "2020-10-05",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 55,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 11723
+ },
+ {
+ "id": 1059,
+ "name": "Deeanna Juhas",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "Healy, George W Iv",
+ "date": "2018-09-28",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 79,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 8454
+ },
+ {
+ "id": 1060,
+ "name": "Blondell Pugh",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Alpenlite Inc",
+ "date": "2016-06-16",
+ "status": "renewal",
+ "verified": false,
+ "activity": 49,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 99235
+ },
+ {
+ "id": 1061,
+ "name": "Jamal Vanausdal",
+ "country": {
+ "name": "Morocco",
+ "code": "ma"
+ },
+ "company": "Hubbard, Bruce Esq",
+ "date": "2017-05-25",
+ "status": "proposal",
+ "verified": true,
+ "activity": 87,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 15656
+ },
+ {
+ "id": 1062,
+ "name": "Cecily Hollack",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Arthur A Oliver & Son Inc",
+ "date": "2020-05-09",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 5,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 60586
+ },
+ {
+ "id": 1063,
+ "name": "Carmelina Lindall",
+ "country": {
+ "name": "Puerto Rico",
+ "code": "pr"
+ },
+ "company": "George Jessop Carter Jewelers",
+ "date": "2019-09-07",
+ "status": "qualified",
+ "verified": true,
+ "activity": 77,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 86239
+ },
+ {
+ "id": 1064,
+ "name": "Maurine Yglesias",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Schultz, Thomas C Md",
+ "date": "2015-08-10",
+ "status": "renewal",
+ "verified": false,
+ "activity": 94,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 15621
+ },
+ {
+ "id": 1065,
+ "name": "Tawna Buvens",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "H H H Enterprises Inc",
+ "date": "2018-03-20",
+ "status": "new",
+ "verified": false,
+ "activity": 25,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 77248
+ },
+ {
+ "id": 1066,
+ "name": "Penney Weight",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Hawaiian King Hotel",
+ "date": "2020-03-03",
+ "status": "qualified",
+ "verified": false,
+ "activity": 96,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 478
+ },
+ {
+ "id": 1067,
+ "name": "Elly Morocco",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Killion Industries",
+ "date": "2018-09-18",
+ "status": "qualified",
+ "verified": true,
+ "activity": 38,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 62505
+ },
+ {
+ "id": 1068,
+ "name": "Ilene Eroman",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Robinson, William J Esq",
+ "date": "2019-06-08",
+ "status": "new",
+ "verified": true,
+ "activity": 49,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 91480
+ },
+ {
+ "id": 1069,
+ "name": "Vallie Mondella",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Private Properties",
+ "date": "2018-12-06",
+ "status": "new",
+ "verified": false,
+ "activity": 16,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 21671
+ },
+ {
+ "id": 1070,
+ "name": "Kallie Blackwood",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Rowley Schlimgen Inc",
+ "date": "2017-04-05",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 25,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 13775
+ },
+ {
+ "id": 1071,
+ "name": "Johnetta Abdallah",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Forging Specialties",
+ "date": "2015-02-02",
+ "status": "new",
+ "verified": false,
+ "activity": 16,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 60253
+ },
+ {
+ "id": 1072,
+ "name": "Bobbye Rhym",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Smits, Patricia Garity",
+ "date": "2018-08-17",
+ "status": "qualified",
+ "verified": true,
+ "activity": 85,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 75225
+ },
+ {
+ "id": 1073,
+ "name": "Micaela Rhymes",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "H Lee Leonard Attorney At Law",
+ "date": "2018-09-08",
+ "status": "renewal",
+ "verified": true,
+ "activity": 92,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 3308
+ },
+ {
+ "id": 1074,
+ "name": "Tamar Hoogland",
+ "country": {
+ "name": "Guatemala",
+ "code": "gt"
+ },
+ "company": "A K Construction Co",
+ "date": "2018-11-13",
+ "status": "proposal",
+ "verified": true,
+ "activity": 22,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 19711
+ },
+ {
+ "id": 1075,
+ "name": "Moon Parlato",
+ "country": {
+ "name": "Czech Republic",
+ "code": "cz"
+ },
+ "company": "Ambelang, Jessica M Md",
+ "date": "2019-08-18",
+ "status": "renewal",
+ "verified": false,
+ "activity": 64,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 55110
+ },
+ {
+ "id": 1076,
+ "name": "Laurel Reitler",
+ "country": {
+ "name": "United Kingdom",
+ "code": "gb"
+ },
+ "company": "Q A Service",
+ "date": "2015-04-02",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 80,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 62392
+ },
+ {
+ "id": 1077,
+ "name": "Delisa Crupi",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Wood & Whitacre Contractors",
+ "date": "2017-09-15",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 70,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 76530
+ },
+ {
+ "id": 1078,
+ "name": "Viva Toelkes",
+ "country": {
+ "name": "United States",
+ "code": "us"
+ },
+ "company": "Mark Iv Press Ltd",
+ "date": "2017-03-27",
+ "status": "qualified",
+ "verified": false,
+ "activity": 16,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 7460
+ },
+ {
+ "id": 1079,
+ "name": "Elza Lipke",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Museum Of Science & Industry",
+ "date": "2017-06-01",
+ "status": "proposal",
+ "verified": true,
+ "activity": 90,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 42251
+ },
+ {
+ "id": 1080,
+ "name": "Devorah Chickering",
+ "country": {
+ "name": "Spain",
+ "code": "es"
+ },
+ "company": "Garrison Ind",
+ "date": "2017-03-14",
+ "status": "proposal",
+ "verified": true,
+ "activity": 96,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 36435
+ },
+ {
+ "id": 1081,
+ "name": "Timothy Mulqueen",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Saronix Nymph Products",
+ "date": "2018-07-09",
+ "status": "renewal",
+ "verified": true,
+ "activity": 77,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 39197
+ },
+ {
+ "id": 1082,
+ "name": "Arlette Honeywell",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Smc Inc",
+ "date": "2018-09-11",
+ "status": "proposal",
+ "verified": true,
+ "activity": 46,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 72707
+ },
+ {
+ "id": 1083,
+ "name": "Dominque Dickerson",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "E A I Electronic Assocs Inc",
+ "date": "2017-11-12",
+ "status": "qualified",
+ "verified": true,
+ "activity": 83,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 97965
+ },
+ {
+ "id": 1084,
+ "name": "Lettie Isenhower",
+ "country": {
+ "name": "Canada",
+ "code": "ca"
+ },
+ "company": "Conte, Christopher A Esq",
+ "date": "2016-03-01",
+ "status": "qualified",
+ "verified": true,
+ "activity": 83,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 5823
+ },
+ {
+ "id": 1085,
+ "name": "Myra Munns",
+ "country": {
+ "name": "Lithuania",
+ "code": "lt"
+ },
+ "company": "Anker Law Office",
+ "date": "2016-05-21",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 49,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 96471
+ },
+ {
+ "id": 1086,
+ "name": "Stephaine Barfield",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Beutelschies & Company",
+ "date": "2016-01-22",
+ "status": "new",
+ "verified": true,
+ "activity": 34,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 33710
+ },
+ {
+ "id": 1087,
+ "name": "Lai Gato",
+ "country": {
+ "name": "Nigeria",
+ "code": "ng"
+ },
+ "company": "Fligg, Kenneth I Jr",
+ "date": "2016-07-26",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 64,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 30611
+ },
+ {
+ "id": 1088,
+ "name": "Stephen Emigh",
+ "country": {
+ "name": "Cuba",
+ "code": "cu"
+ },
+ "company": "Sharp, J Daniel Esq",
+ "date": "2020-07-24",
+ "status": "renewal",
+ "verified": false,
+ "activity": 51,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 32960
+ },
+ {
+ "id": 1089,
+ "name": "Tyra Shields",
+ "country": {
+ "name": "Honduras",
+ "code": "hn"
+ },
+ "company": "Assink, Anne H Esq",
+ "date": "2019-11-10",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 11,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 57423
+ },
+ {
+ "id": 1090,
+ "name": "Tammara Wardrip",
+ "country": {
+ "name": "Saudi Arabia",
+ "code": "sa"
+ },
+ "company": "Jewel My Shop Inc",
+ "date": "2016-06-05",
+ "status": "renewal",
+ "verified": true,
+ "activity": 64,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 23027
+ },
+ {
+ "id": 1091,
+ "name": "Cory Gibes",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Chinese Translation Resources",
+ "date": "2016-02-28",
+ "status": "new",
+ "verified": false,
+ "activity": 44,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 84182
+ },
+ {
+ "id": 1092,
+ "name": "Danica Bruschke",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Stevens, Charles T",
+ "date": "2018-12-13",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 62,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 25237
+ },
+ {
+ "id": 1093,
+ "name": "Wilda Giguere",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Mclaughlin, Luther W Cpa",
+ "date": "2017-06-16",
+ "status": "new",
+ "verified": true,
+ "activity": 79,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 87736
+ },
+ {
+ "id": 1094,
+ "name": "Elvera Benimadho",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Tree Musketeers",
+ "date": "2019-02-17",
+ "status": "proposal",
+ "verified": true,
+ "activity": 50,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 38674
+ },
+ {
+ "id": 1095,
+ "name": "Carma Vanheusen",
+ "country": {
+ "name": "Turkey",
+ "code": "tr"
+ },
+ "company": "Springfield Div Oh Edison Co",
+ "date": "2019-11-26",
+ "status": "renewal",
+ "verified": false,
+ "activity": 84,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 67762
+ },
+ {
+ "id": 1096,
+ "name": "Malinda Hochard",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Logan Memorial Hospital",
+ "date": "2016-07-06",
+ "status": "new",
+ "verified": false,
+ "activity": 88,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 81299
+ },
+ {
+ "id": 1097,
+ "name": "Natalie Fern",
+ "country": {
+ "name": "Canada",
+ "code": "ca"
+ },
+ "company": "Kelly, Charles G Esq",
+ "date": "2019-10-02",
+ "status": "proposal",
+ "verified": true,
+ "activity": 44,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 64794
+ },
+ {
+ "id": 1098,
+ "name": "Lisha Centini",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Industrial Paper Shredders Inc",
+ "date": "2018-07-05",
+ "status": "new",
+ "verified": true,
+ "activity": 7,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 7815
+ },
+ {
+ "id": 1099,
+ "name": "Arlene Klusman",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "Beck Horizon Builders",
+ "date": "2018-05-14",
+ "status": "proposal",
+ "verified": true,
+ "activity": 99,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 37976
+ },
+ {
+ "id": 1100,
+ "name": "Alease Buemi",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Porto Cayo At Hawks Cay",
+ "date": "2018-03-14",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 0,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 59594
+ },
+ {
+ "id": 1101,
+ "name": "Louisa Cronauer",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Pacific Grove Museum Ntrl Hist",
+ "date": "2018-09-23",
+ "status": "qualified",
+ "verified": false,
+ "activity": 3,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 92528
+ },
+ {
+ "id": 1102,
+ "name": "Angella Cetta",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Bender & Hatley Pc",
+ "date": "2018-04-10",
+ "status": "qualified",
+ "verified": false,
+ "activity": 88,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 58964
+ },
+ {
+ "id": 1103,
+ "name": "Cyndy Goldammer",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Di Cristina J & Son",
+ "date": "2017-09-18",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 92,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 65860
+ },
+ {
+ "id": 1104,
+ "name": "Rosio Cork",
+ "country": {
+ "name": "Singapore",
+ "code": "sg"
+ },
+ "company": "Green Goddess",
+ "date": "2017-08-19",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 19,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 63863
+ },
+ {
+ "id": 1105,
+ "name": "Celeste Korando",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "American Arts & Graphics",
+ "date": "2020-06-18",
+ "status": "proposal",
+ "verified": true,
+ "activity": 21,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 37510
+ },
+ {
+ "id": 1106,
+ "name": "Twana Felger",
+ "country": {
+ "name": "Croatia",
+ "code": "hr"
+ },
+ "company": "Opryland Hotel",
+ "date": "2016-11-18",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 97,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 63876
+ },
+ {
+ "id": 1107,
+ "name": "Estrella Samu",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Marking Devices Pubg Co",
+ "date": "2017-06-25",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 27,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 93263
+ },
+ {
+ "id": 1108,
+ "name": "Donte Kines",
+ "country": {
+ "name": "Slovakia",
+ "code": "sk"
+ },
+ "company": "W Tc Industries Inc",
+ "date": "2019-02-16",
+ "status": "new",
+ "verified": true,
+ "activity": 35,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 57198
+ },
+ {
+ "id": 1109,
+ "name": "Tiffiny Steffensmeier",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Whitehall Robbins Labs Divsn",
+ "date": "2018-03-11",
+ "status": "new",
+ "verified": true,
+ "activity": 81,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 89147
+ },
+ {
+ "id": 1110,
+ "name": "Edna Miceli",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Sampler",
+ "date": "2017-10-15",
+ "status": "renewal",
+ "verified": true,
+ "activity": 54,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 41466
+ },
+ {
+ "id": 1111,
+ "name": "Sue Kownacki",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "Juno Chefs Incorporated",
+ "date": "2017-03-17",
+ "status": "proposal",
+ "verified": false,
+ "activity": 31,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 38918
+ },
+ {
+ "id": 1112,
+ "name": "Jesusa Shin",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Carroccio, A Thomas Esq",
+ "date": "2017-04-06",
+ "status": "renewal",
+ "verified": false,
+ "activity": 28,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 11397
+ },
+ {
+ "id": 1113,
+ "name": "Rolland Francescon",
+ "country": {
+ "name": "United Kingdom",
+ "code": "gb"
+ },
+ "company": "Stanley, Richard L Esq",
+ "date": "2019-02-03",
+ "status": "qualified",
+ "verified": false,
+ "activity": 45,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 40930
+ },
+ {
+ "id": 1114,
+ "name": "Pamella Schmierer",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "K Cs Cstm Mouldings Windows",
+ "date": "2016-09-22",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 34,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 40847
+ },
+ {
+ "id": 1115,
+ "name": "Glory Kulzer",
+ "country": {
+ "name": "Croatia",
+ "code": "hr"
+ },
+ "company": "Comfort Inn",
+ "date": "2017-09-27",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 36,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 27832
+ },
+ {
+ "id": 1116,
+ "name": "Shawna Palaspas",
+ "country": {
+ "name": "Estonia",
+ "code": "ee"
+ },
+ "company": "Windsor, James L Esq",
+ "date": "2017-06-25",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 69,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 89060
+ },
+ {
+ "id": 1117,
+ "name": "Brandon Callaro",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Jackson Shields Yeiser",
+ "date": "2016-07-13",
+ "status": "proposal",
+ "verified": true,
+ "activity": 55,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 52474
+ },
+ {
+ "id": 1118,
+ "name": "Scarlet Cartan",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Box, J Calvin Esq",
+ "date": "2018-09-13",
+ "status": "renewal",
+ "verified": false,
+ "activity": 1,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 19094
+ },
+ {
+ "id": 1119,
+ "name": "Oretha Menter",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Custom Engineering Inc",
+ "date": "2017-09-11",
+ "status": "renewal",
+ "verified": false,
+ "activity": 8,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 93756
+ },
+ {
+ "id": 1120,
+ "name": "Ty Smith",
+ "country": {
+ "name": "United States",
+ "code": "us"
+ },
+ "company": "Bresler Eitel Framg Gllry Ltd",
+ "date": "2019-07-06",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 50,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 77388
+ },
+ {
+ "id": 1121,
+ "name": "Xuan Rochin",
+ "country": {
+ "name": "Colombia",
+ "code": "co"
+ },
+ "company": "Carol, Drake Sparks Esq",
+ "date": "2018-05-22",
+ "status": "proposal",
+ "verified": true,
+ "activity": 77,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 48759
+ },
+ {
+ "id": 1122,
+ "name": "Lindsey Dilello",
+ "country": {
+ "name": "Austria",
+ "code": "at"
+ },
+ "company": "Biltmore Investors Bank",
+ "date": "2017-07-18",
+ "status": "renewal",
+ "verified": true,
+ "activity": 65,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 37568
+ },
+ {
+ "id": 1123,
+ "name": "Devora Perez",
+ "country": {
+ "name": "Uruguay",
+ "code": "uy"
+ },
+ "company": "Desco Equipment Corp",
+ "date": "2017-10-09",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 30,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 4477
+ },
+ {
+ "id": 1124,
+ "name": "Herman Demesa",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Merlin Electric Co",
+ "date": "2019-05-23",
+ "status": "proposal",
+ "verified": true,
+ "activity": 10,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 13764
+ },
+ {
+ "id": 1125,
+ "name": "Rory Papasergi",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Bailey Cntl Co Div Babcock",
+ "date": "2019-03-02",
+ "status": "qualified",
+ "verified": false,
+ "activity": 22,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 68222
+ },
+ {
+ "id": 1126,
+ "name": "Talia Riopelle",
+ "country": {
+ "name": "Guatemala",
+ "code": "gt"
+ },
+ "company": "Ford Brothers Wholesale Inc",
+ "date": "2017-02-18",
+ "status": "new",
+ "verified": false,
+ "activity": 69,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 29164
+ },
+ {
+ "id": 1127,
+ "name": "Van Shire",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Cambridge Inn",
+ "date": "2020-05-12",
+ "status": "new",
+ "verified": false,
+ "activity": 4,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 61651
+ },
+ {
+ "id": 1128,
+ "name": "Lucina Lary",
+ "country": {
+ "name": "Switzerland",
+ "code": "ch"
+ },
+ "company": "Matricciani, Albert J Jr",
+ "date": "2019-11-20",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 11,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 79938
+ },
+ {
+ "id": 1129,
+ "name": "Bok Isaacs",
+ "country": {
+ "name": "Chile",
+ "code": "cl"
+ },
+ "company": "Nelson Hawaiian Ltd",
+ "date": "2016-11-10",
+ "status": "proposal",
+ "verified": true,
+ "activity": 41,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 44037
+ },
+ {
+ "id": 1130,
+ "name": "Rolande Spickerman",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Neland Travel Agency",
+ "date": "2016-07-11",
+ "status": "renewal",
+ "verified": true,
+ "activity": 84,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 89918
+ },
+ {
+ "id": 1131,
+ "name": "Howard Paulas",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "Asendorf, J Alan Esq",
+ "date": "2017-07-17",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 22,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 32372
+ },
+ {
+ "id": 1132,
+ "name": "Kimbery Madarang",
+ "country": {
+ "name": "Senegal",
+ "code": "sn"
+ },
+ "company": "Silberman, Arthur L Esq",
+ "date": "2018-08-19",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 63,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 46478
+ },
+ {
+ "id": 1133,
+ "name": "Thurman Manno",
+ "country": {
+ "name": "Colombia",
+ "code": "co"
+ },
+ "company": "Honey Bee Breeding Genetics &",
+ "date": "2016-05-02",
+ "status": "qualified",
+ "verified": true,
+ "activity": 47,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 30674
+ },
+ {
+ "id": 1134,
+ "name": "Becky Mirafuentes",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Wells Kravitz Schnitzer",
+ "date": "2018-04-13",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 62,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 47714
+ },
+ {
+ "id": 1135,
+ "name": "Beatriz Corrington",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Prohab Rehabilitation Servs",
+ "date": "2020-01-04",
+ "status": "renewal",
+ "verified": true,
+ "activity": 55,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 14307
+ },
+ {
+ "id": 1136,
+ "name": "Marti Maybury",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Eldridge, Kristin K Esq",
+ "date": "2016-02-05",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 3,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 82069
+ },
+ {
+ "id": 1137,
+ "name": "Nieves Gotter",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Vlahos, John J Esq",
+ "date": "2017-03-12",
+ "status": "proposal",
+ "verified": false,
+ "activity": 3,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 11182
+ },
+ {
+ "id": 1138,
+ "name": "Leatha Hagele",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Ninas Indian Grs & Videos",
+ "date": "2019-03-27",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 67,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 17126
+ },
+ {
+ "id": 1139,
+ "name": "Valentin Klimek",
+ "country": {
+ "name": "Ivory Coast",
+ "code": "ci"
+ },
+ "company": "Schmid, Gayanne K Esq",
+ "date": "2019-08-06",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 14,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 19724
+ },
+ {
+ "id": 1140,
+ "name": "Melissa Wiklund",
+ "country": {
+ "name": "Japan",
+ "code": "jp"
+ },
+ "company": "Moapa Valley Federal Credit Un",
+ "date": "2018-03-20",
+ "status": "qualified",
+ "verified": true,
+ "activity": 8,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 91888
+ },
+ {
+ "id": 1141,
+ "name": "Sheridan Zane",
+ "country": {
+ "name": "Croatia",
+ "code": "hr"
+ },
+ "company": "Kentucky Tennessee Clay Co",
+ "date": "2016-02-15",
+ "status": "qualified",
+ "verified": true,
+ "activity": 17,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 15016
+ },
+ {
+ "id": 1142,
+ "name": "Bulah Padilla",
+ "country": {
+ "name": "Philippines",
+ "code": "ph"
+ },
+ "company": "Admiral Party Rentals & Sales",
+ "date": "2016-02-10",
+ "status": "proposal",
+ "verified": false,
+ "activity": 58,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 23118
+ },
+ {
+ "id": 1143,
+ "name": "Audra Kohnert",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Nelson, Karolyn King Esq",
+ "date": "2019-07-16",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 82,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 90560
+ },
+ {
+ "id": 1144,
+ "name": "Daren Weirather",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Panasystems",
+ "date": "2015-07-23",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 96,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 34155
+ },
+ {
+ "id": 1145,
+ "name": "Fernanda Jillson",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Shank, Edward L Esq",
+ "date": "2017-07-02",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 92,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 6350
+ },
+ {
+ "id": 1146,
+ "name": "Gearldine Gellinger",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Megibow & Edwards",
+ "date": "2019-08-17",
+ "status": "proposal",
+ "verified": true,
+ "activity": 18,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 77641
+ },
+ {
+ "id": 1147,
+ "name": "Chau Kitzman",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Benoff, Edward Esq",
+ "date": "2019-07-04",
+ "status": "new",
+ "verified": true,
+ "activity": 9,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 43289
+ },
+ {
+ "id": 1148,
+ "name": "Theola Frey",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Woodbridge Free Public Library",
+ "date": "2020-03-14",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 44,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 85657
+ },
+ {
+ "id": 1149,
+ "name": "Cheryl Haroldson",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "New York Life John Thune",
+ "date": "2018-04-03",
+ "status": "new",
+ "verified": false,
+ "activity": 55,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 82733
+ },
+ {
+ "id": 1150,
+ "name": "Laticia Merced",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Alinabal Inc",
+ "date": "2017-03-04",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 21,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 38004
+ },
+ {
+ "id": 1151,
+ "name": "Carissa Batman",
+ "country": {
+ "name": "Greece",
+ "code": "gr"
+ },
+ "company": "Poletto, Kim David Esq",
+ "date": "2016-05-05",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 91,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 29038
+ },
+ {
+ "id": 1152,
+ "name": "Lezlie Craghead",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Chang, Carolyn Esq",
+ "date": "2019-05-28",
+ "status": "renewal",
+ "verified": false,
+ "activity": 30,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 75123
+ },
+ {
+ "id": 1153,
+ "name": "Ozell Shealy",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Silver Bros Inc",
+ "date": "2016-08-19",
+ "status": "proposal",
+ "verified": true,
+ "activity": 14,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 33214
+ },
+ {
+ "id": 1154,
+ "name": "Arminda Parvis",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "Newtec Inc",
+ "date": "2020-02-09",
+ "status": "proposal",
+ "verified": true,
+ "activity": 77,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 80651
+ },
+ {
+ "id": 1155,
+ "name": "Reita Leto",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Creative Business Systems",
+ "date": "2020-04-03",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 58,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 5085
+ },
+ {
+ "id": 1156,
+ "name": "Yolando Luczki",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Dal Tile Corporation",
+ "date": "2015-01-27",
+ "status": "renewal",
+ "verified": true,
+ "activity": 78,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 93021
+ },
+ {
+ "id": 1157,
+ "name": "Lizette Stem",
+ "country": {
+ "name": "Slovakia",
+ "code": "sk"
+ },
+ "company": "Edward S Katz",
+ "date": "2018-08-06",
+ "status": "new",
+ "verified": false,
+ "activity": 67,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 37287
+ },
+ {
+ "id": 1158,
+ "name": "Gregoria Pawlowicz",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Oh My Goodknits Inc",
+ "date": "2020-02-20",
+ "status": "renewal",
+ "verified": false,
+ "activity": 29,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 73070
+ },
+ {
+ "id": 1159,
+ "name": "Carin Deleo",
+ "country": {
+ "name": "China",
+ "code": "cn"
+ },
+ "company": "Redeker, Debbie",
+ "date": "2015-05-28",
+ "status": "qualified",
+ "verified": true,
+ "activity": 13,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 64422
+ },
+ {
+ "id": 1160,
+ "name": "Chantell Maynerich",
+ "country": {
+ "name": "Estonia",
+ "code": "ee"
+ },
+ "company": "Desert Sands Motel",
+ "date": "2016-09-05",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 75,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 36826
+ },
+ {
+ "id": 1161,
+ "name": "Dierdre Yum",
+ "country": {
+ "name": "Czech Republic",
+ "code": "cz"
+ },
+ "company": "Cummins Southern Plains Inc",
+ "date": "2016-12-20",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 1,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 93101
+ },
+ {
+ "id": 1162,
+ "name": "Larae Gudroe",
+ "country": {
+ "name": "Slovenia",
+ "code": "si"
+ },
+ "company": "Lehigh Furn Divsn Lehigh",
+ "date": "2015-11-28",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 13,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 60177
+ },
+ {
+ "id": 1163,
+ "name": "Latrice Tolfree",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "United Van Lines Agent",
+ "date": "2018-11-11",
+ "status": "renewal",
+ "verified": false,
+ "activity": 73,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 47198
+ },
+ {
+ "id": 1164,
+ "name": "Kerry Theodorov",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Capitol Reporters",
+ "date": "2016-11-05",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 76,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 71305
+ },
+ {
+ "id": 1165,
+ "name": "Dorthy Hidvegi",
+ "country": {
+ "name": "Poland",
+ "code": "pl"
+ },
+ "company": "Kwik Kopy Printing",
+ "date": "2020-08-13",
+ "status": "qualified",
+ "verified": true,
+ "activity": 60,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 17526
+ },
+ {
+ "id": 1166,
+ "name": "Fannie Lungren",
+ "country": {
+ "name": "Belarus",
+ "code": "by"
+ },
+ "company": "Centro Inc",
+ "date": "2015-07-06",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 24,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 16596
+ },
+ {
+ "id": 1167,
+ "name": "Evangelina Radde",
+ "country": {
+ "name": "Ivory Coast",
+ "code": "ci"
+ },
+ "company": "Campbell, Jan Esq",
+ "date": "2020-02-25",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 93,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 56870
+ },
+ {
+ "id": 1168,
+ "name": "Novella Degroot",
+ "country": {
+ "name": "Slovenia",
+ "code": "si"
+ },
+ "company": "Evans, C Kelly Esq",
+ "date": "2017-12-19",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 30,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 82928
+ },
+ {
+ "id": 1169,
+ "name": "Clay Hoa",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Scat Enterprises",
+ "date": "2016-02-22",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 93,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 64181
+ },
+ {
+ "id": 1170,
+ "name": "Jennifer Fallick",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Nagle, Daniel J Esq",
+ "date": "2016-12-24",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 88,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 30561
+ },
+ {
+ "id": 1171,
+ "name": "Irma Wolfgramm",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Serendiquity Bed & Breakfast",
+ "date": "2020-10-18",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 70,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 24617
+ },
+ {
+ "id": 1172,
+ "name": "Eun Coody",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Ray Carolyne Realty",
+ "date": "2018-02-12",
+ "status": "qualified",
+ "verified": true,
+ "activity": 61,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 77860
+ },
+ {
+ "id": 1173,
+ "name": "Sylvia Cousey",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Berg, Charles E",
+ "date": "2018-06-10",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 91,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 25664
+ },
+ {
+ "id": 1174,
+ "name": "Nana Wrinkles",
+ "country": {
+ "name": "Austria",
+ "code": "at"
+ },
+ "company": "Ray, Milbern D",
+ "date": "2017-04-11",
+ "status": "renewal",
+ "verified": true,
+ "activity": 98,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 98113
+ },
+ {
+ "id": 1175,
+ "name": "Layla Springe",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Chadds Ford Winery",
+ "date": "2019-07-27",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 97,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 14763
+ },
+ {
+ "id": 1176,
+ "name": "Joesph Degonia",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "A R Packaging",
+ "date": "2020-04-23",
+ "status": "renewal",
+ "verified": true,
+ "activity": 56,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 31317
+ },
+ {
+ "id": 1177,
+ "name": "Annabelle Boord",
+ "country": {
+ "name": "Guatemala",
+ "code": "gt"
+ },
+ "company": "Corn Popper",
+ "date": "2020-09-16",
+ "status": "proposal",
+ "verified": true,
+ "activity": 76,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 30883
+ },
+ {
+ "id": 1178,
+ "name": "Stephaine Vinning",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Birite Foodservice Distr",
+ "date": "2016-05-14",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 43,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 93785
+ },
+ {
+ "id": 1179,
+ "name": "Nelida Sawchuk",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Anchorage Museum Of Hist & Art",
+ "date": "2018-06-22",
+ "status": "qualified",
+ "verified": true,
+ "activity": 58,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 68380
+ },
+ {
+ "id": 1180,
+ "name": "Marguerita Hiatt",
+ "country": {
+ "name": "United Kingdom",
+ "code": "gb"
+ },
+ "company": "Haber, George D Md",
+ "date": "2018-10-25",
+ "status": "qualified",
+ "verified": false,
+ "activity": 72,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 93454
+ },
+ {
+ "id": 1181,
+ "name": "Carmela Cookey",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Royal Pontiac Olds Inc",
+ "date": "2018-07-19",
+ "status": "proposal",
+ "verified": false,
+ "activity": 24,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 30570
+ },
+ {
+ "id": 1182,
+ "name": "Junita Brideau",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "Leonards Antiques Inc",
+ "date": "2015-03-15",
+ "status": "proposal",
+ "verified": true,
+ "activity": 86,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 79506
+ },
+ {
+ "id": 1183,
+ "name": "Claribel Varriano",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "Meca",
+ "date": "2017-04-14",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 15,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 8654
+ },
+ {
+ "id": 1184,
+ "name": "Benton Skursky",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Nercon Engineering & Mfg Inc",
+ "date": "2015-02-19",
+ "status": "proposal",
+ "verified": true,
+ "activity": 9,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 13368
+ },
+ {
+ "id": 1185,
+ "name": "Hillary Skulski",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Replica I",
+ "date": "2016-03-25",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 82,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 92631
+ },
+ {
+ "id": 1186,
+ "name": "Merilyn Bayless",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "20 20 Printing Inc",
+ "date": "2020-10-13",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 13,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 4989
+ },
+ {
+ "id": 1187,
+ "name": "Teri Ennaco",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Publishers Group West",
+ "date": "2019-12-21",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 57,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 77668
+ },
+ {
+ "id": 1188,
+ "name": "Merlyn Lawler",
+ "country": {
+ "name": "Germany",
+ "code": "de"
+ },
+ "company": "Nischwitz, Jeffrey L Esq",
+ "date": "2016-02-26",
+ "status": "renewal",
+ "verified": true,
+ "activity": 45,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 3525
+ },
+ {
+ "id": 1189,
+ "name": "Georgene Montezuma",
+ "country": {
+ "name": "Senegal",
+ "code": "sn"
+ },
+ "company": "Payne Blades & Wellborn Pa",
+ "date": "2018-10-11",
+ "status": "new",
+ "verified": true,
+ "activity": 64,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 45838
+ },
+ {
+ "id": 1190,
+ "name": "Jettie Mconnell",
+ "country": {
+ "name": "Denmark",
+ "code": "dk"
+ },
+ "company": "Coldwell Bnkr Wright Real Est",
+ "date": "2015-10-18",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 74,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 49148
+ },
+ {
+ "id": 1191,
+ "name": "Lemuel Latzke",
+ "country": {
+ "name": "Colombia",
+ "code": "co"
+ },
+ "company": "Computer Repair Service",
+ "date": "2016-02-13",
+ "status": "proposal",
+ "verified": false,
+ "activity": 79,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 96709
+ },
+ {
+ "id": 1192,
+ "name": "Melodie Knipp",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "Fleetwood Building Block Inc",
+ "date": "2018-03-08",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 19,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 23253
+ },
+ {
+ "id": 1193,
+ "name": "Candida Corbley",
+ "country": {
+ "name": "Poland",
+ "code": "pl"
+ },
+ "company": "Colts Neck Medical Assocs Inc",
+ "date": "2017-12-02",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 11,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 40836
+ },
+ {
+ "id": 1194,
+ "name": "Karan Karpin",
+ "country": {
+ "name": "Estonia",
+ "code": "ee"
+ },
+ "company": "New England Taxidermy",
+ "date": "2019-01-07",
+ "status": "proposal",
+ "verified": true,
+ "activity": 4,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 60719
+ },
+ {
+ "id": 1195,
+ "name": "Andra Scheyer",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Ludcke, George O Esq",
+ "date": "2016-08-14",
+ "status": "qualified",
+ "verified": true,
+ "activity": 62,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 17419
+ },
+ {
+ "id": 1196,
+ "name": "Felicidad Poullion",
+ "country": {
+ "name": "Greece",
+ "code": "gr"
+ },
+ "company": "Mccorkle, Tom S Esq",
+ "date": "2016-03-05",
+ "status": "renewal",
+ "verified": true,
+ "activity": 64,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 94052
+ },
+ {
+ "id": 1197,
+ "name": "Belen Strassner",
+ "country": {
+ "name": "Ivory Coast",
+ "code": "ci"
+ },
+ "company": "Eagle Software Inc",
+ "date": "2015-12-14",
+ "status": "qualified",
+ "verified": true,
+ "activity": 91,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 54241
+ },
+ {
+ "id": 1198,
+ "name": "Gracia Melnyk",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Juvenile & Adult Super",
+ "date": "2019-06-01",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 40,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 87668
+ },
+ {
+ "id": 1199,
+ "name": "Jolanda Hanafan",
+ "country": {
+ "name": "Cameroon",
+ "code": "cm"
+ },
+ "company": "Perez, Joseph J Esq",
+ "date": "2015-12-09",
+ "status": "qualified",
+ "verified": true,
+ "activity": 27,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 99417
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/customers-medium.json b/apps/showcase/assets/data/demo/customers-medium.json
new file mode 100644
index 00000000000..6ee8be8613f
--- /dev/null
+++ b/apps/showcase/assets/data/demo/customers-medium.json
@@ -0,0 +1,904 @@
+{
+ "data": [
+ {
+ "id": 1000,
+ "name": "James Butt",
+ "country": {
+ "name": "Algeria",
+ "code": "dz"
+ },
+ "company": "Benton, John B Jr",
+ "date": "2015-09-13",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 17,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 70663
+ },
+ {
+ "id": 1001,
+ "name": "Josephine Darakjy",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Chanay, Jeffrey A Esq",
+ "date": "2019-02-09",
+ "status": "proposal",
+ "verified": true,
+ "activity": 0,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 82429
+ },
+ {
+ "id": 1002,
+ "name": "Art Venere",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Chemel, James L Cpa",
+ "date": "2017-05-13",
+ "status": "qualified",
+ "verified": false,
+ "activity": 63,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 28334
+ },
+ {
+ "id": 1003,
+ "name": "Lenna Paprocki",
+ "country": {
+ "name": "Slovenia",
+ "code": "si"
+ },
+ "company": "Feltz Printing Service",
+ "date": "2020-09-15",
+ "status": "new",
+ "verified": false,
+ "activity": 37,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 88521
+ },
+ {
+ "id": 1004,
+ "name": "Donette Foller",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Printing Dimensions",
+ "date": "2016-05-20",
+ "status": "proposal",
+ "verified": true,
+ "activity": 33,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 93905
+ },
+ {
+ "id": 1005,
+ "name": "Simona Morasca",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Chapman, Ross E Esq",
+ "date": "2018-02-16",
+ "status": "qualified",
+ "verified": false,
+ "activity": 68,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 50041
+ },
+ {
+ "id": 1006,
+ "name": "Mitsue Tollner",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Morlong Associates",
+ "date": "2018-02-19",
+ "status": "renewal",
+ "verified": true,
+ "activity": 54,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 58706
+ },
+ {
+ "id": 1007,
+ "name": "Leota Dilliard",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Commercial Press",
+ "date": "2019-08-13",
+ "status": "renewal",
+ "verified": true,
+ "activity": 69,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 26640
+ },
+ {
+ "id": 1008,
+ "name": "Sage Wieser",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Truhlar And Truhlar Attys",
+ "date": "2018-11-21",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 76,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 65369
+ },
+ {
+ "id": 1009,
+ "name": "Kris Marrier",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "King, Christopher A Esq",
+ "date": "2015-07-07",
+ "status": "proposal",
+ "verified": false,
+ "activity": 3,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 63451
+ },
+ {
+ "id": 1010,
+ "name": "Minna Amigon",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Dorl, James J Esq",
+ "date": "2018-11-07",
+ "status": "qualified",
+ "verified": false,
+ "activity": 38,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 71169
+ },
+ {
+ "id": 1011,
+ "name": "Abel Maclead",
+ "country": {
+ "name": "Singapore",
+ "code": "sg"
+ },
+ "company": "Rangoni Of Florence",
+ "date": "2017-03-11",
+ "status": "qualified",
+ "verified": true,
+ "activity": 87,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 96842
+ },
+ {
+ "id": 1012,
+ "name": "Kiley Caldarera",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Feiner Bros",
+ "date": "2015-10-20",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 80,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 92734
+ },
+ {
+ "id": 1013,
+ "name": "Graciela Ruta",
+ "country": {
+ "name": "Chile",
+ "code": "cl"
+ },
+ "company": "Buckley Miller & Wright",
+ "date": "2016-07-25",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 59,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 45250
+ },
+ {
+ "id": 1014,
+ "name": "Cammy Albares",
+ "country": {
+ "name": "Philippines",
+ "code": "ph"
+ },
+ "company": "Rousseaux, Michael Esq",
+ "date": "2019-06-25",
+ "status": "new",
+ "verified": true,
+ "activity": 90,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 30236
+ },
+ {
+ "id": 1015,
+ "name": "Mattie Poquette",
+ "country": {
+ "name": "Venezuela",
+ "code": "ve"
+ },
+ "company": "Century Communications",
+ "date": "2017-12-12",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 52,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 64533
+ },
+ {
+ "id": 1016,
+ "name": "Meaghan Garufi",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Bolton, Wilbur Esq",
+ "date": "2018-07-04",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 31,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 37279
+ },
+ {
+ "id": 1017,
+ "name": "Gladys Rim",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "T M Byxbee Company Pc",
+ "date": "2020-02-27",
+ "status": "renewal",
+ "verified": true,
+ "activity": 48,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 27381
+ },
+ {
+ "id": 1018,
+ "name": "Yuki Whobrey",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Farmers Insurance Group",
+ "date": "2017-12-21",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 16,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 9257
+ },
+ {
+ "id": 1019,
+ "name": "Fletcher Flosi",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Post Box Services Plus",
+ "date": "2016-01-04",
+ "status": "renewal",
+ "verified": true,
+ "activity": 19,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 67783
+ },
+ {
+ "id": 1020,
+ "name": "Bette Nicka",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Sport En Art",
+ "date": "2016-10-21",
+ "status": "renewal",
+ "verified": false,
+ "activity": 100,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 4609
+ },
+ {
+ "id": 1021,
+ "name": "Veronika Inouye",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "C 4 Network Inc",
+ "date": "2017-03-24",
+ "status": "renewal",
+ "verified": false,
+ "activity": 72,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 26565
+ },
+ {
+ "id": 1022,
+ "name": "Willard Kolmetz",
+ "country": {
+ "name": "Tunisia",
+ "code": "tn"
+ },
+ "company": "Ingalls, Donald R Esq",
+ "date": "2017-04-15",
+ "status": "renewal",
+ "verified": true,
+ "activity": 94,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 75876
+ },
+ {
+ "id": 1023,
+ "name": "Maryann Royster",
+ "country": {
+ "name": "Belarus",
+ "code": "by"
+ },
+ "company": "Franklin, Peter L Esq",
+ "date": "2017-03-11",
+ "status": "qualified",
+ "verified": false,
+ "activity": 56,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ },
+ "balance": 41121
+ },
+ {
+ "id": 1024,
+ "name": "Alisha Slusarski",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Wtlz Power 107 Fm",
+ "date": "2018-03-27",
+ "status": "qualified",
+ "verified": true,
+ "activity": 7,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 91691
+ },
+ {
+ "id": 1025,
+ "name": "Allene Iturbide",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Ledecky, David Esq",
+ "date": "2016-02-20",
+ "status": "qualified",
+ "verified": true,
+ "activity": 1,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 40137
+ },
+ {
+ "id": 1026,
+ "name": "Chanel Caudy",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Professional Image Inc",
+ "date": "2018-06-24",
+ "status": "new",
+ "verified": true,
+ "activity": 26,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 21304
+ },
+ {
+ "id": 1027,
+ "name": "Ezekiel Chui",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Sider, Donald C Esq",
+ "date": "2016-09-24",
+ "status": "new",
+ "verified": false,
+ "activity": 76,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 60454
+ },
+ {
+ "id": 1028,
+ "name": "Willow Kusko",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "U Pull It",
+ "date": "2020-04-11",
+ "status": "qualified",
+ "verified": true,
+ "activity": 7,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 17565
+ },
+ {
+ "id": 1029,
+ "name": "Bernardo Figeroa",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Clark, Richard Cpa",
+ "date": "2018-04-11",
+ "status": "renewal",
+ "verified": true,
+ "activity": 81,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 17774
+ },
+ {
+ "id": 1030,
+ "name": "Ammie Corrio",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Moskowitz, Barry S",
+ "date": "2016-06-11",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 56,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 49201
+ },
+ {
+ "id": 1031,
+ "name": "Francine Vocelka",
+ "country": {
+ "name": "Honduras",
+ "code": "hn"
+ },
+ "company": "Cascade Realty Advisors Inc",
+ "date": "2017-08-02",
+ "status": "qualified",
+ "verified": true,
+ "activity": 94,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 67126
+ },
+ {
+ "id": 1032,
+ "name": "Ernie Stenseth",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Knwz Newsradio",
+ "date": "2018-06-06",
+ "status": "renewal",
+ "verified": true,
+ "activity": 68,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 76017
+ },
+ {
+ "id": 1033,
+ "name": "Albina Glick",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Giampetro, Anthony D",
+ "date": "2019-08-08",
+ "status": "proposal",
+ "verified": true,
+ "activity": 85,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 91201
+ },
+ {
+ "id": 1034,
+ "name": "Alishia Sergi",
+ "country": {
+ "name": "Qatar",
+ "code": "qa"
+ },
+ "company": "Milford Enterprises Inc",
+ "date": "2018-05-19",
+ "status": "negotiation",
+ "verified": false,
+ "activity": 46,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ },
+ "balance": 12237
+ },
+ {
+ "id": 1035,
+ "name": "Solange Shinko",
+ "country": {
+ "name": "Cameroon",
+ "code": "cm"
+ },
+ "company": "Mosocco, Ronald A",
+ "date": "2015-02-12",
+ "status": "qualified",
+ "verified": true,
+ "activity": 32,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 34072
+ },
+ {
+ "id": 1036,
+ "name": "Jose Stockham",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Tri State Refueler Co",
+ "date": "2018-04-25",
+ "status": "qualified",
+ "verified": true,
+ "activity": 77,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 94909
+ },
+ {
+ "id": 1037,
+ "name": "Rozella Ostrosky",
+ "country": {
+ "name": "Venezuela",
+ "code": "ve"
+ },
+ "company": "Parkway Company",
+ "date": "2016-02-27",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 66,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 57245
+ },
+ {
+ "id": 1038,
+ "name": "Valentine Gillian",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Fbs Business Finance",
+ "date": "2019-09-17",
+ "status": "qualified",
+ "verified": true,
+ "activity": 25,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ },
+ "balance": 75502
+ },
+ {
+ "id": 1039,
+ "name": "Kati Rulapaugh",
+ "country": {
+ "name": "Puerto Rico",
+ "code": "pr"
+ },
+ "company": "Eder Assocs Consltng Engrs Pc",
+ "date": "2016-12-03",
+ "status": "renewal",
+ "verified": false,
+ "activity": 51,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ },
+ "balance": 82075
+ },
+ {
+ "id": 1040,
+ "name": "Youlanda Schemmer",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Tri M Tool Inc",
+ "date": "2017-12-15",
+ "status": "negotiation",
+ "verified": true,
+ "activity": 49,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 19208
+ },
+ {
+ "id": 1041,
+ "name": "Dyan Oldroyd",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "International Eyelets Inc",
+ "date": "2017-02-02",
+ "status": "qualified",
+ "verified": false,
+ "activity": 5,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 50194
+ },
+ {
+ "id": 1042,
+ "name": "Roxane Campain",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Rapid Trading Intl",
+ "date": "2018-12-25",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 100,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ },
+ "balance": 77714
+ },
+ {
+ "id": 1043,
+ "name": "Lavera Perin",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Abc Enterprises Inc",
+ "date": "2018-04-10",
+ "status": "qualified",
+ "verified": false,
+ "activity": 71,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 35740
+ },
+ {
+ "id": 1044,
+ "name": "Erick Ferencz",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Cindy Turner Associates",
+ "date": "2018-05-06",
+ "status": "unqualified",
+ "verified": true,
+ "activity": 54,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ },
+ "balance": 30790
+ },
+ {
+ "id": 1045,
+ "name": "Fatima Saylors",
+ "country": {
+ "name": "Canada",
+ "code": "ca"
+ },
+ "company": "Stanton, James D Esq",
+ "date": "2019-07-10",
+ "status": "renewal",
+ "verified": true,
+ "activity": 93,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ },
+ "balance": 52343
+ },
+ {
+ "id": 1046,
+ "name": "Jina Briddick",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Grace Pastries Inc",
+ "date": "2018-02-19",
+ "status": "unqualified",
+ "verified": false,
+ "activity": 97,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 53966
+ },
+ {
+ "id": 1047,
+ "name": "Kanisha Waycott",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "Schroer, Gene E Esq",
+ "date": "2019-11-27",
+ "status": "new",
+ "verified": false,
+ "activity": 80,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ },
+ "balance": 9920
+ },
+ {
+ "id": 1048,
+ "name": "Emerson Bowley",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "Knights Inn",
+ "date": "2018-11-24",
+ "status": "new",
+ "verified": false,
+ "activity": 63,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ },
+ "balance": 78069
+ },
+ {
+ "id": 1049,
+ "name": "Blair Malet",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "Bollinger Mach Shp & Shipyard",
+ "date": "2018-04-19",
+ "status": "new",
+ "verified": true,
+ "activity": 92,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ },
+ "balance": 65005
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/customers-small.json b/apps/showcase/assets/data/demo/customers-small.json
new file mode 100644
index 00000000000..2fcd25b78ef
--- /dev/null
+++ b/apps/showcase/assets/data/demo/customers-small.json
@@ -0,0 +1,164 @@
+{
+ "data": [
+ {
+ "id": 1000,
+ "name": "James Butt",
+ "country": {
+ "name": "Algeria",
+ "code": "dz"
+ },
+ "company": "Benton, John B Jr",
+ "date": "2015-09-13",
+ "status": "unqualified",
+ "activity": 17,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1001,
+ "name": "Josephine Darakjy",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Chanay, Jeffrey A Esq",
+ "date": "2019-02-09",
+ "status": "proposal",
+ "activity": 0,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1002,
+ "name": "Art Venere",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Chemel, James L Cpa",
+ "date": "2017-05-13",
+ "status": "qualified",
+ "activity": 63,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1003,
+ "name": "Lenna Paprocki",
+ "country": {
+ "name": "Slovenia",
+ "code": "si"
+ },
+ "company": "Feltz Printing Service",
+ "date": "2020-09-15",
+ "status": "new",
+ "activity": 37,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1004,
+ "name": "Donette Foller",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Printing Dimensions",
+ "date": "2016-05-20",
+ "status": "proposal",
+ "activity": 33,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1005,
+ "name": "Simona Morasca",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Chapman, Ross E Esq",
+ "date": "2018-02-16",
+ "status": "qualified",
+ "activity": 68,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1006,
+ "name": "Mitsue Tollner",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Morlong Associates",
+ "date": "2018-02-19",
+ "status": "renewal",
+ "activity": 54,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1007,
+ "name": "Leota Dilliard",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Commercial Press",
+ "date": "2019-08-13",
+ "status": "renewal",
+ "activity": 69,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1008,
+ "name": "Sage Wieser",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Truhlar And Truhlar Attys",
+ "date": "2018-11-21",
+ "status": "unqualified",
+ "activity": 76,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1009,
+ "name": "Kris Marrier",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "King, Christopher A Esq",
+ "date": "2015-07-07",
+ "status": "proposal",
+ "activity": 3,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/customers-xlarge.json b/apps/showcase/assets/data/demo/customers-xlarge.json
new file mode 100644
index 00000000000..cc760950968
--- /dev/null
+++ b/apps/showcase/assets/data/demo/customers-xlarge.json
@@ -0,0 +1,8004 @@
+{
+ "data": [
+ {
+ "id": 1000,
+ "name": "James Butt",
+ "country": {
+ "name": "Algeria",
+ "code": "dz"
+ },
+ "company": "Benton, John B Jr",
+ "date": "2015-09-13",
+ "status": "unqualified",
+ "activity": 17,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1001,
+ "name": "Josephine Darakjy",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Chanay, Jeffrey A Esq",
+ "date": "2019-02-09",
+ "status": "proposal",
+ "activity": 0,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1002,
+ "name": "Art Venere",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Chemel, James L Cpa",
+ "date": "2017-05-13",
+ "status": "qualified",
+ "activity": 63,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1003,
+ "name": "Lenna Paprocki",
+ "country": {
+ "name": "Slovenia",
+ "code": "si"
+ },
+ "company": "Feltz Printing Service",
+ "date": "2020-09-15",
+ "status": "new",
+ "activity": 37,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1004,
+ "name": "Donette Foller",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Printing Dimensions",
+ "date": "2016-05-20",
+ "status": "proposal",
+ "activity": 33,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1005,
+ "name": "Simona Morasca",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Chapman, Ross E Esq",
+ "date": "2018-02-16",
+ "status": "qualified",
+ "activity": 68,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1006,
+ "name": "Mitsue Tollner",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Morlong Associates",
+ "date": "2018-02-19",
+ "status": "renewal",
+ "activity": 54,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1007,
+ "name": "Leota Dilliard",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Commercial Press",
+ "date": "2019-08-13",
+ "status": "renewal",
+ "activity": 69,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1008,
+ "name": "Sage Wieser",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Truhlar And Truhlar Attys",
+ "date": "2018-11-21",
+ "status": "unqualified",
+ "activity": 76,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1009,
+ "name": "Kris Marrier",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "King, Christopher A Esq",
+ "date": "2015-07-07",
+ "status": "proposal",
+ "activity": 3,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1010,
+ "name": "Minna Amigon",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Dorl, James J Esq",
+ "date": "2018-11-07",
+ "status": "qualified",
+ "activity": 38,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1011,
+ "name": "Abel Maclead",
+ "country": {
+ "name": "Singapore",
+ "code": "sg"
+ },
+ "company": "Rangoni Of Florence",
+ "date": "2017-03-11",
+ "status": "qualified",
+ "activity": 87,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1012,
+ "name": "Kiley Caldarera",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Feiner Bros",
+ "date": "2015-10-20",
+ "status": "unqualified",
+ "activity": 80,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1013,
+ "name": "Graciela Ruta",
+ "country": {
+ "name": "Chile",
+ "code": "cl"
+ },
+ "company": "Buckley Miller \u0026 Wright",
+ "date": "2016-07-25",
+ "status": "negotiation",
+ "activity": 59,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1014,
+ "name": "Cammy Albares",
+ "country": {
+ "name": "Philippines",
+ "code": "ph"
+ },
+ "company": "Rousseaux, Michael Esq",
+ "date": "2019-06-25",
+ "status": "new",
+ "activity": 90,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1015,
+ "name": "Mattie Poquette",
+ "country": {
+ "name": "Venezuela",
+ "code": "ve"
+ },
+ "company": "Century Communications",
+ "date": "2017-12-12",
+ "status": "negotiation",
+ "activity": 52,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1016,
+ "name": "Meaghan Garufi",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Bolton, Wilbur Esq",
+ "date": "2018-07-04",
+ "status": "unqualified",
+ "activity": 31,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1017,
+ "name": "Gladys Rim",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "T M Byxbee Company Pc",
+ "date": "2020-02-27",
+ "status": "renewal",
+ "activity": 48,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1018,
+ "name": "Yuki Whobrey",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Farmers Insurance Group",
+ "date": "2017-12-21",
+ "status": "negotiation",
+ "activity": 16,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1019,
+ "name": "Fletcher Flosi",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Post Box Services Plus",
+ "date": "2016-01-04",
+ "status": "renewal",
+ "activity": 19,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1020,
+ "name": "Bette Nicka",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Sport En Art",
+ "date": "2016-10-21",
+ "status": "renewal",
+ "activity": 100,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1021,
+ "name": "Veronika Inouye",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "C 4 Network Inc",
+ "date": "2017-03-24",
+ "status": "renewal",
+ "activity": 72,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1022,
+ "name": "Willard Kolmetz",
+ "country": {
+ "name": "Tunisia",
+ "code": "tn"
+ },
+ "company": "Ingalls, Donald R Esq",
+ "date": "2017-04-15",
+ "status": "renewal",
+ "activity": 94,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1023,
+ "name": "Maryann Royster",
+ "country": {
+ "name": "Belarus",
+ "code": "by"
+ },
+ "company": "Franklin, Peter L Esq",
+ "date": "2017-03-11",
+ "status": "qualified",
+ "activity": 56,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1024,
+ "name": "Alisha Slusarski",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Wtlz Power 107 Fm",
+ "date": "2018-03-27",
+ "status": "qualified",
+ "activity": 7,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1025,
+ "name": "Allene Iturbide",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Ledecky, David Esq",
+ "date": "2016-02-20",
+ "status": "qualified",
+ "activity": 1,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1026,
+ "name": "Chanel Caudy",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Professional Image Inc",
+ "date": "2018-06-24",
+ "status": "new",
+ "activity": 26,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1027,
+ "name": "Ezekiel Chui",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Sider, Donald C Esq",
+ "date": "2016-09-24",
+ "status": "new",
+ "activity": 76,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1028,
+ "name": "Willow Kusko",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "U Pull It",
+ "date": "2020-04-11",
+ "status": "qualified",
+ "activity": 7,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1029,
+ "name": "Bernardo Figeroa",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Clark, Richard Cpa",
+ "date": "2018-04-11",
+ "status": "renewal",
+ "activity": 81,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1030,
+ "name": "Ammie Corrio",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Moskowitz, Barry S",
+ "date": "2016-06-11",
+ "status": "negotiation",
+ "activity": 56,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1031,
+ "name": "Francine Vocelka",
+ "country": {
+ "name": "Honduras",
+ "code": "hn"
+ },
+ "company": "Cascade Realty Advisors Inc",
+ "date": "2017-08-02",
+ "status": "qualified",
+ "activity": 94,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1032,
+ "name": "Ernie Stenseth",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Knwz Newsradio",
+ "date": "2018-06-06",
+ "status": "renewal",
+ "activity": 68,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1033,
+ "name": "Albina Glick",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Giampetro, Anthony D",
+ "date": "2019-08-08",
+ "status": "proposal",
+ "activity": 85,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1034,
+ "name": "Alishia Sergi",
+ "country": {
+ "name": "Qatar",
+ "code": "qa"
+ },
+ "company": "Milford Enterprises Inc",
+ "date": "2018-05-19",
+ "status": "negotiation",
+ "activity": 46,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1035,
+ "name": "Solange Shinko",
+ "country": {
+ "name": "Cameroon",
+ "code": "cm"
+ },
+ "company": "Mosocco, Ronald A",
+ "date": "2015-02-12",
+ "status": "qualified",
+ "activity": 32,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1036,
+ "name": "Jose Stockham",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Tri State Refueler Co",
+ "date": "2018-04-25",
+ "status": "qualified",
+ "activity": 77,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1037,
+ "name": "Rozella Ostrosky",
+ "country": {
+ "name": "Venezuela",
+ "code": "ve"
+ },
+ "company": "Parkway Company",
+ "date": "2016-02-27",
+ "status": "unqualified",
+ "activity": 66,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1038,
+ "name": "Valentine Gillian",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Fbs Business Finance",
+ "date": "2019-09-17",
+ "status": "qualified",
+ "activity": 25,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1039,
+ "name": "Kati Rulapaugh",
+ "country": {
+ "name": "Puerto Rico",
+ "code": "pr"
+ },
+ "company": "Eder Assocs Consltng Engrs Pc",
+ "date": "2016-12-03",
+ "status": "renewal",
+ "activity": 51,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1040,
+ "name": "Youlanda Schemmer",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Tri M Tool Inc",
+ "date": "2017-12-15",
+ "status": "negotiation",
+ "activity": 49,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1041,
+ "name": "Dyan Oldroyd",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "International Eyelets Inc",
+ "date": "2017-02-02",
+ "status": "qualified",
+ "activity": 5,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1042,
+ "name": "Roxane Campain",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Rapid Trading Intl",
+ "date": "2018-12-25",
+ "status": "unqualified",
+ "activity": 100,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1043,
+ "name": "Lavera Perin",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Abc Enterprises Inc",
+ "date": "2018-04-10",
+ "status": "qualified",
+ "activity": 71,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1044,
+ "name": "Erick Ferencz",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Cindy Turner Associates",
+ "date": "2018-05-06",
+ "status": "unqualified",
+ "activity": 54,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1045,
+ "name": "Fatima Saylors",
+ "country": {
+ "name": "Canada",
+ "code": "ca"
+ },
+ "company": "Stanton, James D Esq",
+ "date": "2019-07-10",
+ "status": "renewal",
+ "activity": 93,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1046,
+ "name": "Jina Briddick",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Grace Pastries Inc",
+ "date": "2018-02-19",
+ "status": "unqualified",
+ "activity": 97,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1047,
+ "name": "Kanisha Waycott",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "Schroer, Gene E Esq",
+ "date": "2019-11-27",
+ "status": "new",
+ "activity": 80,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1048,
+ "name": "Emerson Bowley",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "Knights Inn",
+ "date": "2018-11-24",
+ "status": "new",
+ "activity": 63,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1049,
+ "name": "Blair Malet",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "Bollinger Mach Shp \u0026 Shipyard",
+ "date": "2018-04-19",
+ "status": "new",
+ "activity": 92,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1050,
+ "name": "Brock Bolognia",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Orinda News",
+ "date": "2019-09-06",
+ "status": "renewal",
+ "activity": 72,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1051,
+ "name": "Lorrie Nestle",
+ "country": {
+ "name": "Germany",
+ "code": "de"
+ },
+ "company": "Ballard Spahr Andrews",
+ "date": "2018-04-26",
+ "status": "renewal",
+ "activity": 36,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1052,
+ "name": "Sabra Uyetake",
+ "country": {
+ "name": "Peru",
+ "code": "pe"
+ },
+ "company": "Lowy Limousine Service",
+ "date": "2018-04-12",
+ "status": "new",
+ "activity": 31,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1053,
+ "name": "Marjory Mastella",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Vicon Corporation",
+ "date": "2018-01-24",
+ "status": "negotiation",
+ "activity": 89,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1054,
+ "name": "Karl Klonowski",
+ "country": {
+ "name": "Saudi Arabia",
+ "code": "sa"
+ },
+ "company": "Rossi, Michael M",
+ "date": "2017-04-17",
+ "status": "unqualified",
+ "activity": 27,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1055,
+ "name": "Tonette Wenner",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Northwest Publishing",
+ "date": "2019-04-14",
+ "status": "qualified",
+ "activity": 27,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1056,
+ "name": "Amber Monarrez",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "Branford Wire \u0026 Mfg Co",
+ "date": "2019-09-09",
+ "status": "new",
+ "activity": 79,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1057,
+ "name": "Shenika Seewald",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "East Coast Marketing",
+ "date": "2017-02-18",
+ "status": "renewal",
+ "activity": 39,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1058,
+ "name": "Delmy Ahle",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Wye Technologies Inc",
+ "date": "2020-10-05",
+ "status": "unqualified",
+ "activity": 55,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1059,
+ "name": "Deeanna Juhas",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "Healy, George W Iv",
+ "date": "2018-09-28",
+ "status": "negotiation",
+ "activity": 79,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1060,
+ "name": "Blondell Pugh",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Alpenlite Inc",
+ "date": "2016-06-16",
+ "status": "renewal",
+ "activity": 49,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1061,
+ "name": "Jamal Vanausdal",
+ "country": {
+ "name": "Morocco",
+ "code": "ma"
+ },
+ "company": "Hubbard, Bruce Esq",
+ "date": "2017-05-25",
+ "status": "proposal",
+ "activity": 87,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1062,
+ "name": "Cecily Hollack",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Arthur A Oliver \u0026 Son Inc",
+ "date": "2020-05-09",
+ "status": "negotiation",
+ "activity": 5,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1063,
+ "name": "Carmelina Lindall",
+ "country": {
+ "name": "Puerto Rico",
+ "code": "pr"
+ },
+ "company": "George Jessop Carter Jewelers",
+ "date": "2019-09-07",
+ "status": "qualified",
+ "activity": 77,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1064,
+ "name": "Maurine Yglesias",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Schultz, Thomas C Md",
+ "date": "2015-08-10",
+ "status": "renewal",
+ "activity": 94,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1065,
+ "name": "Tawna Buvens",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "H H H Enterprises Inc",
+ "date": "2018-03-20",
+ "status": "new",
+ "activity": 25,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1066,
+ "name": "Penney Weight",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Hawaiian King Hotel",
+ "date": "2020-03-03",
+ "status": "qualified",
+ "activity": 96,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1067,
+ "name": "Elly Morocco",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Killion Industries",
+ "date": "2018-09-18",
+ "status": "qualified",
+ "activity": 38,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1068,
+ "name": "Ilene Eroman",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Robinson, William J Esq",
+ "date": "2019-06-08",
+ "status": "new",
+ "activity": 49,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1069,
+ "name": "Vallie Mondella",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Private Properties",
+ "date": "2018-12-06",
+ "status": "new",
+ "activity": 16,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1070,
+ "name": "Kallie Blackwood",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Rowley Schlimgen Inc",
+ "date": "2017-04-05",
+ "status": "unqualified",
+ "activity": 25,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1071,
+ "name": "Johnetta Abdallah",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Forging Specialties",
+ "date": "2015-02-02",
+ "status": "new",
+ "activity": 16,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1072,
+ "name": "Bobbye Rhym",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Smits, Patricia Garity",
+ "date": "2018-08-17",
+ "status": "qualified",
+ "activity": 85,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1073,
+ "name": "Micaela Rhymes",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "H Lee Leonard Attorney At Law",
+ "date": "2018-09-08",
+ "status": "renewal",
+ "activity": 92,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1074,
+ "name": "Tamar Hoogland",
+ "country": {
+ "name": "Guatemala",
+ "code": "gt"
+ },
+ "company": "A K Construction Co",
+ "date": "2018-11-13",
+ "status": "proposal",
+ "activity": 22,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1075,
+ "name": "Moon Parlato",
+ "country": {
+ "name": "Czech Republic",
+ "code": "cz"
+ },
+ "company": "Ambelang, Jessica M Md",
+ "date": "2019-08-18",
+ "status": "renewal",
+ "activity": 64,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1076,
+ "name": "Laurel Reitler",
+ "country": {
+ "name": "United Kingdom",
+ "code": "gb"
+ },
+ "company": "Q A Service",
+ "date": "2015-04-02",
+ "status": "negotiation",
+ "activity": 80,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1077,
+ "name": "Delisa Crupi",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Wood \u0026 Whitacre Contractors",
+ "date": "2017-09-15",
+ "status": "unqualified",
+ "activity": 70,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1078,
+ "name": "Viva Toelkes",
+ "country": {
+ "name": "United States",
+ "code": "us"
+ },
+ "company": "Mark Iv Press Ltd",
+ "date": "2017-03-27",
+ "status": "qualified",
+ "activity": 16,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1079,
+ "name": "Elza Lipke",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Museum Of Science \u0026 Industry",
+ "date": "2017-06-01",
+ "status": "proposal",
+ "activity": 90,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1080,
+ "name": "Devorah Chickering",
+ "country": {
+ "name": "Spain",
+ "code": "es"
+ },
+ "company": "Garrison Ind",
+ "date": "2017-03-14",
+ "status": "proposal",
+ "activity": 96,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1081,
+ "name": "Timothy Mulqueen",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Saronix Nymph Products",
+ "date": "2018-07-09",
+ "status": "renewal",
+ "activity": 77,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1082,
+ "name": "Arlette Honeywell",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Smc Inc",
+ "date": "2018-09-11",
+ "status": "proposal",
+ "activity": 46,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1083,
+ "name": "Dominque Dickerson",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "E A I Electronic Assocs Inc",
+ "date": "2017-11-12",
+ "status": "qualified",
+ "activity": 83,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1084,
+ "name": "Lettie Isenhower",
+ "country": {
+ "name": "Canada",
+ "code": "ca"
+ },
+ "company": "Conte, Christopher A Esq",
+ "date": "2016-03-01",
+ "status": "qualified",
+ "activity": 83,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1085,
+ "name": "Myra Munns",
+ "country": {
+ "name": "Lithuania",
+ "code": "lt"
+ },
+ "company": "Anker Law Office",
+ "date": "2016-05-21",
+ "status": "unqualified",
+ "activity": 49,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1086,
+ "name": "Stephaine Barfield",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Beutelschies \u0026 Company",
+ "date": "2016-01-22",
+ "status": "new",
+ "activity": 34,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1087,
+ "name": "Lai Gato",
+ "country": {
+ "name": "Nigeria",
+ "code": "ng"
+ },
+ "company": "Fligg, Kenneth I Jr",
+ "date": "2016-07-26",
+ "status": "unqualified",
+ "activity": 64,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1088,
+ "name": "Stephen Emigh",
+ "country": {
+ "name": "Cuba",
+ "code": "cu"
+ },
+ "company": "Sharp, J Daniel Esq",
+ "date": "2020-07-24",
+ "status": "renewal",
+ "activity": 51,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1089,
+ "name": "Tyra Shields",
+ "country": {
+ "name": "Honduras",
+ "code": "hn"
+ },
+ "company": "Assink, Anne H Esq",
+ "date": "2019-11-10",
+ "status": "negotiation",
+ "activity": 11,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1090,
+ "name": "Tammara Wardrip",
+ "country": {
+ "name": "Saudi Arabia",
+ "code": "sa"
+ },
+ "company": "Jewel My Shop Inc",
+ "date": "2016-06-05",
+ "status": "renewal",
+ "activity": 64,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1091,
+ "name": "Cory Gibes",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Chinese Translation Resources",
+ "date": "2016-02-28",
+ "status": "new",
+ "activity": 44,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1092,
+ "name": "Danica Bruschke",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Stevens, Charles T",
+ "date": "2018-12-13",
+ "status": "unqualified",
+ "activity": 62,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1093,
+ "name": "Wilda Giguere",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Mclaughlin, Luther W Cpa",
+ "date": "2017-06-16",
+ "status": "new",
+ "activity": 79,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1094,
+ "name": "Elvera Benimadho",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Tree Musketeers",
+ "date": "2019-02-17",
+ "status": "proposal",
+ "activity": 50,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1095,
+ "name": "Carma Vanheusen",
+ "country": {
+ "name": "Turkey",
+ "code": "tr"
+ },
+ "company": "Springfield Div Oh Edison Co",
+ "date": "2019-11-26",
+ "status": "renewal",
+ "activity": 84,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1096,
+ "name": "Malinda Hochard",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Logan Memorial Hospital",
+ "date": "2016-07-06",
+ "status": "new",
+ "activity": 88,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1097,
+ "name": "Natalie Fern",
+ "country": {
+ "name": "Canada",
+ "code": "ca"
+ },
+ "company": "Kelly, Charles G Esq",
+ "date": "2019-10-02",
+ "status": "proposal",
+ "activity": 44,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1098,
+ "name": "Lisha Centini",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Industrial Paper Shredders Inc",
+ "date": "2018-07-05",
+ "status": "new",
+ "activity": 7,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1099,
+ "name": "Arlene Klusman",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "Beck Horizon Builders",
+ "date": "2018-05-14",
+ "status": "proposal",
+ "activity": 99,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1100,
+ "name": "Alease Buemi",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Porto Cayo At Hawks Cay",
+ "date": "2018-03-14",
+ "status": "unqualified",
+ "activity": 0,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1101,
+ "name": "Louisa Cronauer",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Pacific Grove Museum Ntrl Hist",
+ "date": "2018-09-23",
+ "status": "qualified",
+ "activity": 3,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1102,
+ "name": "Angella Cetta",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Bender \u0026 Hatley Pc",
+ "date": "2018-04-10",
+ "status": "qualified",
+ "activity": 88,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1103,
+ "name": "Cyndy Goldammer",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Di Cristina J \u0026 Son",
+ "date": "2017-09-18",
+ "status": "unqualified",
+ "activity": 92,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1104,
+ "name": "Rosio Cork",
+ "country": {
+ "name": "Singapore",
+ "code": "sg"
+ },
+ "company": "Green Goddess",
+ "date": "2017-08-19",
+ "status": "negotiation",
+ "activity": 19,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1105,
+ "name": "Celeste Korando",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "American Arts \u0026 Graphics",
+ "date": "2020-06-18",
+ "status": "proposal",
+ "activity": 21,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1106,
+ "name": "Twana Felger",
+ "country": {
+ "name": "Croatia",
+ "code": "hr"
+ },
+ "company": "Opryland Hotel",
+ "date": "2016-11-18",
+ "status": "negotiation",
+ "activity": 97,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1107,
+ "name": "Estrella Samu",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Marking Devices Pubg Co",
+ "date": "2017-06-25",
+ "status": "unqualified",
+ "activity": 27,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1108,
+ "name": "Donte Kines",
+ "country": {
+ "name": "Slovakia",
+ "code": "sk"
+ },
+ "company": "W Tc Industries Inc",
+ "date": "2019-02-16",
+ "status": "new",
+ "activity": 35,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1109,
+ "name": "Tiffiny Steffensmeier",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Whitehall Robbins Labs Divsn",
+ "date": "2018-03-11",
+ "status": "new",
+ "activity": 81,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1110,
+ "name": "Edna Miceli",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Sampler",
+ "date": "2017-10-15",
+ "status": "renewal",
+ "activity": 54,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1111,
+ "name": "Sue Kownacki",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "Juno Chefs Incorporated",
+ "date": "2017-03-17",
+ "status": "proposal",
+ "activity": 31,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1112,
+ "name": "Jesusa Shin",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Carroccio, A Thomas Esq",
+ "date": "2017-04-06",
+ "status": "renewal",
+ "activity": 28,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1113,
+ "name": "Rolland Francescon",
+ "country": {
+ "name": "United Kingdom",
+ "code": "gb"
+ },
+ "company": "Stanley, Richard L Esq",
+ "date": "2019-02-03",
+ "status": "qualified",
+ "activity": 45,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1114,
+ "name": "Pamella Schmierer",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "K Cs Cstm Mouldings Windows",
+ "date": "2016-09-22",
+ "status": "unqualified",
+ "activity": 34,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1115,
+ "name": "Glory Kulzer",
+ "country": {
+ "name": "Croatia",
+ "code": "hr"
+ },
+ "company": "Comfort Inn",
+ "date": "2017-09-27",
+ "status": "unqualified",
+ "activity": 36,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1116,
+ "name": "Shawna Palaspas",
+ "country": {
+ "name": "Estonia",
+ "code": "ee"
+ },
+ "company": "Windsor, James L Esq",
+ "date": "2017-06-25",
+ "status": "unqualified",
+ "activity": 69,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1117,
+ "name": "Brandon Callaro",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Jackson Shields Yeiser",
+ "date": "2016-07-13",
+ "status": "proposal",
+ "activity": 55,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1118,
+ "name": "Scarlet Cartan",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Box, J Calvin Esq",
+ "date": "2018-09-13",
+ "status": "renewal",
+ "activity": 1,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1119,
+ "name": "Oretha Menter",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Custom Engineering Inc",
+ "date": "2017-09-11",
+ "status": "renewal",
+ "activity": 8,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1120,
+ "name": "Ty Smith",
+ "country": {
+ "name": "United States",
+ "code": "us"
+ },
+ "company": "Bresler Eitel Framg Gllry Ltd",
+ "date": "2019-07-06",
+ "status": "unqualified",
+ "activity": 50,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1121,
+ "name": "Xuan Rochin",
+ "country": {
+ "name": "Colombia",
+ "code": "co"
+ },
+ "company": "Carol, Drake Sparks Esq",
+ "date": "2018-05-22",
+ "status": "proposal",
+ "activity": 77,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1122,
+ "name": "Lindsey Dilello",
+ "country": {
+ "name": "Austria",
+ "code": "at"
+ },
+ "company": "Biltmore Investors Bank",
+ "date": "2017-07-18",
+ "status": "renewal",
+ "activity": 65,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1123,
+ "name": "Devora Perez",
+ "country": {
+ "name": "Uruguay",
+ "code": "uy"
+ },
+ "company": "Desco Equipment Corp",
+ "date": "2017-10-09",
+ "status": "unqualified",
+ "activity": 30,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1124,
+ "name": "Herman Demesa",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Merlin Electric Co",
+ "date": "2019-05-23",
+ "status": "proposal",
+ "activity": 10,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1125,
+ "name": "Rory Papasergi",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Bailey Cntl Co Div Babcock",
+ "date": "2019-03-02",
+ "status": "qualified",
+ "activity": 22,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1126,
+ "name": "Talia Riopelle",
+ "country": {
+ "name": "Guatemala",
+ "code": "gt"
+ },
+ "company": "Ford Brothers Wholesale Inc",
+ "date": "2017-02-18",
+ "status": "new",
+ "activity": 69,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1127,
+ "name": "Van Shire",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Cambridge Inn",
+ "date": "2020-05-12",
+ "status": "new",
+ "activity": 4,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1128,
+ "name": "Lucina Lary",
+ "country": {
+ "name": "Switzerland",
+ "code": "ch"
+ },
+ "company": "Matricciani, Albert J Jr",
+ "date": "2019-11-20",
+ "status": "negotiation",
+ "activity": 11,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1129,
+ "name": "Bok Isaacs",
+ "country": {
+ "name": "Chile",
+ "code": "cl"
+ },
+ "company": "Nelson Hawaiian Ltd",
+ "date": "2016-11-10",
+ "status": "proposal",
+ "activity": 41,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1130,
+ "name": "Rolande Spickerman",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Neland Travel Agency",
+ "date": "2016-07-11",
+ "status": "renewal",
+ "activity": 84,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1131,
+ "name": "Howard Paulas",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "Asendorf, J Alan Esq",
+ "date": "2017-07-17",
+ "status": "negotiation",
+ "activity": 22,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1132,
+ "name": "Kimbery Madarang",
+ "country": {
+ "name": "Senegal",
+ "code": "sn"
+ },
+ "company": "Silberman, Arthur L Esq",
+ "date": "2018-08-19",
+ "status": "negotiation",
+ "activity": 63,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1133,
+ "name": "Thurman Manno",
+ "country": {
+ "name": "Colombia",
+ "code": "co"
+ },
+ "company": "Honey Bee Breeding Genetics \u0026",
+ "date": "2016-05-02",
+ "status": "qualified",
+ "activity": 47,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1134,
+ "name": "Becky Mirafuentes",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Wells Kravitz Schnitzer",
+ "date": "2018-04-13",
+ "status": "unqualified",
+ "activity": 62,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1135,
+ "name": "Beatriz Corrington",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Prohab Rehabilitation Servs",
+ "date": "2020-01-04",
+ "status": "renewal",
+ "activity": 55,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1136,
+ "name": "Marti Maybury",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Eldridge, Kristin K Esq",
+ "date": "2016-02-05",
+ "status": "unqualified",
+ "activity": 3,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1137,
+ "name": "Nieves Gotter",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Vlahos, John J Esq",
+ "date": "2017-03-12",
+ "status": "proposal",
+ "activity": 3,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1138,
+ "name": "Leatha Hagele",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Ninas Indian Grs \u0026 Videos",
+ "date": "2019-03-27",
+ "status": "unqualified",
+ "activity": 67,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1139,
+ "name": "Valentin Klimek",
+ "country": {
+ "name": "Ivory Coast",
+ "code": "ci"
+ },
+ "company": "Schmid, Gayanne K Esq",
+ "date": "2019-08-06",
+ "status": "unqualified",
+ "activity": 14,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1140,
+ "name": "Melissa Wiklund",
+ "country": {
+ "name": "Japan",
+ "code": "jp"
+ },
+ "company": "Moapa Valley Federal Credit Un",
+ "date": "2018-03-20",
+ "status": "qualified",
+ "activity": 8,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1141,
+ "name": "Sheridan Zane",
+ "country": {
+ "name": "Croatia",
+ "code": "hr"
+ },
+ "company": "Kentucky Tennessee Clay Co",
+ "date": "2016-02-15",
+ "status": "qualified",
+ "activity": 17,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1142,
+ "name": "Bulah Padilla",
+ "country": {
+ "name": "Philippines",
+ "code": "ph"
+ },
+ "company": "Admiral Party Rentals \u0026 Sales",
+ "date": "2016-02-10",
+ "status": "proposal",
+ "activity": 58,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1143,
+ "name": "Audra Kohnert",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Nelson, Karolyn King Esq",
+ "date": "2019-07-16",
+ "status": "unqualified",
+ "activity": 82,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1144,
+ "name": "Daren Weirather",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Panasystems",
+ "date": "2015-07-23",
+ "status": "negotiation",
+ "activity": 96,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1145,
+ "name": "Fernanda Jillson",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Shank, Edward L Esq",
+ "date": "2017-07-02",
+ "status": "unqualified",
+ "activity": 92,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1146,
+ "name": "Gearldine Gellinger",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Megibow \u0026 Edwards",
+ "date": "2019-08-17",
+ "status": "proposal",
+ "activity": 18,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1147,
+ "name": "Chau Kitzman",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Benoff, Edward Esq",
+ "date": "2019-07-04",
+ "status": "new",
+ "activity": 9,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1148,
+ "name": "Theola Frey",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Woodbridge Free Public Library",
+ "date": "2020-03-14",
+ "status": "unqualified",
+ "activity": 44,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1149,
+ "name": "Cheryl Haroldson",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "New York Life John Thune",
+ "date": "2018-04-03",
+ "status": "new",
+ "activity": 55,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1150,
+ "name": "Laticia Merced",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Alinabal Inc",
+ "date": "2017-03-04",
+ "status": "unqualified",
+ "activity": 21,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1151,
+ "name": "Carissa Batman",
+ "country": {
+ "name": "Greece",
+ "code": "gr"
+ },
+ "company": "Poletto, Kim David Esq",
+ "date": "2016-05-05",
+ "status": "negotiation",
+ "activity": 91,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1152,
+ "name": "Lezlie Craghead",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Chang, Carolyn Esq",
+ "date": "2019-05-28",
+ "status": "renewal",
+ "activity": 30,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1153,
+ "name": "Ozell Shealy",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Silver Bros Inc",
+ "date": "2016-08-19",
+ "status": "proposal",
+ "activity": 14,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1154,
+ "name": "Arminda Parvis",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "Newtec Inc",
+ "date": "2020-02-09",
+ "status": "proposal",
+ "activity": 77,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1155,
+ "name": "Reita Leto",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Creative Business Systems",
+ "date": "2020-04-03",
+ "status": "unqualified",
+ "activity": 58,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1156,
+ "name": "Yolando Luczki",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Dal Tile Corporation",
+ "date": "2015-01-27",
+ "status": "renewal",
+ "activity": 78,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1157,
+ "name": "Lizette Stem",
+ "country": {
+ "name": "Slovakia",
+ "code": "sk"
+ },
+ "company": "Edward S Katz",
+ "date": "2018-08-06",
+ "status": "new",
+ "activity": 67,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1158,
+ "name": "Gregoria Pawlowicz",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Oh My Goodknits Inc",
+ "date": "2020-02-20",
+ "status": "renewal",
+ "activity": 29,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1159,
+ "name": "Carin Deleo",
+ "country": {
+ "name": "China",
+ "code": "cn"
+ },
+ "company": "Redeker, Debbie",
+ "date": "2015-05-28",
+ "status": "qualified",
+ "activity": 13,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1160,
+ "name": "Chantell Maynerich",
+ "country": {
+ "name": "Estonia",
+ "code": "ee"
+ },
+ "company": "Desert Sands Motel",
+ "date": "2016-09-05",
+ "status": "unqualified",
+ "activity": 75,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1161,
+ "name": "Dierdre Yum",
+ "country": {
+ "name": "Czech Republic",
+ "code": "cz"
+ },
+ "company": "Cummins Southern Plains Inc",
+ "date": "2016-12-20",
+ "status": "negotiation",
+ "activity": 1,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1162,
+ "name": "Larae Gudroe",
+ "country": {
+ "name": "Slovenia",
+ "code": "si"
+ },
+ "company": "Lehigh Furn Divsn Lehigh",
+ "date": "2015-11-28",
+ "status": "unqualified",
+ "activity": 13,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1163,
+ "name": "Latrice Tolfree",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "United Van Lines Agent",
+ "date": "2018-11-11",
+ "status": "renewal",
+ "activity": 73,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1164,
+ "name": "Kerry Theodorov",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Capitol Reporters",
+ "date": "2016-11-05",
+ "status": "unqualified",
+ "activity": 76,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1165,
+ "name": "Dorthy Hidvegi",
+ "country": {
+ "name": "Poland",
+ "code": "pl"
+ },
+ "company": "Kwik Kopy Printing",
+ "date": "2020-08-13",
+ "status": "qualified",
+ "activity": 60,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1166,
+ "name": "Fannie Lungren",
+ "country": {
+ "name": "Belarus",
+ "code": "by"
+ },
+ "company": "Centro Inc",
+ "date": "2015-07-06",
+ "status": "negotiation",
+ "activity": 24,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1167,
+ "name": "Evangelina Radde",
+ "country": {
+ "name": "Ivory Coast",
+ "code": "ci"
+ },
+ "company": "Campbell, Jan Esq",
+ "date": "2020-02-25",
+ "status": "unqualified",
+ "activity": 93,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1168,
+ "name": "Novella Degroot",
+ "country": {
+ "name": "Slovenia",
+ "code": "si"
+ },
+ "company": "Evans, C Kelly Esq",
+ "date": "2017-12-19",
+ "status": "unqualified",
+ "activity": 30,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1169,
+ "name": "Clay Hoa",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Scat Enterprises",
+ "date": "2016-02-22",
+ "status": "negotiation",
+ "activity": 93,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1170,
+ "name": "Jennifer Fallick",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Nagle, Daniel J Esq",
+ "date": "2016-12-24",
+ "status": "unqualified",
+ "activity": 88,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1171,
+ "name": "Irma Wolfgramm",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Serendiquity Bed \u0026 Breakfast",
+ "date": "2020-10-18",
+ "status": "negotiation",
+ "activity": 70,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1172,
+ "name": "Eun Coody",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Ray Carolyne Realty",
+ "date": "2018-02-12",
+ "status": "qualified",
+ "activity": 61,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1173,
+ "name": "Sylvia Cousey",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Berg, Charles E",
+ "date": "2018-06-10",
+ "status": "unqualified",
+ "activity": 91,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1174,
+ "name": "Nana Wrinkles",
+ "country": {
+ "name": "Austria",
+ "code": "at"
+ },
+ "company": "Ray, Milbern D",
+ "date": "2017-04-11",
+ "status": "renewal",
+ "activity": 98,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1175,
+ "name": "Layla Springe",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Chadds Ford Winery",
+ "date": "2019-07-27",
+ "status": "unqualified",
+ "activity": 97,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1176,
+ "name": "Joesph Degonia",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "A R Packaging",
+ "date": "2020-04-23",
+ "status": "renewal",
+ "activity": 56,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1177,
+ "name": "Annabelle Boord",
+ "country": {
+ "name": "Guatemala",
+ "code": "gt"
+ },
+ "company": "Corn Popper",
+ "date": "2020-09-16",
+ "status": "proposal",
+ "activity": 76,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1178,
+ "name": "Stephaine Vinning",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Birite Foodservice Distr",
+ "date": "2016-05-14",
+ "status": "negotiation",
+ "activity": 43,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1179,
+ "name": "Nelida Sawchuk",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Anchorage Museum Of Hist \u0026 Art",
+ "date": "2018-06-22",
+ "status": "qualified",
+ "activity": 58,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1180,
+ "name": "Marguerita Hiatt",
+ "country": {
+ "name": "United Kingdom",
+ "code": "gb"
+ },
+ "company": "Haber, George D Md",
+ "date": "2018-10-25",
+ "status": "qualified",
+ "activity": 72,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1181,
+ "name": "Carmela Cookey",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Royal Pontiac Olds Inc",
+ "date": "2018-07-19",
+ "status": "proposal",
+ "activity": 24,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1182,
+ "name": "Junita Brideau",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "Leonards Antiques Inc",
+ "date": "2015-03-15",
+ "status": "proposal",
+ "activity": 86,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1183,
+ "name": "Claribel Varriano",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "Meca",
+ "date": "2017-04-14",
+ "status": "unqualified",
+ "activity": 15,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1184,
+ "name": "Benton Skursky",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Nercon Engineering \u0026 Mfg Inc",
+ "date": "2015-02-19",
+ "status": "proposal",
+ "activity": 9,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1185,
+ "name": "Hillary Skulski",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Replica I",
+ "date": "2016-03-25",
+ "status": "unqualified",
+ "activity": 82,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1186,
+ "name": "Merilyn Bayless",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "20 20 Printing Inc",
+ "date": "2020-10-13",
+ "status": "unqualified",
+ "activity": 13,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1187,
+ "name": "Teri Ennaco",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Publishers Group West",
+ "date": "2019-12-21",
+ "status": "unqualified",
+ "activity": 57,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1188,
+ "name": "Merlyn Lawler",
+ "country": {
+ "name": "Germany",
+ "code": "de"
+ },
+ "company": "Nischwitz, Jeffrey L Esq",
+ "date": "2016-02-26",
+ "status": "renewal",
+ "activity": 45,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1189,
+ "name": "Georgene Montezuma",
+ "country": {
+ "name": "Senegal",
+ "code": "sn"
+ },
+ "company": "Payne Blades \u0026 Wellborn Pa",
+ "date": "2018-10-11",
+ "status": "new",
+ "activity": 64,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1190,
+ "name": "Jettie Mconnell",
+ "country": {
+ "name": "Denmark",
+ "code": "dk"
+ },
+ "company": "Coldwell Bnkr Wright Real Est",
+ "date": "2015-10-18",
+ "status": "negotiation",
+ "activity": 74,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1191,
+ "name": "Lemuel Latzke",
+ "country": {
+ "name": "Colombia",
+ "code": "co"
+ },
+ "company": "Computer Repair Service",
+ "date": "2016-02-13",
+ "status": "proposal",
+ "activity": 79,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1192,
+ "name": "Melodie Knipp",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "Fleetwood Building Block Inc",
+ "date": "2018-03-08",
+ "status": "negotiation",
+ "activity": 19,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1193,
+ "name": "Candida Corbley",
+ "country": {
+ "name": "Poland",
+ "code": "pl"
+ },
+ "company": "Colts Neck Medical Assocs Inc",
+ "date": "2017-12-02",
+ "status": "negotiation",
+ "activity": 11,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1194,
+ "name": "Karan Karpin",
+ "country": {
+ "name": "Estonia",
+ "code": "ee"
+ },
+ "company": "New England Taxidermy",
+ "date": "2019-01-07",
+ "status": "proposal",
+ "activity": 4,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1195,
+ "name": "Andra Scheyer",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Ludcke, George O Esq",
+ "date": "2016-08-14",
+ "status": "qualified",
+ "activity": 62,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1196,
+ "name": "Felicidad Poullion",
+ "country": {
+ "name": "Greece",
+ "code": "gr"
+ },
+ "company": "Mccorkle, Tom S Esq",
+ "date": "2016-03-05",
+ "status": "renewal",
+ "activity": 64,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1197,
+ "name": "Belen Strassner",
+ "country": {
+ "name": "Ivory Coast",
+ "code": "ci"
+ },
+ "company": "Eagle Software Inc",
+ "date": "2015-12-14",
+ "status": "qualified",
+ "activity": 91,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1198,
+ "name": "Gracia Melnyk",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Juvenile \u0026 Adult Super",
+ "date": "2019-06-01",
+ "status": "unqualified",
+ "activity": 40,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1199,
+ "name": "Jolanda Hanafan",
+ "country": {
+ "name": "Cameroon",
+ "code": "cm"
+ },
+ "company": "Perez, Joseph J Esq",
+ "date": "2015-12-09",
+ "status": "qualified",
+ "activity": 27,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1200,
+ "name": "Barrett Toyama",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Case Foundation Co",
+ "date": "2019-08-16",
+ "status": "new",
+ "activity": 82,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1201,
+ "name": "Helga Fredicks",
+ "country": {
+ "name": "Guatemala",
+ "code": "gt"
+ },
+ "company": "Eis Environmental Engrs Inc",
+ "date": "2018-06-20",
+ "status": "new",
+ "activity": 33,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1202,
+ "name": "Ashlyn Pinilla",
+ "country": {
+ "name": "Japan",
+ "code": "jp"
+ },
+ "company": "Art Crafters",
+ "date": "2018-04-11",
+ "status": "unqualified",
+ "activity": 5,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1203,
+ "name": "Fausto Agramonte",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Marriott Hotels Resorts Suites",
+ "date": "2019-06-25",
+ "status": "new",
+ "activity": 22,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1204,
+ "name": "Ronny Caiafa",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Remaco Inc",
+ "date": "2020-07-21",
+ "status": "new",
+ "activity": 61,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1205,
+ "name": "Marge Limmel",
+ "country": {
+ "name": "Cameroon",
+ "code": "cm"
+ },
+ "company": "Bjork, Robert D Jr",
+ "date": "2015-03-12",
+ "status": "unqualified",
+ "activity": 90,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1206,
+ "name": "Norah Waymire",
+ "country": {
+ "name": "United States",
+ "code": "us"
+ },
+ "company": "Carmichael, Jeffery L Esq",
+ "date": "2019-06-11",
+ "status": "renewal",
+ "activity": 48,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1207,
+ "name": "Aliza Baltimore",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Andrews, J Robert Esq",
+ "date": "2020-11-25",
+ "status": "unqualified",
+ "activity": 59,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1208,
+ "name": "Mozell Pelkowski",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Winship \u0026 Byrne",
+ "date": "2018-04-13",
+ "status": "unqualified",
+ "activity": 94,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1209,
+ "name": "Viola Bitsuie",
+ "country": {
+ "name": "Denmark",
+ "code": "dk"
+ },
+ "company": "Burton \u0026 Davis",
+ "date": "2018-07-07",
+ "status": "new",
+ "activity": 94,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1210,
+ "name": "Franklyn Emard",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Olympic Graphic Arts",
+ "date": "2018-02-25",
+ "status": "qualified",
+ "activity": 95,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1211,
+ "name": "Willodean Konopacki",
+ "country": {
+ "name": "Hong Kong",
+ "code": "hk"
+ },
+ "company": "Magnuson",
+ "date": "2017-10-03",
+ "status": "renewal",
+ "activity": 20,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1212,
+ "name": "Beckie Silvestrini",
+ "country": {
+ "name": "Poland",
+ "code": "pl"
+ },
+ "company": "A All American Travel Inc",
+ "date": "2016-11-26",
+ "status": "renewal",
+ "activity": 81,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1213,
+ "name": "Rebecka Gesick",
+ "country": {
+ "name": "Philippines",
+ "code": "ph"
+ },
+ "company": "Polykote Inc",
+ "date": "2019-06-22",
+ "status": "renewal",
+ "activity": 45,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1214,
+ "name": "Frederica Blunk",
+ "country": {
+ "name": "Lithuania",
+ "code": "lt"
+ },
+ "company": "Jets Cybernetics",
+ "date": "2019-06-07",
+ "status": "renewal",
+ "activity": 56,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1215,
+ "name": "Glen Bartolet",
+ "country": {
+ "name": "Germany",
+ "code": "de"
+ },
+ "company": "Metlab Testing Services",
+ "date": "2015-02-13",
+ "status": "proposal",
+ "activity": 99,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1216,
+ "name": "Freeman Gochal",
+ "country": {
+ "name": "Slovenia",
+ "code": "si"
+ },
+ "company": "Kellermann, William T Esq",
+ "date": "2019-08-27",
+ "status": "negotiation",
+ "activity": 2,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1217,
+ "name": "Vincent Meinerding",
+ "country": {
+ "name": "United States",
+ "code": "us"
+ },
+ "company": "Arturi, Peter D Esq",
+ "date": "2018-06-18",
+ "status": "new",
+ "activity": 58,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1218,
+ "name": "Rima Bevelacqua",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Mcauley Mfg Co",
+ "date": "2019-05-18",
+ "status": "new",
+ "activity": 31,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1219,
+ "name": "Glendora Sarbacher",
+ "country": {
+ "name": "Lithuania",
+ "code": "lt"
+ },
+ "company": "Defur Voran Hanley Radcliff",
+ "date": "2018-04-21",
+ "status": "new",
+ "activity": 79,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1220,
+ "name": "Avery Steier",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Dill Dill Carr \u0026 Stonbraker Pc",
+ "date": "2017-07-27",
+ "status": "proposal",
+ "activity": 63,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1221,
+ "name": "Cristy Lother",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Kleensteel",
+ "date": "2018-05-19",
+ "status": "renewal",
+ "activity": 55,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1222,
+ "name": "Nicolette Brossart",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Goulds Pumps Inc Slurry Pump",
+ "date": "2015-05-26",
+ "status": "new",
+ "activity": 25,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1223,
+ "name": "Tracey Modzelewski",
+ "country": {
+ "name": "Denmark",
+ "code": "dk"
+ },
+ "company": "Kansas City Insurance Report",
+ "date": "2019-07-02",
+ "status": "renewal",
+ "activity": 4,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1224,
+ "name": "Virgina Tegarden",
+ "country": {
+ "name": "Cameroon",
+ "code": "cm"
+ },
+ "company": "Berhanu International Foods",
+ "date": "2017-10-09",
+ "status": "qualified",
+ "activity": 62,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1225,
+ "name": "Tiera Frankel",
+ "country": {
+ "name": "India",
+ "code": "in"
+ },
+ "company": "Roland Ashcroft",
+ "date": "2018-03-27",
+ "status": "unqualified",
+ "activity": 90,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1226,
+ "name": "Alaine Bergesen",
+ "country": {
+ "name": "Peru",
+ "code": "pe"
+ },
+ "company": "Hispanic Magazine",
+ "date": "2017-08-10",
+ "status": "qualified",
+ "activity": 34,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1227,
+ "name": "Earleen Mai",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Little Sheet Metal Co",
+ "date": "2016-06-22",
+ "status": "proposal",
+ "activity": 38,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1228,
+ "name": "Leonida Gobern",
+ "country": {
+ "name": "Cuba",
+ "code": "cu"
+ },
+ "company": "Holmes, Armstead J Esq",
+ "date": "2020-02-24",
+ "status": "renewal",
+ "activity": 96,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1229,
+ "name": "Ressie Auffrey",
+ "country": {
+ "name": "Japan",
+ "code": "jp"
+ },
+ "company": "Faw, James C Cpa",
+ "date": "2016-10-21",
+ "status": "negotiation",
+ "activity": 28,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1230,
+ "name": "Justine Mugnolo",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Evans Rule Company",
+ "date": "2016-02-21",
+ "status": "negotiation",
+ "activity": 83,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1231,
+ "name": "Eladia Saulter",
+ "country": {
+ "name": "Switzerland",
+ "code": "ch"
+ },
+ "company": "Tyee Productions Inc",
+ "date": "2016-03-10",
+ "status": "new",
+ "activity": 16,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1232,
+ "name": "Chaya Malvin",
+ "country": {
+ "name": "Cuba",
+ "code": "cu"
+ },
+ "company": "Dunnells \u0026 Duvall",
+ "date": "2016-07-22",
+ "status": "renewal",
+ "activity": 12,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1233,
+ "name": "Gwenn Suffield",
+ "country": {
+ "name": "Austria",
+ "code": "at"
+ },
+ "company": "Deltam Systems Inc",
+ "date": "2019-06-23",
+ "status": "qualified",
+ "activity": 67,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1234,
+ "name": "Salena Karpel",
+ "country": {
+ "name": "Puerto Rico",
+ "code": "pr"
+ },
+ "company": "Hammill Mfg Co",
+ "date": "2016-08-02",
+ "status": "renewal",
+ "activity": 0,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1235,
+ "name": "Yoko Fishburne",
+ "country": {
+ "name": "Croatia",
+ "code": "hr"
+ },
+ "company": "Sams Corner Store",
+ "date": "2017-08-06",
+ "status": "unqualified",
+ "activity": 73,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1236,
+ "name": "Taryn Moyd",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Siskin, Mark J Esq",
+ "date": "2016-12-18",
+ "status": "negotiation",
+ "activity": 57,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1237,
+ "name": "Katina Polidori",
+ "country": {
+ "name": "Nigeria",
+ "code": "ng"
+ },
+ "company": "Cape \u0026 Associates Real Estate",
+ "date": "2016-08-25",
+ "status": "unqualified",
+ "activity": 37,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1238,
+ "name": "Rickie Plumer",
+ "country": {
+ "name": "Turkey",
+ "code": "tr"
+ },
+ "company": "Merrill Lynch",
+ "date": "2018-11-04",
+ "status": "unqualified",
+ "activity": 71,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1239,
+ "name": "Alex Loader",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Sublett, Scott Esq",
+ "date": "2016-01-07",
+ "status": "unqualified",
+ "activity": 22,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1240,
+ "name": "Lashon Vizarro",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "Sentry Signs",
+ "date": "2019-08-02",
+ "status": "negotiation",
+ "activity": 46,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1241,
+ "name": "Lauran Burnard",
+ "country": {
+ "name": "Czech Republic",
+ "code": "cz"
+ },
+ "company": "Professionals Unlimited",
+ "date": "2016-04-27",
+ "status": "renewal",
+ "activity": 30,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1242,
+ "name": "Ceola Setter",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Southern Steel Shelving Co",
+ "date": "2017-05-13",
+ "status": "qualified",
+ "activity": 43,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1243,
+ "name": "My Rantanen",
+ "country": {
+ "name": "Philippines",
+ "code": "ph"
+ },
+ "company": "Bosco, Paul J",
+ "date": "2017-09-11",
+ "status": "proposal",
+ "activity": 60,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1244,
+ "name": "Lorrine Worlds",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Longo, Nicholas J Esq",
+ "date": "2018-05-10",
+ "status": "renewal",
+ "activity": 51,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1245,
+ "name": "Peggie Sturiale",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Henry County Middle School",
+ "date": "2019-11-03",
+ "status": "renewal",
+ "activity": 41,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1246,
+ "name": "Marvel Raymo",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Edison Supply \u0026 Equipment Co",
+ "date": "2016-03-08",
+ "status": "renewal",
+ "activity": 9,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1247,
+ "name": "Daron Dinos",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Wolf, Warren R Esq",
+ "date": "2016-03-25",
+ "status": "unqualified",
+ "activity": 30,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1248,
+ "name": "An Fritz",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Linguistic Systems Inc",
+ "date": "2017-08-04",
+ "status": "proposal",
+ "activity": 86,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1249,
+ "name": "Portia Stimmel",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Peace Christian Center",
+ "date": "2020-01-13",
+ "status": "qualified",
+ "activity": 30,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1250,
+ "name": "Rhea Aredondo",
+ "country": {
+ "name": "Greece",
+ "code": "gr"
+ },
+ "company": "Double B Foods Inc",
+ "date": "2016-06-19",
+ "status": "qualified",
+ "activity": 68,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1251,
+ "name": "Benedict Sama",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Alexander \u0026 Alexander Inc",
+ "date": "2018-08-18",
+ "status": "negotiation",
+ "activity": 79,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1252,
+ "name": "Alyce Arias",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Fairbanks Scales",
+ "date": "2018-09-14",
+ "status": "new",
+ "activity": 77,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1253,
+ "name": "Heike Berganza",
+ "country": {
+ "name": "Bulgaria",
+ "code": "bg"
+ },
+ "company": "Cali Sportswear Cutting Dept",
+ "date": "2019-01-21",
+ "status": "unqualified",
+ "activity": 95,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1254,
+ "name": "Carey Dopico",
+ "country": {
+ "name": "Saudi Arabia",
+ "code": "sa"
+ },
+ "company": "Garofani, John Esq",
+ "date": "2020-05-25",
+ "status": "negotiation",
+ "activity": 35,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1255,
+ "name": "Dottie Hellickson",
+ "country": {
+ "name": "Chile",
+ "code": "cl"
+ },
+ "company": "Thompson Fabricating Co",
+ "date": "2016-02-12",
+ "status": "qualified",
+ "activity": 7,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1256,
+ "name": "Deandrea Hughey",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Century 21 Krall Real Estate",
+ "date": "2018-09-26",
+ "status": "unqualified",
+ "activity": 96,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1257,
+ "name": "Kimberlie Duenas",
+ "country": {
+ "name": "Bulgaria",
+ "code": "bg"
+ },
+ "company": "Mid Contntl Rlty \u0026 Prop Mgmt",
+ "date": "2015-07-27",
+ "status": "qualified",
+ "activity": 96,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1258,
+ "name": "Martina Staback",
+ "country": {
+ "name": "Luxembourg",
+ "code": "lu"
+ },
+ "company": "Ace Signs Inc",
+ "date": "2017-02-14",
+ "status": "new",
+ "activity": 47,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1259,
+ "name": "Skye Fillingim",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Rodeway Inn",
+ "date": "2017-02-12",
+ "status": "new",
+ "activity": 86,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1260,
+ "name": "Jade Farrar",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Bonnet \u0026 Daughter",
+ "date": "2017-02-23",
+ "status": "new",
+ "activity": 73,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1261,
+ "name": "Charlene Hamilton",
+ "country": {
+ "name": "India",
+ "code": "in"
+ },
+ "company": "Oshins \u0026 Gibbons",
+ "date": "2017-09-23",
+ "status": "unqualified",
+ "activity": 32,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1262,
+ "name": "Geoffrey Acey",
+ "country": {
+ "name": "Hong Kong",
+ "code": "hk"
+ },
+ "company": "Price Business Services",
+ "date": "2019-10-11",
+ "status": "proposal",
+ "activity": 98,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1263,
+ "name": "Stevie Westerbeck",
+ "country": {
+ "name": "Lithuania",
+ "code": "lt"
+ },
+ "company": "Wise, Dennis W Md",
+ "date": "2017-08-01",
+ "status": "renewal",
+ "activity": 57,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1264,
+ "name": "Pamella Fortino",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Super 8 Motel",
+ "date": "2018-09-03",
+ "status": "new",
+ "activity": 100,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1265,
+ "name": "Harrison Haufler",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "John Wagner Associates",
+ "date": "2016-08-25",
+ "status": "qualified",
+ "activity": 85,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1266,
+ "name": "Johnna Engelberg",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Thrifty Oil Co",
+ "date": "2019-06-02",
+ "status": "renewal",
+ "activity": 1,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1267,
+ "name": "Buddy Cloney",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Larkfield Photo",
+ "date": "2020-05-14",
+ "status": "qualified",
+ "activity": 9,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1268,
+ "name": "Dalene Riden",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Silverman Planetarium",
+ "date": "2019-08-23",
+ "status": "renewal",
+ "activity": 31,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1269,
+ "name": "Jerry Zurcher",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "J \u0026 F Lumber",
+ "date": "2015-05-11",
+ "status": "renewal",
+ "activity": 52,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1270,
+ "name": "Haydee Denooyer",
+ "country": {
+ "name": "Ivory Coast",
+ "code": "ci"
+ },
+ "company": "Cleaning Station Inc",
+ "date": "2016-04-17",
+ "status": "qualified",
+ "activity": 80,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1271,
+ "name": "Joseph Cryer",
+ "country": {
+ "name": "Philippines",
+ "code": "ph"
+ },
+ "company": "Ames Stationers",
+ "date": "2019-11-26",
+ "status": "qualified",
+ "activity": 53,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1272,
+ "name": "Deonna Kippley",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Midas Muffler Shops",
+ "date": "2017-08-26",
+ "status": "qualified",
+ "activity": 52,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1273,
+ "name": "Raymon Calvaresi",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Seaboard Securities Inc",
+ "date": "2017-07-09",
+ "status": "qualified",
+ "activity": 45,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1274,
+ "name": "Alecia Bubash",
+ "country": {
+ "name": "Poland",
+ "code": "pl"
+ },
+ "company": "Petersen, James E Esq",
+ "date": "2016-05-19",
+ "status": "new",
+ "activity": 28,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1275,
+ "name": "Ma Layous",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Development Authority",
+ "date": "2016-02-11",
+ "status": "qualified",
+ "activity": 2,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1276,
+ "name": "Detra Coyier",
+ "country": {
+ "name": "Ivory Coast",
+ "code": "ci"
+ },
+ "company": "Schott Fiber Optics Inc",
+ "date": "2019-06-05",
+ "status": "proposal",
+ "activity": 95,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1277,
+ "name": "Terrilyn Rodeigues",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Stuart J Agins",
+ "date": "2016-08-04",
+ "status": "renewal",
+ "activity": 35,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1278,
+ "name": "Salome Lacovara",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Mitsumi Electronics Corp",
+ "date": "2015-06-05",
+ "status": "unqualified",
+ "activity": 78,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1279,
+ "name": "Garry Keetch",
+ "country": {
+ "name": "Luxembourg",
+ "code": "lu"
+ },
+ "company": "Italian Express Franchise Corp",
+ "date": "2015-06-20",
+ "status": "unqualified",
+ "activity": 86,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1280,
+ "name": "Matthew Neither",
+ "country": {
+ "name": "United Kingdom",
+ "code": "gb"
+ },
+ "company": "American Council On Sci \u0026 Hlth",
+ "date": "2018-06-24",
+ "status": "qualified",
+ "activity": 4,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1281,
+ "name": "Theodora Restrepo",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Kleri, Patricia S Esq",
+ "date": "2017-08-15",
+ "status": "renewal",
+ "activity": 66,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1282,
+ "name": "Noah Kalafatis",
+ "country": {
+ "name": "Saudi Arabia",
+ "code": "sa"
+ },
+ "company": "Twiggs Abrams Blanchard",
+ "date": "2020-06-24",
+ "status": "negotiation",
+ "activity": 35,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1283,
+ "name": "Carmen Sweigard",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Maui Research \u0026 Technology Pk",
+ "date": "2019-08-08",
+ "status": "new",
+ "activity": 96,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1284,
+ "name": "Lavonda Hengel",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Bradley Nameplate Corp",
+ "date": "2019-10-25",
+ "status": "negotiation",
+ "activity": 48,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1285,
+ "name": "Junita Stoltzman",
+ "country": {
+ "name": "Turkey",
+ "code": "tr"
+ },
+ "company": "Geonex Martel Inc",
+ "date": "2015-03-19",
+ "status": "proposal",
+ "activity": 64,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1286,
+ "name": "Herminia Nicolozakes",
+ "country": {
+ "name": "Venezuela",
+ "code": "ve"
+ },
+ "company": "Sea Island Div Of Fstr Ind Inc",
+ "date": "2019-09-09",
+ "status": "negotiation",
+ "activity": 0,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1287,
+ "name": "Casie Good",
+ "country": {
+ "name": "Japan",
+ "code": "jp"
+ },
+ "company": "Papay, Debbie J Esq",
+ "date": "2016-11-27",
+ "status": "new",
+ "activity": 87,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1288,
+ "name": "Reena Maisto",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Lane Promotions",
+ "date": "2016-08-22",
+ "status": "new",
+ "activity": 16,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1289,
+ "name": "Mirta Mallett",
+ "country": {
+ "name": "Singapore",
+ "code": "sg"
+ },
+ "company": "Stephen Kennerly Archts Inc Pc",
+ "date": "2017-11-27",
+ "status": "renewal",
+ "activity": 14,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1290,
+ "name": "Cathrine Pontoriero",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "Business Systems Of Wis Inc",
+ "date": "2020-02-07",
+ "status": "negotiation",
+ "activity": 58,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1291,
+ "name": "Filiberto Tawil",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Flash, Elena Salerno Esq",
+ "date": "2018-01-28",
+ "status": "proposal",
+ "activity": 0,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1292,
+ "name": "Raul Upthegrove",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Neeley, Gregory W Esq",
+ "date": "2019-11-16",
+ "status": "renewal",
+ "activity": 59,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1293,
+ "name": "Sarah Candlish",
+ "country": {
+ "name": "Hong Kong",
+ "code": "hk"
+ },
+ "company": "Alabama Educational Tv Comm",
+ "date": "2019-06-09",
+ "status": "proposal",
+ "activity": 30,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1294,
+ "name": "Lucy Treston",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "Franz Inc",
+ "date": "2017-02-07",
+ "status": "proposal",
+ "activity": 59,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1295,
+ "name": "Judy Aquas",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Plantation Restaurant",
+ "date": "2020-09-14",
+ "status": "renewal",
+ "activity": 86,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1296,
+ "name": "Yvonne Tjepkema",
+ "country": {
+ "name": "United Kingdom",
+ "code": "gb"
+ },
+ "company": "Radio Communications Co",
+ "date": "2017-01-06",
+ "status": "renewal",
+ "activity": 33,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1297,
+ "name": "Kayleigh Lace",
+ "country": {
+ "name": "Denmark",
+ "code": "dk"
+ },
+ "company": "Dentalaw Divsn Hlth Care",
+ "date": "2019-11-04",
+ "status": "negotiation",
+ "activity": 70,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1298,
+ "name": "Felix Hirpara",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "American Speedy Printing Ctrs",
+ "date": "2015-03-13",
+ "status": "new",
+ "activity": 8,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1299,
+ "name": "Tresa Sweely",
+ "country": {
+ "name": "Germany",
+ "code": "de"
+ },
+ "company": "Grayson, Grant S Esq",
+ "date": "2019-12-22",
+ "status": "proposal",
+ "activity": 22,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1300,
+ "name": "Kristeen Turinetti",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Jeanerette Middle School",
+ "date": "2017-09-28",
+ "status": "new",
+ "activity": 67,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1301,
+ "name": "Jenelle Regusters",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Haavisto, Brian F Esq",
+ "date": "2019-07-27",
+ "status": "qualified",
+ "activity": 13,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1302,
+ "name": "Renea Monterrubio",
+ "country": {
+ "name": "Greece",
+ "code": "gr"
+ },
+ "company": "Wmmt Radio Station",
+ "date": "2016-03-28",
+ "status": "proposal",
+ "activity": 73,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1303,
+ "name": "Olive Matuszak",
+ "country": {
+ "name": "Germany",
+ "code": "de"
+ },
+ "company": "Colony Paints Sales Ofc \u0026 Plnt",
+ "date": "2018-04-15",
+ "status": "unqualified",
+ "activity": 70,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1304,
+ "name": "Ligia Reiber",
+ "country": {
+ "name": "Cameroon",
+ "code": "cm"
+ },
+ "company": "Floral Expressions",
+ "date": "2017-02-02",
+ "status": "negotiation",
+ "activity": 51,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1305,
+ "name": "Christiane Eschberger",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Casco Services Inc",
+ "date": "2018-03-27",
+ "status": "unqualified",
+ "activity": 81,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1306,
+ "name": "Goldie Schirpke",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Reuter, Arthur C Jr",
+ "date": "2015-04-21",
+ "status": "renewal",
+ "activity": 8,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1307,
+ "name": "Loreta Timenez",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Kaminski, Katherine Andritsaki",
+ "date": "2015-07-17",
+ "status": "proposal",
+ "activity": 29,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1308,
+ "name": "Fabiola Hauenstein",
+ "country": {
+ "name": "Czech Republic",
+ "code": "cz"
+ },
+ "company": "Sidewinder Products Corp",
+ "date": "2015-12-12",
+ "status": "renewal",
+ "activity": 42,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1309,
+ "name": "Amie Perigo",
+ "country": {
+ "name": "Russia",
+ "code": "ru"
+ },
+ "company": "General Foam Corporation",
+ "date": "2016-06-13",
+ "status": "new",
+ "activity": 55,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1310,
+ "name": "Raina Brachle",
+ "country": {
+ "name": "Greece",
+ "code": "gr"
+ },
+ "company": "Ikg Borden Divsn Harsco Corp",
+ "date": "2016-11-28",
+ "status": "negotiation",
+ "activity": 12,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1311,
+ "name": "Erinn Canlas",
+ "country": {
+ "name": "United Kingdom",
+ "code": "gb"
+ },
+ "company": "Anchor Computer Inc",
+ "date": "2018-12-08",
+ "status": "proposal",
+ "activity": 89,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1312,
+ "name": "Cherry Lietz",
+ "country": {
+ "name": "Bulgaria",
+ "code": "bg"
+ },
+ "company": "Sebring \u0026 Co",
+ "date": "2017-11-04",
+ "status": "qualified",
+ "activity": 22,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1313,
+ "name": "Kattie Vonasek",
+ "country": {
+ "name": "Austria",
+ "code": "at"
+ },
+ "company": "H A C Farm Lines Co Optv Assoc",
+ "date": "2017-02-17",
+ "status": "proposal",
+ "activity": 58,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1314,
+ "name": "Lilli Scriven",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Hunter, John J Esq",
+ "date": "2017-04-15",
+ "status": "qualified",
+ "activity": 79,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1315,
+ "name": "Whitley Tomasulo",
+ "country": {
+ "name": "Qatar",
+ "code": "qa"
+ },
+ "company": "Freehold Fence Co",
+ "date": "2017-11-16",
+ "status": "qualified",
+ "activity": 6,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1316,
+ "name": "Barbra Adkin",
+ "country": {
+ "name": "Nigeria",
+ "code": "ng"
+ },
+ "company": "Binswanger",
+ "date": "2019-07-24",
+ "status": "qualified",
+ "activity": 64,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1317,
+ "name": "Hermila Thyberg",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Chilton Malting Co",
+ "date": "2016-11-05",
+ "status": "qualified",
+ "activity": 57,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1318,
+ "name": "Jesusita Flister",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Schoen, Edward J Jr",
+ "date": "2017-03-03",
+ "status": "proposal",
+ "activity": 29,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1319,
+ "name": "Caitlin Julia",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Helderman, Seymour Cpa",
+ "date": "2018-03-13",
+ "status": "renewal",
+ "activity": 19,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1320,
+ "name": "Roosevelt Hoffis",
+ "country": {
+ "name": "Puerto Rico",
+ "code": "pr"
+ },
+ "company": "Denbrook, Myron",
+ "date": "2019-04-14",
+ "status": "new",
+ "activity": 49,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1321,
+ "name": "Helaine Halter",
+ "country": {
+ "name": "Estonia",
+ "code": "ee"
+ },
+ "company": "Lippitt, Mike",
+ "date": "2019-09-28",
+ "status": "renewal",
+ "activity": 62,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1322,
+ "name": "Lorean Martabano",
+ "country": {
+ "name": "Slovakia",
+ "code": "sk"
+ },
+ "company": "Hiram, Hogg P Esq",
+ "date": "2017-03-23",
+ "status": "negotiation",
+ "activity": 8,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1323,
+ "name": "France Buzick",
+ "country": {
+ "name": "Nigeria",
+ "code": "ng"
+ },
+ "company": "In Travel Agency",
+ "date": "2016-12-14",
+ "status": "renewal",
+ "activity": 22,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1324,
+ "name": "Justine Ferrario",
+ "country": {
+ "name": "Ukraine",
+ "code": "ua"
+ },
+ "company": "Newhart Foods Inc",
+ "date": "2015-09-07",
+ "status": "unqualified",
+ "activity": 7,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1325,
+ "name": "Adelina Nabours",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Courtyard By Marriott",
+ "date": "2018-05-26",
+ "status": "renewal",
+ "activity": 59,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1326,
+ "name": "Derick Dhamer",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Studer, Eugene A Esq",
+ "date": "2020-07-04",
+ "status": "new",
+ "activity": 72,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1327,
+ "name": "Jerry Dallen",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Seashore Supply Co Waretown",
+ "date": "2015-10-23",
+ "status": "renewal",
+ "activity": 21,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1328,
+ "name": "Leota Ragel",
+ "country": {
+ "name": "Qatar",
+ "code": "qa"
+ },
+ "company": "Mayar Silk Inc",
+ "date": "2019-06-15",
+ "status": "negotiation",
+ "activity": 74,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1329,
+ "name": "Jutta Amyot",
+ "country": {
+ "name": "Cameroon",
+ "code": "cm"
+ },
+ "company": "National Medical Excess Corp",
+ "date": "2019-09-01",
+ "status": "proposal",
+ "activity": 8,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1330,
+ "name": "Aja Gehrett",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "Stero Company",
+ "date": "2018-01-28",
+ "status": "qualified",
+ "activity": 46,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1331,
+ "name": "Kirk Herritt",
+ "country": {
+ "name": "Morocco",
+ "code": "ma"
+ },
+ "company": "Hasting, H Duane Esq",
+ "date": "2018-10-24",
+ "status": "renewal",
+ "activity": 2,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1332,
+ "name": "Leonora Mauson",
+ "country": {
+ "name": "Hong Kong",
+ "code": "hk"
+ },
+ "company": "Insty Prints",
+ "date": "2019-02-02",
+ "status": "proposal",
+ "activity": 8,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1333,
+ "name": "Winfred Brucato",
+ "country": {
+ "name": "Austria",
+ "code": "at"
+ },
+ "company": "Glenridge Manor Mobile Home Pk",
+ "date": "2019-08-16",
+ "status": "renewal",
+ "activity": 8,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1334,
+ "name": "Tarra Nachor",
+ "country": {
+ "name": "Panama",
+ "code": "pa"
+ },
+ "company": "Circuit Solution Inc",
+ "date": "2019-07-10",
+ "status": "proposal",
+ "activity": 88,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1335,
+ "name": "Corinne Loder",
+ "country": {
+ "name": "Brazil",
+ "code": "br"
+ },
+ "company": "Local Office",
+ "date": "2016-05-21",
+ "status": "proposal",
+ "activity": 85,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1336,
+ "name": "Dulce Labreche",
+ "country": {
+ "name": "South Africa",
+ "code": "za"
+ },
+ "company": "Lee Kilkelly Paulson \u0026 Kabaker",
+ "date": "2019-11-10",
+ "status": "qualified",
+ "activity": 24,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1337,
+ "name": "Kate Keneipp",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Davis, Maxon R Esq",
+ "date": "2019-06-20",
+ "status": "proposal",
+ "activity": 44,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1338,
+ "name": "Kaitlyn Ogg",
+ "country": {
+ "name": "Tunisia",
+ "code": "tn"
+ },
+ "company": "Garrison, Paul E Esq",
+ "date": "2019-08-01",
+ "status": "proposal",
+ "activity": 91,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1339,
+ "name": "Sherita Saras",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Black History Resource Center",
+ "date": "2017-06-09",
+ "status": "unqualified",
+ "activity": 79,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1340,
+ "name": "Lashawnda Stuer",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "Rodriguez, J Christopher Esq",
+ "date": "2018-01-08",
+ "status": "negotiation",
+ "activity": 6,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1341,
+ "name": "Ernest Syrop",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "Grant Family Health Center",
+ "date": "2016-10-06",
+ "status": "unqualified",
+ "activity": 90,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1342,
+ "name": "Nobuko Halsey",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Goeman Wood Products Inc",
+ "date": "2019-01-02",
+ "status": "unqualified",
+ "activity": 72,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1343,
+ "name": "Lavonna Wolny",
+ "country": {
+ "name": "Czech Republic",
+ "code": "cz"
+ },
+ "company": "Linhares, Kenneth A Esq",
+ "date": "2019-03-09",
+ "status": "negotiation",
+ "activity": 77,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1344,
+ "name": "Lashaunda Lizama",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "Earnhardt Printing",
+ "date": "2016-02-16",
+ "status": "negotiation",
+ "activity": 76,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1345,
+ "name": "Mariann Bilden",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "H P G Industrys Inc",
+ "date": "2019-12-15",
+ "status": "proposal",
+ "activity": 20,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1346,
+ "name": "Helene Rodenberger",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Bailey Transportation Prod Inc",
+ "date": "2016-09-22",
+ "status": "unqualified",
+ "activity": 26,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1347,
+ "name": "Roselle Estell",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Mcglynn Bliss Pc",
+ "date": "2016-11-25",
+ "status": "negotiation",
+ "activity": 80,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1348,
+ "name": "Samira Heintzman",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Mutual Fish Co",
+ "date": "2019-11-26",
+ "status": "qualified",
+ "activity": 70,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1349,
+ "name": "Margart Meisel",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Yeates, Arthur L Aia",
+ "date": "2019-10-27",
+ "status": "negotiation",
+ "activity": 77,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1350,
+ "name": "Kristofer Bennick",
+ "country": {
+ "name": "Tunisia",
+ "code": "tn"
+ },
+ "company": "Logan, Ronald J Esq",
+ "date": "2016-02-13",
+ "status": "proposal",
+ "activity": 5,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1351,
+ "name": "Weldon Acuff",
+ "country": {
+ "name": "Estonia",
+ "code": "ee"
+ },
+ "company": "Advantage Martgage Company",
+ "date": "2019-10-22",
+ "status": "qualified",
+ "activity": 38,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1352,
+ "name": "Shalon Shadrick",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Germer And Gertz Llp",
+ "date": "2015-01-03",
+ "status": "proposal",
+ "activity": 66,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1353,
+ "name": "Denise Patak",
+ "country": {
+ "name": "Uruguay",
+ "code": "uy"
+ },
+ "company": "Spence Law Offices",
+ "date": "2016-11-03",
+ "status": "qualified",
+ "activity": 77,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1354,
+ "name": "Louvenia Beech",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "John Ortiz Nts Therapy Center",
+ "date": "2016-04-11",
+ "status": "renewal",
+ "activity": 62,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1355,
+ "name": "Audry Yaw",
+ "country": {
+ "name": "Portugal",
+ "code": "pt"
+ },
+ "company": "Mike Uchrin Htg \u0026 Air Cond Inc",
+ "date": "2017-11-22",
+ "status": "unqualified",
+ "activity": 12,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1356,
+ "name": "Kristel Ehmann",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Mccoy, Joy Reynolds Esq",
+ "date": "2016-06-23",
+ "status": "new",
+ "activity": 67,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1357,
+ "name": "Vincenza Zepp",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Kbor 1600 Am",
+ "date": "2016-01-04",
+ "status": "qualified",
+ "activity": 25,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1358,
+ "name": "Elouise Gwalthney",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "Quality Inn Northwest",
+ "date": "2016-04-05",
+ "status": "proposal",
+ "activity": 14,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1359,
+ "name": "Venita Maillard",
+ "country": {
+ "name": "Poland",
+ "code": "pl"
+ },
+ "company": "Wallace Church Assoc Inc",
+ "date": "2016-03-23",
+ "status": "negotiation",
+ "activity": 69,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1360,
+ "name": "Kasandra Semidey",
+ "country": {
+ "name": "Indonesia",
+ "code": "id"
+ },
+ "company": "Can Tron",
+ "date": "2015-09-03",
+ "status": "new",
+ "activity": 25,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1361,
+ "name": "Xochitl Discipio",
+ "country": {
+ "name": "Slovakia",
+ "code": "sk"
+ },
+ "company": "Ravaal Enterprises Inc",
+ "date": "2016-11-14",
+ "status": "qualified",
+ "activity": 47,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1362,
+ "name": "Maile Linahan",
+ "country": {
+ "name": "Nigeria",
+ "code": "ng"
+ },
+ "company": "Thompson Steel Company Inc",
+ "date": "2016-07-24",
+ "status": "new",
+ "activity": 0,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1363,
+ "name": "Krissy Rauser",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Anderson, Mark A Esq",
+ "date": "2020-03-06",
+ "status": "renewal",
+ "activity": 33,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1364,
+ "name": "Pete Dubaldi",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Womack \u0026 Galich",
+ "date": "2015-11-22",
+ "status": "unqualified",
+ "activity": 31,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1365,
+ "name": "Linn Paa",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Valerie \u0026 Company",
+ "date": "2015-08-12",
+ "status": "unqualified",
+ "activity": 26,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1366,
+ "name": "Paris Wide",
+ "country": {
+ "name": "Uruguay",
+ "code": "uy"
+ },
+ "company": "Gehring Pumps Inc",
+ "date": "2018-10-21",
+ "status": "proposal",
+ "activity": 90,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1367,
+ "name": "Wynell Dorshorst",
+ "country": {
+ "name": "Romania",
+ "code": "ro"
+ },
+ "company": "Haehnel, Craig W Esq",
+ "date": "2018-05-10",
+ "status": "new",
+ "activity": 60,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1368,
+ "name": "Quentin Birkner",
+ "country": {
+ "name": "Senegal",
+ "code": "sn"
+ },
+ "company": "Spoor Behrins Campbell \u0026 Young",
+ "date": "2019-02-03",
+ "status": "unqualified",
+ "activity": 68,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1369,
+ "name": "Regenia Kannady",
+ "country": {
+ "name": "Portugal",
+ "code": "pt"
+ },
+ "company": "Ken Jeter Store Equipment Inc",
+ "date": "2018-07-13",
+ "status": "new",
+ "activity": 74,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1370,
+ "name": "Sheron Louissant",
+ "country": {
+ "name": "France",
+ "code": "fr"
+ },
+ "company": "Potter, Brenda J Cpa",
+ "date": "2017-01-04",
+ "status": "qualified",
+ "activity": 86,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1371,
+ "name": "Izetta Funnell",
+ "country": {
+ "name": "Hong Kong",
+ "code": "hk"
+ },
+ "company": "Baird Kurtz \u0026 Dobson",
+ "date": "2019-11-05",
+ "status": "new",
+ "activity": 67,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1372,
+ "name": "Rodolfo Butzen",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Minor, Cynthia A Esq",
+ "date": "2020-09-25",
+ "status": "proposal",
+ "activity": 17,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1373,
+ "name": "Zona Colla",
+ "country": {
+ "name": "Switzerland",
+ "code": "ch"
+ },
+ "company": "Solove, Robert A Esq",
+ "date": "2020-10-08",
+ "status": "negotiation",
+ "activity": 64,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1374,
+ "name": "Serina Zagen",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Mark Ii Imports Inc",
+ "date": "2018-07-14",
+ "status": "negotiation",
+ "activity": 46,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1375,
+ "name": "Paz Sahagun",
+ "country": {
+ "name": "Colombia",
+ "code": "co"
+ },
+ "company": "White Sign Div Ctrl Equip Co",
+ "date": "2018-03-23",
+ "status": "negotiation",
+ "activity": 49,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1376,
+ "name": "Markus Lukasik",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "M \u0026 M Store Fixtures Co Inc",
+ "date": "2018-03-21",
+ "status": "negotiation",
+ "activity": 23,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1377,
+ "name": "Jaclyn Bachman",
+ "country": {
+ "name": "Slovakia",
+ "code": "sk"
+ },
+ "company": "Judah Caster \u0026 Wheel Co",
+ "date": "2020-10-20",
+ "status": "new",
+ "activity": 10,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1378,
+ "name": "Cyril Daufeldt",
+ "country": {
+ "name": "India",
+ "code": "in"
+ },
+ "company": "Galaxy International Inc",
+ "date": "2019-02-11",
+ "status": "qualified",
+ "activity": 79,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1379,
+ "name": "Gayla Schnitzler",
+ "country": {
+ "name": "Brazil",
+ "code": "br"
+ },
+ "company": "Sigma Corp Of America",
+ "date": "2017-09-15",
+ "status": "new",
+ "activity": 14,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1380,
+ "name": "Erick Nievas",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Soward, Anne Esq",
+ "date": "2018-10-07",
+ "status": "proposal",
+ "activity": 28,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1381,
+ "name": "Jennie Drymon",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "Osborne, Michelle M Esq",
+ "date": "2016-09-14",
+ "status": "negotiation",
+ "activity": 80,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1382,
+ "name": "Mitsue Scipione",
+ "country": {
+ "name": "Ecuador",
+ "code": "ec"
+ },
+ "company": "Students In Free Entrprs Natl",
+ "date": "2019-07-28",
+ "status": "qualified",
+ "activity": 24,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1383,
+ "name": "Ciara Ventura",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "Johnson, Robert M Esq",
+ "date": "2018-04-02",
+ "status": "renewal",
+ "activity": 24,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1384,
+ "name": "Galen Cantres",
+ "country": {
+ "name": "Saudi Arabia",
+ "code": "sa"
+ },
+ "company": "Del Charro Apartments",
+ "date": "2020-02-16",
+ "status": "unqualified",
+ "activity": 61,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1385,
+ "name": "Truman Feichtner",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Legal Search Inc",
+ "date": "2019-10-16",
+ "status": "renewal",
+ "activity": 98,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1386,
+ "name": "Gail Kitty",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Service Supply Co Inc",
+ "date": "2020-01-15",
+ "status": "negotiation",
+ "activity": 67,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1387,
+ "name": "Dalene Schoeneck",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Sameshima, Douglas J Esq",
+ "date": "2019-11-27",
+ "status": "proposal",
+ "activity": 85,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1388,
+ "name": "Gertude Witten",
+ "country": {
+ "name": "Morocco",
+ "code": "ma"
+ },
+ "company": "Thompson, John Randolph Jr",
+ "date": "2017-08-13",
+ "status": "proposal",
+ "activity": 40,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1389,
+ "name": "Lizbeth Kohl",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "E T Balancing Co Inc",
+ "date": "2019-04-20",
+ "status": "qualified",
+ "activity": 57,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1390,
+ "name": "Glenn Berray",
+ "country": {
+ "name": "Poland",
+ "code": "pl"
+ },
+ "company": "Griswold, John E Esq",
+ "date": "2017-08-13",
+ "status": "negotiation",
+ "activity": 68,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1391,
+ "name": "Lashandra Klang",
+ "country": {
+ "name": "Bulgaria",
+ "code": "bg"
+ },
+ "company": "Acqua Group",
+ "date": "2016-06-08",
+ "status": "negotiation",
+ "activity": 32,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1392,
+ "name": "Lenna Newville",
+ "country": {
+ "name": "Venezuela",
+ "code": "ve"
+ },
+ "company": "Brooks, Morris J Jr",
+ "date": "2020-09-12",
+ "status": "qualified",
+ "activity": 82,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1393,
+ "name": "Laurel Pagliuca",
+ "country": {
+ "name": "Russia",
+ "code": "ru"
+ },
+ "company": "Printing Images Corp",
+ "date": "2017-05-26",
+ "status": "unqualified",
+ "activity": 21,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1394,
+ "name": "Mireya Frerking",
+ "country": {
+ "name": "Belarus",
+ "code": "by"
+ },
+ "company": "Roberts Supply Co Inc",
+ "date": "2017-04-21",
+ "status": "renewal",
+ "activity": 54,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1395,
+ "name": "Annelle Tagala",
+ "country": {
+ "name": "Colombia",
+ "code": "co"
+ },
+ "company": "Vico Products Mfg Co",
+ "date": "2017-10-02",
+ "status": "proposal",
+ "activity": 53,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1396,
+ "name": "Dean Ketelsen",
+ "country": {
+ "name": "Ivory Coast",
+ "code": "ci"
+ },
+ "company": "J M Custom Design Millwork",
+ "date": "2019-07-25",
+ "status": "negotiation",
+ "activity": 98,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1397,
+ "name": "Levi Munis",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Farrell \u0026 Johnson Office Equip",
+ "date": "2017-06-24",
+ "status": "proposal",
+ "activity": 39,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1398,
+ "name": "Sylvie Ryser",
+ "country": {
+ "name": "India",
+ "code": "in"
+ },
+ "company": "Millers Market \u0026 Deli",
+ "date": "2016-02-23",
+ "status": "unqualified",
+ "activity": 89,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1399,
+ "name": "Sharee Maile",
+ "country": {
+ "name": "Ireland",
+ "code": "ie"
+ },
+ "company": "Holiday Inn Naperville",
+ "date": "2020-07-17",
+ "status": "renewal",
+ "activity": 0,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1400,
+ "name": "Cordelia Storment",
+ "country": {
+ "name": "Guatemala",
+ "code": "gt"
+ },
+ "company": "Burrows, Jon H Esq",
+ "date": "2020-02-17",
+ "status": "negotiation",
+ "activity": 45,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1401,
+ "name": "Mollie Mcdoniel",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Dock Seal Specialty",
+ "date": "2017-08-13",
+ "status": "unqualified",
+ "activity": 59,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1402,
+ "name": "Brett Mccullan",
+ "country": {
+ "name": "Senegal",
+ "code": "sn"
+ },
+ "company": "Five Star Limousines Of Tx Inc",
+ "date": "2015-05-21",
+ "status": "qualified",
+ "activity": 9,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1403,
+ "name": "Teddy Pedrozo",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Barkan, Neal J Esq",
+ "date": "2019-02-19",
+ "status": "proposal",
+ "activity": 38,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1404,
+ "name": "Tasia Andreason",
+ "country": {
+ "name": "Venezuela",
+ "code": "ve"
+ },
+ "company": "Campbell, Robert A",
+ "date": "2016-03-06",
+ "status": "renewal",
+ "activity": 25,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1405,
+ "name": "Hubert Walthall",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Dee, Deanna",
+ "date": "2020-12-19",
+ "status": "renewal",
+ "activity": 32,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1406,
+ "name": "Arthur Farrow",
+ "country": {
+ "name": "Brazil",
+ "code": "br"
+ },
+ "company": "Young, Timothy L Esq",
+ "date": "2019-02-05",
+ "status": "proposal",
+ "activity": 55,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1407,
+ "name": "Vilma Berlanga",
+ "country": {
+ "name": "Tunisia",
+ "code": "tn"
+ },
+ "company": "Wells, D Fred Esq",
+ "date": "2016-02-09",
+ "status": "unqualified",
+ "activity": 26,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1408,
+ "name": "Billye Miro",
+ "country": {
+ "name": "Hungary",
+ "code": "hu"
+ },
+ "company": "Gray, Francine H Esq",
+ "date": "2015-09-05",
+ "status": "new",
+ "activity": 70,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1409,
+ "name": "Glenna Slayton",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Toledo Iv Care",
+ "date": "2016-03-10",
+ "status": "unqualified",
+ "activity": 86,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1410,
+ "name": "Mitzie Hudnall",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Cangro Transmission Co",
+ "date": "2020-05-04",
+ "status": "new",
+ "activity": 19,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1411,
+ "name": "Bernardine Rodefer",
+ "country": {
+ "name": "Switzerland",
+ "code": "ch"
+ },
+ "company": "Sat Poly Inc",
+ "date": "2020-10-19",
+ "status": "proposal",
+ "activity": 69,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1412,
+ "name": "Staci Schmaltz",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Midwest Contracting \u0026 Mfg Inc",
+ "date": "2018-03-14",
+ "status": "unqualified",
+ "activity": 81,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1413,
+ "name": "Nichelle Meteer",
+ "country": {
+ "name": "Denmark",
+ "code": "dk"
+ },
+ "company": "Print Doctor",
+ "date": "2016-09-23",
+ "status": "renewal",
+ "activity": 39,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1414,
+ "name": "Janine Rhoden",
+ "country": {
+ "name": "Nigeria",
+ "code": "ng"
+ },
+ "company": "Nordic Group Inc",
+ "date": "2018-08-13",
+ "status": "qualified",
+ "activity": 95,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1415,
+ "name": "Ettie Hoopengardner",
+ "country": {
+ "name": "Switzerland",
+ "code": "ch"
+ },
+ "company": "Jackson Millwork Co",
+ "date": "2017-07-24",
+ "status": "renewal",
+ "activity": 23,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1416,
+ "name": "Eden Jayson",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "Harris Corporation",
+ "date": "2018-03-15",
+ "status": "renewal",
+ "activity": 9,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1417,
+ "name": "Lynelle Auber",
+ "country": {
+ "name": "Netherlands",
+ "code": "nl"
+ },
+ "company": "United Cerebral Palsy Of Ne Pa",
+ "date": "2020-12-11",
+ "status": "proposal",
+ "activity": 0,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1418,
+ "name": "Merissa Tomblin",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "One Day Surgery Center Inc",
+ "date": "2018-03-05",
+ "status": "new",
+ "activity": 50,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1419,
+ "name": "Golda Kaniecki",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Calaveras Prospect",
+ "date": "2019-04-17",
+ "status": "negotiation",
+ "activity": 91,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1420,
+ "name": "Catarina Gleich",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Terk, Robert E Esq",
+ "date": "2017-01-26",
+ "status": "unqualified",
+ "activity": 12,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1421,
+ "name": "Virgie Kiel",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Cullen, Terrence P Esq",
+ "date": "2016-06-28",
+ "status": "renewal",
+ "activity": 89,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1422,
+ "name": "Jolene Ostolaza",
+ "country": {
+ "name": "Puerto Rico",
+ "code": "pr"
+ },
+ "company": "Central Die Casting Mfg Co Inc",
+ "date": "2016-08-08",
+ "status": "negotiation",
+ "activity": 85,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1423,
+ "name": "Keneth Borgman",
+ "country": {
+ "name": "Qatar",
+ "code": "qa"
+ },
+ "company": "Centerline Engineering",
+ "date": "2019-02-04",
+ "status": "unqualified",
+ "activity": 41,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1424,
+ "name": "Rikki Nayar",
+ "country": {
+ "name": "Norway",
+ "code": "no"
+ },
+ "company": "Targan \u0026 Kievit Pa",
+ "date": "2017-03-06",
+ "status": "negotiation",
+ "activity": 47,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1425,
+ "name": "Elke Sengbusch",
+ "country": {
+ "name": "Canada",
+ "code": "ca"
+ },
+ "company": "Riley Riper Hollin \u0026 Colagreco",
+ "date": "2019-05-28",
+ "status": "renewal",
+ "activity": 76,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1426,
+ "name": "Hoa Sarao",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "Kaplan, Joel S Esq",
+ "date": "2020-08-13",
+ "status": "negotiation",
+ "activity": 0,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1427,
+ "name": "Trinidad Mcrae",
+ "country": {
+ "name": "Burkina Faso",
+ "code": "bf"
+ },
+ "company": "Water Office",
+ "date": "2020-12-26",
+ "status": "renewal",
+ "activity": 76,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1428,
+ "name": "Mari Lueckenbach",
+ "country": {
+ "name": "Cuba",
+ "code": "cu"
+ },
+ "company": "Westbrooks, Nelson E Jr",
+ "date": "2017-10-27",
+ "status": "new",
+ "activity": 34,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1429,
+ "name": "Selma Husser",
+ "country": {
+ "name": "Morocco",
+ "code": "ma"
+ },
+ "company": "Armon Communications",
+ "date": "2018-02-16",
+ "status": "proposal",
+ "activity": 84,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1430,
+ "name": "Antione Onofrio",
+ "country": {
+ "name": "Taiwan",
+ "code": "tw"
+ },
+ "company": "Jacobs \u0026 Gerber Inc",
+ "date": "2017-11-07",
+ "status": "negotiation",
+ "activity": 37,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1431,
+ "name": "Luisa Jurney",
+ "country": {
+ "name": "Canada",
+ "code": "ca"
+ },
+ "company": "Forest Fire Laboratory",
+ "date": "2018-06-12",
+ "status": "unqualified",
+ "activity": 96,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1432,
+ "name": "Clorinda Heimann",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Haughey, Charles Jr",
+ "date": "2016-11-03",
+ "status": "proposal",
+ "activity": 63,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1433,
+ "name": "Dick Wenzinger",
+ "country": {
+ "name": "Mexico",
+ "code": "mx"
+ },
+ "company": "Wheaton Plastic Products",
+ "date": "2017-04-05",
+ "status": "negotiation",
+ "activity": 92,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1434,
+ "name": "Ahmed Angalich",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Reese Plastics",
+ "date": "2018-11-20",
+ "status": "unqualified",
+ "activity": 83,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1435,
+ "name": "Iluminada Ohms",
+ "country": {
+ "name": "Croatia",
+ "code": "hr"
+ },
+ "company": "Nazette Marner Good Wendt",
+ "date": "2015-08-18",
+ "status": "proposal",
+ "activity": 66,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1436,
+ "name": "Joanna Leinenbach",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Levinson Axelrod Wheaton",
+ "date": "2016-02-11",
+ "status": "proposal",
+ "activity": 64,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1437,
+ "name": "Caprice Suell",
+ "country": {
+ "name": "Algeria",
+ "code": "dz"
+ },
+ "company": "Egnor, W Dan Esq",
+ "date": "2018-07-09",
+ "status": "unqualified",
+ "activity": 99,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1438,
+ "name": "Stephane Myricks",
+ "country": {
+ "name": "Honduras",
+ "code": "hn"
+ },
+ "company": "Portland Central Thriftlodge",
+ "date": "2018-05-28",
+ "status": "renewal",
+ "activity": 51,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1439,
+ "name": "Quentin Swayze",
+ "country": {
+ "name": "Tunisia",
+ "code": "tn"
+ },
+ "company": "Ulbrich Trucking",
+ "date": "2019-02-11",
+ "status": "negotiation",
+ "activity": 37,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1440,
+ "name": "Annmarie Castros",
+ "country": {
+ "name": "Jamaica",
+ "code": "jm"
+ },
+ "company": "Tipiak Inc",
+ "date": "2015-08-24",
+ "status": "qualified",
+ "activity": 46,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1441,
+ "name": "Shonda Greenbush",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Saint George Well Drilling",
+ "date": "2018-06-01",
+ "status": "negotiation",
+ "activity": 16,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1442,
+ "name": "Cecil Lapage",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Hawkes, Douglas D",
+ "date": "2018-11-09",
+ "status": "qualified",
+ "activity": 43,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1443,
+ "name": "Jeanice Claucherty",
+ "country": {
+ "name": "Lithuania",
+ "code": "lt"
+ },
+ "company": "Accurel Systems Intrntl Corp",
+ "date": "2016-06-02",
+ "status": "qualified",
+ "activity": 48,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1444,
+ "name": "Josphine Villanueva",
+ "country": {
+ "name": "Japan",
+ "code": "jp"
+ },
+ "company": "Santa Cruz Community Internet",
+ "date": "2019-11-08",
+ "status": "unqualified",
+ "activity": 39,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1445,
+ "name": "Daniel Perruzza",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Gersh \u0026 Danielson",
+ "date": "2017-09-24",
+ "status": "renewal",
+ "activity": 86,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1446,
+ "name": "Cassi Wildfong",
+ "country": {
+ "name": "Tunisia",
+ "code": "tn"
+ },
+ "company": "Cobb, James O Esq",
+ "date": "2015-09-08",
+ "status": "qualified",
+ "activity": 85,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1447,
+ "name": "Britt Galam",
+ "country": {
+ "name": "Poland",
+ "code": "pl"
+ },
+ "company": "Wheatley Trucking Company",
+ "date": "2020-10-26",
+ "status": "new",
+ "activity": 69,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1448,
+ "name": "Adell Lipkin",
+ "country": {
+ "name": "Saudi Arabia",
+ "code": "sa"
+ },
+ "company": "Systems Graph Inc Ab Dick Dlr",
+ "date": "2017-05-09",
+ "status": "unqualified",
+ "activity": 92,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1449,
+ "name": "Jacqueline Rowling",
+ "country": {
+ "name": "Qatar",
+ "code": "qa"
+ },
+ "company": "John Hancock Mutl Life Ins Co",
+ "date": "2019-06-28",
+ "status": "negotiation",
+ "activity": 79,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1450,
+ "name": "Lonny Weglarz",
+ "country": {
+ "name": "Chile",
+ "code": "cl"
+ },
+ "company": "History Division Of State",
+ "date": "2016-08-12",
+ "status": "new",
+ "activity": 49,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1451,
+ "name": "Lonna Diestel",
+ "country": {
+ "name": "Philippines",
+ "code": "ph"
+ },
+ "company": "Dimmock, Thomas J Esq",
+ "date": "2017-02-10",
+ "status": "proposal",
+ "activity": 9,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1452,
+ "name": "Cristal Samara",
+ "country": {
+ "name": "Australia",
+ "code": "au"
+ },
+ "company": "Intermed Inc",
+ "date": "2016-08-17",
+ "status": "qualified",
+ "activity": 99,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1453,
+ "name": "Kenneth Grenet",
+ "country": {
+ "name": "Croatia",
+ "code": "hr"
+ },
+ "company": "Bank Of New York",
+ "date": "2020-07-24",
+ "status": "negotiation",
+ "activity": 78,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1454,
+ "name": "Elli Mclaird",
+ "country": {
+ "name": "Switzerland",
+ "code": "ch"
+ },
+ "company": "Sportmaster Intrnatl",
+ "date": "2017-06-10",
+ "status": "qualified",
+ "activity": 61,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1455,
+ "name": "Alline Jeanty",
+ "country": {
+ "name": "Denmark",
+ "code": "dk"
+ },
+ "company": "W W John Holden Inc",
+ "date": "2015-12-08",
+ "status": "renewal",
+ "activity": 74,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1456,
+ "name": "Sharika Eanes",
+ "country": {
+ "name": "Chile",
+ "code": "cl"
+ },
+ "company": "Maccani \u0026 Delp",
+ "date": "2018-08-16",
+ "status": "qualified",
+ "activity": 14,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1457,
+ "name": "Nu Mcnease",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Amazonia Film Project",
+ "date": "2018-07-03",
+ "status": "negotiation",
+ "activity": 47,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1458,
+ "name": "Daniela Comnick",
+ "country": {
+ "name": "Tunisia",
+ "code": "tn"
+ },
+ "company": "Water \u0026 Sewer Department",
+ "date": "2017-07-07",
+ "status": "negotiation",
+ "activity": 31,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1459,
+ "name": "Cecilia Colaizzo",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Switchcraft Inc",
+ "date": "2019-06-08",
+ "status": "proposal",
+ "activity": 21,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1460,
+ "name": "Leslie Threets",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "C W D C Metal Fabricators",
+ "date": "2016-11-26",
+ "status": "unqualified",
+ "activity": 50,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1461,
+ "name": "Nan Koppinger",
+ "country": {
+ "name": "Norway",
+ "code": "no"
+ },
+ "company": "Shimotani, Grace T",
+ "date": "2020-11-15",
+ "status": "proposal",
+ "activity": 94,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1462,
+ "name": "Izetta Dewar",
+ "country": {
+ "name": "Cuba",
+ "code": "cu"
+ },
+ "company": "Lisatoni, Jean Esq",
+ "date": "2019-11-22",
+ "status": "renewal",
+ "activity": 41,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1463,
+ "name": "Tegan Arceo",
+ "country": {
+ "name": "Iceland",
+ "code": "is"
+ },
+ "company": "Ceramic Tile Sales Inc",
+ "date": "2016-08-07",
+ "status": "new",
+ "activity": 79,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1464,
+ "name": "Ruthann Keener",
+ "country": {
+ "name": "Morocco",
+ "code": "ma"
+ },
+ "company": "Maiden Craft Inc",
+ "date": "2019-04-25",
+ "status": "negotiation",
+ "activity": 43,
+ "representative": {
+ "name": "Elwin Sharvill",
+ "image": "elwinsharvill.png"
+ }
+ },
+ {
+ "id": 1465,
+ "name": "Joni Breland",
+ "country": {
+ "name": "Uruguay",
+ "code": "uy"
+ },
+ "company": "Carriage House Cllsn Rpr Inc",
+ "date": "2018-07-20",
+ "status": "new",
+ "activity": 18,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1466,
+ "name": "Vi Rentfro",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Video Workshop",
+ "date": "2018-10-01",
+ "status": "negotiation",
+ "activity": 99,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1467,
+ "name": "Colette Kardas",
+ "country": {
+ "name": "Honduras",
+ "code": "hn"
+ },
+ "company": "Fresno Tile Center Inc",
+ "date": "2017-08-22",
+ "status": "new",
+ "activity": 14,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1468,
+ "name": "Malcolm Tromblay",
+ "country": {
+ "name": "Uruguay",
+ "code": "uy"
+ },
+ "company": "Versatile Sash \u0026 Woodwork",
+ "date": "2019-11-25",
+ "status": "renewal",
+ "activity": 23,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1469,
+ "name": "Ryan Harnos",
+ "country": {
+ "name": "Paraguay",
+ "code": "py"
+ },
+ "company": "Warner Electric Brk \u0026 Cltch Co",
+ "date": "2019-02-12",
+ "status": "qualified",
+ "activity": 71,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1470,
+ "name": "Jess Chaffins",
+ "country": {
+ "name": "Belarus",
+ "code": "by"
+ },
+ "company": "New York Public Library",
+ "date": "2017-02-12",
+ "status": "qualified",
+ "activity": 91,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1471,
+ "name": "Sharen Bourbon",
+ "country": {
+ "name": "Saudi Arabia",
+ "code": "sa"
+ },
+ "company": "Mccaleb, John A Esq",
+ "date": "2017-06-13",
+ "status": "renewal",
+ "activity": 35,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1472,
+ "name": "Nickolas Juvera",
+ "country": {
+ "name": "Finland",
+ "code": "fi"
+ },
+ "company": "United Oil Co Inc",
+ "date": "2019-01-06",
+ "status": "negotiation",
+ "activity": 14,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1473,
+ "name": "Gary Nunlee",
+ "country": {
+ "name": "Turkey",
+ "code": "tr"
+ },
+ "company": "Irving Foot Center",
+ "date": "2015-07-22",
+ "status": "renewal",
+ "activity": 72,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1474,
+ "name": "Diane Devreese",
+ "country": {
+ "name": "Bolivia",
+ "code": "bo"
+ },
+ "company": "Acme Supply Co",
+ "date": "2018-05-13",
+ "status": "renewal",
+ "activity": 78,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1475,
+ "name": "Roslyn Chavous",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Mcrae, James L",
+ "date": "2018-03-20",
+ "status": "proposal",
+ "activity": 45,
+ "representative": {
+ "name": "Bernardo Dominic",
+ "image": "bernardodominic.png"
+ }
+ },
+ {
+ "id": 1476,
+ "name": "Glory Schieler",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Mcgraths Seafood",
+ "date": "2017-05-13",
+ "status": "proposal",
+ "activity": 34,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1477,
+ "name": "Rasheeda Sayaphon",
+ "country": {
+ "name": "Latvia",
+ "code": "lv"
+ },
+ "company": "Kummerer, J Michael Esq",
+ "date": "2017-02-21",
+ "status": "proposal",
+ "activity": 12,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1478,
+ "name": "Alpha Palaia",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Stoffer, James M Jr",
+ "date": "2017-07-21",
+ "status": "renewal",
+ "activity": 4,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1479,
+ "name": "Refugia Jacobos",
+ "country": {
+ "name": "China",
+ "code": "cn"
+ },
+ "company": "North Central Fl Sfty Cncl",
+ "date": "2020-11-25",
+ "status": "negotiation",
+ "activity": 18,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1480,
+ "name": "Shawnda Yori",
+ "country": {
+ "name": "Luxembourg",
+ "code": "lu"
+ },
+ "company": "Fiorucci Foods Usa Inc",
+ "date": "2018-05-09",
+ "status": "unqualified",
+ "activity": 11,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1481,
+ "name": "Mona Delasancha",
+ "country": {
+ "name": "Hong Kong",
+ "code": "hk"
+ },
+ "company": "Sign All",
+ "date": "2017-10-06",
+ "status": "renewal",
+ "activity": 61,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1482,
+ "name": "Gilma Liukko",
+ "country": {
+ "name": "Morocco",
+ "code": "ma"
+ },
+ "company": "Sammys Steak Den",
+ "date": "2018-10-06",
+ "status": "unqualified",
+ "activity": 34,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1483,
+ "name": "Janey Gabisi",
+ "country": {
+ "name": "Israel",
+ "code": "il"
+ },
+ "company": "Dobscha, Stephen F Esq",
+ "date": "2019-05-22",
+ "status": "unqualified",
+ "activity": 38,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1484,
+ "name": "Lili Paskin",
+ "country": {
+ "name": "Costa Rica",
+ "code": "cr"
+ },
+ "company": "Morgan Custom Homes",
+ "date": "2018-06-11",
+ "status": "unqualified",
+ "activity": 69,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1485,
+ "name": "Loren Asar",
+ "country": {
+ "name": "Italy",
+ "code": "it"
+ },
+ "company": "Olsen Payne \u0026 Company",
+ "date": "2017-12-11",
+ "status": "unqualified",
+ "activity": 16,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1486,
+ "name": "Dorothy Chesterfield",
+ "country": {
+ "name": "Spain",
+ "code": "es"
+ },
+ "company": "Cowan \u0026 Kelly",
+ "date": "2015-08-11",
+ "status": "renewal",
+ "activity": 31,
+ "representative": {
+ "name": "Anna Fali",
+ "image": "annafali.png"
+ }
+ },
+ {
+ "id": 1487,
+ "name": "Gail Similton",
+ "country": {
+ "name": "Malaysia",
+ "code": "my"
+ },
+ "company": "Johnson, Wes Esq",
+ "date": "2016-08-10",
+ "status": "qualified",
+ "activity": 63,
+ "representative": {
+ "name": "Xuxue Feng",
+ "image": "xuxuefeng.png"
+ }
+ },
+ {
+ "id": 1488,
+ "name": "Catalina Tillotson",
+ "country": {
+ "name": "Pakistan",
+ "code": "pk"
+ },
+ "company": "Icn Pharmaceuticals Inc",
+ "date": "2018-08-04",
+ "status": "negotiation",
+ "activity": 13,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1489,
+ "name": "Lawrence Lorens",
+ "country": {
+ "name": "Egypt",
+ "code": "eg"
+ },
+ "company": "New England Sec Equip Co Inc",
+ "date": "2020-04-15",
+ "status": "negotiation",
+ "activity": 82,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1490,
+ "name": "Carlee Boulter",
+ "country": {
+ "name": "Vietnam",
+ "code": "vn"
+ },
+ "company": "Tippett, Troy M Ii",
+ "date": "2016-09-22",
+ "status": "renewal",
+ "activity": 71,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1491,
+ "name": "Thaddeus Ankeny",
+ "country": {
+ "name": "Qatar",
+ "code": "qa"
+ },
+ "company": "Atc Contracting",
+ "date": "2015-03-08",
+ "status": "unqualified",
+ "activity": 78,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1492,
+ "name": "Jovita Oles",
+ "country": {
+ "name": "Sweden",
+ "code": "se"
+ },
+ "company": "Pagano, Philip G Esq",
+ "date": "2019-07-18",
+ "status": "negotiation",
+ "activity": 42,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1493,
+ "name": "Alesia Hixenbaugh",
+ "country": {
+ "name": "Thailand",
+ "code": "th"
+ },
+ "company": "Kwikprint",
+ "date": "2017-07-24",
+ "status": "negotiation",
+ "activity": 23,
+ "representative": {
+ "name": "Ivan Magalhaes",
+ "image": "ivanmagalhaes.png"
+ }
+ },
+ {
+ "id": 1494,
+ "name": "Lai Harabedian",
+ "country": {
+ "name": "Serbia",
+ "code": "rs"
+ },
+ "company": "Buergi \u0026 Madden Scale",
+ "date": "2018-11-11",
+ "status": "new",
+ "activity": 28,
+ "representative": {
+ "name": "Asiya Javayant",
+ "image": "asiyajavayant.png"
+ }
+ },
+ {
+ "id": 1495,
+ "name": "Brittni Gillaspie",
+ "country": {
+ "name": "Senegal",
+ "code": "sn"
+ },
+ "company": "Inner Label",
+ "date": "2019-11-23",
+ "status": "renewal",
+ "activity": 14,
+ "representative": {
+ "name": "Ioni Bowcher",
+ "image": "ionibowcher.png"
+ }
+ },
+ {
+ "id": 1496,
+ "name": "Raylene Kampa",
+ "country": {
+ "name": "Belgium",
+ "code": "be"
+ },
+ "company": "Hermar Inc",
+ "date": "2020-04-22",
+ "status": "unqualified",
+ "activity": 65,
+ "representative": {
+ "name": "Stephen Shaw",
+ "image": "stephenshaw.png"
+ }
+ },
+ {
+ "id": 1497,
+ "name": "Flo Bookamer",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Simonton Howe \u0026 Schneider Pc",
+ "date": "2020-08-10",
+ "status": "unqualified",
+ "activity": 30,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ },
+ {
+ "id": 1498,
+ "name": "Jani Biddy",
+ "country": {
+ "name": "Switzerland",
+ "code": "ch"
+ },
+ "company": "Warehouse Office \u0026 Paper Prod",
+ "date": "2019-11-07",
+ "status": "negotiation",
+ "activity": 20,
+ "representative": {
+ "name": "Onyama Limba",
+ "image": "onyamalimba.png"
+ }
+ },
+ {
+ "id": 1499,
+ "name": "Chauncey Motley",
+ "country": {
+ "name": "Argentina",
+ "code": "ar"
+ },
+ "company": "Affiliated With Travelodge",
+ "date": "2019-04-23",
+ "status": "renewal",
+ "activity": 42,
+ "representative": {
+ "name": "Amy Elsner",
+ "image": "amyelsner.png"
+ }
+ }
+ ]
+}
diff --git a/src/assets/showcase/data/files-lazy.json b/apps/showcase/assets/data/demo/files-lazy.json
similarity index 96%
rename from src/assets/showcase/data/files-lazy.json
rename to apps/showcase/assets/data/demo/files-lazy.json
index 546de48e339..36c4a866faf 100755
--- a/src/assets/showcase/data/files-lazy.json
+++ b/apps/showcase/assets/data/demo/files-lazy.json
@@ -1,6 +1,5 @@
{
- "data":
- [
+ "data": [
{
"label": "Lazy Node 0",
"data": "Node 0",
@@ -23,4 +22,4 @@
"leaf": false
}
]
-}
\ No newline at end of file
+}
diff --git a/apps/showcase/assets/data/demo/files.json b/apps/showcase/assets/data/demo/files.json
new file mode 100755
index 00000000000..a1bf609213c
--- /dev/null
+++ b/apps/showcase/assets/data/demo/files.json
@@ -0,0 +1,68 @@
+{
+ "data": [
+ {
+ "key": "0",
+ "label": "Documents",
+ "data": "Documents Folder",
+ "icon": "pi pi-fw pi-inbox",
+ "children": [
+ {
+ "key": "0-0",
+ "label": "Work",
+ "data": "Work Folder",
+ "icon": "pi pi-fw pi-cog",
+ "children": [
+ { "key": "0-0-0", "label": "Expenses.doc", "icon": "pi pi-fw pi-file", "data": "Expenses Document" },
+ { "key": "0-0-1", "label": "Resume.doc", "icon": "pi pi-fw pi-file", "data": "Resume Document" }
+ ]
+ },
+ {
+ "key": "0-1",
+ "label": "Home",
+ "data": "Home Folder",
+ "icon": "pi pi-fw pi-home",
+ "children": [{ "key": "0-1-0", "label": "Invoices.txt", "icon": "pi pi-fw pi-file", "data": "Invoices for this month" }]
+ }
+ ]
+ },
+ {
+ "key": "1",
+ "label": "Events",
+ "data": "Events Folder",
+ "icon": "pi pi-fw pi-calendar",
+ "children": [
+ { "key": "1-0", "label": "Meeting", "icon": "pi pi-fw pi-calendar-plus", "data": "Meeting" },
+ { "key": "1-1", "label": "Product Launch", "icon": "pi pi-fw pi-calendar-plus", "data": "Product Launch" },
+ { "key": "1-2", "label": "Report Review", "icon": "pi pi-fw pi-calendar-plus", "data": "Report Review" }
+ ]
+ },
+ {
+ "key": "2",
+ "label": "Movies",
+ "data": "Movies Folder",
+ "icon": "pi pi-fw pi-star-fill",
+ "children": [
+ {
+ "key": "2-0",
+ "icon": "pi pi-fw pi-star-fill",
+ "label": "Al Pacino",
+ "data": "Pacino Movies",
+ "children": [
+ { "key": "2-0-0", "label": "Scarface", "icon": "pi pi-fw pi-video", "data": "Scarface Movie" },
+ { "key": "2-0-1", "label": "Serpico", "icon": "pi pi-fw pi-video", "data": "Serpico Movie" }
+ ]
+ },
+ {
+ "key": "2-1",
+ "label": "Robert De Niro",
+ "icon": "pi pi-fw pi-star-fill",
+ "data": "De Niro Movies",
+ "children": [
+ { "key": "2-1-0", "label": "Goodfellas", "icon": "pi pi-fw pi-video", "data": "Goodfellas Movie" },
+ { "key": "2-1-1", "label": "Untouchables", "icon": "pi pi-fw pi-video", "data": "Untouchables Movie" }
+ ]
+ }
+ ]
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/filesystem-lazy.json b/apps/showcase/assets/data/demo/filesystem-lazy.json
new file mode 100755
index 00000000000..2d5077edbf3
--- /dev/null
+++ b/apps/showcase/assets/data/demo/filesystem-lazy.json
@@ -0,0 +1,20 @@
+{
+ "data": [
+ {
+ "data": {
+ "name": "Lazy Folder 0",
+ "size": "75kb",
+ "type": "Folder"
+ },
+ "leaf": false
+ },
+ {
+ "data": {
+ "name": "Lazy Folder 1",
+ "size": "150kb",
+ "type": "Folder"
+ },
+ "leaf": false
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/filesystem.json b/apps/showcase/assets/data/demo/filesystem.json
new file mode 100755
index 00000000000..3571fdfc8bf
--- /dev/null
+++ b/apps/showcase/assets/data/demo/filesystem.json
@@ -0,0 +1,312 @@
+{
+ "data": [
+ {
+ "data": {
+ "name": "Applications",
+ "size": "200mb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "Angular",
+ "size": "25mb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "angular.app",
+ "size": "10mb",
+ "type": "Application"
+ }
+ },
+ {
+ "data": {
+ "name": "cli.app",
+ "size": "10mb",
+ "type": "Application"
+ }
+ },
+ {
+ "data": {
+ "name": "mobile.app",
+ "size": "5mb",
+ "type": "Application"
+ }
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "editor.app",
+ "size": "25mb",
+ "type": "Application"
+ }
+ },
+ {
+ "data": {
+ "name": "settings.app",
+ "size": "50mb",
+ "type": "Application"
+ }
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Cloud",
+ "size": "20mb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "backup-1.zip",
+ "size": "10mb",
+ "type": "Zip"
+ }
+ },
+ {
+ "data": {
+ "name": "backup-2.zip",
+ "size": "10mb",
+ "type": "Zip"
+ }
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Desktop",
+ "size": "150kb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "note-meeting.txt",
+ "size": "50kb",
+ "type": "Text"
+ }
+ },
+ {
+ "data": {
+ "name": "note-todo.txt",
+ "size": "100kb",
+ "type": "Text"
+ }
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Documents",
+ "size": "75kb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "Work",
+ "size": "55kb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "Expenses.doc",
+ "size": "30kb",
+ "type": "Document"
+ }
+ },
+ {
+ "data": {
+ "name": "Resume.doc",
+ "size": "25kb",
+ "type": "Resume"
+ }
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Home",
+ "size": "20kb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "Invoices",
+ "size": "20kb",
+ "type": "Text"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Downloads",
+ "size": "25mb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "Spanish",
+ "size": "10mb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "tutorial-a1.txt",
+ "size": "5mb",
+ "type": "Text"
+ }
+ },
+ {
+ "data": {
+ "name": "tutorial-a2.txt",
+ "size": "5mb",
+ "type": "Text"
+ }
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Travel",
+ "size": "15mb",
+ "type": "Text"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "Hotel.pdf",
+ "size": "10mb",
+ "type": "PDF"
+ }
+ },
+ {
+ "data": {
+ "name": "Flight.pdf",
+ "size": "5mb",
+ "type": "PDF"
+ }
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Main",
+ "size": "50mb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "bin",
+ "size": "50kb",
+ "type": "Link"
+ }
+ },
+ {
+ "data": {
+ "name": "etc",
+ "size": "100kb",
+ "type": "Link"
+ }
+ },
+ {
+ "data": {
+ "name": "var",
+ "size": "100kb",
+ "type": "Link"
+ }
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Other",
+ "size": "5mb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "todo.txt",
+ "size": "3mb",
+ "type": "Text"
+ }
+ },
+ {
+ "data": {
+ "name": "logo.png",
+ "size": "2mb",
+ "type": "Picture"
+ }
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Pictures",
+ "size": "150kb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "barcelona.jpg",
+ "size": "90kb",
+ "type": "Picture"
+ }
+ },
+ {
+ "data": {
+ "name": "primeng.png",
+ "size": "30kb",
+ "type": "Picture"
+ }
+ },
+ {
+ "data": {
+ "name": "prime.jpg",
+ "size": "30kb",
+ "type": "Picture"
+ }
+ }
+ ]
+ },
+ {
+ "data": {
+ "name": "Videos",
+ "size": "1500mb",
+ "type": "Folder"
+ },
+ "children": [
+ {
+ "data": {
+ "name": "primefaces.mkv",
+ "size": "1000mb",
+ "type": "Video"
+ }
+ },
+ {
+ "data": {
+ "name": "intro.avi",
+ "size": "500mb",
+ "type": "Video"
+ }
+ }
+ ]
+ }
+ ]
+}
diff --git a/src/assets/showcase/data/photos.json b/apps/showcase/assets/data/demo/photos.json
similarity index 99%
rename from src/assets/showcase/data/photos.json
rename to apps/showcase/assets/data/demo/photos.json
index bb08cf29623..85658623717 100644
--- a/src/assets/showcase/data/photos.json
+++ b/apps/showcase/assets/data/demo/photos.json
@@ -1,5 +1,5 @@
{
- "data":[
+ "data": [
{
"previewImageSrc": "https://primefaces.org/cdn/primeng/images/galleria/galleria1.jpg",
"thumbnailImageSrc": "https://primefaces.org/cdn/primeng/images/galleria/galleria1s.jpg",
diff --git a/apps/showcase/assets/data/demo/products-orders-small.json b/apps/showcase/assets/data/demo/products-orders-small.json
new file mode 100644
index 00000000000..0d727bee197
--- /dev/null
+++ b/apps/showcase/assets/data/demo/products-orders-small.json
@@ -0,0 +1,341 @@
+{
+ "data": [
+ {
+ "id": "1000",
+ "code": "f230fh0g3",
+ "name": "Bamboo Watch",
+ "description": "Product Description",
+ "image": "bamboo-watch.jpg",
+ "price": 65,
+ "category": "Accessories",
+ "quantity": 24,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5,
+ "orders": [
+ {
+ "id": "1000",
+ "productCode": "f230fh0g3",
+ "date": "2020-09-13",
+ "amount": 65,
+ "quantity": 1,
+ "customer": "David James",
+ "status": "PENDING"
+ },
+ {
+ "id": "1001",
+ "productCode": "f230fh0g3",
+ "date": "2020-05-14",
+ "amount": 130,
+ "quantity": 2,
+ "customer": "Leon Rodrigues",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1002",
+ "productCode": "f230fh0g3",
+ "date": "2019-01-04",
+ "amount": 65,
+ "quantity": 1,
+ "customer": "Juan Alejandro",
+ "status": "RETURNED"
+ },
+ {
+ "id": "1003",
+ "productCode": "f230fh0g3",
+ "date": "2020-09-13",
+ "amount": 195,
+ "quantity": 3,
+ "customer": "Claire Morrow",
+ "status": "CANCELLED"
+ }
+ ]
+ },
+ {
+ "id": "1001",
+ "code": "nvklal433",
+ "name": "Black Watch",
+ "description": "Product Description",
+ "image": "black-watch.jpg",
+ "price": 72,
+ "category": "Accessories",
+ "quantity": 61,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "2000",
+ "productCode": "nvklal433",
+ "date": "2020-05-14",
+ "amount": 72,
+ "quantity": 1,
+ "customer": "Maisha Jefferson",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "2001",
+ "productCode": "nvklal433",
+ "date": "2020-02-28",
+ "amount": 144,
+ "quantity": 2,
+ "customer": "Octavia Murillo",
+ "status": "PENDING"
+ }
+ ]
+ },
+ {
+ "id": "1002",
+ "code": "zz21cz3c1",
+ "name": "Blue Band",
+ "description": "Product Description",
+ "image": "blue-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "3000",
+ "productCode": "zz21cz3c1",
+ "date": "2020-07-05",
+ "amount": 79,
+ "quantity": 1,
+ "customer": "Stacey Leja",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "3001",
+ "productCode": "zz21cz3c1",
+ "date": "2020-02-06",
+ "amount": 79,
+ "quantity": 1,
+ "customer": "Ashley Wickens",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1003",
+ "code": "244wgerg2",
+ "name": "Blue T-Shirt",
+ "description": "Product Description",
+ "image": "blue-t-shirt.jpg",
+ "price": 29,
+ "category": "Clothing",
+ "quantity": 25,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5,
+ "orders": []
+ },
+ {
+ "id": "1004",
+ "code": "h456wer53",
+ "name": "Bracelet",
+ "description": "Product Description",
+ "image": "bracelet.jpg",
+ "price": 15,
+ "category": "Accessories",
+ "quantity": 73,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "5000",
+ "productCode": "h456wer53",
+ "date": "2020-09-05",
+ "amount": 60,
+ "quantity": 4,
+ "customer": "Mayumi Misaki",
+ "status": "PENDING"
+ },
+ {
+ "id": "5001",
+ "productCode": "h456wer53",
+ "date": "2019-04-16",
+ "amount": 2,
+ "quantity": 30,
+ "customer": "Francesco Salvatore",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1005",
+ "code": "av2231fwg",
+ "name": "Brown Purse",
+ "description": "Product Description",
+ "image": "brown-purse.jpg",
+ "price": 120,
+ "category": "Accessories",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "6000",
+ "productCode": "av2231fwg",
+ "date": "2020-01-25",
+ "amount": 120,
+ "quantity": 1,
+ "customer": "Isabel Sinclair",
+ "status": "RETURNED"
+ },
+ {
+ "id": "6001",
+ "productCode": "av2231fwg",
+ "date": "2019-03-12",
+ "amount": 240,
+ "quantity": 2,
+ "customer": "Lionel Clifford",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "6002",
+ "productCode": "av2231fwg",
+ "date": "2019-05-05",
+ "amount": 120,
+ "quantity": 1,
+ "customer": "Cody Chavez",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1006",
+ "code": "bib36pfvm",
+ "name": "Chakra Bracelet",
+ "description": "Product Description",
+ "image": "chakra-bracelet.jpg",
+ "price": 32,
+ "category": "Accessories",
+ "quantity": 5,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "7000",
+ "productCode": "bib36pfvm",
+ "date": "2020-02-24",
+ "amount": 32,
+ "quantity": 1,
+ "customer": "Arvin Darci",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "7001",
+ "productCode": "bib36pfvm",
+ "date": "2020-01-14",
+ "amount": 64,
+ "quantity": 2,
+ "customer": "Izzy Jones",
+ "status": "PENDING"
+ }
+ ]
+ },
+ {
+ "id": "1007",
+ "code": "mbvjkgip5",
+ "name": "Galaxy Earrings",
+ "description": "Product Description",
+ "image": "galaxy-earrings.jpg",
+ "price": 34,
+ "category": "Accessories",
+ "quantity": 23,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5,
+ "orders": [
+ {
+ "id": "8000",
+ "productCode": "mbvjkgip5",
+ "date": "2020-06-19",
+ "amount": 34,
+ "quantity": 1,
+ "customer": "Jennifer Smith",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1008",
+ "code": "vbb124btr",
+ "name": "Game Controller",
+ "description": "Product Description",
+ "image": "game-controller.jpg",
+ "price": 99,
+ "category": "Electronics",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "9000",
+ "productCode": "vbb124btr",
+ "date": "2020-01-05",
+ "amount": 99,
+ "quantity": 1,
+ "customer": "Jeanfrancois David",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "9001",
+ "productCode": "vbb124btr",
+ "date": "2020-01-19",
+ "amount": 198,
+ "quantity": 2,
+ "customer": "Ivar Greenwood",
+ "status": "RETURNED"
+ }
+ ]
+ },
+ {
+ "id": "1009",
+ "code": "cm230f032",
+ "name": "Gaming Set",
+ "description": "Product Description",
+ "image": "gaming-set.jpg",
+ "price": 299,
+ "category": "Electronics",
+ "quantity": 63,
+ "inventoryStatus": "INSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "10000",
+ "productCode": "cm230f032",
+ "date": "2020-06-24",
+ "amount": 299,
+ "quantity": 1,
+ "customer": "Kadeem Mujtaba",
+ "status": "PENDING"
+ },
+ {
+ "id": "10001",
+ "productCode": "cm230f032",
+ "date": "2020-05-11",
+ "amount": 299,
+ "quantity": 1,
+ "customer": "Ashley Wickens",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "10002",
+ "productCode": "cm230f032",
+ "date": "2019-02-07",
+ "amount": 299,
+ "quantity": 1,
+ "customer": "Julie Johnson",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "10003",
+ "productCode": "cm230f032",
+ "date": "2020-04-26",
+ "amount": 299,
+ "quantity": 1,
+ "customer": "Tony Costa",
+ "status": "CANCELLED"
+ }
+ ]
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/products-orders.json b/apps/showcase/assets/data/demo/products-orders.json
new file mode 100644
index 00000000000..0db107a3e06
--- /dev/null
+++ b/apps/showcase/assets/data/demo/products-orders.json
@@ -0,0 +1,833 @@
+{
+ "data": [
+ {
+ "id": "1000",
+ "code": "f230fh0g3",
+ "name": "Bamboo Watch",
+ "description": "Product Description",
+ "image": "bamboo-watch.jpg",
+ "price": 65,
+ "category": "Accessories",
+ "quantity": 24,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5,
+ "orders": [
+ {
+ "id": "1000-0",
+ "productCode": "f230fh0g3",
+ "date": "2020-09-13",
+ "amount": 65,
+ "quantity": 1,
+ "customer": "David James",
+ "status": "PENDING"
+ },
+ {
+ "id": "1001-1",
+ "productCode": "f230fh0g3",
+ "date": "2020-05-14",
+ "amount": 130,
+ "quantity": 2,
+ "customer": "Leon Rodrigues",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1002-2",
+ "productCode": "f230fh0g3",
+ "date": "2019-01-04",
+ "amount": 65,
+ "quantity": 1,
+ "customer": "Juan Alejandro",
+ "status": "RETURNED"
+ },
+ {
+ "id": "1003-3",
+ "productCode": "f230fh0g3",
+ "date": "2020-09-13",
+ "amount": 195,
+ "quantity": 3,
+ "customer": "Claire Morrow",
+ "status": "CANCELLED"
+ }
+ ]
+ },
+ {
+ "id": "1001",
+ "code": "nvklal433",
+ "name": "Black Watch",
+ "description": "Product Description",
+ "image": "black-watch.jpg",
+ "price": 72,
+ "category": "Accessories",
+ "quantity": 61,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1001-0",
+ "productCode": "nvklal433",
+ "date": "2020-05-14",
+ "amount": 72,
+ "quantity": 1,
+ "customer": "Maisha Jefferson",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1001-1",
+ "productCode": "nvklal433",
+ "date": "2020-02-28",
+ "amount": 144,
+ "quantity": 2,
+ "customer": "Octavia Murillo",
+ "status": "PENDING"
+ }
+ ]
+ },
+ {
+ "id": "1002",
+ "code": "zz21cz3c1",
+ "name": "Blue Band",
+ "description": "Product Description",
+ "image": "blue-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "1002-0",
+ "productCode": "zz21cz3c1",
+ "date": "2020-07-05",
+ "amount": 79,
+ "quantity": 1,
+ "customer": "Stacey Leja",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1002-1",
+ "productCode": "zz21cz3c1",
+ "date": "2020-02-06",
+ "amount": 79,
+ "quantity": 1,
+ "customer": "Ashley Wickens",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1003",
+ "code": "244wgerg2",
+ "name": "Blue T-Shirt",
+ "description": "Product Description",
+ "image": "blue-t-shirt.jpg",
+ "price": 29,
+ "category": "Clothing",
+ "quantity": 25,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5,
+ "orders": []
+ },
+ {
+ "id": "1004",
+ "code": "h456wer53",
+ "name": "Bracelet",
+ "description": "Product Description",
+ "image": "bracelet.jpg",
+ "price": 15,
+ "category": "Accessories",
+ "quantity": 73,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1004-0",
+ "productCode": "h456wer53",
+ "date": "2020-09-05",
+ "amount": 60,
+ "quantity": 4,
+ "customer": "Mayumi Misaki",
+ "status": "PENDING"
+ },
+ {
+ "id": "1004-5",
+ "productCode": "h456wer53",
+ "date": "2019-04-16",
+ "amount": 2,
+ "quantity": 30,
+ "customer": "Francesco Salvatore",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1005",
+ "code": "av2231fwg",
+ "name": "Brown Purse",
+ "description": "Product Description",
+ "image": "brown-purse.jpg",
+ "price": 120,
+ "category": "Accessories",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1005-0",
+ "productCode": "av2231fwg",
+ "date": "2020-01-25",
+ "amount": 120,
+ "quantity": 1,
+ "customer": "Isabel Sinclair",
+ "status": "RETURNED"
+ },
+ {
+ "id": "1005-1",
+ "productCode": "av2231fwg",
+ "date": "2019-03-12",
+ "amount": 240,
+ "quantity": 2,
+ "customer": "Lionel Clifford",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1005-2",
+ "productCode": "av2231fwg",
+ "date": "2019-05-05",
+ "amount": 120,
+ "quantity": 1,
+ "customer": "Cody Chavez",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1006",
+ "code": "bib36pfvm",
+ "name": "Chakra Bracelet",
+ "description": "Product Description",
+ "image": "chakra-bracelet.jpg",
+ "price": 32,
+ "category": "Accessories",
+ "quantity": 5,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "1006-0",
+ "productCode": "bib36pfvm",
+ "date": "2020-02-24",
+ "amount": 32,
+ "quantity": 1,
+ "customer": "Arvin Darci",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1006-1",
+ "productCode": "bib36pfvm",
+ "date": "2020-01-14",
+ "amount": 64,
+ "quantity": 2,
+ "customer": "Izzy Jones",
+ "status": "PENDING"
+ }
+ ]
+ },
+ {
+ "id": "1007",
+ "code": "mbvjkgip5",
+ "name": "Galaxy Earrings",
+ "description": "Product Description",
+ "image": "galaxy-earrings.jpg",
+ "price": 34,
+ "category": "Accessories",
+ "quantity": 23,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5,
+ "orders": [
+ {
+ "id": "1007-0",
+ "productCode": "mbvjkgip5",
+ "date": "2020-06-19",
+ "amount": 34,
+ "quantity": 1,
+ "customer": "Jennifer Smith",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1008",
+ "code": "vbb124btr",
+ "name": "Game Controller",
+ "description": "Product Description",
+ "image": "game-controller.jpg",
+ "price": 99,
+ "category": "Electronics",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1008-0",
+ "productCode": "vbb124btr",
+ "date": "2020-01-05",
+ "amount": 99,
+ "quantity": 1,
+ "customer": "Jeanfrancois David",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1008-1",
+ "productCode": "vbb124btr",
+ "date": "2020-01-19",
+ "amount": 198,
+ "quantity": 2,
+ "customer": "Ivar Greenwood",
+ "status": "RETURNED"
+ }
+ ]
+ },
+ {
+ "id": "1009",
+ "code": "cm230f032",
+ "name": "Gaming Set",
+ "description": "Product Description",
+ "image": "gaming-set.jpg",
+ "price": 299,
+ "category": "Electronics",
+ "quantity": 63,
+ "inventoryStatus": "INSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "1009-0",
+ "productCode": "cm230f032",
+ "date": "2020-06-24",
+ "amount": 299,
+ "quantity": 1,
+ "customer": "Kadeem Mujtaba",
+ "status": "PENDING"
+ },
+ {
+ "id": "1009-1",
+ "productCode": "cm230f032",
+ "date": "2020-05-11",
+ "amount": 299,
+ "quantity": 1,
+ "customer": "Ashley Wickens",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1009-2",
+ "productCode": "cm230f032",
+ "date": "2019-02-07",
+ "amount": 299,
+ "quantity": 1,
+ "customer": "Julie Johnson",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1009-3",
+ "productCode": "cm230f032",
+ "date": "2020-04-26",
+ "amount": 299,
+ "quantity": 1,
+ "customer": "Tony Costa",
+ "status": "CANCELLED"
+ }
+ ]
+ },
+ {
+ "id": "1010",
+ "code": "plb34234v",
+ "name": "Gold Phone Case",
+ "description": "Product Description",
+ "image": "gold-phone-case.jpg",
+ "price": 24,
+ "category": "Accessories",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1010-0",
+ "productCode": "plb34234v",
+ "date": "2020-02-04",
+ "amount": 24,
+ "quantity": 1,
+ "customer": "James Butt",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1010-1",
+ "productCode": "plb34234v",
+ "date": "2020-05-05",
+ "amount": 48,
+ "quantity": 2,
+ "customer": "Josephine Darakjy",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1011",
+ "code": "4920nnc2d",
+ "name": "Green Earbuds",
+ "description": "Product Description",
+ "image": "green-earbuds.jpg",
+ "price": 89,
+ "category": "Electronics",
+ "quantity": 23,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1011-0",
+ "productCode": "4920nnc2d",
+ "date": "2020-06-01",
+ "amount": 89,
+ "quantity": 1,
+ "customer": "Art Venere",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1012",
+ "code": "250vm23cc",
+ "name": "Green T-Shirt",
+ "description": "Product Description",
+ "image": "green-t-shirt.jpg",
+ "price": 49,
+ "category": "Clothing",
+ "quantity": 74,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5,
+ "orders": [
+ {
+ "id": "1012-0",
+ "productCode": "250vm23cc",
+ "date": "2020-02-05",
+ "amount": 49,
+ "quantity": 1,
+ "customer": "Lenna Paprocki",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1012-1",
+ "productCode": "250vm23cc",
+ "date": "2020-02-15",
+ "amount": 49,
+ "quantity": 1,
+ "customer": "Donette Foller",
+ "status": "PENDING"
+ }
+ ]
+ },
+ {
+ "id": "1013",
+ "code": "fldsmn31b",
+ "name": "Grey T-Shirt",
+ "description": "Product Description",
+ "image": "grey-t-shirt.jpg",
+ "price": 48,
+ "category": "Clothing",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "1013-0",
+ "productCode": "fldsmn31b",
+ "date": "2020-04-01",
+ "amount": 48,
+ "quantity": 1,
+ "customer": "Simona Morasca",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1014",
+ "code": "waas1x2as",
+ "name": "Headphones",
+ "description": "Product Description",
+ "image": "headphones.jpg",
+ "price": 175,
+ "category": "Electronics",
+ "quantity": 8,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 5,
+ "orders": [
+ {
+ "id": "1014-0",
+ "productCode": "waas1x2as",
+ "date": "2020-05-15",
+ "amount": 175,
+ "quantity": 1,
+ "customer": "Lenna Paprocki",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1014-1",
+ "productCode": "waas1x2as",
+ "date": "2020-01-02",
+ "amount": 175,
+ "quantity": 1,
+ "customer": "Donette Foller",
+ "status": "CANCELLED"
+ }
+ ]
+ },
+ {
+ "id": "1015",
+ "code": "vb34btbg5",
+ "name": "Light Green T-Shirt",
+ "description": "Product Description",
+ "image": "light-green-t-shirt.jpg",
+ "price": 49,
+ "category": "Clothing",
+ "quantity": 34,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1015-0",
+ "productCode": "vb34btbg5",
+ "date": "2020-07-02",
+ "amount": 98,
+ "quantity": 2,
+ "customer": "Mitsue Tollner",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1016",
+ "code": "k8l6j58jl",
+ "name": "Lime Band",
+ "description": "Product Description",
+ "image": "lime-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 12,
+ "inventoryStatus": "INSTOCK",
+ "rating": 3,
+ "orders": []
+ },
+ {
+ "id": "1017",
+ "code": "v435nn85n",
+ "name": "Mini Speakers",
+ "description": "Product Description",
+ "image": "mini-speakers.jpg",
+ "price": 85,
+ "category": "Clothing",
+ "quantity": 42,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1017-0",
+ "productCode": "v435nn85n",
+ "date": "2020-07-12",
+ "amount": 85,
+ "quantity": 1,
+ "customer": "Minna Amigon",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1018",
+ "code": "09zx9c0zc",
+ "name": "Painted Phone Case",
+ "description": "Product Description",
+ "image": "painted-phone-case.jpg",
+ "price": 56,
+ "category": "Accessories",
+ "quantity": 41,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5,
+ "orders": [
+ {
+ "id": "1018-0",
+ "productCode": "09zx9c0zc",
+ "date": "2020-07-01",
+ "amount": 56,
+ "quantity": 1,
+ "customer": "Abel Maclead",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1018-1",
+ "productCode": "09zx9c0zc",
+ "date": "2020-05-02",
+ "amount": 56,
+ "quantity": 1,
+ "customer": "Minna Amigon",
+ "status": "RETURNED"
+ }
+ ]
+ },
+ {
+ "id": "1019",
+ "code": "mnb5mb2m5",
+ "name": "Pink Band",
+ "description": "Product Description",
+ "image": "pink-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 63,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": []
+ },
+ {
+ "id": "1020",
+ "code": "r23fwf2w3",
+ "name": "Pink Purse",
+ "description": "Product Description",
+ "image": "pink-purse.jpg",
+ "price": 110,
+ "category": "Accessories",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1020-0",
+ "productCode": "r23fwf2w3",
+ "date": "2020-05-29",
+ "amount": 110,
+ "quantity": 1,
+ "customer": "Kiley Caldarera",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1020-1",
+ "productCode": "r23fwf2w3",
+ "date": "2020-02-11",
+ "amount": 220,
+ "quantity": 2,
+ "customer": "Graciela Ruta",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1021",
+ "code": "pxpzczo23",
+ "name": "Purple Band",
+ "description": "Product Description",
+ "image": "purple-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 6,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "1021-0",
+ "productCode": "pxpzczo23",
+ "date": "2020-02-02",
+ "amount": 79,
+ "quantity": 1,
+ "customer": "Cammy Albares",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1022",
+ "code": "2c42cb5cb",
+ "name": "Purple Gemstone Necklace",
+ "description": "Product Description",
+ "image": "purple-gemstone-necklace.jpg",
+ "price": 45,
+ "category": "Accessories",
+ "quantity": 62,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1022-0",
+ "productCode": "2c42cb5cb",
+ "date": "2020-06-29",
+ "amount": 45,
+ "quantity": 1,
+ "customer": "Mattie Poquette",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1022-1",
+ "productCode": "2c42cb5cb",
+ "date": "2020-02-11",
+ "amount": 135,
+ "quantity": 3,
+ "customer": "Meaghan Garufi",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1023",
+ "code": "5k43kkk23",
+ "name": "Purple T-Shirt",
+ "description": "Product Description",
+ "image": "purple-t-shirt.jpg",
+ "price": 49,
+ "category": "Clothing",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 5,
+ "orders": [
+ {
+ "id": "1023-0",
+ "productCode": "5k43kkk23",
+ "date": "2020-04-15",
+ "amount": 49,
+ "quantity": 1,
+ "customer": "Gladys Rim",
+ "status": "RETURNED"
+ }
+ ]
+ },
+ {
+ "id": "1024",
+ "code": "lm2tny2k4",
+ "name": "Shoes",
+ "description": "Product Description",
+ "image": "shoes.jpg",
+ "price": 64,
+ "category": "Clothing",
+ "quantity": 0,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": []
+ },
+ {
+ "id": "1025",
+ "code": "nbm5mv45n",
+ "name": "Sneakers",
+ "description": "Product Description",
+ "image": "sneakers.jpg",
+ "price": 78,
+ "category": "Clothing",
+ "quantity": 52,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4,
+ "orders": [
+ {
+ "id": "1025-0",
+ "productCode": "nbm5mv45n",
+ "date": "2020-02-19",
+ "amount": 78,
+ "quantity": 1,
+ "customer": "Yuki Whobrey",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1025-1",
+ "productCode": "nbm5mv45n",
+ "date": "2020-05-21",
+ "amount": 78,
+ "quantity": 1,
+ "customer": "Fletcher Flosi",
+ "status": "PENDING"
+ }
+ ]
+ },
+ {
+ "id": "1026",
+ "code": "zx23zc42c",
+ "name": "Teal T-Shirt",
+ "description": "Product Description",
+ "image": "teal-t-shirt.jpg",
+ "price": 49,
+ "category": "Clothing",
+ "quantity": 3,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "1026-0",
+ "productCode": "zx23zc42c",
+ "date": "2020-04-24",
+ "amount": 98,
+ "quantity": 2,
+ "customer": "Bette Nicka",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1027",
+ "code": "acvx872gc",
+ "name": "Yellow Earbuds",
+ "description": "Product Description",
+ "image": "yellow-earbuds.jpg",
+ "price": 89,
+ "category": "Electronics",
+ "quantity": 35,
+ "inventoryStatus": "INSTOCK",
+ "rating": 3,
+ "orders": [
+ {
+ "id": "1027-0",
+ "productCode": "acvx872gc",
+ "date": "2020-01-29",
+ "amount": 89,
+ "quantity": 1,
+ "customer": "Veronika Inouye",
+ "status": "DELIVERED"
+ },
+ {
+ "id": "1027-1",
+ "productCode": "acvx872gc",
+ "date": "2020-06-11",
+ "amount": 89,
+ "quantity": 1,
+ "customer": "Willard Kolmetz",
+ "status": "DELIVERED"
+ }
+ ]
+ },
+ {
+ "id": "1028",
+ "code": "tx125ck42",
+ "name": "Yoga Mat",
+ "description": "Product Description",
+ "image": "yoga-mat.jpg",
+ "price": 20,
+ "category": "Fitness",
+ "quantity": 15,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5,
+ "orders": []
+ },
+ {
+ "id": "1029",
+ "code": "gwuby345v",
+ "name": "Yoga Set",
+ "description": "Product Description",
+ "image": "yoga-set.jpg",
+ "price": 20,
+ "category": "Fitness",
+ "quantity": 25,
+ "inventoryStatus": "INSTOCK",
+ "rating": 8,
+ "orders": [
+ {
+ "id": "1026-0",
+ "productCode": "gwuby345v",
+ "date": "2020-02-14",
+ "amount": 4,
+ "quantity": 80,
+ "customer": "Maryann Royster",
+ "status": "DELIVERED"
+ }
+ ]
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/products-small.json b/apps/showcase/assets/data/demo/products-small.json
new file mode 100644
index 00000000000..261c6a50895
--- /dev/null
+++ b/apps/showcase/assets/data/demo/products-small.json
@@ -0,0 +1,124 @@
+{
+ "data": [
+ {
+ "id": "1000",
+ "code": "f230fh0g3",
+ "name": "Bamboo Watch",
+ "description": "Product Description",
+ "image": "bamboo-watch.jpg",
+ "price": 65,
+ "category": "Accessories",
+ "quantity": 24,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1001",
+ "code": "nvklal433",
+ "name": "Black Watch",
+ "description": "Product Description",
+ "image": "black-watch.jpg",
+ "price": 72,
+ "category": "Accessories",
+ "quantity": 61,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1002",
+ "code": "zz21cz3c1",
+ "name": "Blue Band",
+ "description": "Product Description",
+ "image": "blue-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1003",
+ "code": "244wgerg2",
+ "name": "Blue T-Shirt",
+ "description": "Product Description",
+ "image": "blue-t-shirt.jpg",
+ "price": 29,
+ "category": "Clothing",
+ "quantity": 25,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1004",
+ "code": "h456wer53",
+ "name": "Bracelet",
+ "description": "Product Description",
+ "image": "bracelet.jpg",
+ "price": 15,
+ "category": "Accessories",
+ "quantity": 73,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1005",
+ "code": "av2231fwg",
+ "name": "Brown Purse",
+ "description": "Product Description",
+ "image": "brown-purse.jpg",
+ "price": 120,
+ "category": "Accessories",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1006",
+ "code": "bib36pfvm",
+ "name": "Chakra Bracelet",
+ "description": "Product Description",
+ "image": "chakra-bracelet.jpg",
+ "price": 32,
+ "category": "Accessories",
+ "quantity": 5,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1007",
+ "code": "mbvjkgip5",
+ "name": "Galaxy Earrings",
+ "description": "Product Description",
+ "image": "galaxy-earrings.jpg",
+ "price": 34,
+ "category": "Accessories",
+ "quantity": 23,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1008",
+ "code": "vbb124btr",
+ "name": "Game Controller",
+ "description": "Product Description",
+ "image": "game-controller.jpg",
+ "price": 99,
+ "category": "Electronics",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1009",
+ "code": "cm230f032",
+ "name": "Gaming Set",
+ "description": "Product Description",
+ "image": "gaming-set.jpg",
+ "price": 299,
+ "category": "Electronics",
+ "quantity": 63,
+ "inventoryStatus": "INSTOCK",
+ "rating": 3
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/products.json b/apps/showcase/assets/data/demo/products.json
new file mode 100644
index 00000000000..492a7ce432b
--- /dev/null
+++ b/apps/showcase/assets/data/demo/products.json
@@ -0,0 +1,364 @@
+{
+ "data": [
+ {
+ "id": "1000",
+ "code": "f230fh0g3",
+ "name": "Bamboo Watch",
+ "description": "Product Description",
+ "image": "bamboo-watch.jpg",
+ "price": 65,
+ "category": "Accessories",
+ "quantity": 24,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1001",
+ "code": "nvklal433",
+ "name": "Black Watch",
+ "description": "Product Description",
+ "image": "black-watch.jpg",
+ "price": 72,
+ "category": "Accessories",
+ "quantity": 61,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1002",
+ "code": "zz21cz3c1",
+ "name": "Blue Band",
+ "description": "Product Description",
+ "image": "blue-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1003",
+ "code": "244wgerg2",
+ "name": "Blue T-Shirt",
+ "description": "Product Description",
+ "image": "blue-t-shirt.jpg",
+ "price": 29,
+ "category": "Clothing",
+ "quantity": 25,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1004",
+ "code": "h456wer53",
+ "name": "Bracelet",
+ "description": "Product Description",
+ "image": "bracelet.jpg",
+ "price": 15,
+ "category": "Accessories",
+ "quantity": 73,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1005",
+ "code": "av2231fwg",
+ "name": "Brown Purse",
+ "description": "Product Description",
+ "image": "brown-purse.jpg",
+ "price": 120,
+ "category": "Accessories",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1006",
+ "code": "bib36pfvm",
+ "name": "Chakra Bracelet",
+ "description": "Product Description",
+ "image": "chakra-bracelet.jpg",
+ "price": 32,
+ "category": "Accessories",
+ "quantity": 5,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1007",
+ "code": "mbvjkgip5",
+ "name": "Galaxy Earrings",
+ "description": "Product Description",
+ "image": "galaxy-earrings.jpg",
+ "price": 34,
+ "category": "Accessories",
+ "quantity": 23,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1008",
+ "code": "vbb124btr",
+ "name": "Game Controller",
+ "description": "Product Description",
+ "image": "game-controller.jpg",
+ "price": 99,
+ "category": "Electronics",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1009",
+ "code": "cm230f032",
+ "name": "Gaming Set",
+ "description": "Product Description",
+ "image": "gaming-set.jpg",
+ "price": 299,
+ "category": "Electronics",
+ "quantity": 63,
+ "inventoryStatus": "INSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1010",
+ "code": "plb34234v",
+ "name": "Gold Phone Case",
+ "description": "Product Description",
+ "image": "gold-phone-case.jpg",
+ "price": 24,
+ "category": "Accessories",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1011",
+ "code": "4920nnc2d",
+ "name": "Green Earbuds",
+ "description": "Product Description",
+ "image": "green-earbuds.jpg",
+ "price": 89,
+ "category": "Electronics",
+ "quantity": 23,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1012",
+ "code": "250vm23cc",
+ "name": "Green T-Shirt",
+ "description": "Product Description",
+ "image": "green-t-shirt.jpg",
+ "price": 49,
+ "category": "Clothing",
+ "quantity": 74,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1013",
+ "code": "fldsmn31b",
+ "name": "Grey T-Shirt",
+ "description": "Product Description",
+ "image": "grey-t-shirt.jpg",
+ "price": 48,
+ "category": "Clothing",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1014",
+ "code": "waas1x2as",
+ "name": "Headphones",
+ "description": "Product Description",
+ "image": "headphones.jpg",
+ "price": 175,
+ "category": "Electronics",
+ "quantity": 8,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1015",
+ "code": "vb34btbg5",
+ "name": "Light Green T-Shirt",
+ "description": "Product Description",
+ "image": "light-green-t-shirt.jpg",
+ "price": 49,
+ "category": "Clothing",
+ "quantity": 34,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1016",
+ "code": "k8l6j58jl",
+ "name": "Lime Band",
+ "description": "Product Description",
+ "image": "lime-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 12,
+ "inventoryStatus": "INSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1017",
+ "code": "v435nn85n",
+ "name": "Mini Speakers",
+ "description": "Product Description",
+ "image": "mini-speakers.jpg",
+ "price": 85,
+ "category": "Clothing",
+ "quantity": 42,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1018",
+ "code": "09zx9c0zc",
+ "name": "Painted Phone Case",
+ "description": "Product Description",
+ "image": "painted-phone-case.jpg",
+ "price": 56,
+ "category": "Accessories",
+ "quantity": 41,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1019",
+ "code": "mnb5mb2m5",
+ "name": "Pink Band",
+ "description": "Product Description",
+ "image": "pink-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 63,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1020",
+ "code": "r23fwf2w3",
+ "name": "Pink Purse",
+ "description": "Product Description",
+ "image": "pink-purse.jpg",
+ "price": 110,
+ "category": "Accessories",
+ "quantity": 0,
+ "inventoryStatus": "OUTOFSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1021",
+ "code": "pxpzczo23",
+ "name": "Purple Band",
+ "description": "Product Description",
+ "image": "purple-band.jpg",
+ "price": 79,
+ "category": "Fitness",
+ "quantity": 6,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1022",
+ "code": "2c42cb5cb",
+ "name": "Purple Gemstone Necklace",
+ "description": "Product Description",
+ "image": "purple-gemstone-necklace.jpg",
+ "price": 45,
+ "category": "Accessories",
+ "quantity": 62,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1023",
+ "code": "5k43kkk23",
+ "name": "Purple T-Shirt",
+ "description": "Product Description",
+ "image": "purple-t-shirt.jpg",
+ "price": 49,
+ "category": "Clothing",
+ "quantity": 2,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1024",
+ "code": "lm2tny2k4",
+ "name": "Shoes",
+ "description": "Product Description",
+ "image": "shoes.jpg",
+ "price": 64,
+ "category": "Clothing",
+ "quantity": 0,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1025",
+ "code": "nbm5mv45n",
+ "name": "Sneakers",
+ "description": "Product Description",
+ "image": "sneakers.jpg",
+ "price": 78,
+ "category": "Clothing",
+ "quantity": 52,
+ "inventoryStatus": "INSTOCK",
+ "rating": 4
+ },
+ {
+ "id": "1026",
+ "code": "zx23zc42c",
+ "name": "Teal T-Shirt",
+ "description": "Product Description",
+ "image": "teal-t-shirt.jpg",
+ "price": 49,
+ "category": "Clothing",
+ "quantity": 3,
+ "inventoryStatus": "LOWSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1027",
+ "code": "acvx872gc",
+ "name": "Yellow Earbuds",
+ "description": "Product Description",
+ "image": "yellow-earbuds.jpg",
+ "price": 89,
+ "category": "Electronics",
+ "quantity": 35,
+ "inventoryStatus": "INSTOCK",
+ "rating": 3
+ },
+ {
+ "id": "1028",
+ "code": "tx125ck42",
+ "name": "Yoga Mat",
+ "description": "Product Description",
+ "image": "yoga-mat.jpg",
+ "price": 20,
+ "category": "Fitness",
+ "quantity": 15,
+ "inventoryStatus": "INSTOCK",
+ "rating": 5
+ },
+ {
+ "id": "1029",
+ "code": "gwuby345v",
+ "name": "Yoga Set",
+ "description": "Product Description",
+ "image": "yoga-set.jpg",
+ "price": 20,
+ "category": "Fitness",
+ "quantity": 25,
+ "inventoryStatus": "INSTOCK",
+ "rating": 8
+ }
+ ]
+}
diff --git a/apps/showcase/assets/data/demo/scheduleevents.json b/apps/showcase/assets/data/demo/scheduleevents.json
new file mode 100755
index 00000000000..6a9bb1d64f4
--- /dev/null
+++ b/apps/showcase/assets/data/demo/scheduleevents.json
@@ -0,0 +1,68 @@
+{
+ "data": [
+ {
+ "id": 1,
+ "title": "All Day Event",
+ "start": "2019-01-01"
+ },
+ {
+ "id": 2,
+ "title": "Long Event",
+ "start": "2019-01-07",
+ "end": "2019-01-10"
+ },
+ {
+ "id": 3,
+ "title": "Repeating Event",
+ "start": "2019-01-09T16:00:00"
+ },
+ {
+ "id": 4,
+ "title": "Repeating Event",
+ "start": "2019-01-16T16:00:00"
+ },
+ {
+ "id": 5,
+ "title": "Conference",
+ "start": "2019-01-11",
+ "end": "2019-01-13"
+ },
+ {
+ "id": 6,
+ "title": "Meeting",
+ "start": "2019-01-12T10:30:00",
+ "end": "2019-01-12T12:30:00"
+ },
+ {
+ "id": 7,
+ "title": "Lunch",
+ "start": "2019-01-12T12:00:00"
+ },
+ {
+ "id": 8,
+ "title": "Meeting",
+ "start": "2019-01-12T14:30:00"
+ },
+ {
+ "id": 9,
+ "title": "Happy Hour",
+ "start": "2019-01-12T17:30:00"
+ },
+ {
+ "id": 10,
+ "title": "Dinner",
+ "start": "2019-01-12T20:00:00"
+ },
+ {
+ "id": 11,
+ "title": "Birthday Party",
+ "start": "2019-01-13T07:00:00"
+ },
+ {
+ "id": 12,
+ "title": "Click for Google",
+ "url": "http://google.com/",
+ "start": "2019-01-28"
+ }
+ ]
+}
diff --git a/src/assets/showcase/data/icons.json b/apps/showcase/assets/data/icons.json
similarity index 81%
rename from src/assets/showcase/data/icons.json
rename to apps/showcase/assets/data/icons.json
index d2944a2d733..0f1a473229e 100644
--- a/src/assets/showcase/data/icons.json
+++ b/apps/showcase/assets/data/icons.json
@@ -6,23 +6,13 @@
"paths": [
"M93.091 232.729c0-42.56 35.015-77.575 77.575-77.575h133.744l172.25 200.958c8.842 10.317 21.752 16.254 35.34 16.254h341.336c42.555 0 77.575 35.016 77.575 77.576v341.333c0 42.562-35.021 77.575-77.575 77.575h-682.669c-42.56 0-77.575-35.013-77.575-77.575v-558.545zM170.666 62.063c-93.972 0-170.666 76.694-170.666 170.666v558.545c0 93.974 76.694 170.664 170.666 170.664h682.669c93.974 0 170.664-76.69 170.664-170.664v-341.333c0-93.973-76.69-170.666-170.664-170.666h-319.928l-172.25-200.959c-8.843-10.316-21.752-16.254-35.34-16.254h-155.152zM512 434.426c25.706 0 46.545 20.839 46.545 46.545v77.576h77.576c25.706 0 46.545 20.839 46.545 46.545s-20.839 46.546-46.545 46.546h-77.576v77.575c0 25.708-20.839 46.547-46.545 46.547s-46.545-20.838-46.545-46.547v-77.575h-77.576c-25.706 0-46.545-20.839-46.545-46.546s20.839-46.545 46.545-46.545h77.576v-77.576c0-25.706 20.839-46.545 46.545-46.545z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "folder-plus",
- "add",
- "new",
- "create",
- "container"
- ]
+ "tags": ["folder-plus", "add", "new", "create", "container"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 357,
"id": 315,
@@ -39,23 +29,13 @@
"paths": [
"M312.166 186.266l82.248-82.248 82.249 82.248c19.516 19.516 51.158 19.516 70.673 0l82.249-82.248 82.248 82.248c19.516 19.516 51.156 19.516 70.671 0l38.159-38.154v727.773l-38.159-38.151c-19.515-19.515-51.155-19.515-70.671 0l-82.248 82.249-82.249-82.249c-19.516-19.515-51.158-19.515-70.673 0l-82.249 82.249-82.248-82.249c-19.516-19.515-51.158-19.515-70.674 0l-38.154 38.151v-727.773l38.154 38.154c19.517 19.516 51.158 19.516 70.674 0zM429.751 14.637c-19.515-19.516-51.157-19.516-70.674 0l-82.248 82.249-76.369-76.37c-31.481-31.482-85.31-9.185-85.31 35.337v912.295c0 44.522 53.829 66.816 85.31 35.335l76.369-76.368 82.248 82.249c19.516 19.515 51.158 19.515 70.674 0l82.248-82.249 82.249 82.249c19.515 19.515 51.157 19.515 70.673 0l82.248-82.249 76.368 76.368c31.481 31.481 85.314 9.187 85.314-35.335v-912.295c0-44.522-53.833-66.819-85.314-35.337l-76.368 76.37-82.248-82.249c-19.515-19.516-51.157-19.516-70.673 0l-82.249 82.249-82.248-82.249zM394.414 291.53c-24.352 0-44.094 19.742-44.094 44.095s19.742 44.094 44.094 44.094h235.171c24.352 0 44.094-19.742 44.094-44.094s-19.742-44.095-44.094-44.095h-235.171zM350.32 512.002c0-24.352 19.742-44.094 44.094-44.094h235.171c24.352 0 44.094 19.742 44.094 44.094s-19.742 44.095-44.094 44.095h-235.171c-24.352 0-44.094-19.742-44.094-44.095zM394.414 644.285c-24.352 0-44.094 19.742-44.094 44.095s19.742 44.094 44.094 44.094h235.171c24.352 0 44.094-19.742 44.094-44.094s-19.742-44.095-44.094-44.095h-235.171z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "receipt",
- "bill",
- "invoice",
- "proof-of-purchase",
- "payment"
- ]
+ "tags": ["receipt", "bill", "invoice", "proof-of-purchase", "payment"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 358,
"id": 314,
@@ -72,23 +52,13 @@
"paths": [
"M561.548 49.548c0-27.365-22.183-49.548-49.548-49.548s-49.548 22.184-49.548 49.548v376.632l-326.173-188.316c-23.699-13.683-54.002-5.563-67.685 18.136s-5.563 54.002 18.136 67.684l326.172 188.316-326.172 188.316c-23.699 13.682-31.819 43.986-18.136 67.684s43.986 31.817 67.685 18.139l326.173-188.32v376.634c0 27.363 22.183 49.547 49.548 49.547s49.548-22.184 49.548-49.547v-376.632l326.173 188.319c23.698 13.678 54.001 5.559 67.686-18.139 13.678-23.698 5.559-54.002-18.139-67.684l-326.173-188.316 326.173-188.316c23.698-13.682 31.817-43.986 18.139-67.684-13.685-23.698-43.988-31.819-67.686-18.136l-326.173 188.315v-376.631z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "asterisk",
- "star",
- "note",
- "reference",
- "highlight"
- ]
+ "tags": ["asterisk", "star", "note", "reference", "highlight"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 359,
"id": 313,
@@ -105,23 +75,13 @@
"paths": [
"M85.334 512c0-235.641 191.025-426.666 426.666-426.666 235.644 0 426.664 191.025 426.664 426.666 0 235.644-191.020 426.664-426.664 426.664-235.641 0-426.666-191.020-426.666-426.664zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM355.555 426.666c39.273 0 71.111-31.838 71.111-71.111s-31.838-71.111-71.111-71.111c-39.273 0-71.111 31.838-71.111 71.111s31.838 71.111 71.111 71.111zM739.555 355.555c0 39.273-31.837 71.111-71.11 71.111s-71.111-31.838-71.111-71.111c0-39.273 31.838-71.111 71.111-71.111s71.11 31.838 71.11 71.111zM324.179 610.191l-0.208-0.48-0.007-0.017c-8.836-21.718-33.566-32.252-55.365-23.532-21.878 8.752-32.52 33.583-23.769 55.461l39.615-15.846c-39.615 15.846-39.607 15.866-39.598 15.887l0.018 0.045 0.041 0.1 0.097 0.239 0.263 0.636c0.206 0.492 0.475 1.119 0.806 1.872 0.663 1.507 1.581 3.521 2.771 5.972 2.378 4.895 5.858 11.567 10.571 19.422 9.39 15.65 23.894 36.362 44.639 57.107 42.019 42.016 109.295 83.605 207.947 83.605s165.928-41.589 207.948-83.605c20.748-20.746 35.252-41.457 44.636-57.107 4.718-7.855 8.192-14.527 10.569-19.422 1.192-2.451 2.114-4.465 2.772-5.972 0.336-0.753 0.6-1.38 0.812-1.872l0.263-0.636 0.095-0.239 0.037-0.1 0.022-0.045c0.007-0.021 0.015-0.042-39.6-15.887l39.614 15.846c8.755-21.878-1.887-46.71-23.764-55.461-21.804-8.719-46.533 1.814-55.369 23.533l-0.214 0.496c-0.254 0.577-0.724 1.618-1.423 3.057-1.4 2.883-3.698 7.322-6.985 12.8-6.61 11.017-16.995 25.86-31.805 40.671-29.092 29.091-75.594 58.614-147.608 58.614s-118.516-29.523-147.608-58.614c-14.81-14.811-25.196-29.654-31.805-40.671-3.287-5.478-5.585-9.917-6.985-12.8-0.699-1.439-1.169-2.48-1.423-3.057z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "face-smile",
- "happy",
- "joy",
- "pleased",
- "positive"
- ]
+ "tags": ["face-smile", "happy", "joy", "pleased", "positive"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 361,
"id": 311,
@@ -138,24 +98,13 @@
"paths": [
"M1024 512c0 282.836-229.164 512-512 512-52.852 0-103.639-8.053-151.535-22.916 20.852-34.063 52.026-89.805 63.587-134.195 6.194-23.947 31.794-121.805 31.794-121.805 16.723 31.795 65.445 58.836 117.264 58.836 154.426 0 265.7-142.037 265.7-318.553 0-169.084-138.113-295.639-315.661-295.639-220.903 0-338.374 148.232-338.374 309.884 0 75.148 40.052 168.671 103.845 198.4 9.703 4.542 14.864 2.478 17.135-6.813 1.652-7.020 10.323-41.909 14.245-58.013 1.239-5.161 0.62-9.703-3.509-14.658-20.852-25.806-37.781-72.877-37.781-116.852 0-112.929 85.471-222.142 231.226-222.142 125.73 0 213.884 85.678 213.884 208.31 0 138.529-69.987 234.529-161.032 234.529-50.168 0-87.949-41.497-75.768-92.491 14.452-60.903 42.323-126.555 42.323-170.529 0-39.226-21.059-72.052-64.826-72.052-51.407 0-92.697 53.058-92.697 124.284 0 45.42 15.277 75.974 15.277 75.974s-50.58 214.297-59.871 254.35c-10.323 44.178-6.194 106.525-1.858 146.995-190.348-74.533-325.368-259.926-325.368-476.906 0-282.839 229.161-512 512-512 282.836 0 512 229.161 512 512z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "pinterest",
- "social",
- "media",
- "image",
- "sharing",
- "hobby"
- ]
+ "tags": ["pinterest", "social", "media", "image", "sharing", "hobby"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 362,
"id": 310,
@@ -172,23 +121,13 @@
"paths": [
"M160.914 87.771c-40.395 0-73.143 32.748-73.143 73.143v175.543c0 24.237-19.648 43.886-43.886 43.886s-43.886-19.648-43.886-43.886v-175.543c0-88.87 72.044-160.914 160.914-160.914h175.543c24.237 0 43.886 19.648 43.886 43.886s-19.648 43.886-43.886 43.886h-175.543zM643.657 43.886c0-24.237 19.648-43.886 43.886-43.886h175.543c88.869 0 160.914 72.044 160.914 160.914v175.543c0 24.237-19.646 43.886-43.886 43.886s-43.886-19.648-43.886-43.886v-175.543c0-40.395-32.746-73.143-73.143-73.143h-175.543c-24.237 0-43.886-19.648-43.886-43.886zM43.886 643.657c24.237 0 43.886 19.648 43.886 43.886v175.543c0 40.397 32.748 73.143 73.143 73.143h175.543c24.237 0 43.886 19.646 43.886 43.886s-19.648 43.886-43.886 43.886h-175.543c-88.87 0-160.914-72.046-160.914-160.914v-175.543c0-24.237 19.648-43.886 43.886-43.886zM980.114 643.657c24.24 0 43.886 19.648 43.886 43.886v175.543c0 88.869-72.046 160.914-160.914 160.914h-175.543c-24.237 0-43.886-19.646-43.886-43.886s19.648-43.886 43.886-43.886h175.543c40.397 0 73.143-32.746 73.143-73.143v-175.543c0-24.237 19.646-43.886 43.886-43.886z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "expand",
- "enlarge",
- "grow",
- "increase",
- "extend"
- ]
+ "tags": ["expand", "enlarge", "grow", "increase", "extend"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 363,
"id": 309,
@@ -205,23 +144,13 @@
"paths": [
"M857.644 98.33c6.107-6.117 17.218-10.869 31.532-10.548s26.5 5.661 33.499 12.672c7.534 7.543 12.961 19.896 13.509 33.631 0.549 13.674-3.825 24.167-9.787 30.152l-0.007 0.012-438.252 438.818-74.479 6.772 5.862-72.821 438.122-438.688zM984.788 38.445c-25.578-25.626-60.679-37.668-93.645-38.409-32.973-0.741-69.135 9.762-95.612 36.278v0.006l-449.509 450.089c-7.358 7.368-11.856 17.111-12.692 27.49l-11.336 140.842c-1.039 12.903 3.673 25.606 12.873 34.711s21.952 13.685 34.843 12.513l142.215-12.931c10.233-0.93 19.816-5.423 27.077-12.693l449.538-450.118c26.617-26.691 36.659-62.768 35.343-95.651-1.317-32.83-14.043-67.034-39.095-92.128zM149.942 87.804c-82.566 0-149.938 67.372-149.938 149.938v636.323c0 82.564 67.372 149.936 149.938 149.936h636.322c82.564 0 149.936-67.372 149.936-149.936v-318.163c0-24.237-19.646-43.884-43.886-43.884-24.232 0-43.878 19.648-43.878 43.884v318.163c0 34.092-28.080 62.164-62.171 62.164h-636.322c-34.093 0-62.169-28.072-62.169-62.164v-636.323c0-34.093 28.077-62.169 62.169-62.169h318.16c24.237 0 43.884-19.648 43.884-43.884s-19.648-43.884-43.884-43.884h-318.16z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "pen-to-square",
- "write",
- "edit",
- "note",
- "document"
- ]
+ "tags": ["pen-to-square", "write", "edit", "note", "document"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 364,
"id": 308,
@@ -238,24 +167,13 @@
"paths": [
"M383.383 66.188c19.99 1.421 37.156 14.743 43.493 33.755l226.431 679.292 144.696-289.398c8.397-16.786 25.549-27.39 44.317-27.39h132.133c27.363 0 49.547 22.183 49.547 49.548s-22.184 49.548-49.547 49.548h-101.508l-184.499 369.001c-8.962 17.927-27.84 28.687-47.83 27.268-19.99-1.426-37.156-14.746-43.494-33.755l-226.431-679.296-144.698 289.393c-8.393 16.786-25.55 27.39-44.317 27.39h-132.129c-27.365 0-49.548-22.183-49.548-49.548s22.184-49.548 49.548-49.548h101.506l184.499-368.995c8.962-17.924 27.84-28.685 47.83-27.265z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "wave-pulse",
- "frequency",
- "rhythm",
- "beat",
- "vibration",
- "rate"
- ]
+ "tags": ["wave-pulse", "frequency", "rhythm", "beat", "vibration", "rate"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 365,
"id": 307,
@@ -272,23 +190,13 @@
"paths": [
"M394.977 0c24.237 0 43.886 19.648 43.886 43.886v212.205l285.775-107.020c22.699-8.5 47.992 3.010 56.491 25.708s-3.013 47.989-25.71 56.49l-316.556 118.548v37.933l285.775-107.020c22.699-8.5 47.992 3.010 56.491 25.708s-3.013 47.989-25.71 56.49l-316.556 118.548v452.467c211.7-22.17 380.344-202.759 380.344-421.939 0-24.237 19.646-43.886 43.886-43.886 24.232 0 43.886 19.648 43.886 43.886 0 282.931-232.060 512-512.001 512-24.237 0-43.886-19.646-43.886-43.886v-465.772l-174.781 65.454c-22.698 8.5-47.989-3.010-56.489-25.708s3.009-47.989 25.707-56.49l205.563-76.981v-37.933l-174.781 65.454c-22.698 8.5-47.989-3.010-56.489-25.708s3.009-47.989 25.707-56.49l205.563-76.981v-245.075c0-24.237 19.648-43.886 43.886-43.886z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "turkish-lira",
- "money",
- "currency",
- "turkey",
- "cash"
- ]
+ "tags": ["turkish-lira", "money", "currency", "turkey", "cash"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 366,
"id": 306,
@@ -305,22 +213,13 @@
"paths": [
"M512 161.684c44.648 0 80.842-36.195 80.842-80.843s-36.194-80.842-80.842-80.842c-44.648 0-80.842 36.194-80.842 80.842s36.194 80.843 80.842 80.843zM161.684 512c0 44.648-36.195 80.842-80.843 80.842s-80.842-36.194-80.842-80.842c0-44.648 36.194-80.842 80.842-80.842s80.843 36.194 80.843 80.842zM1024 512c0 44.648-36.191 80.842-80.845 80.842-44.646 0-80.837-36.194-80.837-80.842s36.191-80.842 80.837-80.842c44.654 0 80.845 36.194 80.845 80.842zM592.842 943.155c0 44.654-36.195 80.845-80.843 80.845s-80.842-36.191-80.842-80.845c0-44.646 36.194-80.837 80.842-80.837s80.843 36.191 80.843 80.837zM149.971 264.301c31.571 31.571 82.757 31.571 114.328 0s31.571-82.757 0-114.328c-31.571-31.571-82.757-31.571-114.328 0s-31.571 82.757 0 114.328zM874.028 874.028c-31.568 31.568-82.754 31.568-114.33 0-31.568-31.576-31.568-82.761 0-114.33 31.576-31.572 82.761-31.572 114.33 0 31.568 31.568 31.568 82.754 0 114.33zM149.971 874.028c31.571 31.568 82.757 31.568 114.328 0 31.571-31.576 31.571-82.761 0-114.33-31.571-31.572-82.757-31.572-114.328 0-31.571 31.568-31.571 82.754 0 114.33z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "spinner-dotted",
- "loading",
- "processing",
- "buffering"
- ]
+ "tags": ["spinner-dotted", "loading", "processing", "buffering"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 367,
"id": 305,
@@ -337,23 +236,13 @@
"paths": [
"M405.716 365.683l106.284-170.053 106.284 170.053c15.364 24.584 48.35 30.986 71.796 13.934l228.244-165.994-87.669 460.255c-1.324 6.935-7.387 11.952-14.446 11.952h-608.418c-7.060 0-13.123-5.018-14.444-11.952l-87.668-460.255 228.242 165.994c23.445 17.051 56.431 10.65 71.796-13.934zM554.392 97.005c-19.58-31.328-65.205-31.328-84.784 0l-116.966 187.145-273.186-198.68c-36.638-26.646-86.988 5.28-78.511 49.783l105.739 555.132c9.247 48.541 51.689 83.664 101.105 83.664h608.418c49.415 0 91.86-35.123 101.105-83.664l105.743-555.132c8.477-44.503-41.874-76.43-78.512-49.783l-273.187 198.68-116.966-187.145zM159.122 862.267c-24.361 0-44.11 19.749-44.11 44.112s19.749 44.112 44.11 44.112h705.756c24.364 0 44.112-19.749 44.112-44.112s-19.749-44.112-44.112-44.112h-705.756z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "crown",
- "royalty",
- "king",
- "queen",
- "leader"
- ]
+ "tags": ["crown", "royalty", "king", "queen", "leader"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 368,
"id": 304,
@@ -370,23 +259,13 @@
"paths": [
"M512 85.334c-235.641 0-426.666 191.025-426.666 426.666 0 235.644 191.025 426.664 426.666 426.664 235.644 0 426.664-191.020 426.664-426.664 0-235.641-191.020-426.666-426.664-426.666zM0 512c0-282.77 229.23-512 512-512s512 229.23 512 512c0 282.77-229.23 512-512 512s-512-229.23-512-512zM398.222 298.666c23.564 0 42.667 19.103 42.667 42.667v341.333c0 23.564-19.103 42.667-42.667 42.667s-42.666-19.103-42.666-42.667v-341.333c0-23.564 19.103-42.667 42.666-42.667zM668.445 341.334c0-23.564-19.103-42.667-42.666-42.667s-42.667 19.103-42.667 42.667v341.333c0 23.564 19.103 42.667 42.667 42.667s42.666-19.103 42.666-42.667v-341.333z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "pause-circle",
- "halt",
- "wait",
- "stop",
- "break"
- ]
+ "tags": ["pause-circle", "halt", "wait", "stop", "break"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 369,
"id": 303,
@@ -403,23 +282,13 @@
"paths": [
"M466.206 14.266c28.828-14.414 62.76-14.414 91.588 0l409.601 204.797c34.692 17.346 56.605 52.803 56.605 91.589v666.010c0 24.24-19.646 43.886-43.886 43.886s-43.886-19.646-43.886-43.886v-666.010c0-5.541-3.131-10.606-8.090-13.084l-409.597-204.797c-4.118-2.060-8.966-2.060-13.084 0l-409.6 204.797c-4.956 2.477-8.087 7.543-8.087 13.084v666.010c0 24.24-19.648 43.886-43.886 43.886s-43.886-19.646-43.886-43.886v-666.010c0-38.786 21.914-74.244 56.606-91.589l409.6-204.797zM175.543 508.545c0-56.554 45.846-102.4 102.4-102.4h468.114c56.554 0 102.4 45.846 102.4 102.4v409.602c0 56.554-45.846 102.4-102.4 102.4h-468.114c-56.554 0-102.4-45.846-102.4-102.4v-409.602zM277.943 493.917c-8.079 0-14.629 6.549-14.629 14.629v73.143h497.371v-73.143c0-8.079-6.546-14.629-14.629-14.629h-468.114zM760.686 669.46h-497.371v87.774h497.371v-87.774zM760.686 845.005h-497.371v73.143c0 8.075 6.549 14.629 14.629 14.629h468.114c8.082 0 14.629-6.554 14.629-14.629v-73.143z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "warehouse",
- "storage",
- "inventory",
- "goods",
- "distribution"
- ]
+ "tags": ["warehouse", "storage", "inventory", "goods", "distribution"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 370,
"id": 302,
@@ -436,24 +305,13 @@
"paths": [
"M102.4 0c-56.554 0-102.4 45.846-102.4 102.4v351.086c0 56.554 45.846 102.4 102.4 102.4h234.057c56.554 0 102.4-45.846 102.4-102.4v-351.086c0-56.554-45.846-102.4-102.4-102.4h-234.057zM87.771 102.4c0-8.079 6.549-14.629 14.629-14.629h234.057c8.079 0 14.629 6.549 14.629 14.629v351.086c0 8.079-6.549 14.629-14.629 14.629h-234.057c-8.079 0-14.629-6.549-14.629-14.629v-351.086zM102.4 702.171c-56.554 0-102.4 45.846-102.4 102.4v117.029c0 56.554 45.846 102.4 102.4 102.4h234.057c56.554 0 102.4-45.846 102.4-102.4v-117.029c0-56.554-45.846-102.4-102.4-102.4h-234.057zM87.771 804.571c0-8.082 6.549-14.629 14.629-14.629h234.057c8.079 0 14.629 6.546 14.629 14.629v117.029c0 8.082-6.549 14.629-14.629 14.629h-234.057c-8.079 0-14.629-6.546-14.629-14.629v-117.029zM585.143 570.514c0-56.554 45.846-102.4 102.4-102.4h234.057c56.554 0 102.4 45.846 102.4 102.4v351.086c0 56.554-45.846 102.4-102.4 102.4h-234.057c-56.554 0-102.4-45.846-102.4-102.4v-351.086zM687.543 555.886c-8.079 0-14.629 6.549-14.629 14.629v351.086c0 8.082 6.549 14.629 14.629 14.629h234.057c8.082 0 14.629-6.546 14.629-14.629v-351.086c0-8.079-6.546-14.629-14.629-14.629h-234.057zM687.543 0c-56.554 0-102.4 45.846-102.4 102.4v117.029c0 56.554 45.846 102.4 102.4 102.4h234.057c56.554 0 102.4-45.846 102.4-102.4v-117.029c0-56.554-45.846-102.4-102.4-102.4h-234.057zM672.914 102.4c0-8.079 6.549-14.629 14.629-14.629h234.057c8.082 0 14.629 6.549 14.629 14.629v117.029c0 8.079-6.546 14.629-14.629 14.629h-234.057c-8.079 0-14.629-6.549-14.629-14.629v-117.029z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "objects-column",
- "items",
- "elements",
- "organization",
- "grid",
- "layout"
- ]
+ "tags": ["objects-column", "items", "elements", "organization", "grid", "layout"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 371,
"id": 301,
@@ -470,23 +328,13 @@
"paths": [
"M466.54 87.771c-31.446 0-56.939 25.492-56.939 56.939v85.746h204.8v-85.746c0-31.446-25.492-56.939-56.94-56.939h-90.922zM695.398 100.825h50.659c88.869 0 160.914 72.044 160.914 160.914v601.347c0 88.869-72.046 160.914-160.914 160.914h-468.114c-88.871 0-160.914-72.046-160.914-160.914v-601.347c0-88.87 72.044-160.914 160.914-160.914h50.659c18.586-58.466 73.314-100.825 137.936-100.825h90.922c64.622 0 119.352 42.358 137.936 100.825zM702.172 188.596v79.895c0 27.469-22.268 49.737-49.737 49.737h-280.869c-27.47 0-49.737-22.268-49.737-49.737v-79.895h-43.886c-40.396 0-73.143 32.748-73.143 73.143v601.347c0 40.397 32.747 73.143 73.143 73.143h468.114c40.397 0 73.143-32.746 73.143-73.143v-601.347c0-40.395-32.746-73.143-73.143-73.143h-43.885z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "clipboard",
- "paste",
- "copy",
- "cut",
- "notes"
- ]
+ "tags": ["clipboard", "paste", "copy", "cut", "notes"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 372,
"id": 300,
@@ -503,23 +351,13 @@
"paths": [
"M85.334 512c0-235.641 191.025-426.666 426.666-426.666 235.644 0 426.664 191.025 426.664 426.666 0 235.644-191.020 426.664-426.664 426.664-235.641 0-426.666-191.020-426.666-426.664zM512 0c-282.77 0-512 229.23-512 512s229.23 512 512 512c282.77 0 512-229.23 512-512s-229.23-512-512-512zM398.222 715.992c0 50.684 61.278 76.065 97.115 40.225l203.992-203.99c22.216-22.216 22.216-58.236 0-80.453l-203.992-203.992c-35.838-35.838-97.115-10.456-97.115 40.227v407.983z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "play-circle",
- "start",
- "go",
- "action",
- "play"
- ]
+ "tags": ["play-circle", "start", "go", "action", "play"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 373,
"id": 299,
@@ -536,22 +374,13 @@
"paths": [
"M511.999 78.769c-152.261 0-275.692 123.432-275.692 275.692s123.431 275.692 275.692 275.692c152.261 0 275.691-123.431 275.691-275.692s-123.43-275.692-275.691-275.692zM157.538 354.461c0-195.763 158.698-354.461 354.461-354.461s354.458 158.698 354.458 354.461c0 182.452-137.845 332.707-315.074 352.298v107.189h118.154c21.751 0 39.385 17.635 39.385 39.387s-17.633 39.38-39.385 39.38h-118.154v91.897c0 21.753-17.633 39.387-39.385 39.387s-39.385-17.635-39.385-39.387v-91.897h-118.154c-21.752 0-39.385-17.627-39.385-39.38s17.633-39.387 39.385-39.387h118.154v-107.189c-177.229-19.591-315.077-169.846-315.077-352.298z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "venus",
- "female",
- "women",
- "gender"
- ]
+ "tags": ["venus", "female", "women", "gender"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 374,
"id": 298,
@@ -568,21 +397,13 @@
"paths": [
"M43.886 29.259c-24.237 0-43.886 19.648-43.886 43.885s19.648 43.886 43.886 43.886h80.402l110.477 607.622c3.794 20.864 21.968 36.034 43.178 36.034h585.143c20.136 0 37.691-13.707 42.576-33.241l117.029-468.114c3.277-13.11 0.329-26.999-7.987-37.651s-21.072-16.878-34.589-16.878h-750.657l-25.365-139.507c-3.794-20.867-21.968-36.035-43.178-36.035h-117.029zM314.568 672.916l-69.153-380.343h678.489l-95.086 380.343h-514.25zM461.678 438.859c-24.237 0-43.886 19.648-43.886 43.886s19.648 43.886 43.886 43.886h234.057c24.237 0 43.885-19.648 43.885-43.886s-19.648-43.886-43.885-43.886h-234.057zM380.343 819.2c-48.475 0-87.771 39.3-87.771 87.771 0 48.479 39.297 87.771 87.771 87.771s87.771-39.292 87.771-87.771c0-48.472-39.297-87.771-87.771-87.771zM672.914 906.971c0-48.472 39.296-87.771 87.771-87.771 48.472 0 87.771 39.3 87.771 87.771 0 48.479-39.3 87.771-87.771 87.771-48.475 0-87.771-39.292-87.771-87.771z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "cart-minus",
- "remove",
- "purchase"
- ]
+ "tags": ["cart-minus", "remove", "purchase"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 387,
"id": 297,
@@ -599,23 +420,13 @@
"paths": [
"M277.944 0c-88.603 0-160.914 72.311-160.914 160.914v702.171c0 88.605 72.311 160.914 160.914 160.914h468.114c88.605 0 160.914-72.309 160.914-160.914v-497.371c0-11.639-4.623-22.802-12.851-31.032l-321.831-321.829c-8.23-8.23-19.392-12.854-31.032-12.854h-263.314zM204.801 160.914c0-40.128 33.014-73.143 73.143-73.143h219.429v277.943c0 24.237 19.648 43.886 43.886 43.886h277.942v453.486c0 40.126-33.017 73.143-73.143 73.143h-468.114c-40.128 0-73.143-33.017-73.143-73.143v-702.171zM757.138 321.829h-171.995v-171.993l171.995 171.993zM702.172 687.543c0 24.237-19.648 43.886-43.886 43.886h-102.4v102.4c0 24.24-19.648 43.886-43.886 43.886s-43.886-19.646-43.886-43.886v-102.4h-102.4c-24.237 0-43.886-19.648-43.886-43.886s19.648-43.886 43.886-43.886h102.4v-102.4c0-24.237 19.648-43.886 43.886-43.886s43.886 19.648 43.886 43.886v102.4h102.4c24.237 0 43.886 19.648 43.886 43.886z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "file-plus",
- "add",
- "document",
- "new",
- "create"
- ]
+ "tags": ["file-plus", "add", "document", "new", "create"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 386,
"id": 296,
@@ -632,23 +443,13 @@
"paths": [
"M277.943 0c24.237 0 43.886 19.648 43.886 43.886v73.143h146.286v-73.143c0-24.237 19.648-43.886 43.886-43.886s43.886 19.648 43.886 43.886v73.143h146.286v-73.143c0-24.237 19.648-43.886 43.886-43.886 24.24 0 43.886 19.648 43.886 43.886v73.143h14.629c56.554 0 102.4 45.846 102.4 102.4v14.629h73.143c24.24 0 43.886 19.648 43.886 43.886s-19.646 43.886-43.886 43.886h-73.143v146.286h73.143c24.24 0 43.886 19.648 43.886 43.886s-19.646 43.886-43.886 43.886h-73.143v146.286h73.143c24.24 0 43.886 19.648 43.886 43.886 0 24.24-19.646 43.886-43.886 43.886h-73.143v14.629c0 56.554-45.846 102.4-102.4 102.4h-14.629v73.143c0 24.24-19.646 43.886-43.886 43.886-24.237 0-43.886-19.646-43.886-43.886v-73.143h-146.286v73.143c0 24.24-19.648 43.886-43.886 43.886s-43.886-19.646-43.886-43.886v-73.143h-146.286v73.143c0 24.24-19.648 43.886-43.886 43.886s-43.886-19.646-43.886-43.886v-73.143h-14.629c-56.554 0-102.4-45.846-102.4-102.4v-14.629h-73.143c-24.237 0-43.886-19.646-43.886-43.886 0-24.237 19.648-43.886 43.886-43.886h73.143v-146.286h-73.143c-24.237 0-43.886-19.648-43.886-43.886s19.648-43.886 43.886-43.886h73.143v-146.286h-73.143c-24.237 0-43.886-19.648-43.886-43.886s19.648-43.886 43.886-43.886h73.143v-14.629c0-56.554 45.846-102.4 102.4-102.4h14.629v-73.143c0-24.237 19.648-43.886 43.886-43.886zM219.429 204.8c-8.079 0-14.629 6.549-14.629 14.629v585.143c0 8.082 6.549 14.629 14.629 14.629h585.143c8.082 0 14.629-6.546 14.629-14.629v-585.143c0-8.079-6.546-14.629-14.629-14.629h-585.143z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "microchip",
- "technology",
- "circuit",
- "processor",
- "component"
- ]
+ "tags": ["microchip", "technology", "circuit", "processor", "component"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 385,
"id": 295,
@@ -665,24 +466,13 @@
"paths": [
"M493.181 201.216h74.753v219.136h-74.753zM698.623 201.216h74.753v219.136h-74.753zM250.623 0l-186.623 182.784v658.432h223.739v182.784l187.146-182.784h148.985l336.131-329.216v-512zM885.248 475.648l-148.985 145.92h-149.51l-130.688 128v-128h-168.327v-548.352h597.509v402.432z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "twitch",
- "live",
- "streaming",
- "video",
- "game",
- "broadcast"
- ]
+ "tags": ["twitch", "live", "streaming", "video", "game", "broadcast"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 384,
"id": 294,
@@ -699,23 +489,13 @@
"paths": [
"M518.376 136.724c-3.965-2.203-8.786-2.203-12.751 0l-447.107 248.392c-19.014 10.563-42.991 3.713-53.554-15.301s-3.713-42.991 15.301-53.554l447.107-248.393c27.755-15.419 61.502-15.419 89.257 0l447.103 248.393c19.017 10.563 25.871 34.54 15.301 53.554-10.562 19.013-34.538 25.864-53.548 15.301l-447.11-248.392zM367.592 350.689c0-21.751 17.633-39.385 39.384-39.385h210.049c21.751 0 39.384 17.633 39.384 39.385s-17.633 39.384-39.384 39.384h-210.049c-21.751 0-39.384-17.633-39.384-39.384zM196.928 468.841c21.751 0 39.385 17.633 39.385 39.384v262.562c0 21.753-17.633 39.38-39.385 39.38s-39.384-17.627-39.384-39.38v-262.562c0-21.751 17.633-39.384 39.384-39.384zM406.976 468.841c21.751 0 39.384 17.633 39.384 39.384v262.562c0 21.753-17.633 39.38-39.384 39.38s-39.385-17.627-39.385-39.38v-262.562c0-21.751 17.633-39.384 39.385-39.384zM617.024 468.841c21.751 0 39.385 17.633 39.385 39.384v262.562c0 21.753-17.633 39.38-39.385 39.38s-39.384-17.627-39.384-39.38v-262.562c0-21.751 17.633-39.384 39.384-39.384zM827.070 468.841c21.753 0 39.387 17.633 39.387 39.384v262.562c0 21.753-17.635 39.38-39.387 39.38-21.745 0-39.38-17.627-39.38-39.38v-262.562c0-21.751 17.635-39.384 39.38-39.384zM105.032 928.322c0-21.753 17.633-39.387 39.384-39.387h735.171c21.753 0 39.38 17.635 39.38 39.387s-17.627 39.38-39.38 39.38h-735.171c-21.751 0-39.384-17.627-39.384-39.38z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "building-columns",
- "architecture",
- "structure",
- "pillar",
- "bank"
- ]
+ "tags": ["building-columns", "architecture", "structure", "pillar", "bank"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 383,
"id": 293,
@@ -732,24 +512,13 @@
"paths": [
"M117.029 160.914c0-88.603 72.311-160.914 160.914-160.914h263.314c11.639 0 22.802 4.624 31.032 12.854l321.831 321.829c8.229 8.23 12.851 19.392 12.851 31.032v497.371c0 88.605-72.309 160.914-160.914 160.914h-468.114c-88.603 0-160.914-72.309-160.914-160.914v-702.171zM277.944 87.771c-40.128 0-73.143 33.014-73.143 73.143v702.171c0 40.126 33.014 73.143 73.143 73.143h468.114c40.126 0 73.143-33.017 73.143-73.143v-453.486h-277.942c-24.237 0-43.886-19.648-43.886-43.886v-277.943h-219.429zM585.144 149.835v171.993h171.995l-171.995-171.993zM703.947 572.289c17.138-17.138 17.138-44.925 0-62.063s-44.925-17.139-62.064 0l-203.025 203.025-56.74-56.739c-17.138-17.139-44.925-17.139-62.064 0s-17.138 44.925 0 62.063l87.771 87.774c17.139 17.137 44.926 17.137 62.064 0l234.057-234.060z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "file-check",
- "document",
- "confirmed",
- "approve",
- "verified",
- "correct"
- ]
+ "tags": ["file-check", "document", "confirmed", "approve", "verified", "correct"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 382,
"id": 292,
@@ -766,22 +535,13 @@
"paths": [
"M321.829 43.886c0-24.237-19.648-43.886-43.886-43.886s-43.886 19.648-43.886 43.886v73.143h-14.629c-56.554 0-102.4 45.846-102.4 102.4v14.629h-73.143c-24.237 0-43.886 19.648-43.886 43.886s19.648 43.886 43.886 43.886h73.143v146.286h-73.143c-24.237 0-43.886 19.648-43.886 43.886s19.648 43.886 43.886 43.886h73.143v146.286h-73.143c-24.237 0-43.886 19.648-43.886 43.886 0 24.24 19.648 43.886 43.886 43.886h73.143v14.629c0 56.554 45.846 102.4 102.4 102.4h14.629v73.143c0 24.24 19.648 43.886 43.886 43.886s43.886-19.646 43.886-43.886v-73.143h146.286v73.143c0 24.24 19.648 43.886 43.886 43.886s43.886-19.646 43.886-43.886v-73.143h146.286v73.143c0 24.24 19.648 43.886 43.886 43.886 24.24 0 43.886-19.646 43.886-43.886v-73.143h14.629c56.554 0 102.4-45.846 102.4-102.4v-14.629h73.143c24.24 0 43.886-19.646 43.886-43.886 0-24.237-19.646-43.886-43.886-43.886h-73.143v-146.286h73.143c24.24 0 43.886-19.648 43.886-43.886s-19.646-43.886-43.886-43.886h-73.143v-146.286h73.143c24.24 0 43.886-19.648 43.886-43.886s-19.646-43.886-43.886-43.886h-73.143v-14.629c0-56.554-45.846-102.4-102.4-102.4h-14.629v-73.143c0-24.237-19.646-43.886-43.886-43.886-24.237 0-43.886 19.648-43.886 43.886v73.143h-146.286v-73.143c0-24.237-19.648-43.886-43.886-43.886s-43.886 19.648-43.886 43.886v73.143h-146.286v-73.143zM204.8 219.429c0-8.079 6.549-14.629 14.629-14.629h585.143c8.082 0 14.629 6.549 14.629 14.629v585.143c0 8.082-6.546 14.629-14.629 14.629h-585.143c-8.079 0-14.629-6.546-14.629-14.629v-585.143zM500.217 673.094c8.136 22.831 33.241 34.743 56.071 26.606s34.743-33.241 26.606-56.071l-99.474-279.115-0.199-0.557-0.214-0.552c-8.898-22.987-30.185-41.648-58.188-41.648s-49.29 18.662-58.188 41.648l-99.887 280.223c-8.137 22.831 3.775 47.935 26.606 56.072s47.935-3.775 56.071-26.606l16.097-45.166h118.6l16.097 45.166zM424.82 461.539l28.019 78.618h-56.038l28.020-78.618zM643.657 365.643c0-24.237 19.648-43.886 43.886-43.886s43.886 19.648 43.886 43.886v292.721c0 24.237-19.648 43.886-43.886 43.886s-43.886-19.648-43.886-43.886v-292.721z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "microchip-ai",
- "technology",
- "smart",
- "artificial-intelligence"
- ]
+ "tags": ["microchip-ai", "technology", "smart", "artificial-intelligence"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 381,
"id": 291,
@@ -798,23 +558,13 @@
"paths": [
"M266.334 91.953c-2.401 2.216-3.019 4.342-3.019 5.946v324.079c0 81.902 22.6 152.134 63.392 201.052 39.926 47.879 100.327 79.141 185.294 79.141s145.368-31.263 185.294-79.141c40.791-48.918 63.392-119.15 63.392-201.052v-324.079c0-1.604-0.622-3.73-3.021-5.946-2.458-2.27-6.451-4.182-11.608-4.182h-468.114c-5.156 0-9.149 1.911-11.609 4.182zM175.543 97.899c0-57.309 49.219-97.899 102.4-97.899h468.114c53.182 0 102.4 40.59 102.4 97.899v19.13h73.143c56.554 0 102.4 45.846 102.4 102.4v117.029c0 111.657-89.329 200.19-193.521 216.67-13.736 46.838-35.482 89.784-65.777 126.115-49.874 59.807-120.535 98.734-208.816 108.367v148.619h131.657c24.237 0 43.886 19.646 43.886 43.886s-19.648 43.886-43.886 43.886h-351.086c-24.237 0-43.886-19.646-43.886-43.886s19.648-43.886 43.886-43.886h131.657v-148.619c-88.281-9.633-158.942-48.56-208.817-108.367-30.296-36.331-52.043-79.277-65.772-126.115-104.192-16.481-193.525-105.013-193.525-216.67v-117.029c0-56.554 45.846-102.4 102.4-102.4h73.143v-19.13zM175.543 204.8h-73.143c-8.079 0-14.629 6.549-14.629 14.629v117.029c0 53.232 37.7 101.709 89.045 121.826-0.851-11.995-1.273-24.109-1.273-36.305v-217.178zM847.184 458.283c51.346-20.117 89.044-68.594 89.044-121.826v-117.029c0-8.079-6.546-14.629-14.629-14.629h-73.143v217.178c0 12.197-0.424 24.31-1.273 36.305z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "trophy",
- "award",
- "prize",
- "win",
- "victory"
- ]
+ "tags": ["trophy", "award", "prize", "win", "victory"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 380,
"id": 290,
@@ -831,24 +581,13 @@
"paths": [
"M56.889 56.893c-31.419 0-56.889 25.47-56.889 56.889v796.445c0 31.422 25.47 56.891 56.889 56.891s56.889-25.468 56.889-56.891v-796.445c0-31.419-25.471-56.889-56.889-56.889zM227.555 56.893c-15.71 0-28.445 12.735-28.445 28.444v853.334c0 15.711 12.735 28.445 28.445 28.445s28.445-12.734 28.445-28.445v-853.334c0-15.709-12.735-28.444-28.445-28.444zM369.778 56.893c-15.71 0-28.445 12.735-28.445 28.444v853.334c0 15.711 12.735 28.445 28.445 28.445s28.444-12.734 28.444-28.445v-853.334c0-15.709-12.735-28.444-28.444-28.444zM938.664 99.56c0-23.564 19.105-42.667 42.672-42.667 23.559 0 42.664 19.103 42.664 42.667v824.885c0 23.567-19.105 42.672-42.664 42.672-23.567 0-42.672-19.105-42.672-42.672v-824.885zM540.445 113.782c0-31.419 25.47-56.889 56.889-56.889s56.888 25.47 56.888 56.889v796.445c0 31.422-25.47 56.891-56.888 56.891s-56.889-25.468-56.889-56.891v-796.445zM796.445 56.893c-31.422 0-56.891 25.47-56.891 56.889v796.445c0 31.422 25.468 56.891 56.891 56.891 31.415 0 56.891-25.468 56.891-56.891v-796.445c0-31.419-25.476-56.889-56.891-56.889z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "barcode",
- "product",
- "code",
- "scan",
- "retail",
- "price"
- ]
+ "tags": ["barcode", "product", "code", "scan", "retail", "price"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 379,
"id": 289,
@@ -865,22 +604,13 @@
"paths": [
"M117.029 160.914c0-88.603 72.311-160.914 160.914-160.914h263.314c11.639 0 22.802 4.624 31.032 12.854l321.831 321.829c8.229 8.23 12.851 19.392 12.851 31.032v497.371c0 88.605-72.309 160.914-160.914 160.914h-468.114c-88.603 0-160.914-72.309-160.914-160.914v-702.171zM277.944 87.771c-40.128 0-73.143 33.014-73.143 73.143v702.171c0 40.126 33.014 73.143 73.143 73.143h468.114c40.126 0 73.143-33.017 73.143-73.143v-453.486h-277.942c-24.237 0-43.886-19.648-43.886-43.886v-277.943h-219.429zM585.144 149.835v171.993h171.995l-171.995-171.993zM543.032 510.226c-17.138-17.139-44.925-17.139-62.064 0l-117.029 117.029c-17.138 17.138-17.138 44.925 0 62.063s44.926 17.139 62.064 0l42.111-42.111v186.622c0 24.24 19.648 43.886 43.886 43.886s43.886-19.646 43.886-43.886v-186.622l42.111 42.111c17.139 17.139 44.926 17.139 62.064 0s17.138-44.925 0-62.063l-117.029-117.029z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "file-arrow-up",
- "upload",
- "send",
- "transfer"
- ]
+ "tags": ["file-arrow-up", "upload", "send", "transfer"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 378,
"id": 288,
@@ -897,23 +627,13 @@
"paths": [
"M722.823 45.176c0-24.95 20.228-45.176 45.177-45.176h210.827c24.949 0 45.173 20.226 45.173 45.176v210.824c0 24.95-20.224 45.177-45.173 45.177-24.956 0-45.18-20.226-45.18-45.177v-100.825l-207.86 210.37c54.698 69.238 87.386 156.767 87.386 251.867 0 224.55-182.032 406.588-406.585 406.588s-406.588-182.038-406.588-406.588c0-224.553 182.036-406.589 406.588-406.589 96.862 0 185.864 33.915 255.689 90.446l208.401-210.917h-102.678c-24.949 0-45.177-20.226-45.177-45.176zM406.588 301.177c-174.652 0-316.235 141.583-316.235 316.235s141.583 316.235 316.235 316.235c174.652 0 316.235-141.583 316.235-316.235 0-86.495-34.665-164.804-90.965-221.942-57.405-58.26-137.088-94.294-225.27-94.294z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "mars",
- "male",
- "man",
- "men",
- "gender"
- ]
+ "tags": ["mars", "male", "man", "men", "gender"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 377,
"id": 287,
@@ -930,24 +650,13 @@
"paths": [
"M960.044 419.841c-88.093 0.189-174.014-27.309-245.625-78.608v357.635c-0.020 66.235-20.263 130.886-58.023 185.305s-91.234 96.015-153.272 119.216c-62.038 23.208-129.682 26.917-193.886 10.635-64.203-16.289-121.905-51.785-165.388-101.749s-70.673-112.011-77.935-177.847c-7.262-65.838 5.751-132.323 37.298-190.563s80.125-105.46 139.236-135.344c59.111-29.884 125.937-41.008 191.541-31.883v179.818c-29.997-9.443-62.212-9.167-92.043 0.789s-55.754 29.083-74.067 54.65c-18.313 25.567-28.080 56.266-27.906 87.714s10.279 62.035 28.875 87.401c18.594 25.359 44.727 44.2 74.666 53.826s62.155 9.545 92.047-0.227c29.891-9.772 55.93-28.745 74.399-54.199s28.423-56.093 28.441-87.542v-698.868h176.017c-0.099 14.887 1.173 29.751 3.801 44.404 6.121 32.663 18.841 63.735 37.375 91.317s42.503 51.094 70.437 69.1c39.76 26.259 86.367 40.241 134.012 40.204v174.817z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "tiktok",
- "social",
- "media",
- "video",
- "app",
- "music"
- ]
+ "tags": ["tiktok", "social", "media", "video", "app", "music"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 376,
"id": 286,
@@ -964,22 +673,13 @@
"paths": [
"M636.123 0c-25.707 0-46.546 20.839-46.546 46.545s20.839 46.546 46.546 46.546h228.959l-292.904 292.905c-18.177 18.177-18.177 47.648 0 65.826s47.648 18.177 65.826 0l292.907-292.906v228.963c0 25.706 20.838 46.545 46.548 46.545 25.702 0 46.541-20.839 46.541-46.545v-341.333c0-25.706-20.838-46.545-46.541-46.545h-341.336zM387.879 1024c25.706 0 46.545-20.838 46.545-46.548 0-25.702-20.839-46.541-46.545-46.541h-228.963l292.906-292.908c18.177-18.177 18.177-47.647 0-65.825s-47.648-18.177-65.825 0l-292.906 292.904v-228.961c0-25.706-20.839-46.545-46.546-46.545s-46.545 20.839-46.545 46.545v341.331c0 25.71 20.839 46.548 46.545 46.548h341.333z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrow-up-right-and-arrow-down-left-from-center",
- "split",
- "diverge",
- "separate"
- ]
+ "tags": ["arrow-up-right-and-arrow-down-left-from-center", "split", "diverge", "separate"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 375,
"id": 285,
@@ -993,26 +693,14 @@
},
{
"icon": {
- "paths": [
- "M797.93 521.6l-285.929 185.6-286.117-185.6 286.117-521.6 285.929 521.6zM512.001 766.8l-286.117-185.601 286.117 442.8 286.119-442.8-286.119 185.601z"
- ],
- "attrs": [
- {}
- ],
+ "paths": ["M797.93 521.6l-285.929 185.6-286.117-185.6 286.117-521.6 285.929 521.6zM512.001 766.8l-286.117-185.601 286.117 442.8 286.119-442.8-286.119 185.601z"],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "ethereum",
- "cryptocurrency",
- "blockchain",
- "digital",
- "currency"
- ]
+ "tags": ["ethereum", "cryptocurrency", "blockchain", "digital", "currency"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 356,
"id": 284,
@@ -1029,23 +717,13 @@
"paths": [
"M250.46 221.203c17.139-17.138 17.139-44.925 0-62.063s-44.925-17.139-62.063 0l-85.997 85.996-27.483-27.482c-17.138-17.139-44.925-17.139-62.063 0s-17.138 44.925 0 62.063l58.514 58.514c17.138 17.139 44.925 17.139 62.063 0l117.029-117.029zM394.971 234.057c-24.237 0-43.886 19.648-43.886 43.886s19.648 43.886 43.886 43.886h585.143c24.24 0 43.886-19.648 43.886-43.886s-19.646-43.886-43.886-43.886h-585.143zM394.971 468.114c-24.237 0-43.886 19.648-43.886 43.886s19.648 43.886 43.886 43.886h585.143c24.24 0 43.886-19.648 43.886-43.886s-19.646-43.886-43.886-43.886h-585.143zM980.114 819.2h-577.829c-24.237 0-43.886-19.646-43.886-43.886s19.648-43.886 43.886-43.886h577.829c24.24 0 43.886 19.646 43.886 43.886s-19.646 43.886-43.886 43.886zM250.46 393.197c17.139 17.138 17.139 44.925 0 62.063l-117.029 117.029c-17.138 17.139-44.925 17.139-62.063 0l-58.514-58.514c-17.138-17.138-17.138-44.925 0-62.063s44.925-17.139 62.063 0l27.483 27.482 85.997-85.996c17.138-17.139 44.925-17.139 62.063 0zM250.46 747.835c17.139-17.141 17.139-44.928 0-62.066s-44.925-17.139-62.063 0l-85.997 85.998-27.483-27.487c-17.138-17.136-44.925-17.136-62.063 0-17.138 17.145-17.138 44.924 0 62.069l58.514 58.514c17.138 17.137 44.925 17.137 62.063 0l117.029-117.029z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "list-check",
- "items",
- "tasks",
- "complete",
- "done"
- ]
+ "tags": ["list-check", "items", "tasks", "complete", "done"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 355,
"id": 283,
@@ -1062,23 +740,13 @@
"paths": [
"M175.542 43.886c0-24.237 19.648-43.886 43.886-43.886h585.144c24.24 0 43.886 19.648 43.886 43.886s-19.646 43.886-43.886 43.886h-14.629v307.2c0 3.071 1.112 7.201 5.947 12.52 5.098 5.614 13.21 11.080 23.011 14.766 78.636 29.582 113.964 102.538 130.048 157.529 8.324 28.461 12.412 55.043 14.453 74.383 1.024 9.733 1.543 17.793 1.807 23.541 0.132 2.878 0.205 5.187 0.241 6.851l0.029 2.003 0.007 0.621v0.295c0 0.015 0 0.064-43.886 0.064h43.886c0 24.237-19.646 43.886-43.886 43.886h-365.715v248.686c0 24.24-19.648 43.886-43.886 43.886s-43.886-19.646-43.886-43.886v-248.686h-365.714c-24.237 0-43.886-19.648-43.886-43.886h43.886c-43.886 0-43.886 0.015-43.886 0v-0.064l0-0.082 0.001-0.213 0.005-0.621 0.033-2.003c0.036-1.663 0.105-3.972 0.238-6.851 0.265-5.748 0.786-13.808 1.81-23.541 2.035-19.34 6.123-45.922 14.447-74.383 16.083-54.99 51.417-127.947 130.054-157.529 9.8-3.686 17.908-9.152 23.009-14.766 4.833-5.319 5.946-9.449 5.946-12.52v-307.2h-14.629c-24.237 0-43.886-19.648-43.886-43.886zM321.828 87.771v307.2c0 59.070-48.079 95.239-85.823 109.437-39.517 14.866-63.261 54.015-76.715 100.017-4.035 13.797-6.837 27.241-8.774 39.232h722.964c-1.931-11.991-4.732-25.435-8.77-39.232-13.458-46.002-37.2-85.151-76.72-100.017-37.742-14.198-85.819-50.367-85.819-109.437v-307.2h-380.343z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "thumbtack",
- "pin",
- "mark",
- "secure",
- "set"
- ]
+ "tags": ["thumbtack", "pin", "mark", "secure", "set"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 354,
"id": 282,
@@ -1095,22 +763,13 @@
"paths": [
"M946.425 465.455c25.702 0 46.541-20.839 46.541-46.546s-20.838-46.545-46.541-46.545h-228.963l292.905-292.906c18.176-18.177 18.176-47.648 0-65.825s-47.645-18.177-65.821-0l-292.909 292.906v-228.963c0-25.707-20.839-46.546-46.545-46.546s-46.546 20.839-46.546 46.546l0.001 341.333c0 25.707 20.839 46.546 46.545 46.546h341.334zM77.576 558.545c-25.707 0-46.546 20.839-46.546 46.546s20.839 46.545 46.546 46.545h228.963l-292.906 292.909c-18.177 18.176-18.177 47.645 0 65.821s47.648 18.176 65.825 0l292.906-292.905v228.963c0 25.702 20.839 46.548 46.545 46.548s46.546-20.846 46.546-46.548v-341.334c0-25.707-20.839-46.546-46.546-46.546h-341.333z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrow-down-left-and-arrow-up-right-to-center",
- "join",
- "meet",
- "intersection"
- ]
+ "tags": ["arrow-down-left-and-arrow-up-right-to-center", "join", "meet", "intersection"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 353,
"id": 281,
@@ -1127,23 +786,13 @@
"paths": [
"M0 313.807c0-27.364 22.184-49.548 49.548-49.548h924.905c27.363 0 49.547 22.183 49.547 49.548s-22.184 49.548-49.547 49.548h-924.905c-27.365 0-49.548-22.183-49.548-49.548zM0 710.194c0-27.365 22.184-49.548 49.548-49.548h924.905c27.363 0 49.547 22.183 49.547 49.548 0 27.363-22.184 49.548-49.547 49.548h-924.905c-27.365 0-49.548-22.184-49.548-49.548z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "equals",
- "same",
- "identical",
- "match",
- "balance"
- ]
+ "tags": ["equals", "same", "identical", "match", "balance"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 352,
"id": 280,
@@ -1160,23 +809,13 @@
"paths": [
"M511.999 80.842c-156.268 0-282.947 126.68-282.947 282.947 0 94.958 46.738 179.001 118.644 230.387 24.496 17.505 43.040 46.479 43.040 80.807v93.017c0 7.439 6.032 13.473 13.474 13.473h215.578c7.442 0 13.474-6.034 13.474-13.473v-93.017c0-34.327 18.543-63.301 43.039-80.807 71.905-51.386 118.644-135.428 118.644-230.387 0-156.268-126.679-282.947-282.947-282.947zM148.21 363.789c0-200.915 162.874-363.789 363.789-363.789s363.791 162.874 363.791 363.789c0 122.162-60.255 230.251-152.485 296.16-6.809 4.866-9.201 10.884-9.201 15.034v93.017c0 52.092-42.227 94.318-94.316 94.318h-215.578c-52.089 0-94.316-42.225-94.316-94.318v-93.017c0-4.149-2.393-10.168-9.201-15.034-92.229-65.909-152.482-173.998-152.482-296.16zM309.894 983.581c0-22.323 18.097-40.426 40.421-40.426h323.369c22.324 0 40.421 18.103 40.421 40.426s-18.097 40.419-40.421 40.419h-323.369c-22.324 0-40.421-18.096-40.421-40.419z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "lightbulb",
- "idea",
- "inspiration",
- "invention",
- "light"
- ]
+ "tags": ["lightbulb", "idea", "inspiration", "invention", "light"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 351,
"id": 279,
@@ -1193,22 +832,13 @@
"paths": [
"M521.391 24.144c18.97 4.425 32.39 21.336 32.39 40.815v741.543c0 15.572-8.638 29.864-22.429 37.105l-290.58 152.554c-14.117 7.409-31.217 6.173-44.117-3.204-12.899-9.37-19.363-25.249-16.676-40.967l51.615-301.865-218.957-213.744c-11.415-11.144-15.515-27.802-10.574-42.97s18.064-26.217 33.853-28.499l302.838-43.784 135.532-274.712c8.618-17.469 28.137-26.697 47.106-22.272zM469.96 244.635l-65.794 133.36c-6.109 12.382-17.924 20.961-31.588 22.936l-240.624 34.789 173.934 169.794c9.857 9.623 14.356 23.475 12.035 37.053l-41.029 239.96 193.066-101.361v-536.531z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "star-half",
- "rate",
- "like",
- "average"
- ]
+ "tags": ["star-half", "rate", "like", "average"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 350,
"id": 278,
@@ -1225,23 +855,13 @@
"paths": [
"M146.285 102.4c0-6.261 5.881-14.629 17.288-14.629h550.566c11.407 0 17.289 8.368 17.289 14.629v819.2c0 6.261-5.881 14.629-17.289 14.629h-550.566c-11.407 0-17.288-8.368-17.288-14.629v-819.2zM163.573 0c-56.164 0-105.060 44.028-105.060 102.4v819.2c0 58.375 48.895 102.4 105.060 102.4h550.566c56.165 0 105.061-44.025 105.061-102.4v-819.2c0-58.372-48.896-102.4-105.061-102.4h-550.566zM965.486 160.914c0-24.237-19.646-43.886-43.886-43.886s-43.886 19.648-43.886 43.886v117.029c0 24.237 19.646 43.886 43.886 43.886s43.886-19.648 43.886-43.886v-117.029zM438.856 365.714c-16.159 0-29.257 13.099-29.257 29.257s13.098 29.257 29.257 29.257c16.158 0 29.257-13.099 29.257-29.257s-13.099-29.257-29.257-29.257zM321.828 394.971c0-64.633 52.395-117.029 117.029-117.029s117.029 52.395 117.029 117.029c0 64.633-52.396 117.029-117.029 117.029s-117.029-52.395-117.029-117.029zM965.486 453.486c0-24.237-19.646-43.886-43.886-43.886s-43.886 19.648-43.886 43.886v117.029c0 24.237 19.646 43.886 43.886 43.886s43.886-19.648 43.886-43.886v-117.029zM921.6 702.171c24.24 0 43.886 19.648 43.886 43.886v117.029c0 24.24-19.646 43.886-43.886 43.886s-43.886-19.646-43.886-43.886v-117.029c0-24.237 19.646-43.886 43.886-43.886zM307.199 702.171c0-25.354 3.88-39.823 7.984-48.031 3.529-7.058 8.070-11.317 15.273-14.746 8.441-4.020 21.047-7.053 40.275-8.697 19.156-1.637 41.279-1.669 68.126-1.669s48.97 0.032 68.125 1.669c19.229 1.644 31.835 4.677 40.275 8.697 7.202 3.43 11.743 7.688 15.272 14.746 4.104 8.207 7.984 22.677 7.984 48.031 0 24.237 19.648 43.886 43.886 43.886s43.886-19.648 43.886-43.886c0-33.161-4.897-62.576-17.251-87.284-12.928-25.856-32.524-43.54-56.041-54.739-22.279-10.609-46.976-14.89-70.537-16.903-23.271-1.989-48.984-1.989-74.413-1.988h-2.373c-25.43-0.001-51.143-0.001-74.414 1.988-23.56 2.014-48.257 6.295-70.536 16.903-23.518 11.199-43.114 28.883-56.042 54.739-12.353 24.708-17.25 54.123-17.25 87.284 0 24.237 19.648 43.886 43.886 43.886s43.886-19.648 43.886-43.886z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "address-book",
- "contacts",
- "directory",
- "information",
- "numbers"
- ]
+ "tags": ["address-book", "contacts", "directory", "information", "numbers"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 349,
"id": 277,
@@ -1258,23 +878,13 @@
"paths": [
"M46.545 0c25.706 0 46.546 20.839 46.546 46.545v884.366h884.361c25.71 0 46.548 20.838 46.548 46.541 0 25.71-20.838 46.548-46.548 46.548h-930.906c-25.706 0-46.545-20.838-46.545-46.548v-930.906c0-25.706 20.839-46.545 46.545-46.545zM263.758 636.121c34.275 0 62.061-27.786 62.061-62.060s-27.786-62.061-62.061-62.061c-34.275 0-62.060 27.786-62.060 62.061s27.786 62.060 62.060 62.060zM480.97 325.819c0 34.275-27.786 62.060-62.061 62.060s-62.060-27.786-62.060-62.060c0-34.275 27.786-62.061 62.060-62.061s62.061 27.786 62.061 62.061zM574.061 760.24c34.275 0 62.060-27.78 62.060-62.058 0-34.275-27.786-62.060-62.060-62.060s-62.061 27.786-62.061 62.060c0 34.278 27.786 62.058 62.061 62.058zM791.274 449.94c0 34.275-27.787 62.060-62.062 62.060s-62.061-27.786-62.061-62.060c0-34.275 27.786-62.061 62.061-62.061s62.062 27.786 62.062 62.061zM884.363 263.758c34.275 0 62.062-27.786 62.062-62.060s-27.787-62.061-62.062-62.061c-34.275 0-62.062 27.786-62.062 62.061s27.787 62.060 62.062 62.060z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "chart-scatter",
- "graph",
- "statistic",
- "plot",
- "data"
- ]
+ "tags": ["chart-scatter", "graph", "statistic", "plot", "data"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 348,
"id": 276,
@@ -1291,23 +901,13 @@
"paths": [
"M143.363 40.96c0-22.622 18.338-40.96 40.96-40.96h655.357c22.623 0 40.96 18.338 40.96 40.96s-18.337 40.96-40.96 40.96h-268.632c4.057 3.838 7.989 7.787 11.793 11.84 41.844 44.588 66.88 100.363 75.725 158.068h181.114c22.623 0 40.96 18.338 40.96 40.96s-18.337 40.96-40.96 40.96h-179.327c-6.797 62.512-32.376 123.625-77.512 171.721-53.884 57.418-133.289 93.76-234.678 93.76h-58.401l386.425 353.595c16.689 15.265 17.839 41.179 2.567 57.863-15.271 16.691-41.18 17.84-57.869 2.567l-464.213-424.768c-12.466-11.407-16.649-29.299-10.53-45.050s21.282-26.128 38.18-26.128h163.84c80.665 0 137.8-28.322 174.943-67.899 29.883-31.842 48.322-72.582 54.679-115.662h-393.462c-22.622 0-40.96-18.338-40.96-40.96s18.338-40.96 40.96-40.96h391.026c-7.971-37.989-25.538-73.552-52.243-102.009-37.143-39.578-94.278-67.899-174.943-67.899h-163.84c-22.622 0-40.96-18.338-40.96-40.96z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "indian-rupee",
- "money",
- "currency",
- "inr",
- "cash"
- ]
+ "tags": ["indian-rupee", "money", "currency", "inr", "cash"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 347,
"id": 275,
@@ -1324,22 +924,13 @@
"paths": [
"M553.781 64.95c0-19.479-13.42-36.39-32.39-40.815s-38.488 4.803-47.106 22.272l-135.532 274.712-302.838 43.783c-15.789 2.283-28.912 13.331-33.853 28.499s-0.842 31.827 10.574 42.971l218.957 213.744-51.615 301.866c-2.687 15.711 3.776 31.598 16.676 40.967s30 10.613 44.117 3.204l290.58-152.554c13.791-7.241 22.429-21.533 22.429-37.113v-741.537z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "star-half-fill",
- "rate",
- "like",
- "average"
- ]
+ "tags": ["star-half-fill", "rate", "like", "average"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 346,
"id": 274,
@@ -1356,20 +947,13 @@
"paths": [
"M0 73.144c0-24.237 19.648-43.885 43.885-43.885h117.028c21.209 0 39.383 15.168 43.177 36.035l110.476 607.616h514.245l108.72-434.869c5.881-23.513 29.703-37.809 53.219-31.931s37.808 29.706 31.927 53.219l-117.021 468.11c-4.886 19.533-22.44 33.24-42.576 33.24h-585.138c-21.209 0-39.383-15.163-43.177-36.033l-110.476-607.616h-80.402c-24.237 0-43.885-19.648-43.885-43.885zM292.569 906.964c0 48.567 39.204 87.771 87.771 87.771s87.771-39.205 87.771-87.771c0-48.567-39.205-87.771-87.771-87.771s-87.771 39.205-87.771 87.771zM672.908 906.964c0 48.567 39.204 87.771 87.771 87.771s87.771-39.205 87.771-87.771c0-48.567-39.205-87.771-87.771-87.771s-87.771 39.205-87.771 87.771zM614.394 131.658c0-24.237-19.648-43.885-43.886-43.885s-43.885 19.648-43.885 43.885v186.62l-42.111-42.111c-17.138-17.139-44.925-17.139-62.063 0s-17.138 44.924 0 62.063l117.027 117.027c17.138 17.138 44.925 17.138 62.063 0l117.028-117.027c17.14-17.139 17.14-44.925 0-62.063s-44.925-17.139-62.063 0l-42.111 42.111v-186.62z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "cart-arrow-down",
- "shopping"
- ]
+ "tags": ["cart-arrow-down", "shopping"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 345,
"id": 273,
@@ -1386,23 +970,13 @@
"paths": [
"M309.895 0c-22.324 0-40.421 18.097-40.421 40.421v67.368h-67.369c-81.854 0-148.21 66.357-148.21 148.211v592.845c0 81.854 66.356 148.209 148.21 148.209h215.579c22.324 0 40.421-18.096 40.421-40.426 0-22.323-18.097-40.419-40.421-40.419h-215.579c-37.206 0-67.368-30.164-67.368-67.365v-363.792h714.108c22.323 0 40.419-18.097 40.419-40.421v-188.632c0-81.854-66.355-148.211-148.209-148.211h-67.37v-67.368c0-22.324-18.097-40.421-40.421-40.421s-40.421 18.097-40.421 40.421v67.368h-242.526v-67.368c0-22.324-18.097-40.421-40.421-40.421zM592.843 188.632v67.368c0 22.324 18.097 40.421 40.421 40.421s40.421-18.097 40.421-40.421v-67.368h67.37c37.208 0 67.365 30.162 67.365 67.368v148.211h-673.682v-148.211c0-37.206 30.162-67.368 67.368-67.368h67.369v67.368c0 22.324 18.097 40.421 40.421 40.421s40.421-18.097 40.421-40.421v-67.368h242.526zM727.579 619.789c-89.296 0-161.684 72.389-161.684 161.684 0 89.3 72.388 161.682 161.684 161.682s161.684-72.382 161.684-161.682c0-89.295-72.389-161.684-161.684-161.684zM485.053 781.473c0-133.943 108.583-242.526 242.526-242.526 133.941 0 242.529 108.583 242.529 242.526 0 133.947-108.588 242.527-242.529 242.527-133.944 0-242.526-108.581-242.526-242.527zM754.527 714.105c0-22.324-18.096-40.421-40.422-40.421-22.324 0-40.421 18.097-40.421 40.421v107.786c0 22.331 18.097 40.426 40.421 40.426h53.895c22.323 0 40.419-18.096 40.419-40.426 0-22.323-18.096-40.419-40.419-40.419h-13.473v-67.367z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "calendar-clock",
- "schedule",
- "date",
- "event",
- "time"
- ]
+ "tags": ["calendar-clock", "schedule", "date", "event", "time"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 344,
"id": 272,
@@ -1419,22 +993,13 @@
"paths": [
"M542.031 283.778c-16.586-16.585-43.476-16.585-60.062 0l-396.386 396.386c-12.146 12.147-15.78 30.414-9.206 46.283 6.573 15.872 22.059 26.214 39.237 26.214h792.769c17.181 0 32.666-10.342 39.241-26.214 6.576-15.87 2.94-34.137-9.209-46.283l-396.385-396.386z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "sort-up-fill",
- "ascending",
- "arrange",
- "rise"
- ]
+ "tags": ["sort-up-fill", "ascending", "arrange", "rise"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 343,
"id": 271,
@@ -1451,25 +1016,13 @@
"paths": [
"M940.464 128.246l71.79 23.93c15.66 5.219 15.66 27.37 0 32.59l-71.79 23.93c-5.127 1.709-9.15 5.734-10.862 10.863l-23.932 71.79c-5.215 15.659-27.37 15.659-32.585 0l-23.932-71.79c-1.712-5.129-5.734-9.154-10.862-10.863l-71.79-23.93c-15.66-5.219-15.66-27.37 0-32.59l71.79-23.93c5.127-1.71 9.15-5.734 10.862-10.863l23.932-71.79c5.215-15.66 27.37-15.66 32.585-0l23.932 71.79c1.712 5.129 5.734 9.153 10.862 10.863zM385.172 113.933c14.789-44.37 77.548-44.369 92.338 0l87.974 263.921 263.919 87.974c44.368 14.789 44.368 77.548 0 92.338l-263.919 87.974-87.974 263.925c-14.789 44.368-77.548 44.368-92.338 0l-87.974-263.925-263.922-87.974c-44.369-14.789-44.368-77.548 0-92.338l263.922-87.974 87.974-263.921zM431.341 247.008l-58.552 175.658c-4.844 14.532-16.247 25.935-30.779 30.779l-175.658 58.553 175.658 58.552c14.532 4.844 25.935 16.247 30.779 30.779l58.552 175.66 58.553-175.66c4.844-14.532 16.247-25.935 30.779-30.779l175.658-58.552-175.658-58.553c-14.532-4.844-25.935-16.247-30.779-30.779l-58.553-175.658zM1012.253 839.227l-71.79-23.925c-5.127-1.712-9.15-5.734-10.862-10.869l-23.932-71.79c-5.215-15.657-27.37-15.657-32.585 0l-23.932 71.79c-1.712 5.135-5.734 9.157-10.862 10.869l-71.79 23.925c-15.66 5.222-15.66 27.37 0 32.592l71.79 23.932c5.127 1.704 9.15 5.734 10.862 10.862l23.932 71.79c5.215 15.66 27.37 15.66 32.585 0l23.932-71.79c1.712-5.127 5.734-9.157 10.862-10.862l71.79-23.932c15.66-5.222 15.66-27.37 0-32.592z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "sparkles",
- "shine",
- "glitter",
- "twinkle",
- "bright",
- "new",
- "magic"
- ]
+ "tags": ["sparkles", "shine", "glitter", "twinkle", "bright", "new", "magic"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 342,
"id": 270,
@@ -1486,23 +1039,13 @@
"paths": [
"M512 85.33c-235.644 0-426.67 191.026-426.67 426.67s191.026 426.672 426.67 426.672c235.644 0 426.672-191.027 426.672-426.672s-191.027-426.67-426.672-426.67zM0 512c0-282.77 229.23-512 512-512s512 229.23 512 512c0 282.77-229.23 512-512 512s-512-229.23-512-512zM511.977 263.099c-137.452 0-248.878 111.427-248.878 248.878s111.427 248.877 248.878 248.877c137.452 0 248.877-111.425 248.877-248.877s-111.425-248.878-248.877-248.878zM177.77 511.977c0-184.577 149.63-334.207 334.207-334.207s334.205 149.63 334.205 334.207c0 184.577-149.628 334.205-334.205 334.205s-334.207-149.628-334.207-334.205zM440.869 511.977c0-39.272 31.836-71.108 71.108-71.108s71.108 31.836 71.108 71.108c0 39.272-31.836 71.108-71.108 71.108s-71.108-31.836-71.108-71.108zM511.977 355.54c-86.398 0-156.437 70.039-156.437 156.437s70.039 156.437 156.437 156.437c86.398 0 156.437-70.039 156.437-156.437s-70.039-156.437-156.437-156.437z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "bullseye",
- "target",
- "aim",
- "goal",
- "focus"
- ]
+ "tags": ["bullseye", "target", "aim", "goal", "focus"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 341,
"id": 269,
@@ -1519,22 +1062,13 @@
"paths": [
"M115.614 271.34c-17.178 0-32.663 10.348-39.237 26.217s-2.94 34.137 9.206 46.283l396.386 396.387c16.586 16.581 43.476 16.581 60.062 0l396.385-396.387c12.149-12.147 15.784-30.414 9.209-46.283s-22.060-26.217-39.241-26.217h-792.769z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "sort-down-fill",
- "descending",
- "arrange",
- "reduction"
- ]
+ "tags": ["sort-down-fill", "descending", "arrange", "reduction"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 340,
"id": 268,
@@ -1551,23 +1085,13 @@
"paths": [
"M482.017 22.282c19.012-8.84 40.955-8.84 59.967 0l440.881 204.992c56.313 26.181 54.367 106.896-3.131 130.34l-26.814 10.931v217.054c0 26.986-11.052 54.78-34.626 73.544-22.916 18.244-64.944 48.491-122.668 76.477v230.064c0 23.567-19.105 42.672-42.672 42.672-23.562 0-42.666-19.105-42.666-42.672v-195.555c-57.399 18.776-124.096 31.949-198.288 31.949-210.294 0-360.312-115.032-409.746-158.555-21.279-18.735-31.174-45.057-31.174-70.564v-204.414l-26.812-10.931c-57.503-23.444-59.445-104.158-3.135-130.34l440.883-204.992zM156.42 407.753v165.205c0 3.906 1.431 5.812 2.228 6.513 43.438 38.245 173.774 137.269 353.352 137.269 75.812 0 142.832-15.99 198.288-37.121v-193.211l-168.095 78.157c-19.313 8.98-41.634 8.831-60.826-0.407l-324.947-156.404zM795.626 639.173c31.342-17.959 54.93-35.188 69.522-46.8 0.834-0.666 2.428-2.564 2.428-6.774v-176.302l-71.951 36.435v193.441zM753.276 371.522l139.249-70.516 24.781-10.102-405.307-188.45-405.307 188.45 24.381 9.94 381.241 183.499 144.279-67.083-164.371-85.979c-20.882-10.922-28.955-36.705-18.033-57.587s36.705-28.955 57.587-18.032l221.499 115.86z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "graduation-cap",
- "education",
- "school",
- "diploma",
- "university"
- ]
+ "tags": ["graduation-cap", "education", "school", "diploma", "university"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 339,
"id": 267,
@@ -1584,23 +1108,13 @@
"paths": [
"M480.383 87.635c-5.439-5.439-14.256-5.439-19.694-0.001l-121.757 121.758c-5.439 5.438-5.439 14.256 0 19.694l455.985 455.982c5.435 5.439 14.256 5.439 19.69 0l121.761-121.757c5.435-5.438 5.435-14.256 0-19.694l-455.984-455.981zM401.605 28.552c38.069-38.069 99.792-38.069 137.86 0l455.979 455.982c38.071 38.069 38.071 99.791 0 137.86l-121.754 121.761c-38.071 38.064-99.789 38.064-137.86 0l-131.606-131.608-371.528 371.531c-53.233 53.226-139.54 53.226-192.773 0-53.233-53.233-53.233-139.542 0-192.775l371.528-371.529-131.604-131.604c-38.069-38.069-38.069-99.791 0-137.86l121.757-121.757zM470.536 478.858l-371.528 371.531c-20.602 20.597-20.602 54.001 0 74.606 20.602 20.597 54.005 20.597 74.606 0l371.528-371.53-74.606-74.606z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "hammer",
- "tool",
- "build",
- "construction",
- "fix"
- ]
+ "tags": ["hammer", "tool", "build", "construction", "fix"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 338,
"id": 266,
@@ -1617,24 +1131,13 @@
"paths": [
"M512 27.679c114.283 0 204.872 38.151 266.401 107.33 60.877 68.442 88.956 162.349 88.956 266.292 0 189.216 38.422 275 69.091 312.925 15.119 18.695 28.994 26.639 37.383 30.098 4.33 1.785 7.534 2.516 9.15 2.801 0.366 0.066 0.651 0.102 0.848 0.132l0.124 0.015c22.25 0.775 40.046 19.054 40.046 41.487 0 22.93-18.586 41.516-41.516 41.516h-93.506l39.834 39.834c16.216 16.216 16.216 42.496 0 58.712-16.208 16.208-42.496 16.208-58.704 0l-774.922-774.922c-16.212-16.212-16.212-42.497 0-58.709s42.497-16.212 58.709 0l72.006 72.006c15.689-24.207 39.13-55.116 68.741-76.374 57.556-41.321 130.816-63.142 217.358-63.142zM293.626 215.391c-2.692 4.247-5.159 8.335-7.379 12.15l519.706 519.708h51.902c-41.209-62.24-73.531-167.521-73.531-345.949 0-89.787-24.225-161.935-67.964-211.114-43.086-48.443-109.417-79.481-204.362-79.481-72.414 0-127.92 18.114-168.938 47.561-18.127 13.014-35.604 35.308-49.436 57.125zM239.672 401.3c0-22.927-18.586-41.514-41.514-41.514s-41.514 18.586-41.514 41.514c0 77.698-6.487 138.204-16.361 185.191-18.977 90.295-50.069 129.193-70.542 145.851-10.409 8.47-19.157 12.112-24.325 13.692-2.632 0.812-4.442 1.112-5.186 1.214l-0.186 0.022c-22.247 0.775-40.044 19.054-40.044 41.487 0 22.93 18.586 41.516 41.514 41.516h267.054c19.182 94.852 102.843 166.056 203.432 166.056 74.664 0 140.026-39.27 176.551-98.231 12.074-19.493 6.061-45.078-13.429-57.154s-45.079-6.064-57.152 13.429c-21.963 35.46-61.126 58.924-105.969 58.924-54.389 0-100.459-34.582-117.497-83.024h172.848c22.927 0 41.513-18.586 41.513-41.516 0-22.923-18.586-41.509-41.513-41.509h-401.208c22.293-33.701 42.028-80.101 55.39-143.681 11.29-53.722 18.137-120.101 18.137-202.268z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "bell-slash",
- "mute",
- "alert",
- "silence",
- "quiet",
- "off"
- ]
+ "tags": ["bell-slash", "mute", "alert", "silence", "quiet", "off"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 337,
"id": 265,
@@ -1651,23 +1154,13 @@
"paths": [
"M257.285 305.786c52.726-36.030 122.418-62.445 215.33-68.273v90.689c0 21.752 17.633 39.385 39.385 39.385s39.385-17.633 39.385-39.385v-90.689c91.282 5.729 159.941 31.318 212 66.023 1.28 0.855 2.553 1.717 3.818 2.584l-73 73.002c-15.381 15.381-15.381 40.318 0 55.698s40.32 15.381 55.695 0l76.968-76.965c26.602 28.86 47.309 60.712 63.444 92.986 27.282 54.559 41.121 109.594 48.069 151.322 1.712 10.269 2.999 19.67 3.964 27.987h-89.008c-21.753 0-39.387 17.633-39.387 39.385s17.635 39.385 39.387 39.385h91.897v65.641c0 7.248-5.881 13.129-13.129 13.129h-535.071l221.586-221.587c15.381-15.381 15.381-40.318 0-55.698s-40.317-15.381-55.698 0l-277.285 277.285h-193.738c-7.251 0-13.128-5.881-13.128-13.129v-65.641h91.897c21.752 0 39.385-17.633 39.385-39.385s-17.633-39.385-39.385-39.385h-89.008c2.49-21.484 7.104-50.065 15.624-82.056 16.235-60.957 46.035-132.041 100.27-190.689l76.391 77.257c15.293 15.468 40.23 15.608 55.697 0.314s15.608-40.23 0.315-55.697l-72.67-73.494zM984.613 669.536c39.387 0 39.387-0.021 39.387-0.044v-0.611l-0.022-1.336c-0.015-1.113-0.051-2.665-0.117-4.629-0.132-3.926-0.388-9.502-0.885-16.494-0.995-13.97-2.977-33.671-6.897-57.207-7.812-46.887-23.515-110.005-55.311-173.6-31.876-63.749-80.311-128.696-153.688-177.618-73.633-49.086-170.034-80.461-295.080-80.461-152.822 0-262.455 46.882-339.874 114.805-87.351 76.637-129.989 176.742-150.96 255.482-10.549 39.608-15.823 74.569-18.47 99.74-1.326 12.608-1.999 22.825-2.341 30.018-0.171 3.598-0.26 6.445-0.306 8.463-0.023 1.009-0.035 1.811-0.042 2.396l-0.006 0.714-0.001 0.233-0 0.085c-0 0.015-0 0.064 39.385 0.064h-39.385v105.025c0 50.754 41.144 91.897 91.897 91.897h840.206c50.754 0 91.897-41.143 91.897-91.897v-105.069l-39.387 0.044z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "gauge",
- "measure",
- "meter",
- "indicator",
- "level"
- ]
+ "tags": ["gauge", "measure", "meter", "indicator", "level"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 336,
"id": 264,
@@ -1684,23 +1177,13 @@
"paths": [
"M245.194 143.027c-4.484 0-8.724 2.038-11.525 5.539l-141.686 177.109c-7.731 9.664-0.851 23.978 11.525 23.978h816.988c12.376 0 19.251-14.315 11.52-23.979l-141.685-177.108c-2.801-3.501-7.044-5.539-11.527-5.539h-533.609zM164.519 93.247c19.606-24.507 49.29-38.774 80.674-38.774h533.609c31.386 0 61.074 14.267 80.677 38.774l141.685 177.109c54.118 67.645 5.954 167.852-80.669 167.852h-9.999v487.050c0 24.452-19.829 44.273-44.281 44.273s-44.273-19.822-44.273-44.273v-487.050h-88.554v368.975c0 89.666-72.689 162.348-162.353 162.348h-295.18c-89.663 0-162.349-72.682-162.349-162.348v-368.975h-9.999c-86.629 0-134.791-100.206-80.674-167.852l141.686-177.109zM202.061 438.208v368.975c0 40.755 33.039 73.794 73.795 73.794h295.18c40.756 0 73.795-33.039 73.795-73.794v-368.975h-73.795v265.663c0 57.057-46.255 103.312-103.313 103.312h-88.554c-57.059 0-103.314-46.256-103.314-103.312v-265.663h-73.795zM364.409 438.208v265.663c0 8.151 6.608 14.759 14.759 14.759h88.554c8.151 0 14.759-6.608 14.759-14.759v-265.663h-118.072z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "shop",
- "store",
- "retail",
- "purchase",
- "sell"
- ]
+ "tags": ["shop", "store", "retail", "purchase", "sell"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 335,
"id": 263,
@@ -1717,23 +1200,13 @@
"paths": [
"M186.356 548.116c43.279 7.444 76.208 45.158 76.208 90.563v166.689c0 61.052-58.437 105.136-117.143 88.364l-78.769-22.506c-39.452-11.271-66.651-47.331-66.651-88.364v-111.728c0-34.809 19.666-66.629 50.8-82.196l55.312-27.656c0.848-12.007 2.363-27.88 5.070-46.441 6.070-41.624 18.283-97.8 43.095-154.514 24.82-56.733 62.877-115.407 121.342-159.952 58.983-44.939 136.419-73.698 236.382-73.698s177.398 28.759 236.383 73.698c58.463 44.545 96.519 103.22 121.344 159.952 24.81 56.714 37.018 112.889 43.088 154.514 2.706 18.561 4.228 34.433 5.076 46.441l55.311 27.655c31.13 15.567 50.798 47.388 50.798 82.196v111.729c0 41.033-27.202 77.093-66.648 88.364l-78.775 22.506c-58.704 16.772-117.138-27.312-117.138-88.364v-166.689c0-45.405 32.929-83.119 76.208-90.563-0.709-6.638-1.616-13.983-2.772-21.907-5.42-37.146-16.179-85.996-37.317-134.309-21.124-48.293-51.99-94.644-96.913-128.869-44.402-33.83-104.812-57.584-188.644-57.584s-144.242 23.754-188.644 57.584c-44.919 34.225-75.786 80.576-96.914 128.869-21.137 48.313-31.898 97.163-37.315 134.309-1.156 7.924-2.061 15.269-2.771 21.907zM870.29 625.551h-16.955c-7.256 0-13.129 5.878-13.129 13.128v166.689c0 8.719 8.346 15.016 16.735 12.624l78.768-22.506c5.639-1.609 9.523-6.766 9.523-12.624v-111.729c0-4.972-2.809-9.518-7.256-11.742l-67.686-33.84zM153.708 625.551l-67.681 33.841c-4.448 2.224-7.257 6.769-7.257 11.742v111.728c0 5.859 3.886 11.015 9.522 12.624l78.769 22.506c8.387 2.392 16.735-3.906 16.735-12.624v-166.689c0-7.251-5.878-13.128-13.128-13.128h-16.959z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "headphones",
- "music",
- "audio",
- "sound",
- "listen"
- ]
+ "tags": ["headphones", "music", "audio", "sound", "listen"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 388,
"id": 262,
@@ -1750,23 +1223,13 @@
"paths": [
"M959.977 394.711c0-24.979-9.774-48.87-27.693-66.789l-236.207-236.207c-36.923-36.923-96.655-36.923-133.578 0l-470.781 470.781c-17.919 17.919-27.693 41.81-27.693 66.789s9.774 48.87 27.693 66.789l236.207 236.207c18.462 18.462 42.356 27.693 66.789 27.693 2.173 0 4.887 0 7.060-0.543 1.084 0 1.63 0 2.714 0h433.859c22.263 0 40.725-18.462 40.725-40.725s-18.462-40.725-40.725-40.725h-323.088l416.482-416.482c17.919-17.919 27.693-41.81 27.693-66.789zM149.275 638.521c-3.257-3.257-3.8-7.060-3.8-9.231s0-5.972 3.8-9.231l206.341-206.341 254.669 254.669-206.341 206.341c-4.887 4.887-13.032 4.887-18.462 0l-236.207-236.75zM874.725 404.486l-206.341 206.341-254.669-254.669 206.341-206.341c4.887-4.887 13.032-4.887 18.462 0l236.207 236.75c3.257 3.257 3.8 7.060 3.8 9.231s0 5.972-3.8 9.231z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "eraser",
- "delete",
- "remove",
- "wipe",
- "clean"
- ]
+ "tags": ["eraser", "delete", "remove", "wipe", "clean"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 333,
"id": 261,
@@ -1783,23 +1246,13 @@
"paths": [
"M496 128.019c-247.028 0-447.979 200.95-447.979 447.979s200.95 447.979 447.979 447.979 447.979-200.95 447.979-447.979-200.95-447.979-447.979-447.979zM496 927.979c-193.911 0-351.983-158.073-351.983-351.983s158.073-351.983 351.983-351.983 351.983 158.073 351.983 351.983-158.073 351.983-351.983 351.983zM288.011 48.023c0-26.238 21.759-47.998 47.998-47.998h319.984c26.238 0 47.998 21.759 47.998 47.998s-21.759 47.998-47.998 47.998h-319.984c-26.238 0-47.998-21.759-47.998-47.998zM543.998 384.007v191.991c0 26.238-21.759 47.998-47.998 47.998s-47.998-21.759-47.998-47.998v-191.991c0-26.238 21.759-47.998 47.998-47.998s47.998 21.759 47.998 47.998zM962.538 273.291c-9.6 9.6-21.759 14.080-33.918 14.080s-24.318-4.48-33.918-14.080l-95.995-95.995c-18.559-18.559-18.559-49.277 0-67.837s49.277-18.559 67.837 0l95.995 95.995c18.559 18.559 18.559 49.277 0 67.837z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "stopwatch",
- "time",
- "countdown",
- "timer",
- "race"
- ],
+ "tags": ["stopwatch", "time", "countdown", "timer", "race"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 332,
"id": 260,
@@ -1816,23 +1269,13 @@
"paths": [
"M626.347 1024c-27.876 0-54.044-13.084-75.663-24.463-13.653-6.827-30.151-15.36-38.684-15.36s-25.6 8.533-38.684 15.36c-27.307 14.223-61.44 31.289-97.849 21.617-37.547-9.671-58.027-42.667-75.093-68.836-7.396-11.947-17.636-27.876-24.463-31.857s-25.031-4.551-40.391-5.689c-30.72-1.707-68.836-3.413-96.143-30.151-27.307-27.876-29.013-65.991-30.72-96.711-0.569-14.791-1.707-33.564-5.689-40.391-3.413-6.257-19.911-16.497-31.289-23.893-26.169-17.067-58.596-38.116-68.836-75.093-9.671-36.409 7.396-70.543 21.617-97.849 6.827-13.653 15.36-30.151 15.36-38.684s-8.533-25.6-15.36-38.684c-14.223-27.307-31.289-61.44-21.617-97.849 9.671-37.547 42.667-58.027 68.836-75.093 11.947-7.396 27.876-17.636 31.857-24.463s4.551-25.031 5.689-40.391c1.707-30.72 3.413-68.836 30.151-96.143 27.876-27.307 65.991-29.013 96.711-30.72 14.791-0.569 33.564-1.707 40.391-5.689 6.257-3.413 16.497-19.911 23.893-31.289 17.067-26.169 38.116-58.596 75.093-68.836 36.409-9.671 70.543 7.396 97.849 21.617 13.653 6.827 30.151 15.36 38.684 15.36s25.6-8.533 38.684-15.36c27.307-13.653 61.44-31.289 97.849-21.617 37.547 9.671 58.027 42.667 75.093 68.836 7.396 11.947 17.636 27.876 24.463 31.857s25.031 4.551 40.391 5.689c30.72 1.707 68.836 3.413 96.143 30.151 27.307 27.876 29.013 65.991 30.72 96.711 0.569 14.791 1.707 33.564 5.689 40.391 3.413 6.257 19.911 16.497 31.289 23.893 26.169 17.067 58.596 38.116 68.836 75.093 9.671 36.409-7.396 70.543-21.617 97.849-6.827 13.653-15.36 30.151-15.36 38.684s8.533 25.6 15.36 38.684c14.223 27.307 31.289 61.44 21.617 97.849-9.671 37.547-42.667 58.027-68.836 75.093-11.947 7.396-27.876 17.636-31.857 24.463s-4.551 25.031-5.689 40.391c-1.707 30.72-3.413 68.836-30.151 96.143-27.876 27.307-65.991 29.013-96.711 30.72-14.791 0.569-33.564 1.707-40.391 5.689-6.257 3.413-16.497 19.911-23.893 31.289-17.067 26.169-38.116 58.596-75.093 68.836-7.396 2.276-14.791 2.844-22.187 2.844zM398.223 85.333s0 0-0.569 0c-5.689 2.276-18.773 21.617-25.031 32.427-13.653 21.049-29.013 44.943-53.476 59.164-25.031 14.223-53.476 15.929-79.076 17.067-12.516 0.569-35.84 1.707-40.96 5.689-3.413 4.551-4.551 27.307-5.12 39.823-1.137 25.6-2.844 54.044-17.067 78.507s-38.116 39.823-59.164 53.476c-10.809 6.827-30.151 19.343-32.427 25.6-0.569 6.257 9.103 25.6 14.791 36.977 11.377 22.756 25.031 48.356 25.031 77.369s-13.084 54.613-25.031 77.369c-5.689 11.377-15.929 30.72-14.791 36.977 2.276 5.689 21.617 18.773 32.427 25.031 21.049 13.653 44.943 29.013 59.164 53.476 14.223 25.031 15.929 53.476 17.067 79.076 0.569 12.516 1.707 35.84 5.689 40.96 4.551 3.413 27.307 4.551 39.823 5.12 25.6 1.137 54.044 2.844 78.507 17.067s39.823 38.116 53.476 59.164c6.827 10.809 19.343 30.151 25.6 32.427 5.689 1.707 25.6-9.103 36.977-14.791 22.756-11.377 48.356-25.031 77.369-25.031s54.613 13.084 77.369 25.031c11.377 5.689 29.583 16.497 36.977 14.791 5.689-2.276 18.773-21.617 25.031-32.427 13.653-21.049 29.013-44.943 53.476-59.164 25.031-14.223 53.476-15.929 79.076-17.067 12.516-0.569 35.84-1.707 40.96-5.689 3.413-4.551 4.551-27.307 5.12-39.823 1.137-25.6 2.844-54.044 17.067-78.507s38.116-39.823 59.164-53.476c10.809-6.827 30.151-19.343 32.427-25.6 0.569-6.257-9.103-25.6-14.791-36.977-11.377-22.756-25.031-48.356-25.031-77.369s13.084-54.613 25.031-77.369c5.689-11.377 15.36-30.72 14.791-36.977-2.276-6.257-22.187-18.773-32.427-25.6-21.049-13.653-44.943-29.013-59.164-53.476-14.223-25.031-15.929-53.476-17.067-79.076-0.569-12.516-1.707-35.84-5.689-40.96-4.551-3.413-27.307-4.551-39.823-5.12-25.6-1.137-54.044-2.844-78.507-17.067s-39.823-38.116-53.476-59.164c-6.827-10.809-19.343-30.151-25.6-32.427-5.689-1.707-25.6 9.103-36.977 14.791-22.756 11.377-48.356 25.031-77.369 25.031s-54.613-13.084-77.369-25.031c-11.377-5.689-29.583-14.791-36.409-14.791zM938.667 397.084s0 0 0 0v0zM426.097 711.68v0c-11.377 0-22.187-4.551-30.151-12.516l-142.791-142.791c-16.497-16.497-16.497-43.804 0-60.303s43.804-16.497 60.303 0l112.64 112.64 283.876-283.876c16.497-16.497 43.804-16.497 60.303 0s16.497 43.804 0 60.303l-314.027 314.027c-7.964 7.964-18.773 12.516-30.151 12.516z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "verified",
- "confirm",
- "checked",
- "authenticated",
- "approved"
- ]
+ "tags": ["verified", "confirm", "checked", "authenticated", "approved"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 331,
"id": 259,
@@ -1849,23 +1292,13 @@
"paths": [
"M799.19 390.096l-121.904 121.904 121.904 121.904c15.924 15.924 15.924 42.282 0 58.207-8.237 8.237-18.67 12.081-29.103 12.081s-20.866-3.844-29.103-12.081l-121.904-121.904-121.904 121.904c-8.237 8.237-18.67 12.081-29.103 12.081s-20.866-3.844-29.103-12.081c-15.924-15.924-15.924-42.282 0-58.207l121.904-121.904-121.904-121.904c-15.924-15.924-15.924-42.282 0-58.207s42.282-15.924 58.207 0l121.904 121.904 121.904-121.904c15.924-15.924 42.282-15.924 58.207 0s15.924 42.282 0 58.207zM1023.778 237.441v549.119c0 52.715-42.831 96.096-96.096 96.096h-655.098c-33.497 0-63.697-17.023-81.27-45.028l-180.66-289.385c-13.728-21.965-13.728-50.518 0-73.033l180.66-288.837c17.571-28.005 48.323-45.028 81.27-45.028h655.648c52.715 0 96.096 43.381 96.096 96.096zM941.41 237.441c0-7.687-6.040-13.728-13.728-13.728h-655.098c-4.942 0-9.335 2.197-11.531 6.589l-176.267 281.698 176.267 281.698c2.745 3.844 7.139 6.589 11.531 6.589h655.648c7.687 0 13.728-6.040 13.728-13.728v-549.119z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "delete-left",
- "remove",
- "backspace",
- "erase",
- "eliminate"
- ],
+ "tags": ["delete-left", "remove", "backspace", "erase", "eliminate"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 330,
"id": 258,
@@ -1882,23 +1315,13 @@
"paths": [
"M877.707 936.219h-38.619c-22.234-79.578-90.695-277.351-257.457-424.219 166.762-146.867 235.222-344.642 257.457-424.219h38.619c23.99 0 43.885-19.895 43.885-43.885s-19.895-43.885-43.885-43.885h-731.412c-23.99 0-43.885 19.895-43.885 43.885s19.895 43.885 43.885 43.885h38.619c22.234 79.578 90.695 277.351 257.457 424.219-166.762 146.867-235.222 344.642-257.457 424.219h-38.619c-23.99 0-43.885 19.895-43.885 43.885s19.895 43.885 43.885 43.885h731.412c23.99 0 43.885-19.895 43.885-43.885s-19.895-43.885-43.885-43.885zM276.778 87.781h469.859c-26.331 83.089-93.621 248.679-235.222 367.462-141.601-119.366-208.891-284.373-235.222-367.462zM512 568.758c141.601 119.366 208.891 284.373 235.222 367.462h-470.444c26.331-83.089 93.621-248.681 235.222-367.462z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "hourglass",
- "time",
- "wait",
- "patience",
- "sand"
- ],
+ "tags": ["hourglass", "time", "wait", "patience", "sand"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 329,
"id": 257,
@@ -1915,23 +1338,13 @@
"paths": [
"M816.58 221.265h-110.756v-41.534c0-53.163-43.749-96.912-96.912-96.912h-512.247c-53.163 0-96.912 43.749-96.912 96.912v498.402c0 53.163 43.749 96.912 96.912 96.912h15.506c7.2 92.481 84.174 166.134 178.318 166.134s171.118-73.653 178.318-166.134h85.836c7.2 92.481 84.174 166.134 178.318 166.134s171.118-73.653 178.318-166.134h15.506c53.163 0 96.912-43.749 96.912-96.912v-249.201c0-114.633-93.035-207.668-207.668-207.668zM82.82 678.134v-498.402c0-7.752 6.091-13.845 13.845-13.845h512.247c7.752 0 13.845 6.091 13.845 13.845v439.701s-2.768 3.323-4.43 4.43c-8.307 7.2-16.059 14.952-23.259 23.259-2.216 2.768-4.43 4.984-6.091 7.752-8.307 11.629-16.059 23.259-21.043 36.55h-110.756s0 0 0-0.554c0 0 0 0 0 0-3.877-9.414-9.414-18.829-14.952-27.136-1.661-2.216-3.323-4.43-4.984-7.2-4.43-6.645-9.414-12.184-14.952-18.275-2.216-2.216-3.877-4.43-6.091-6.645-7.2-6.645-14.398-12.737-22.152-18.275-1.107-0.554-1.661-1.661-2.768-2.216-8.307-5.538-17.168-9.968-26.027-14.398-3.323-1.661-6.645-2.768-9.968-3.877-7.2-2.768-13.845-4.984-21.043-6.645-3.323-0.554-6.645-1.661-9.968-2.216-10.522-2.216-21.597-3.323-32.673-3.323s-21.597 1.107-32.673 3.323c-3.323 0.554-6.645 1.661-9.968 2.216-7.2 1.661-14.398 3.877-21.043 6.645-3.323 1.107-6.645 2.216-9.968 3.877-8.861 3.877-17.721 8.861-26.027 14.398-1.107 0.554-1.661 1.107-2.768 2.216-7.752 5.538-15.506 11.629-22.152 18.275-2.216 2.216-4.43 4.43-6.091 6.645-5.538 5.538-10.522 11.629-14.952 18.275-1.661 2.216-3.323 4.43-4.984 7.2-5.538 8.861-10.522 17.721-14.952 27.136 0 0 0 0 0 0s0 0 0 0.554h-27.689c-7.752 0-13.845-6.091-13.845-13.845zM290.487 858.113c-53.163 0-96.912-43.749-96.912-96.912 0-6.645 0.554-13.291 2.216-19.382 2.216-9.968 6.091-19.382 11.075-27.689 0.554-1.661 1.661-2.768 2.216-4.43 4.984-7.752 11.075-14.952 18.275-21.043 1.661-1.107 2.768-2.216 4.43-3.323 7.2-5.538 15.506-10.522 24.366-13.845 1.107 0 2.768-1.107 4.43-1.107 9.414-3.323 19.936-5.538 30.458-5.538s20.49 2.216 30.458 5.538c1.661 0 2.768 0.554 4.43 1.107 8.861 3.323 17.168 8.307 24.366 13.845 1.661 1.107 2.768 2.216 4.43 3.323 7.2 6.091 13.291 13.291 18.275 21.043 1.107 1.107 1.661 2.768 2.216 4.43 4.984 8.861 8.861 17.721 11.075 27.689 1.107 6.091 2.216 12.737 2.216 19.382 0 53.163-43.749 96.912-96.912 96.912zM733.513 858.113c-53.163 0-96.912-43.749-96.912-96.912 0-6.645 0.554-13.291 2.216-19.382 1.661-6.645 3.323-13.291 6.091-19.382 0 0 0-0.554 0-1.107 2.768-5.538 5.538-11.075 9.414-16.059 0.554-1.107 1.661-1.661 2.216-2.768 3.323-4.43 6.645-8.307 10.522-12.184 1.107-1.107 2.216-1.661 3.323-2.768 3.877-3.323 8.307-6.645 12.737-9.414 1.107-0.554 2.768-1.661 4.43-2.216 4.984-2.768 10.522-4.984 16.059-6.645 2.216-0.554 4.43-1.661 7.2-2.216 7.2-1.661 14.952-2.768 22.705-2.768 10.522 0 20.49 2.216 30.458 5.538 1.661 0 2.768 0.554 4.43 1.107 8.861 3.323 17.168 8.307 24.366 13.845 1.661 1.107 2.768 2.216 4.43 3.323 7.2 6.091 13.291 13.291 18.275 21.043 1.107 1.107 1.661 2.768 2.216 4.43 4.984 8.861 8.861 17.721 11.075 27.689 1.107 6.091 2.216 12.737 2.216 19.382 0 53.163-43.749 96.912-96.912 96.912zM705.823 470.466v-166.134h110.756c68.669 0 124.601 55.931 124.601 124.601v41.534h-235.356z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "truck",
- "delivery",
- "transport",
- "vehicle",
- "cargo"
- ],
+ "tags": ["truck", "delivery", "transport", "vehicle", "cargo"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 328,
"id": 256,
@@ -1948,23 +1361,13 @@
"paths": [
"M168.104 1023.75v0c-44.45 0-86.559-17.546-118.726-49.128-65.505-65.505-65.505-171.363 0-236.867l322.256-322.256c-29.242-113.462 2.34-235.698 85.389-318.747 83.634-83.634 206.454-116.387 320.502-85.389 15.206 4.094 26.904 15.791 30.997 30.997s0 30.997-11.113 42.11l-143.29 143.29 30.413 111.707 111.707 30.413 143.29-143.29c11.113-11.113 27.488-15.206 42.11-11.113 15.206 4.094 26.904 15.791 30.997 30.997 30.997 114.047-1.169 236.867-85.389 320.502-83.050 83.050-205.285 114.633-318.747 85.389l-322.256 322.256c-31.582 31.582-73.692 49.128-118.142 49.128zM668.742 89.148c-56.146 4.678-109.369 29.242-150.308 70.183-66.674 66.674-88.314 164.345-56.146 254.413 5.849 15.791 1.755 33.922-10.527 45.619l-340.973 340.973c-30.997 30.997-30.997 81.88 0 112.878 15.206 15.206 35.091 23.395 56.732 23.395v0c21.055 0 41.524-8.188 56.146-23.395l340.973-340.973c12.282-12.282 29.828-15.791 45.619-10.527 90.069 31.582 187.739 10.527 254.413-56.146 40.941-40.941 64.919-94.162 70.183-150.308l-95.332 95.332c-11.113 11.113-27.488 15.206-42.695 11.113l-160.252-43.864c-15.206-4.094-26.904-15.791-30.997-30.997l-43.864-160.252c-4.094-15.206 0-31.582 11.113-42.695l95.332-95.332z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "wrench",
- "tool",
- "fix",
- "repair",
- "adjust"
- ],
+ "tags": ["wrench", "tool", "fix", "repair", "adjust"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 325,
"id": 255,
@@ -1981,23 +1384,13 @@
"paths": [
"M495.693 730.292h32.612c77.849 0 140.443-64.699 140.443-144.651v-389.243c0-79.953-63.121-144.651-140.443-144.651h-32.612c-77.849 0-140.443 64.699-140.443 144.651v388.718c0 79.953 63.121 144.651 140.443 144.651zM434.151 196.397c0-36.294 27.877-65.751 61.542-65.751h32.612c34.19 0 61.542 29.456 61.542 65.751v388.718c0 36.294-27.877 65.751-61.542 65.751h-32.612c-34.19 0-61.542-29.456-61.542-65.751v-388.718zM814.452 374.712v222.5c0 147.807-116.773 267.736-263.003 275.101v99.941c0 21.566-17.885 39.45-39.45 39.45s-39.45-17.885-39.45-39.45v-99.941c-146.229-7.364-263.002-127.293-263.002-275.101v-222.5c0-21.566 17.885-39.45 39.45-39.45s39.45 17.885 39.45 39.45v222.5c0 108.883 88.896 197.779 198.304 197.779h51.023c109.409 0 198.304-88.896 198.304-197.779v-222.5c0-21.566 17.885-39.45 39.45-39.45s39.45 17.885 39.45 39.45z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "microphone",
- "sound",
- "record",
- "speak",
- "audio"
- ]
+ "tags": ["microphone", "sound", "record", "speak", "audio"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 323,
"id": 254,
@@ -2014,23 +1407,13 @@
"paths": [
"M906.87 28.172h-85.757c-64.638 0-117.117 52.479-117.117 117.117v28.799l-607.985 130.557v-32.639c0-26.239-21.76-47.999-47.999-47.999s-47.999 21.76-47.999 47.999v447.99c0 26.239 21.76 47.999 47.999 47.999s47.999-21.76 47.999-47.999v-40.319l607.985 130.557v28.799c0 64.638 52.479 117.117 117.117 117.117h85.757c64.638 0 117.117-52.479 117.117-117.117v-693.744c0-64.638-52.479-117.117-117.117-117.117zM96.011 581.118v-178.556l607.985-130.557v439.669l-607.985-130.557zM927.989 839.033c0 11.52-9.6 21.119-21.119 21.119h-85.757c-11.52 0-21.119-9.6-21.119-21.119v-693.744c0-11.52 9.6-21.119 21.119-21.119h85.757c11.52 0 21.119 9.6 21.119 21.119v693.744zM574.079 872.311c-23.68 74.238-92.158 124.156-170.876 124.156-98.558 0-179.196-79.359-179.196-175.995 0-7.039 0-14.719 1.279-21.76 3.199-26.239 27.52-44.799 53.759-41.598s44.799 26.879 41.598 53.118c0 3.199 0 6.4 0 9.6 0 44.159 37.12 79.998 83.198 79.998 36.479 0 68.478-23.039 79.359-56.958 7.68-25.6 35.2-39.679 60.159-31.36 25.6 7.68 39.040 35.2 31.36 60.159z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "megaphone",
- "announce",
- "shout",
- "broadcast",
- "loud"
- ],
+ "tags": ["megaphone", "announce", "shout", "broadcast", "loud"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 322,
"id": 253,
@@ -2047,23 +1430,13 @@
"paths": [
"M1023.949 776.232c0 27.083-22.46 49.543-49.543 49.543h-805.246l80.59 80.59c19.156 19.156 19.156 50.864 0 70.022-9.909 9.909-22.46 14.533-35.010 14.533s-25.101-4.625-35.010-14.533l-165.145-165.145c-4.625-4.625-7.927-9.909-10.57-15.854-5.284-11.89-5.284-25.763 0-37.653 2.643-5.945 5.945-11.229 10.57-15.854l165.145-165.145c19.156-19.156 50.864-19.156 70.022 0s19.156 50.864 0 70.022l-80.59 80.59h805.246c27.083 0 49.543 22.46 49.543 49.543zM49.594 297.311h805.246l-80.59 80.59c-19.156 19.156-19.156 50.864 0 70.022 9.909 9.909 22.46 14.533 35.010 14.533s25.101-4.625 35.010-14.533l165.145-165.145c4.625-4.625 7.927-9.909 10.57-15.854 5.284-11.89 5.284-25.763 0-37.653-2.643-5.945-5.945-11.229-10.57-15.854l-165.145-165.145c-19.156-19.156-50.864-19.156-70.022 0s-19.156 50.864 0 70.022l80.59 80.59h-805.246c-27.083 0-49.543 22.46-49.543 49.543s22.46 49.543 49.543 49.543z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrow-right-arrow-left",
- "bidirectional",
- "left-and-right",
- "alternation",
- "back-and-forth"
- ]
+ "tags": ["arrow-right-arrow-left", "bidirectional", "left-and-right", "alternation", "back-and-forth"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 321,
"id": 252,
@@ -2080,24 +1453,13 @@
"paths": [
"M609.223 618.817c-17.27 69.72-134.322 31.981-172.7 22.386l30.702-123.449c38.378 9.594 159.908 28.143 141.997 101.061zM509.441 348.895l-28.143 111.935c31.981 7.676 129.844 40.297 145.835-23.027 15.991-65.882-85.71-81.233-117.692-88.909zM1008.351 635.449c-68.44 273.76-346.039 440.703-620.44 372.904-273.76-68.44-441.343-346.039-372.904-619.8 68.44-274.4 346.039-440.703 620.44-372.904 273.76 68.44 441.343 346.039 372.904 619.8zM343.778 597.71c-2.559 7.035-9.594 17.27-25.586 13.432-2.559 0-40.937-10.235-40.937-10.235l-28.143 63.963 72.918 17.91c14.072 3.838 26.864 7.035 40.297 10.873l-23.027 92.747 55.648 14.072 23.027-92.106c15.351 4.478 30.062 7.676 44.774 11.513l-23.027 91.466 56.288 14.072 23.027-92.747c95.944 17.91 168.222 10.873 198.285-76.115 24.305-69.72-1.279-110.017-51.81-136.241 36.459-8.316 63.963-32.621 71.639-82.512 10.235-67.801-41.575-104.899-112.574-128.565l23.027-92.747-56.288-14.072-22.386 89.547c-14.711-3.838-30.062-7.035-45.413-10.873l22.386-90.188-55.648-14.072-23.027 92.106c-12.153-2.559-24.305-5.757-35.819-8.316l-77.395-19.829-14.711 60.126s40.937 9.594 40.937 10.235c22.386 5.757 26.224 20.468 26.224 32.621l-63.323 252.653z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "bitcoin",
- "cryptocurrency",
- "digital",
- "currency",
- "btc",
- "blockchain"
- ]
+ "tags": ["bitcoin", "cryptocurrency", "digital", "currency", "btc", "blockchain"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 320,
"id": 251,
@@ -2114,23 +1476,13 @@
"paths": [
"M290.603 885.606h-83.024c-38.191 0-69.186-30.995-69.186-69.186v-664.188c0-38.191 30.995-69.186 69.186-69.186h207.559v262.908c0 22.693 18.819 41.512 41.512 41.512h265.675c5.535 16.051 20.48 27.674 38.745 27.674 22.693 0 41.512-18.819 41.512-41.512v-27.674c0-5.535-1.107-11.069-3.321-16.051s-4.981-9.409-8.856-13.284l-304.42-304.42c-3.875-3.875-8.302-6.642-13.284-8.856s-10.517-3.321-16.051-3.321h-249.071c-84.13 0-152.209 68.079-152.209 152.209v664.188c0 84.13 68.079 152.209 152.209 152.209h83.024c22.693 0 41.512-18.819 41.512-41.512s-18.819-41.512-41.512-41.512zM498.162 141.715l162.726 162.726h-162.726v-162.726zM933.206 477.13c-21.032-21.032-52.029-33.763-84.13-34.316-33.209-1.66-64.758 11.069-85.791 32.655l-353.68 354.234c-7.196 7.196-11.069 16.051-12.177 26.014l-9.963 123.429c-1.107 12.177 3.321 24.353 12.177 32.655 7.748 7.748 18.265 12.177 29.335 12.177 1.107 0 2.214 0 3.875 0l124.535-11.623c9.409-1.107 18.819-4.981 25.461-12.177l353.68-354.234c44.279-43.726 42.618-122.875-3.321-168.814zM877.858 587.275l-343.164 343.717-60.331 5.535 4.427-58.67 343.164-343.717c5.535-5.535 15.498-7.748 25.461-8.302 11.069 0 21.032 3.875 27.121 9.963 13.284 12.73 14.944 39.851 3.321 51.475z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "file-edit",
- "modify",
- "amend",
- "revise",
- "change"
- ]
+ "tags": ["file-edit", "modify", "amend", "revise", "change"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 319,
"id": 250,
@@ -2147,23 +1499,13 @@
"paths": [
"M1021.466 949.618l-177.541-496.402c-12.469-32.659-40.377-52.846-72.441-52.846s-59.379 20.189-73.035 54.035l-176.948 495.215c-8.313 23.158 3.563 48.691 26.72 57.003s48.691-3.563 57.003-26.72l36.814-102.724h258.296l36.814 102.724c6.531 18.408 23.752 29.689 42.158 29.689 4.75 0 10.094-0.594 14.845-2.376 23.158-8.313 35.033-33.846 26.72-57.003zM674.697 787.515l97.38-272.547 97.38 272.547h-194.761zM523.282 265.579c-134.195 211.981-255.327 340.238-402.585 425.743-7.125 4.157-14.845 5.938-21.97 5.938-15.438 0-30.283-7.72-38.595-21.97-12.469-21.376-5.344-48.691 16.032-60.566 124.694-72.441 226.826-176.354 341.425-348.55h-373.489c-24.345 0-44.534-20.189-44.534-44.534s20.189-44.534 44.534-44.534h222.669v-117.569c0-24.345 20.189-44.534 44.534-44.534s44.534 20.189 44.534 44.534v117.569h222.669c24.345 0 44.534 20.189 44.534 44.534s-20.189 44.534-44.534 44.534h-55.816zM525.657 697.26c-7.72 0-15.438-1.781-22.563-5.938-38.595-22.563-76.004-47.502-111.038-73.63-19.595-14.845-23.752-42.752-8.907-62.347s42.752-23.752 62.347-8.907c32.064 24.345 67.097 46.909 102.724 67.691 21.376 12.469 28.502 39.784 16.032 61.16-8.313 14.251-23.158 21.97-38.595 21.97z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "language",
- "linguistics",
- "words",
- "communication",
- "dialect"
- ]
+ "tags": ["language", "linguistics", "words", "communication", "dialect"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 318,
"id": 249,
@@ -2180,22 +1522,13 @@
"paths": [
"M696.881 725.324c-23.323 0-42.665 19.342-42.665 42.665v85.33c0 39.252-31.856 71.108-71.108 71.108h-426.648c-39.252 0-71.108-31.856-71.108-71.108v-682.637c0-39.252 31.856-71.108 71.108-71.108h184.881v270.211c0 23.323 19.342 42.665 42.665 42.665h270.211v71.108c0 23.323 19.342 42.665 42.665 42.665s42.665-19.342 42.665-42.665v-113.772c0-11.377-4.55-22.186-12.515-30.149l-312.876-312.876c-7.964-7.964-18.773-12.515-30.149-12.515h-227.546c-86.467 0-156.437 69.97-156.437 156.437v682.637c0 86.467 69.97 156.437 156.437 156.437h426.648c86.467 0 156.437-69.97 156.437-156.437v-85.33c0-23.323-19.342-42.665-42.665-42.665zM426.67 159.872l167.246 167.246h-167.246v-167.246zM1020.565 642.27c-2.276 5.12-5.12 9.67-9.102 13.653l-170.659 170.659c-8.533 8.533-19.342 12.515-30.149 12.515s-21.616-3.982-30.149-12.515c-16.497-16.497-16.497-43.802 0-60.3l97.845-97.845h-494.343c-23.323 0-42.665-19.342-42.665-42.665s19.342-42.665 42.665-42.665h494.343l-97.845-97.845c-16.497-16.497-16.497-43.802 0-60.3s43.802-16.497 60.3 0l170.659 170.659c3.982 3.982 6.826 8.533 9.102 13.653 4.55 10.24 4.55 22.186 0 32.425z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "file-export",
- "send",
- "save",
- "dispatch"
- ]
+ "tags": ["file-export", "send", "save", "dispatch"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 317,
"id": 248,
@@ -2212,23 +1545,13 @@
"paths": [
"M537.031 668.444h-494.364c-23.324 0-42.667-19.343-42.667-42.667s19.343-42.667 42.667-42.667h494.364l-97.849-97.849c-16.497-16.497-16.497-43.804 0-60.303s43.804-16.497 60.303 0l170.667 170.667c3.983 3.983 6.827 8.533 9.103 13.653 4.551 10.24 4.551 22.187 0 32.427-2.276 5.12-5.12 9.671-9.103 13.653l-170.667 170.667c-8.533 8.533-19.343 12.516-30.151 12.516s-21.617-3.983-30.151-12.516c-16.497-16.497-16.497-43.804 0-60.303l97.849-97.849zM1024 369.777v483.556c0 86.471-69.973 156.444-156.444 156.444h-426.667c-86.471 0-156.444-69.973-156.444-156.444v-56.889c0-23.324 19.343-42.667 42.667-42.667s42.667 19.343 42.667 42.667v56.889c0 39.253 31.857 71.111 71.111 71.111h426.667c39.253 0 71.111-31.857 71.111-71.111v-440.889h-270.223c-23.324 0-42.667-19.343-42.667-42.667v-270.223h-184.889c-39.253 0-71.111 31.857-71.111 71.111v284.444c0 23.324-19.343 42.667-42.667 42.667s-42.667-19.343-42.667-42.667v-284.444c0-86.471 69.973-156.444 156.444-156.444h227.556c11.377 0 22.187 4.551 30.151 12.516l312.889 312.889c7.964 7.964 12.516 18.773 12.516 30.151zM711.111 327.111h167.253l-167.253-167.253v167.253z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "file-import",
- "get",
- "data",
- "retrieve",
- "fetch"
- ]
+ "tags": ["file-import", "get", "data", "retrieve", "fetch"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 316,
"id": 247,
@@ -2245,23 +1568,13 @@
"paths": [
"M894.076 334.712l-321.811-321.811c-8.191-8.191-19.309-12.873-31.010-12.873h-263.299c-88.936 0-160.905 71.968-160.905 160.905v702.132c0 88.936 71.968 160.905 160.905 160.905h468.087c88.936 0 160.905-71.968 160.905-160.905v-497.344c0-11.702-4.68-22.819-12.873-31.010zM585.138 149.817l172.022 172.022h-172.022v-172.022zM746.044 936.204h-468.087c-40.373 0-73.138-32.766-73.138-73.138v-702.132c0-40.373 32.766-73.138 73.138-73.138h219.416v277.928c0 23.989 19.894 43.883 43.883 43.883h277.928v453.46c0 40.373-32.766 73.138-73.138 73.138zM758.916 554.128l-87.766 292.554c-5.266 17.553-21.65 30.426-40.373 31.010-0.586 0-1.17 0-1.755 0-18.139 0-33.937-11.118-40.958-27.5l-76.065-190.745-76.065 190.745c-7.021 17.553-23.989 28.671-42.713 27.5-18.723-0.586-34.521-13.457-40.373-31.010l-87.766-292.554c-7.021-23.405 6.436-47.979 29.255-54.415 23.405-7.021 47.394 6.436 54.415 29.255l51.49 172.022 70.213-176.118c13.457-33.351 68.458-33.351 81.331 0l70.213 176.118 51.49-172.022c7.021-23.405 31.596-36.276 54.415-29.255 23.405 7.021 36.276 31.596 29.255 54.415z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "file-word",
- "document",
- "edit",
- "write",
- "microsoft"
- ]
+ "tags": ["file-word", "document", "edit", "write", "microsoft"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 311,
"id": 246,
@@ -2278,23 +1591,13 @@
"paths": [
"M950.832 263.329h-81.915c23.405-28.085 38.032-63.192 38.032-102.395 0-88.936-71.968-160.905-160.905-160.905-98.298 0-184.895 52.074-234.044 129.309-49.149-77.234-135.746-129.309-234.044-129.309-88.936 0-160.905 71.968-160.905 160.905 0 39.203 14.628 74.309 38.032 102.395h-81.915c-40.373 0-73.138 32.766-73.138 73.138v146.278c0 35.107 25.16 63.192 58.511 70.213v397.874c0 40.373 32.766 73.138 73.138 73.138h760.643c40.373 0 73.138-32.766 73.138-73.138v-397.874c33.351-7.021 58.511-35.107 58.511-70.213v-146.278c0-40.373-32.766-73.138-73.138-73.138zM936.204 468.117h-380.321v-117.021h380.321v117.021zM746.044 87.796c40.373 0 73.138 32.766 73.138 73.138s-32.766 73.138-73.138 73.138h-184.895c19.894-83.67 95.373-146.278 184.895-146.278zM277.956 87.796c89.522 0 165.001 62.606 184.895 146.278h-184.895c-40.373 0-73.138-32.766-73.138-73.138s32.766-73.138 73.138-73.138zM87.796 351.095h380.321v117.021h-380.321v-117.021zM146.306 555.883h321.811v380.321h-321.811v-380.321zM877.694 936.204h-321.811v-380.321h321.811v380.321z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "gift",
- "present",
- "suprise",
- "box",
- "birthday"
- ]
+ "tags": ["gift", "present", "suprise", "box", "birthday"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 312,
"id": 245,
@@ -2311,21 +1614,13 @@
"paths": [
"M417.791 482.743c0-23.991 19.896-43.886 43.886-43.886h73.143v-73.143c0-23.991 19.896-43.886 43.886-43.886s43.886 19.896 43.886 43.886v73.143h73.143c23.991 0 43.886 19.896 43.886 43.886s-19.896 43.886-43.886 43.886h-73.143v73.143c0 23.991-19.896 43.886-43.886 43.886s-43.886-19.896-43.886-43.886v-73.143h-73.143c-23.991 0-43.886-19.896-43.886-43.886zM468.114 906.976c0 48.567-39.205 87.772-87.772 87.772s-87.772-39.205-87.772-87.772 39.205-87.772 87.772-87.772 87.772 39.205 87.772 87.772zM848.461 906.976c0 48.567-39.205 87.772-87.772 87.772s-87.772-39.205-87.772-87.772 39.205-87.772 87.772-87.772 87.772 39.205 87.772 87.772zM1022.836 259.215l-117.029 468.119c-4.681 19.31-22.235 33.354-42.716 33.354h-585.15c-21.065 0-39.205-15.213-43.301-36.279l-110.593-607.385h-80.165c-23.991 0-43.886-19.896-43.886-43.886s19.896-43.886 43.886-43.886h117.029c21.065 0 39.205 15.213 43.301 36.279l25.162 139.266h750.746c13.458 0 26.332 6.436 34.523 16.969s11.118 24.576 8.192 37.45zM923.945 292.569h-678.773l69.048 380.347h514.346l94.794-380.347z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "cart-plus",
- "add-to-cart",
- "purchase"
- ]
+ "tags": ["cart-plus", "add-to-cart", "purchase"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 313,
"id": 244,
@@ -2342,23 +1637,13 @@
"paths": [
"M1023.898 103.121v369.207c0 56.948-46.711 103.659-103.659 103.659h-103.019v-575.886h103.019c57.589 0 103.659 46.071 103.659 103.019zM85.844 79.445l-84.463 479.905c-10.238 58.868 34.553 112.617 94.702 112.617h305.86v223.955c0 70.386 57.589 127.974 127.335 127.974h5.759c25.595 0 48.631-15.357 58.868-39.033l174.685-408.879v-575.886s-588.683 0-588.683 0c-46.711 0-86.383 33.274-94.702 79.345z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "thumbs-down-fill",
- "disapproval",
- "dislike",
- "disagreement",
- "refusal"
- ]
+ "tags": ["thumbs-down-fill", "disapproval", "dislike", "disagreement", "refusal"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 314,
"id": 243,
@@ -2375,23 +1660,13 @@
"paths": [
"M207.428 448.014v575.872h-103.017c-57.587 0-103.657-46.070-103.657-103.017v-369.198c0-56.947 46.71-103.657 103.657-103.657h103.017zM927.907 352.035h-305.852v-223.95c0-70.384-57.587-127.971-127.332-127.971h-5.759c-25.595 0-48.63 15.357-58.866 39.032l-174.681 408.869v575.872s588.668 0 588.668 0c46.71 0 86.381-33.273 94.699-79.343l84.461-479.893c10.238-58.866-34.552-112.614-94.699-112.614z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "thumbs-up-fill",
- "approval",
- "like",
- "agreement",
- "support"
- ]
+ "tags": ["thumbs-up-fill", "approval", "like", "agreement", "support"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 315,
"id": 242,
@@ -2408,21 +1683,13 @@
"paths": [
"M1020.467 528.967c-2.341 5.266-5.266 9.946-9.362 14.042l-146.281 146.281c-8.774 8.774-19.895 12.873-31.011 12.873s-22.234-4.096-31.011-12.873c-16.967-16.967-16.967-45.053 0-62.024l71.384-71.384h-318.304v318.304l71.384-71.384c16.967-16.967 45.053-16.967 62.024 0s16.967 45.053 0 62.024l-146.281 146.281c-4.096 4.096-8.774 7.021-14.042 9.362s-11.117 3.513-16.967 3.513-11.701-1.17-16.967-3.513c-5.266-2.341-9.946-5.266-14.042-9.362l-146.281-146.281c-16.967-16.967-16.967-45.053 0-62.024s45.053-16.967 62.024 0l71.384 71.384v-318.304h-318.304l71.384 71.384c16.967 16.967 16.967 45.053 0 62.024-8.774 8.774-19.895 12.873-31.011 12.873s-22.234-4.096-31.011-12.873l-146.281-146.281c-4.096-4.096-7.021-8.774-9.362-14.042-4.681-10.532-4.681-22.82 0-33.35 2.341-5.266 5.266-9.946 9.362-14.042l146.281-146.281c16.967-16.967 45.053-16.967 62.024 0s16.967 45.053 0 62.024l-71.384 71.384h318.304v-318.889l-71.384 71.384c-16.967 16.967-45.053 16.967-62.024 0s-16.967-45.053 0-62.024l146.281-146.281c4.096-4.096 8.774-7.021 14.042-9.362 10.532-4.681 22.82-4.681 33.35 0 5.266 2.341 9.946 5.266 14.042 9.362l146.281 146.281c16.967 16.967 16.967 45.053 0 62.024-8.774 8.774-19.895 12.873-31.011 12.873s-22.234-4.096-31.011-12.873l-71.384-71.384v318.304h318.304l-71.384-71.384c-16.967-16.967-16.967-45.053 0-62.024s45.053-16.967 62.024 0l146.281 146.281c4.096 4.096 7.021 8.774 9.362 14.042 4.681 10.532 4.681 22.82 0 33.35z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrows-alt",
- "direction",
- "move"
- ]
+ "tags": ["arrows-alt", "direction", "move"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 310,
"id": 241,
@@ -2439,23 +1706,13 @@
"paths": [
"M695.789 315.083h-367.579c-14.704 0-26.255-11.553-26.255-26.255v-78.767c0-14.704 11.553-26.255 26.255-26.255h367.579c14.704 0 26.255 11.553 26.255 26.255v78.767c0 14.704-11.553 26.255-26.255 26.255zM722.045 472.617v-52.512c0-14.704-11.553-26.255-26.255-26.255h-52.512c-14.704 0-26.255 11.553-26.255 26.255v52.512c0 14.704 11.553 26.255 26.255 26.255h52.512c14.704 0 26.255-11.553 26.255-26.255zM406.978 472.617v-52.512c0-14.704-11.553-26.255-26.255-26.255h-52.512c-14.704 0-26.255 11.553-26.255 26.255v52.512c0 14.704 11.553 26.255 26.255 26.255h52.512c14.704 0 26.255-11.553 26.255-26.255zM564.512 472.617v-52.512c0-14.704-11.553-26.255-26.255-26.255h-52.512c-14.704 0-26.255 11.553-26.255 26.255v52.512c0 14.704 11.553 26.255 26.255 26.255h52.512c14.704 0 26.255-11.553 26.255-26.255zM722.045 643.278v-52.512c0-14.704-11.553-26.255-26.255-26.255h-52.512c-14.704 0-26.255 11.553-26.255 26.255v52.512c0 14.704 11.553 26.255 26.255 26.255h52.512c14.704 0 26.255-11.553 26.255-26.255zM406.978 643.278v-52.512c0-14.704-11.553-26.255-26.255-26.255h-52.512c-14.704 0-26.255 11.553-26.255 26.255v52.512c0 14.704 11.553 26.255 26.255 26.255h52.512c14.704 0 26.255-11.553 26.255-26.255zM564.512 643.278v-52.512c0-14.704-11.553-26.255-26.255-26.255h-52.512c-14.704 0-26.255 11.553-26.255 26.255v52.512c0 14.704 11.553 26.255 26.255 26.255h52.512c14.704 0 26.255-11.553 26.255-26.255zM722.045 813.939v-52.512c0-14.704-11.553-26.255-26.255-26.255h-52.512c-14.704 0-26.255 11.553-26.255 26.255v52.512c0 14.704 11.553 26.255 26.255 26.255h52.512c14.704 0 26.255-11.553 26.255-26.255zM564.512 813.939v-52.512c0-14.704-11.553-26.255-26.255-26.255h-210.045c-14.704 0-26.255 11.553-26.255 26.255v52.512c0 14.704 11.553 26.255 26.255 26.255h210.045c14.704 0 26.255-11.553 26.255-26.255zM892.706 905.834v-787.668c0-65.114-53.036-118.15-118.15-118.15h-525.113c-65.114 0-118.15 53.036-118.15 118.15v787.668c0 65.114 53.036 118.15 118.15 118.15h525.113c65.114 0 118.15-53.036 118.15-118.15zM774.556 78.782c21.529 0 39.383 17.854 39.383 39.383v787.668c0 21.529-17.854 39.383-39.383 39.383h-525.113c-21.529 0-39.383-17.854-39.383-39.383v-787.668c0-21.529 17.854-39.383 39.383-39.383h525.113z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "calculator",
- "math",
- "addition",
- "subtraction",
- "calculation"
- ]
+ "tags": ["calculator", "math", "addition", "subtraction", "calculation"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 308,
"id": 240,
@@ -2474,26 +1731,13 @@
"M906.366 774.25l-80.59 80.59v-375.869c0-27.083-22.46-49.543-49.543-49.543s-49.543 22.46-49.543 49.543v375.869l-80.59-80.59c-19.156-19.156-50.864-19.156-70.022 0s-19.156 50.864 0 70.022l165.145 165.145c4.625 4.625 9.909 7.927 15.854 10.57s12.552 3.963 19.156 3.963 13.211-1.321 19.156-3.963c5.945-2.643 11.229-5.945 15.854-10.57l165.145-165.145c19.156-19.156 19.156-50.864 0-70.022s-50.864-19.156-70.022 0z",
"M976.388 117.634c19.156-19.156 19.156-50.864 0-70.022s-50.864-19.156-70.022 0l-80.59 80.59v-78.608c0-27.083-22.46-49.543-49.543-49.543s-49.543 22.46-49.543 49.543v177.695l-679.075 679.075c-19.156 19.156-19.156 50.864 0 70.022 9.909 9.909 22.46 14.533 35.010 14.533s25.101-4.625 35.010-14.533l80.59-80.59v78.608c0 27.083 22.46 49.543 49.543 49.543s49.543-22.46 49.543-49.543v-177.695l679.075-679.075z"
],
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"grid": 16,
- "tags": [
- "sort-alt-slash",
- "remove-sorting",
- "unsorted",
- "orderless"
- ],
+ "tags": ["sort-alt-slash", "remove-sorting", "unsorted", "orderless"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 306,
"id": 239,
@@ -2510,23 +1754,13 @@
"paths": [
"M1020.451 495.033c-2.348-5.441-5.502-10.097-9.37-14.051l-234.032-234.032c-8.033-8.604-19.443-13.967-32.105-13.967-24.235 0-43.882 19.647-43.882 43.882 0 12.663 5.363 24.072 13.941 32.081l0.026 0.023 159.147 159.147h-724.353l159.147-159.147c7.297-7.815 11.777-18.343 11.777-29.915 0-24.235-19.647-43.882-43.882-43.882-11.574 0-22.1 4.48-29.942 11.802l0.026-0.023-234.040 234.040c-3.859 3.945-7.014 8.601-9.247 13.748l-0.114 0.295c-2.222 5-3.515 10.833-3.515 16.967s1.293 11.968 3.623 17.242l-0.108-0.273c2.348 5.441 5.502 10.097 9.37 14.051l234.032 234.032c7.939 7.929 18.902 12.834 31.010 12.834s23.071-4.904 31.011-12.834v0c7.929-7.939 12.834-18.902 12.834-31.010s-4.904-23.071-12.834-31.011v0l-159.147-159.147h724.353l-159.147 159.147c-7.929 7.939-12.834 18.902-12.834 31.010s4.904 23.071 12.834 31.011v0c7.939 7.929 18.902 12.834 31.010 12.834s23.071-4.904 31.011-12.834v0l234.040-234.040c3.859-3.945 7.014-8.601 9.247-13.748l0.114-0.295c2.222-5 3.515-10.833 3.515-16.967s-1.293-11.968-3.623-17.242l0.108 0.273z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrows-h",
- "horizontal",
- "left-and-right",
- "bi-directional",
- "move"
- ]
+ "tags": ["arrows-h", "horizontal", "left-and-right", "bi-directional", "move"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 305,
"id": 238,
@@ -2543,23 +1777,13 @@
"paths": [
"M528.967 1020.451c5.441-2.348 10.097-5.502 14.051-9.37l234.032-234.032c7.297-7.815 11.777-18.343 11.777-29.915 0-24.235-19.647-43.882-43.882-43.882-11.574 0-22.1 4.48-29.942 11.802l0.026-0.023-159.147 159.147v-724.353l159.147 159.147c7.815 7.297 18.343 11.777 29.915 11.777 24.235 0 43.882-19.647 43.882-43.882 0-11.574-4.48-22.1-11.802-29.942l0.023 0.026-234.040-234.040c-3.945-3.859-8.601-7.014-13.748-9.247l-0.295-0.114c-5-2.222-10.833-3.515-16.967-3.515s-11.968 1.293-17.242 3.623l0.273-0.108c-5.441 2.348-10.097 5.502-14.051 9.37l-234.032 234.032c-7.929 7.939-12.834 18.902-12.834 31.010s4.904 23.071 12.834 31.011v0c7.939 7.929 18.902 12.834 31.010 12.834s23.071-4.904 31.011-12.834v0l159.147-159.147v724.353l-159.147-159.147c-7.939-7.929-18.902-12.834-31.010-12.834s-23.071 4.904-31.011 12.834v0c-7.929 7.939-12.834 18.902-12.834 31.010s4.904 23.071 12.834 31.011v0l234.040 234.040c3.945 3.859 8.601 7.014 13.748 9.247l0.295 0.114c5 2.222 10.833 3.515 16.967 3.515s11.968-1.293 17.242-3.623l-0.273 0.108z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrows-v",
- "vertical",
- "up-and-down",
- "bi-directional",
- "move"
- ]
+ "tags": ["arrows-v", "vertical", "up-and-down", "bi-directional", "move"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 304,
"id": 237,
@@ -2576,23 +1800,13 @@
"paths": [
"M836.060 936.086h-552.19l116.989-164.955c5.016-7 8.065-15.709 8.189-25.123v-190.138h190.108c24.229 0 43.871-19.642 43.871-43.871s-19.642-43.871-43.871-43.871v0h-191.863v-190.108c-0.156-2.816-0.245-6.11-0.245-9.427 0-99.824 80.924-180.749 180.749-180.749 1.732 0 3.459 0.025 5.178 0.073l-0.254-0.005c3.537-0.243 7.666-0.381 11.827-0.381 101.439 0 183.673 82.233 183.673 183.673 0 5.695-0.259 11.328-0.766 16.89l0.052-0.716v58.495c0 24.229 19.642 43.871 43.871 43.871s43.871-19.642 43.871-43.871v0-58.495c0.352-5.164 0.553-11.193 0.553-17.269 0-149.252-120.994-270.246-270.246-270.246-4.515 0-9.003 0.111-13.464 0.329l0.628-0.025c-1.804-0.044-3.929-0.069-6.060-0.069-147.637 0-267.321 119.684-267.321 267.321 0 3.728 0.077 7.436 0.228 11.127l-0.018-0.528v190.108h-131.613c-24.229 0-43.871 19.642-43.871 43.871s19.642 43.871 43.871 43.871v0h131.613v175.484l-155.595 223.45c-3.958 6.515-6.3 14.39-6.3 22.813s2.343 16.298 6.411 23.010l-0.111-0.197c7.358 14.007 21.805 23.398 38.447 23.398 0.056 0 0.112 0 0.169 0h633.489c24.229 0 43.871-19.642 43.871-43.871s-19.642-43.871-43.871-43.871v0z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "pound",
- "money",
- "currency",
- "sterling",
- "uk"
- ]
+ "tags": ["pound", "money", "currency", "sterling", "uk"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 303,
"id": 236,
@@ -2617,36 +1831,13 @@
"M852.474 109.449l-110.078-109.438h-109.438l55.038 124.797 164.476-15.36z",
"M382.722 0.011h-109.438l-109.438 109.438 164.476 15.36 54.399-124.797z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "prime",
- "logo"
- ]
- },
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "tags": ["prime", "logo"]
+ },
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}],
"properties": {
"order": 307,
"id": 235,
@@ -2663,22 +1854,13 @@
"paths": [
"M589.605 64.373v-18.004c-0.345-25.576-20.987-46.218-46.53-46.563h-0.033c-300.373 1.794-543.179 245.708-543.179 546.331 0 98.823 26.237 191.517 72.126 271.496l-1.409-2.663c8.24 13.842 23.126 22.972 40.145 22.972 0.074 0 0.148 0 0.221 0h-0.012c8.464-0.017 16.386-2.321 23.186-6.325l-0.215 0.116 18.004-9.313c88.223 122.529 230.468 201.375 391.129 201.375 265.391 0 480.531-215.14 480.531-480.531 0-248.992-189.376-453.753-431.953-478.105l-2.014-0.163zM496.478 95.416v420.93l-365.676 209.844c-24.009-53.406-37.995-115.765-37.995-181.391 0-232.603 175.709-424.166 401.636-449.201l2.036-0.183zM543.042 931.068c-126.56-0.365-238.867-61.070-309.71-154.848l-0.712-0.982 333.392-191.84c14.165-7.849 23.596-22.711 23.596-39.775 0-0.204-0.001-0.407-0.004-0.611v0.031-384.921c192.214 25.131 339.099 187.876 339.099 384.928 0 213.47-172.379 386.677-385.534 388.018h-0.128z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "chart-pie",
- "graph",
- "statistics",
- "proportion"
- ],
+ "tags": ["chart-pie", "graph", "statistics", "proportion"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 301,
"id": 234,
@@ -2695,24 +1877,13 @@
"paths": [
"M399.361 614.401c-28.277 0-51.2-22.923-51.2-51.2s22.923-51.2 51.2-51.2c28.276 0 51.199 22.923 51.199 51.2v0c0 28.276-22.923 51.2-51.199 51.2v0zM1023.999 512c0 282.77-229.23 512-512 512s-512-229.23-512-512c0-282.77 229.23-512 512-512v0c282.769 0 512 229.23 512 512v0zM750.721 426.88c-18.359 1.113-34.69 8.976-46.715 21.114l-0.006 0.006c-49.923-33.418-111.167-53.62-177.080-54.397l-0.199-0.001 35.84-161.921 114.56 25.601c-0.003 0.191-0.005 0.416-0.005 0.641 0 27.924 22.636 50.56 50.56 50.56 0.002 0 0.003 0 0.005 0v0c28.355-0.361 51.2-23.43 51.2-51.836 0-0.001 0-0.003 0-0.004v0c0.016-0.492 0.027-1.071 0.027-1.653 0-27.924-22.637-50.56-50.561-50.56-20.408 0-37.99 12.090-45.978 29.498l-0.129 0.315-128-28.16c-0.688-0.138-1.481-0.217-2.292-0.217-5.656 0-10.412 3.862-11.77 9.093l-0.018 0.084-39.679 178.56c-66.101 0.974-127.301 21.143-178.501 55.164l1.221-0.764c-12.464-12.858-29.895-20.838-49.191-20.838-37.821 0-68.48 30.66-68.48 68.48 0 26.584 15.148 49.632 37.286 60.978l0.386 0.18c-0.468 4.795-0.733 10.366-0.733 16.001s0.267 11.205 0.787 16.701l-0.054-0.702c0 108.16 122.239 196.48 272.64 196.48s272.64-88.32 272.64-196.48c0-0.084 0-0.183 0-0.282 0-11.484-1.399-22.639-4.039-33.308l0.2 0.95c20.889-11.994 34.732-34.174 34.732-59.588 0-36.756-28.957-66.749-65.302-68.408l-0.15-0.006zM608.64 666.88c-27.226 17.349-60.409 27.649-96 27.649s-68.773-10.302-96.732-28.086l0.732 0.435c-2.268-2.080-5.305-3.355-8.64-3.355s-6.372 1.275-8.649 3.365l0.009-0.009c-2.426 2.23-3.939 5.418-3.939 8.959s1.514 6.729 3.93 8.952l0.009 0.008c31.918 21.918 71.391 35.004 113.921 35.004s82.002-13.086 114.611-35.451l-0.692 0.447c2.426-2.231 3.939-5.418 3.939-8.959s-1.514-6.729-3.93-8.952l-0.009-0.007c-2.337-2.457-5.63-3.984-9.28-3.984s-6.943 1.527-9.274 3.978l-0.005 0.006zM624.639 512c-28.277 0-51.2 22.923-51.2 51.2s22.923 51.2 51.2 51.2c28.276 0 51.199-22.923 51.199-51.2v0c0-28.277-22.923-51.2-51.199-51.2v0z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "reddit",
- "social",
- "news",
- "discussions",
- "forum",
- "upvote"
- ]
+ "tags": ["reddit", "social", "news", "discussions", "forum", "upvote"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 299,
"id": 233,
@@ -2730,25 +1901,13 @@
"M367.461 188.397c-7.939-7.93-18.905-12.836-31.014-12.836s-23.074 4.905-31.015 12.836v0l-292.589 292.589c-7.93 7.939-12.836 18.905-12.836 31.014s4.905 23.074 12.836 31.015v0l292.589 292.589c7.939 7.93 18.905 12.836 31.014 12.836s23.074-4.905 31.015-12.836v0c7.93-7.939 12.836-18.905 12.836-31.014s-4.905-23.074-12.836-31.015v0l-261.574-261.574 261.574-261.574c7.93-7.939 12.836-18.905 12.836-31.014s-4.905-23.074-12.836-31.015v0z",
"M1011.156 480.986l-292.589-292.589c-7.817-7.298-18.345-11.779-29.92-11.779-24.239 0-43.889 19.649-43.889 43.889 0 11.575 4.481 22.104 11.803 29.946l-0.023-0.027 261.574 261.574-261.574 261.574c-7.93 7.939-12.836 18.905-12.836 31.014s4.905 23.074 12.836 31.015v0c7.939 7.93 18.905 12.836 31.014 12.836s23.074-4.905 31.015-12.836v0l292.589-292.589c7.93-7.939 12.836-18.905 12.836-31.014s-4.905-23.074-12.836-31.015v0z"
],
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "code",
- "programming",
- "software",
- "developer",
- "script"
- ]
+ "tags": ["code", "programming", "software", "developer", "script"]
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 298,
"id": 232,
@@ -2766,25 +1925,13 @@
"M936.767 0.034c-27.214 0.367-49.178 22.331-49.545 49.509v160.562l-55.49-55.49c-86.69-87.405-206.835-141.515-339.617-141.515-209.345 0-387.277 134.501-452.092 321.801l-1.011 3.36c-2.53 5.71-4.002 12.369-4.002 19.374 0 21.825 14.301 40.308 34.044 46.591l0.347 0.094c2.483 0.454 5.34 0.712 8.257 0.712s5.775-0.259 8.55-0.756l-0.293 0.043c21.606-0.226 39.922-14.066 46.794-33.339l0.108-0.351c19.528-56.988 50.528-105.653 90.48-145.309l0.022-0.022c68.806-68.546 163.72-110.925 268.534-110.925s199.729 42.378 268.547 110.936l55.478 55.478h-159.205c-27.363 0-49.545 22.182-49.545 49.545s22.182 49.545 49.545 49.545v0h280.095c0.198 0.003 0.432 0.005 0.666 0.005 26.997 0 48.884-21.887 48.884-48.884 0-0.234-0.002-0.468-0.005-0.7v0.036-280.755c0-27.363-22.182-49.545-49.545-49.545v0z",
"M953.281 622.981c-5.442-2.202-11.755-3.479-18.366-3.479-22.122 0-40.903 14.308-47.591 34.174l-0.104 0.355c-19.528 56.988-50.528 105.653-90.48 145.309l-0.022 0.022c-68.806 68.546-163.72 110.925-268.534 110.925s-199.729-42.378-268.547-110.936l-55.478-55.478h163.169c27.363 0 49.545-22.182 49.545-49.545s-22.182-49.545-49.545-49.545v0h-280.095c-0.198-0.003-0.432-0.005-0.666-0.005-26.997 0-48.884 21.887-48.884 48.884 0 0.234 0.002 0.468 0.005 0.7v-0.036 280.095c0 27.363 22.182 49.545 49.545 49.545s49.545-22.182 49.545-49.545v0-160.526l55.49 55.49c86.69 87.405 206.835 141.515 339.617 141.515 209.345 0 387.277-134.501 452.092-321.801l1.011-3.36c1.72-4.786 2.714-10.307 2.714-16.060 0-21.835-14.317-40.328-34.076-46.602l-0.347-0.094z"
],
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "sync",
- "update",
- "refresh",
- "reload",
- "synchronize"
- ]
+ "tags": ["sync", "update", "refresh", "reload", "synchronize"]
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 297,
"id": 231,
@@ -2801,23 +1948,13 @@
"paths": [
"M950.857 292.571h-175.543v-29.257c0-145.425-117.889-263.314-263.314-263.314s-263.314 117.889-263.314 263.314v0 29.257h-175.543c-40.395 0-73.142 32.747-73.142 73.142v0 497.372c0 88.87 72.044 160.914 160.914 160.914v0h702.171c88.87 0 160.914-72.044 160.914-160.914v0-497.372c0-40.395-32.747-73.142-73.142-73.142v0zM336.457 263.315c0-96.949 78.594-175.543 175.543-175.543s175.543 78.594 175.543 175.543v0 29.257h-351.086zM936.228 863.086c0 40.395-32.747 73.142-73.142 73.142v0h-702.171c-40.395 0-73.142-32.747-73.142-73.142v0-482.743h160.914v131.657c0 24.237 19.648 43.886 43.886 43.886s43.886-19.648 43.886-43.886v0-131.657h351.086v131.657c0 24.237 19.648 43.886 43.886 43.886s43.886-19.648 43.886-43.886v0-131.657h160.914z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "shopping-bag",
- "retail",
- "purchase",
- "buy",
- "shop"
- ]
+ "tags": ["shopping-bag", "retail", "purchase", "buy", "shop"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 296,
"id": 230,
@@ -2840,35 +1977,13 @@
"M210.842 813.158c0 24.949-20.225 45.174-45.174 45.174s-45.174-20.225-45.174-45.174c0-24.949 20.225-45.174 45.174-45.174s45.174 20.225 45.174 45.174z",
"M361.421 813.158c0 24.949-20.225 45.174-45.174 45.174s-45.174-20.225-45.174-45.174c0-24.949 20.225-45.174 45.174-45.174s45.174 20.225 45.174 45.174z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "server",
- "host",
- "datacenter",
- "cloud",
- "storage"
- ]
- },
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "tags": ["server", "host", "datacenter", "cloud", "storage"]
+ },
+ "attrs": [{}, {}, {}, {}, {}, {}, {}],
"properties": {
"order": 295,
"id": 229,
@@ -2885,23 +2000,13 @@
"paths": [
"M926.005 99.103c-121.161-57.959-262.777-93.948-412.236-99.026l-1.769-0.048c-151.228 5.125-292.843 41.116-420.425 101.823l6.42-2.75c-32.977 15.76-55.351 48.848-55.351 87.164 0 0.296 0.001 0.59 0.004 0.885v-0.045 649.789c-0.003 0.249-0.004 0.545-0.004 0.839 0 38.315 22.376 71.404 54.773 86.914l0.58 0.25c121.161 57.959 262.777 93.948 412.236 99.026l1.769 0.048c151.228-5.125 292.843-41.116 420.425-101.823l-6.42 2.75c32.977-15.76 55.351-48.848 55.351-87.164 0-0.296-0.001-0.59-0.004-0.885v0.045-649.789c0.003-0.249 0.004-0.545 0.004-0.839 0-38.315-22.376-71.404-54.773-86.914l-0.58-0.25zM899.438 541.888c-113.2 55.308-245.67 89.857-385.631 95.145l-1.807 0.054c-141.767-5.341-274.238-39.89-393.276-97.76l5.838 2.561v-213.644c113.851 51.38 246.465 82.977 386.006 86.865l1.431 0.031c140.973-3.92 273.587-35.517 393.967-89.515l-6.53 2.618zM132.864 174.375c110.92-53.263 240.582-86.42 377.448-91.277l1.688-0.048c138.75 5.006 268.584 38.151 385.604 93.859l-5.915-2.535c4.63 2.445 7.734 7.224 7.748 12.728v48.156c-113.2 55.308-245.67 89.857-385.631 95.145l-1.807 0.054c-141.767-5.341-274.238-39.89-393.276-97.76l5.838 2.561v-49.813c0.619-4.997 3.823-9.121 8.213-11.035l0.090-0.035zM891.136 849.625c-110.92 53.263-240.582 86.42-377.448 91.277l-1.688 0.048c-138.75-5.006-268.584-38.151-385.604-93.859l5.915 2.535c-4.63-2.445-7.734-7.224-7.748-12.728v-204.238c113.851 51.38 246.465 82.977 386.006 86.865l1.431 0.031c140.973-3.92 273.587-35.517 393.967-89.515l-6.53 2.618v204.235c0 0.014 0 0.031 0 0.048 0 5.64-3.374 10.492-8.214 12.647l-0.088 0.035z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "database",
- "data",
- "storage",
- "information",
- "records"
- ]
+ "tags": ["database", "data", "storage", "information", "records"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 294,
"id": 228,
@@ -2918,23 +2023,13 @@
"paths": [
"M984.598 262.573h-157.533l40.433-161.209c0.73-2.838 1.148-6.096 1.148-9.452 0-21.805-17.677-39.482-39.482-39.482-18.449 0-33.942 12.654-38.274 29.756l-0.059 0.273-45.159 180.113h-338.696l40.433-161.209c0.73-2.838 1.148-6.096 1.148-9.452 0-21.805-17.677-39.482-39.482-39.482-18.449 0-33.942 12.654-38.274 29.756l-0.059 0.273-47.26 180.113h-179.062c-21.751 0-39.383 17.633-39.383 39.383s17.633 39.383 39.383 39.383v0h157.533l-85.593 341.321h-176.962c-21.751 0-39.383 17.633-39.383 39.383s17.633 39.383 39.383 39.383v0h157.533l-40.433 161.209c-0.73 2.838-1.148 6.096-1.148 9.452 0 21.805 17.677 39.482 39.482 39.482 18.449 0 33.942-12.654 38.274-29.756l0.059-0.273 45.159-180.113h338.696l-40.433 161.209c-0.73 2.838-1.148 6.096-1.148 9.452 0 21.805 17.677 39.482 39.482 39.482 18.449 0 33.942-12.654 38.274-29.756l0.059-0.273 45.159-180.113h181.163c21.751 0 39.383-17.633 39.383-39.383s-17.633-39.383-39.383-39.383v0h-157.533l85.593-341.321h176.962c21.751 0 39.383-17.633 39.383-39.383s-17.633-39.383-39.383-39.383v0zM722.044 341.339l-85.593 341.321h-334.495l85.593-341.321z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "hashtag",
- "tag",
- "trend",
- "topic",
- "social-media"
- ]
+ "tags": ["hashtag", "tag", "trend", "topic", "social-media"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 293,
"id": 227,
@@ -2951,22 +2046,13 @@
"paths": [
"M731.351 0.181h-438.702c-88.839 0-160.857 72.018-160.857 160.857v0 818.91c-0.001 0.096-0.001 0.21-0.001 0.324 0 24.229 19.642 43.87 43.87 43.87 9.418 0 18.143-2.968 25.291-8.020l-0.137 0.092 311.186-217.011 311.186 217.011c6.914 4.763 15.47 7.606 24.689 7.606 0.163 0 0.325-0.001 0.488-0.003h-0.025c7.45-0.092 14.477-1.807 20.773-4.808l-0.3 0.129c13.96-7.76 23.279-22.374 23.398-39.173v-818.927c0-88.839-72.018-160.857-160.857-160.857v0z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "bookmark-fill",
- "save",
- "favorite",
- "keep"
- ]
+ "tags": ["bookmark-fill", "save", "favorite", "keep"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 290,
"id": 226,
@@ -2983,22 +2069,13 @@
"paths": [
"M1004.095 24.725c-7.747-14.706-22.885-24.586-40.34-24.695h-903.493c-17.471 0.11-32.608 9.989-40.236 24.445l-0.12 0.25c-3.089 5.86-4.901 12.805-4.901 20.173 0 10.136 3.43 19.471 9.191 26.908l-0.075-0.1 322.241 440.294v466.797c0.335 24.813 20.361 44.839 45.141 45.174h240.96c24.813-0.335 44.839-20.361 45.174-45.141v-466.83l322.241-440.294c5.688-7.337 9.117-16.671 9.117-26.808 0-7.369-1.813-14.314-5.016-20.414l0.116 0.241z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "filter-fill",
- "selection",
- "full-filter",
- "complete-criteria"
- ]
+ "tags": ["filter-fill", "selection", "full-filter", "complete-criteria"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 289,
"id": 225,
@@ -3015,22 +2092,13 @@
"paths": [
"M940.27 142.985v0c-52.342-52.898-124.95-85.655-205.208-85.655-0.25 0-0.502 0-0.752 0.001h0.039c-0.212 0-0.462-0.001-0.714-0.001-80.258 0-152.867 32.757-205.183 85.63l-0.025 0.025-16.427 17.013-16.427-16.427c-52.551-52.546-125.148-85.046-205.334-85.046s-152.783 32.5-205.336 85.047v0c-51.85 52.868-83.852 125.364-83.852 205.334s32.002 152.468 83.898 205.382l-0.045-0.047 397.176 398.35c7.96 7.95 18.953 12.869 31.093 12.869s23.133-4.917 31.094-12.869v0l397.176-398.35c51.673-52.835 83.555-125.21 83.555-205.032 0-80.411-32.354-153.263-84.754-206.251l0.026 0.026z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "heart-fill",
- "love",
- "affection",
- "full-heart"
- ]
+ "tags": ["heart-fill", "love", "affection", "full-heart"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 288,
"id": 224,
@@ -3047,21 +2115,13 @@
"paths": [
"M944.92 71.496c-6.851-4.781-15.351-7.639-24.52-7.639-5.664 0-11.074 1.091-16.029 3.074l0.291-0.103c-63.404 28.272-136.947 48.827-213.986 57.993l-3.642 0.353c-50.961-13.852-95.595-33.813-136.214-59.541l2.021 1.195c-50.241-31.546-108.991-55.111-171.832-67.168l-3.203-0.511c-75.265-7.001-254.385 51.927-291.724 64.179-17.436 6.017-29.741 22.283-29.756 41.423v874.010c0 24.167 19.592 43.759 43.759 43.759s43.759-19.592 43.759-43.759v0-341.902c65.742-24.141 142.134-41.68 221.425-49.3l3.786-0.294c53.070 13.251 99.74 33.289 142.139 59.564l-2.111-1.218c47.311 29.399 102.324 52.182 160.994 65.266l3.539 0.663h13.419c91.412-12.072 174.279-35.196 251.871-68.295l-6.238 2.366c16.429-6.638 27.841-22.387 28.006-40.821v-497.12c0.056-0.823 0.088-1.785 0.088-2.753 0-13.438-6.14-25.443-15.767-33.361l-0.075-0.060z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "flag-fill",
- "complete",
- "report"
- ]
+ "tags": ["flag-fill", "complete", "report"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 287,
"id": 223,
@@ -3078,23 +2138,13 @@
"paths": [
"M512 1023.989c-282.763 0-511.989-229.226-511.989-511.989s229.226-511.989 511.989-511.989c282.763 0 511.989 229.226 511.989 511.989v0c0 282.763-229.226 511.989-511.989 511.989v0zM512 85.343c-235.636 0-426.657 191.021-426.657 426.657s191.021 426.657 426.657 426.657c235.636 0 426.657-191.021 426.657-426.657v0c0-235.636-191.021-426.657-426.657-426.657v0z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "circle",
- "round",
- "cycle",
- "loop",
- "circular"
- ]
+ "tags": ["circle", "round", "cycle", "loop", "circular"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 286,
"id": 222,
@@ -3108,24 +2158,14 @@
},
{
"icon": {
- "paths": [
- "M1023.989 512c0 282.763-229.226 511.989-511.989 511.989s-511.989-229.226-511.989-511.989c0-282.763 229.226-511.989 511.989-511.989s511.989 229.226 511.989 511.989z"
- ],
- "attrs": [
- {}
- ],
+ "paths": ["M1023.989 512c0 282.763-229.226 511.989-511.989 511.989s-511.989-229.226-511.989-511.989c0-282.763 229.226-511.989 511.989-511.989s511.989 229.226 511.989 511.989z"],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "circle-fill",
- "complete",
- "whole"
- ]
+ "tags": ["circle-fill", "complete", "whole"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 285,
"id": 221,
@@ -3142,23 +2182,13 @@
"paths": [
"M462.875 1024.834c-1.947 0.372-4.188 0.585-6.478 0.585s-4.531-0.213-6.702-0.62l0.224 0.035c-18.586-5.739-31.857-22.766-31.857-42.893 0-0.292 0.003-0.585 0.009-0.876l-0.001 0.044v-5.938l48.584-342.789h-234.284c-0.011 0-0.024 0-0.038 0-16.55 0-30.926-9.309-38.177-22.979l-0.114-0.234c-3.963-6.646-6.305-14.655-6.305-23.213s2.342-16.567 6.421-23.424l-0.116 0.211 107.965-188.4 221.328-351.967c7.563-12.608 21.158-20.914 36.694-20.914 4.633 0 9.094 0.739 13.272 2.105l-0.301-0.085c18.586 5.739 31.857 22.766 31.857 42.893 0 0.292-0.003 0.585-0.009 0.876l0.001-0.044v5.938l-48.584 342.789h234.824c0.011 0 0.024 0 0.038 0 16.55 0 30.926 9.309 38.177 22.979l0.114 0.234c3.963 6.646 6.305 14.655 6.305 23.213s-2.342 16.567-6.421 23.424l0.116-0.211-107.965 188.4-221.328 351.967c-7.762 11.483-20.733 18.931-35.445 18.931-0.634 0-1.265-0.014-1.893-0.042l0.090 0.003zM434.265 959.516v0zM292.291 549.248h215.931c24.812 0.302 44.809 20.488 44.809 45.342 0 0.191-0.001 0.382-0.004 0.572v-0.029 5.938l-31.849 223.488 134.957-215.931 77.735-133.876h-215.931c-24.812-0.302-44.809-20.488-44.809-45.342 0-0.191 0.001-0.382 0.004-0.572v0.029-5.938l31.849-223.488-134.957 215.931zM589.735 63.945v0z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "bolt",
- "lightning",
- "electicity",
- "speed",
- "charge"
- ]
+ "tags": ["bolt", "lightning", "electicity", "speed", "charge"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 284,
"id": 220,
@@ -3176,25 +2206,13 @@
"M876.353 155.475c-91.36-90.984-217.374-147.233-356.525-147.233s-265.163 56.249-356.542 147.25l-72.854 72.854v-175.251c0-24.945-20.222-45.168-45.168-45.168s-45.168 20.222-45.168 45.168v0 285.461c0 0.001 0 0.003 0 0.004 0 25.067 20.15 45.426 45.135 45.766h286.096c24.945 0 45.168-20.222 45.168-45.168s-20.222-45.168-45.168-45.168v0h-180.671l76.485-74.678c74.952-74.805 178.417-121.062 292.688-121.062s217.736 46.257 292.695 121.070l-0.007-0.007c372.786 402.897-180.671 958.161-585.375 585.375-8.171-8.161-19.456-13.21-31.918-13.21s-23.747 5.048-31.92 13.21v0c-8.309 8.103-13.464 19.409-13.464 31.918s5.155 23.815 13.454 31.91l0.010 0.008c91.243 91.243 217.293 147.678 356.525 147.678 278.462 0 504.201-225.739 504.201-504.201 0-139.231-56.434-265.282-147.678-356.525v0z",
"M512 256.049c-24.81 0.335-44.833 20.358-45.168 45.135v210.815c0.011 12.468 5.073 23.753 13.248 31.918v0l152.367 148.753c8.084 8.182 19.304 13.25 31.708 13.25 0.073 0 0.148 0 0.222 0h-0.011c21.988-3.292 38.658-22.048 38.658-44.696 0-10.97-3.91-21.026-10.413-28.851l0.059 0.073-137.31-137.31v-193.921c-0.294-24.201-19.326-43.864-43.245-45.162l-0.116-0.006z"
],
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "history",
- "past",
- "records",
- "timeline",
- "memories"
- ]
+ "tags": ["history", "past", "records", "timeline", "memories"]
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 283,
"id": 219,
@@ -3211,23 +2229,13 @@
"paths": [
"M1022.811 776.474s0-4.096 0-6.436v-516.077c-0.023-7.052-1.751-13.696-4.793-19.546l0.112 0.237c-4.397-9.329-11.736-16.668-20.801-20.952l-0.263-0.112-468.096-209.474c-5.326-2.478-11.563-3.924-18.139-3.924s-12.811 1.445-18.411 4.037l0.272-0.112-468.096 209.474c-14.982 7.661-25.187 22.762-25.744 40.299l-0.001 0.074v516.077c0.941 17.495 11.005 32.44 25.487 40.246l0.258 0.128 468.096 209.474c5.306 2.591 11.546 4.105 18.139 4.105s12.832-1.514 18.389-4.214l-0.251 0.11 468.096-209.474c13.538-6.306 23.285-18.763 25.711-33.677l0.034-0.259zM86.616 321.251l380.328 170.856v420.117l-380.328-170.27zM554.714 492.105l380.328-170.856v420.702l-380.328 170.27zM512 91.883l361.019 162.079-361.019 161.493-361.019-161.493z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "box",
- "package",
- "container",
- "storage",
- "delivery"
- ]
+ "tags": ["box", "package", "container", "storage", "delivery"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 282,
"id": 218,
@@ -3244,22 +2252,13 @@
"paths": [
"M512 0.027c-282.755 0-511.973 229.218-511.973 511.973v0c-0.022 1.75-0.034 3.816-0.034 5.886 0 279.524 226.599 506.123 506.123 506.123 2.069 0 4.135-0.012 6.199-0.037l-0.313 0.003c24.236 0 43.883-19.647 43.883-43.883s-19.647-43.883-43.883-43.883v0c-1.399 0.016-3.053 0.026-4.708 0.026-231.698 0-419.526-187.828-419.526-419.526 0-1.655 0.010-3.308 0.029-4.959l-0.003 0.251c0.333-234.15 190.058-423.874 424.174-424.206h0.032c281.439 0 424.206 142.768 424.206 424.206v80.745c0.187 2.116 0.292 4.578 0.292 7.064 0 47.18-38.247 85.426-85.426 85.426s-85.426-38.247-85.426-85.426c0-2.486 0.106-4.948 0.314-7.381l-0.022 0.317v-292.556c0-24.236-19.647-43.883-43.883-43.883s-43.883 19.647-43.883 43.883v0 19.894c-44.051-38.526-102.099-62.022-165.637-62.022-0.188 0-0.377 0-0.565 0h0.029c-140.246 0-253.938 113.692-253.938 253.938s113.692 253.938 253.938 253.938v0c75.633-0.27 143.364-33.87 189.31-86.869l0.266-0.313c30.329 52.256 86.021 86.836 149.789 86.836 95.329 0 172.609-77.279 172.609-172.609 0-0.084 0-0.169 0-0.252v0.014-80.745c0-330.003-181.969-511.973-511.973-511.973zM512 678.171c-91.774 0-166.171-74.397-166.171-166.171s74.397-166.171 166.171-166.171c91.774 0 166.171 74.397 166.171 166.171v0c-0.332 91.641-74.532 165.841-166.14 166.171h-0.032z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "at",
- "email",
- "location",
- "place"
- ]
+ "tags": ["at", "email", "location", "place"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 281,
"id": 217,
@@ -3276,23 +2275,13 @@
"paths": [
"M273.927 128.663c-27.857 0-50.44 22.582-50.44 50.44s22.582 50.44 50.44 50.44v0h449.244l-579.714 579.714c-9.89 9.234-16.053 22.349-16.053 36.904 0 27.857 22.582 50.44 50.44 50.44 14.555 0 27.668-6.164 36.874-16.025l0.028-0.030 579.714-579.714v449.244c0 27.857 22.582 50.44 50.44 50.44s50.44-22.582 50.44-50.44v0-570.97c-0.038-7.053-1.518-13.753-4.16-19.829l0.126 0.327c-7.47-17.225-23.668-29.376-42.86-30.924l-0.182-0.011z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrow-up-right",
- "northeast",
- "move",
- "diagonal",
- "direction"
- ]
+ "tags": ["arrow-up-right", "northeast", "move", "diagonal", "direction"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 309,
"id": 216,
@@ -3309,23 +2298,13 @@
"paths": [
"M128.665 750.071c0 27.856 22.582 50.438 50.438 50.438s50.438-22.582 50.438-50.438v0-449.241l579.71 579.71c9.233 9.89 22.348 16.053 36.903 16.053 27.856 0 50.438-22.582 50.438-50.438 0-14.555-6.164-27.668-16.025-36.874l-0.030-0.028-579.71-579.71h449.241c27.856 0 50.438-22.582 50.438-50.438s-22.582-50.438-50.438-50.438v0h-570.968c-7.053 0.038-13.753 1.518-19.829 4.16l0.327-0.126c-18.183 7.953-30.702 25.689-30.935 46.373v0.030z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrow-up-left",
- "northwest",
- "move",
- "diagonal",
- "direction"
- ]
+ "tags": ["arrow-up-left", "northwest", "move", "diagonal", "direction"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 278,
"id": 215,
@@ -3342,23 +2321,13 @@
"paths": [
"M749.048 893.688c27.738 0 50.223-22.484 50.223-50.223s-22.484-50.223-50.223-50.223v0h-447.31l577.218-577.218c9.846-9.194 15.985-22.253 15.985-36.744 0-27.738-22.484-50.223-50.223-50.223-14.491 0-27.549 6.138-36.714 15.954l-0.028 0.030-577.218 577.218v-447.31c0-27.738-22.484-50.223-50.223-50.223s-50.223 22.484-50.223 50.223v0 571.861c0.038 7.024 1.513 13.694 4.144 19.745l-0.126-0.325c7.919 18.102 25.578 30.57 46.174 30.801h0.030z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrow-down-left",
- "southwest",
- "move",
- "diagonal",
- "direction"
- ]
+ "tags": ["arrow-down-left", "southwest", "move", "diagonal", "direction"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 279,
"id": 214,
@@ -3375,23 +2344,13 @@
"paths": [
"M896.598 273.145c0-27.949-22.657-50.606-50.606-50.606s-50.606 22.657-50.606 50.606v0 450.722l-581.62-581.62c-9.013-8.416-21.152-13.58-34.498-13.58-27.949 0-50.606 22.657-50.606 50.606 0 13.348 5.166 25.486 13.61 34.529l-0.028-0.030 581.62 581.62h-450.722c-27.949 0-50.606 22.657-50.606 50.606s22.657 50.606 50.606 50.606v0h576.221c7.076-0.039 13.797-1.525 19.894-4.175l-0.328 0.126c15.905-8.356 26.772-24.403 27.661-43.066l0.006-0.114z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "arrow-down-right",
- "southeast",
- "move",
- "diagonal",
- "direction"
- ]
+ "tags": ["arrow-down-right", "southeast", "move", "diagonal", "direction"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 280,
"id": 213,
@@ -3408,22 +2367,13 @@
"paths": [
"M512 0.011c-282.764 0-511.989 229.225-511.989 511.989s229.225 511.989 511.989 511.989c282.764 0 511.989-229.225 511.989-511.989v0c0-282.764-229.225-511.989-511.989-511.989v0zM763.515 350.723l-83.838 396.152c-6.4 28.159-23.040 34.559-46.72 21.76l-127.997-94.719-63.999 59.519c-5.961 7.732-15.19 12.694-25.582 12.799h-0.016l8.959-127.997 236.796-214.395c10.879-8.959 0-14.080-15.36-5.119l-290.555 182.396-127.997-39.679c-27.52-8.32-28.159-27.52 5.76-40.319l493.43-191.996c24.319-7.039 44.8 7.039 37.12 41.599z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "telegram",
- "messaging",
- "chat",
- "fast"
- ]
+ "tags": ["telegram", "messaging", "chat", "fast"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 276,
"id": 212,
@@ -3441,25 +2391,13 @@
"M512 1023.991c-282.764 0-511.991-229.227-511.991-511.991s229.227-511.991 511.991-511.991c282.764 0 511.991 229.227 511.991 511.991v0c0 282.764-229.227 511.991-511.991 511.991v0zM512 85.341c-235.637 0-426.659 191.022-426.659 426.659s191.022 426.659 426.659 426.659c235.637 0 426.659-191.022 426.659-426.659v0c0-235.637-191.022-426.659-426.659-426.659v0z",
"M369.78 284.448h284.439c47.127 0 85.332 38.205 85.332 85.332v284.439c0 47.127-38.205 85.332-85.332 85.332h-284.439c-47.127 0-85.332-38.205-85.332-85.332v-284.439c0-47.127 38.205-85.332 85.332-85.332z"
],
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "stop-circle",
- "halt",
- "end",
- "cease",
- "finish"
- ]
+ "tags": ["stop-circle", "halt", "end", "cease", "finish"]
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 275,
"id": 211,
@@ -3476,23 +2414,13 @@
"paths": [
"M842.308 1023.979h-660.618c-100.333 0-181.669-81.336-181.669-181.669v0-660.618c0-100.333 81.336-181.669 181.669-181.669v0h660.618c100.333 0 181.669 81.336 181.669 181.669v0 660.618c0 100.333-81.336 181.669-181.669 181.669v0zM181.692 99.114c-45.606 0-82.577 36.971-82.577 82.577v0 660.618c0 45.606 36.971 82.577 82.577 82.577v0h660.618c45.606 0 82.577-36.971 82.577-82.577v0-660.618c0-45.606-36.971-82.577-82.577-82.577v0z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "stop",
- "halt",
- "end",
- "cease",
- "finish"
- ],
+ "tags": ["stop", "halt", "end", "cease", "finish"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 274,
"id": 210,
@@ -3509,23 +2437,13 @@
"paths": [
"M870.378 148.502c-91.041-91.707-217.17-148.474-356.557-148.474-0.64 0-1.281 0.001-1.92 0.003h0.099c-280.418 0.282-507.634 227.671-507.634 508.129 0 93.024 24.997 180.211 68.642 255.208l-1.302-2.422-71.676 263.024 268.784-70.395c69.896 39.602 153.381 63.238 242.321 63.995l0.223 0.001c0.006 0 0.012 0 0.019 0 281.177 0 509.412-226.669 511.947-507.248l0.001-0.241c-0.978-141.618-59.303-269.426-152.883-361.512l-0.067-0.066zM512 929.894c-0.081 0-0.178 0-0.274 0-79.234 0-153.358-21.884-216.656-59.938l1.903 1.060-15.359-9.599-159.35 42.237 42.237-155.511-10.24-16c-39.739-63.209-63.313-140.066-63.313-222.43 0-233.27 189.104-422.374 422.374-422.374 115.76 0 220.644 46.569 296.938 121.995l-0.040-0.039c77.623 75.954 126.276 181.243 127.989 297.901l0.003 0.321c-2.173 233.734-192.155 422.374-426.196 422.374-0.006 0-0.012 0-0.018 0h0.001zM743.026 613.754c-12.799-6.4-74.875-37.118-86.395-40.958s-20.478-6.4-28.798 6.4c-13.451 18.342-26.668 34.402-40.702 49.701l0.384-0.424c-7.039 8.959-14.719 9.599-27.519 0-73.887-29.731-133.426-82.24-171.269-148.708l-0.882-1.681c-13.439-22.398 12.799-21.119 37.118-69.116 1.722-3.252 2.733-7.107 2.733-11.2s-1.011-7.948-2.796-11.332l0.064 0.132c0-6.4-28.798-69.116-39.038-94.074s-20.478-21.119-28.798-21.759h-24.958c-13.577 0.214-25.68 6.352-33.865 15.937l-0.052 0.063c-26.196 25.492-42.447 61.088-42.447 100.48 0 2.698 0.076 5.38 0.226 8.041l-0.016-0.369c4.318 50.122 23.15 95.162 52.219 131.69l-0.382-0.498c54.892 81.39 128.004 146.508 213.743 190.496l3.204 1.492c35.584 21.122 78.444 33.605 124.218 33.605 9.899 0 19.661-0.583 29.254-1.719l-1.162 0.112c36.419-7.408 66.636-29.449 84.793-59.581l0.322-0.576c5.793-12.526 9.172-27.184 9.172-42.632 0-6.192-0.543-12.256-1.582-18.147l0.091 0.624c-5.76-6.4-14.080-9.599-26.878-16z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "whatsapp",
- "chat",
- "message",
- "instant-messaging",
- "call"
- ]
+ "tags": ["whatsapp", "chat", "message", "instant-messaging", "call"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 273,
"id": 209,
@@ -3548,35 +2466,13 @@
"M599.767 570.511h58.511c16.157 0 29.255 13.098 29.255 29.255v58.511c0 16.157-13.098 29.255-29.255 29.255h-58.511c-16.157 0-29.255-13.098-29.255-29.255v-58.511c0-16.157 13.098-29.255 29.255-29.255z",
"M877.694 936.204h-29.255v-892.294c-0.325-24.104-19.779-43.558-43.852-43.883h-585.142c-24.104 0.325-43.558 19.779-43.883 43.852v892.325h-29.255c-24.236 0-43.883 19.647-43.883 43.883s19.647 43.883 43.883 43.883v0h731.387c24.236 0 43.883-19.647 43.883-43.883s-19.647-43.883-43.883-43.883v0zM760.671 936.204h-307.183v-131.65c0-16.157-13.098-29.255-29.255-29.255v0h-58.511c-16.157 0-29.255 13.098-29.255 29.255v0 131.65h-73.138v-848.41h497.344z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "building",
- "office",
- "architecture",
- "structure",
- "construction"
- ]
- },
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "tags": ["building", "office", "architecture", "structure", "construction"]
+ },
+ "attrs": [{}, {}, {}, {}, {}, {}, {}],
"properties": {
"order": 272,
"id": 208,
@@ -3603,43 +2499,13 @@
"M677.156 908.371h115.609v115.609h-115.609v-115.609z",
"M908.371 908.371h115.609v115.609h-115.609v-115.609z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "qrcode",
- "scan",
- "code",
- "data",
- "barcode"
- ]
- },
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "tags": ["qrcode", "scan", "code", "data", "barcode"]
+ },
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}],
"properties": {
"order": 271,
"id": 207,
@@ -3658,27 +2524,13 @@
"M366.646 629.923c0 48.361-39.205 87.566-87.566 87.566s-87.566-39.205-87.566-87.566c0-48.361 39.205-87.566 87.566-87.566s87.566 39.205 87.566 87.566z",
"M833.667 629.923c0 48.361-39.205 87.566-87.566 87.566s-87.566-39.205-87.566-87.566c0-48.361 39.205-87.566 87.566-87.566s87.566 39.205 87.566 87.566z"
],
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "car",
- "vehicle",
- "transport",
- "drive",
- "auto"
- ]
+ "tags": ["car", "vehicle", "transport", "drive", "auto"]
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 270,
"id": 206,
@@ -3695,23 +2547,13 @@
"paths": [
"M512 249.365c-145.049 0-262.635 117.585-262.635 262.635s117.585 262.635 262.635 262.635c145.049 0 262.635-117.585 262.635-262.635v0c0-0.191 0.002-0.416 0.002-0.641 0-144.695-117.299-261.995-261.995-261.995-0.225 0-0.45 0-0.676 0.002h0.035zM512 683.033c-94.459 0-171.033-76.575-171.033-171.033s76.575-171.033 171.033-171.033c94.459 0 171.033 76.575 171.033 171.033v0c0 94.459-76.575 171.033-171.033 171.033v0zM847.020 238.475c0 35.378-28.68 64.058-64.058 64.058s-64.058-28.68-64.058-64.058c0-35.378 28.68-64.058 64.058-64.058v0c35.378 0 64.058 28.68 64.058 64.058v0zM1020.615 302.532c0.053-2.1 0.083-4.576 0.083-7.056 0-80.466-31.5-153.574-82.841-207.667l0.125 0.132c-54.19-52.344-128.080-84.599-209.504-84.599-1.79 0-3.575 0.015-5.357 0.047l0.267-0.003c-83.275-3.843-339.503-3.843-422.778 0-1.952-0.045-4.253-0.071-6.559-0.071-80.622 0-153.889 31.489-208.175 82.838l0.141-0.134c-51.217 53.961-82.717 127.069-82.717 207.535 0 2.482 0.030 4.956 0.090 7.423l-0.008-0.366c-3.843 83.275-3.843 339.503 0 422.778-0.053 2.1-0.083 4.576-0.083 7.056 0 80.466 31.5 153.574 82.841 207.667l-0.125-0.132c54.143 51.217 127.412 82.705 208.032 82.705 2.306 0 4.608-0.026 6.902-0.077l-0.342 0.006c84.556 5.124 338.223 5.124 422.778 0 2.1 0.053 4.576 0.083 7.056 0.083 80.466 0 153.574-31.5 207.667-82.841l-0.132 0.125c51.217-53.961 82.717-127.069 82.717-207.535 0-2.482-0.030-4.956-0.090-7.423l0.008 0.366c3.843-83.275 3.843-339.503 0-422.778zM911.718 814.991c-17.965 44.669-52.697 79.402-96.206 96.954l-1.162 0.414c-68.692 14.541-147.62 22.867-228.491 22.867-25.987 0-51.772-0.86-77.33-2.552l3.471 0.185c-22.061 1.512-47.813 2.374-73.767 2.374-80.681 0-159.416-8.328-235.394-24.172l7.451 1.3c-44.669-17.965-79.402-52.697-96.954-96.206l-0.414-1.162c-26.904-67.901-21.139-228.044-21.139-302.351s-5.765-235.091 21.139-302.351c17.48-45.144 52.371-80.244 96.218-97.607l1.149-0.401c68.527-14.544 147.262-22.873 227.943-22.873 25.954 0 51.706 0.862 77.231 2.558l-3.464-0.185c22.086-1.509 47.872-2.368 73.859-2.368 80.871 0 159.799 8.326 235.971 24.167l-7.48-1.3c44.669 17.965 79.402 52.697 96.954 96.206l0.414 1.162c26.904 67.901 20.498 228.044 20.498 302.351s6.406 235.091-20.498 302.351z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "instagram",
- "photos",
- "hashtag",
- "selfie",
- "social"
- ]
+ "tags": ["instagram", "photos", "hashtag", "selfie", "social"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 268,
"id": 205,
@@ -3728,23 +2570,13 @@
"paths": [
"M942.030 0.060h-854.301c-1.171-0.058-2.544-0.091-3.924-0.091-44.98 0-81.687 35.426-83.74 79.897l-0.007 0.184v856.22c1.381 47.853 39.817 86.288 87.54 87.666l0.129 0.003h854.301c45.688-2.098 81.934-39.649 81.934-85.666 0-0.705-0.009-1.408-0.025-2.109l0.001 0.103v-856.22c0.007-0.4 0.012-0.873 0.012-1.345 0-43.471-35.24-78.711-78.711-78.711-1.129 0-2.253 0.024-3.37 0.070l0.159-0.006zM320.022 853.72h-149.102v-456.266h149.102zM248.991 328.342v0c-0.784 0.028-1.705 0.046-2.629 0.046-41.704 0-75.512-33.808-75.512-75.512 0-1.141 0.025-2.277 0.075-3.406l-0.006 0.16c-0.046-0.985-0.072-2.14-0.072-3.301 0-41.704 33.808-75.512 75.512-75.512 1.375 0 2.743 0.037 4.101 0.109l-0.189-0.007c0.784-0.028 1.705-0.046 2.629-0.046 41.704 0 75.512 33.808 75.512 75.512 0 1.141-0.025 2.277-0.075 3.406l0.006-0.16c0.046 0.985 0.072 2.14 0.072 3.301 0 41.704-33.808 75.512-75.512 75.512-1.375 0-2.743-0.037-4.101-0.109l0.189 0.007zM853.72 853.72h-149.743v-249.571c0-59.513-21.118-100.469-74.231-100.469-34.5 0.309-63.758 22.412-74.697 53.194l-0.174 0.559c-3.36 9.138-5.302 19.69-5.302 30.697 0 2.034 0.066 4.051 0.196 6.052l-0.013-0.271v259.81h-147.182v-456.266h147.182v63.993c25.685-46.508 74.423-77.484 130.396-77.484 1.402 0 2.8 0.019 4.194 0.058l-0.205-0.004c96.629 0 169.581 63.993 169.581 200.297z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "linkedin",
- "jobs",
- "professionals",
- "business",
- "network"
- ]
+ "tags": ["linkedin", "jobs", "professionals", "business", "network"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 266,
"id": 204,
@@ -3761,23 +2593,13 @@
"paths": [
"M998.721 25.279c-15.31-15.206-36.405-24.601-59.695-24.601-9.365 0-18.373 1.518-26.795 4.325l0.597-0.173-854.831 285.138c-34.333 11.124-58.722 42.818-58.722 80.21 0 32.269 18.165 60.295 44.829 74.41l0.459 0.221 354.67 175.29 175.29 355.84c14.186 27.601 42.466 46.16 75.080 46.16 0.106 0 0.207 0 0.309 0h5.827c34.71-2.632 63.306-26.111 73.46-57.839l0.162-0.591 289.228-852.494c2.939-8.121 4.642-17.492 4.642-27.261 0-22.937-9.373-43.685-24.499-58.622l-0.010-0.010zM94.226 370.599l746.151-248.912-414.27 414.27zM653.984 929.774l-165.94-331.884 414.27-414.27z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "send",
- "deliver",
- "dispatch",
- "transmit",
- "message"
- ]
+ "tags": ["send", "deliver", "dispatch", "transmit", "message"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 263,
"id": 203,
@@ -3794,23 +2616,13 @@
"paths": [
"M215.050 647.037c0 59.379-48.138 107.517-107.517 107.517s-107.517-48.138-107.517-107.517c0-59.379 48.138-107.517 107.517-107.517v0h107.517zM269.445 647.037c0-59.379 48.138-107.517 107.517-107.517s107.517 48.138 107.517 107.517v0 269.434c0 59.379-48.138 107.517-107.517 107.517s-107.517-48.138-107.517-107.517v0zM376.963 215.050c-59.379 0-107.517-48.138-107.517-107.517s48.138-107.517 107.517-107.517c59.379 0 107.517 48.138 107.517 107.517v0 107.517zM376.963 269.445c59.379 0 107.517 48.138 107.517 107.517s-48.138 107.517-107.517 107.517h-269.434c-59.379 0-107.517-48.138-107.517-107.517s48.138-107.517 107.517-107.517v0zM808.95 376.963c0-59.379 48.138-107.517 107.517-107.517s107.517 48.138 107.517 107.517c0 59.379-48.138 107.517-107.517 107.517v0h-107.517v-107.517zM754.555 376.963c0 59.379-48.138 107.517-107.517 107.517s-107.517-48.138-107.517-107.517v0-269.434c0-59.379 48.138-107.517 107.517-107.517s107.517 48.138 107.517 107.517v0 269.434zM647.037 808.95c59.379 0 107.517 48.138 107.517 107.517s-48.138 107.517-107.517 107.517c-59.379 0-107.517-48.138-107.517-107.517v0-107.517zM647.037 754.555c-59.379 0-107.517-48.138-107.517-107.517s48.138-107.517 107.517-107.517h269.434c59.379 0 107.517 48.138 107.517 107.517s-48.138 107.517-107.517 107.517v0z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "slack",
- "communication",
- "team",
- "work",
- "collabrate"
- ]
+ "tags": ["slack", "communication", "team", "work", "collabrate"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 262,
"id": 202,
@@ -3827,23 +2639,13 @@
"paths": [
"M517.309 1022.789c-22.691-0.029-45.007-1.526-66.885-4.41l2.595 0.278c-233.58-31.279-416.401-214.099-447.387-445.014l-0.291-2.662c-2.859-20.354-4.49-43.869-4.49-67.761 0-246.048 172.971-451.698 403.948-501.981l3.392-0.62c4.828-1.146 10.369-1.803 16.065-1.803 24.13 0 45.508 11.78 58.7 29.904l0.144 0.209c8.716 12.084 13.937 27.19 13.937 43.519 0 14.447-4.091 27.937-11.173 39.378l0.187-0.321c-26.726 45.102-42.523 99.41-42.523 157.408 0 16.683 1.308 33.056 3.823 49.030l-0.228-1.77c21.13 133.311 125.031 237.216 256.587 258.114l1.758 0.228c14.358 2.386 30.902 3.749 47.766 3.749 57.921 0 112.086-16.086 158.27-44.036l-1.366 0.768c10.914-6.566 24.086-10.453 38.167-10.453 16.715 0 32.146 5.473 44.609 14.724l-0.202-0.143c18.334 13.090 30.142 34.293 30.142 58.257 0 5.696-0.669 11.235-1.926 16.546l0.097-0.484c-49.878 235.319-255.888 409.342-502.54 409.342-0.413 0-0.822 0-1.235-0.001h0.064zM394.034 99.12c-178.936 53.807-307.056 217.078-307.056 410.275 0 236.171 191.454 427.623 427.623 427.623 193.197 0 356.468-128.116 409.491-304.027l0.784-3.028c-50.869 25.361-110.807 40.205-174.212 40.205-197.518 0-361.392-144.047-392.301-332.818l-0.31-2.3c-2.962-18.244-4.655-39.278-4.655-60.703 0-63.794 15.005-124.084 41.678-177.535l-1.042 2.307z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "moon",
- "night",
- "dark",
- "lunar",
- "crescent"
- ]
+ "tags": ["moon", "night", "dark", "lunar", "crescent"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 261,
"id": 201,
@@ -3868,40 +2670,13 @@
"M793.596 268.804c-10.245-0.806-19.244-5.574-25.564-12.757l-0.035-0.043c-6.068-6.763-9.778-15.747-9.778-25.599s3.711-18.837 9.81-25.635l-0.031 0.035 51.2-55.808c7.14-7.14 17.006-11.557 27.903-11.557 21.794 0 39.461 17.667 39.461 39.461 0 10.897-4.417 20.763-11.557 27.903v0l-55.808 51.2c-6.356 7.223-15.355 11.995-25.469 12.791l-0.131 0.009z",
"M176.133 886.263c-0.052 0-0.116 0-0.178 0-10.545 0-20.084-4.307-26.953-11.261l-0.003-0.003c-6.939-6.946-11.231-16.541-11.231-27.135s4.291-20.189 11.231-27.136v0l55.808-52.736c4.842-2.366 10.533-3.748 16.548-3.748 21.206 0 38.399 17.191 38.399 38.399 0 6.016-1.383 11.709-3.85 16.778l0.099-0.227-51.2 55.808c-6.876 6.978-16.43 11.301-26.992 11.301-0.591 0-1.178-0.014-1.761-0.042l0.082 0.003z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "sun",
- "daylight",
- "bright",
- "sunny",
- "weather",
- "light"
- ]
- },
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "tags": ["sun", "daylight", "bright", "sunny", "weather", "light"]
+ },
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}],
"properties": {
"order": 260,
"id": 200,
@@ -3918,24 +2693,13 @@
"paths": [
"M1002.843 264.979c-11.885-44.735-46.258-79.32-89.974-91.303l-0.899-0.211c-108.991-13.585-235.136-21.338-363.093-21.338-12.967 0-25.913 0.079-38.842 0.238l1.964-0.020c-10.965-0.138-23.912-0.217-36.878-0.217-127.957 0-254.101 7.753-377.993 22.812l14.9-1.475c-44.618 12.192-78.989 46.777-90.67 90.619l-0.202 0.895c-13.45 71.849-21.144 154.515-21.144 238.976 0 2.83 0.010 5.654 0.025 8.48l-0.001-0.435c-0.015 2.515-0.025 5.487-0.025 8.463 0 84.76 7.694 167.728 22.419 248.235l-1.273-8.397c12.473 43.944 46.687 77.735 89.978 89.387l0.896 0.205c108.991 13.585 235.136 21.338 363.093 21.338 12.967 0 25.913-0.079 38.842-0.238l-1.964 0.020c10.965 0.138 23.912 0.217 36.878 0.217 127.957 0 254.101-7.753 377.993-22.812l-14.9 1.475c44.184-11.858 78.4-45.649 90.654-88.691l0.222-0.902c13.451-72.109 21.145-155.075 21.145-239.836 0-2.976-0.010-5.952-0.030-8.921l0.002 0.458c0.014-2.39 0.024-5.216 0.024-8.045 0-84.461-7.694-167.123-22.415-247.326l1.272 8.351zM407.049 664.948v-304.617l268.139 151.669-268.139 152.31z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "youtube",
- "video",
- "sharing",
- "music",
- "clip",
- "vlog"
- ]
+ "tags": ["youtube", "video", "sharing", "music", "clip", "vlog"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 245,
"id": 199,
@@ -3952,23 +2716,13 @@
"paths": [
"M921.584 0.020h-819.169c-56.554 0-102.397 45.843-102.397 102.397v0 819.169c0 56.554 45.843 102.397 102.397 102.397h819.169c56.554 0 102.397-45.843 102.397-102.397v0-819.169c0-56.554-45.843-102.397-102.397-102.397v0zM861.428 339.846q-5.119 108.157-150.396 296.31c-100.477 127.996-186.234 195.834-255.991 195.834-43.518 0-79.358-39.678-109.437-119.677-58.239-213.112-83.198-337.908-127.996-337.908-22.288 9.156-41.514 20.78-58.626 34.868l0.387-0.309-34.559-44.799c85.118-74.878 166.394-158.075 217.592-162.554s90.237 33.919 105.597 118.396c47.358 300.15 68.477 345.588 154.236 209.272 23.167-31.534 40.499-68.894 49.548-109.38l0.37-1.973c8.32-76.157-58.878-71.038-104.956-51.198q53.118-179.195 206.712-174.714 113.917 3.84 107.517 147.835z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "vimeo",
- "video",
- "movie",
- "clip",
- "streaming"
- ]
+ "tags": ["vimeo", "video", "movie", "clip", "streaming"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 246,
"id": 198,
@@ -3985,21 +2739,13 @@
"paths": [
"M945.168 71.244c-6.854-4.784-15.36-7.644-24.533-7.644-5.667 0-11.082 1.091-16.037 3.075l0.291-0.101c-63.362 27.754-136.884 48.272-213.777 57.97l-3.973 0.411c-50.991-13.859-95.65-33.834-136.292-59.573l2.021 1.197c-50.286-31.459-109.055-55.026-171.889-67.197l-3.247-0.525c-107.474 9.724-206.538 32.466-299.99 66.82l8.098-2.606c-17.445 6.019-29.758 22.294-29.774 41.446v874.511c0 24.18 19.602 43.782 43.782 43.782s43.782-19.602 43.782-43.782v0-341.516c65.758-24.646 142.15-42.595 221.505-50.481l3.835-0.307c53.105 13.33 99.794 33.376 142.252 59.613l-2.143-1.233c47.34 29.414 102.383 52.211 161.087 65.302l3.54 0.662h13.426c91.375-11.776 174.319-34.938 251.841-68.29l-6.068 2.323c16.532-6.508 28.021-22.337 28.021-40.848 0-0.004 0-0.013 0-0.017v0.001-496.801c0.058-0.822 0.086-1.787 0.086-2.754 0-13.445-6.144-25.457-15.776-33.379l-0.076-0.061zM876.865 575.050c-55.28 23.59-119.414 40.863-186.43 48.723l-3.3 0.316c-50.991-13.859-95.65-33.834-136.292-59.573l2.021 1.197c-50.286-31.459-109.055-55.026-171.889-67.197l-3.247-0.525h-11.676c-81.373 7.491-156.277 24.016-227.356 48.724l6.685-2.021v-408.651c65.758-24.646 142.15-42.595 221.505-50.481l3.835-0.307c53.105 13.33 99.794 33.376 142.252 59.613l-2.143-1.233c47.34 29.414 102.383 52.211 161.087 65.302l3.54 0.662c72.593-2.928 140.796-18.315 203.651-44.065l-3.998 1.45z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "flag",
- "report",
- "banner"
- ]
+ "tags": ["flag", "report", "banner"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 247,
"id": 197,
@@ -4017,25 +2763,13 @@
"M921.328 234.242h-14.62v-131.569c-0.331-56.383-45.949-102.001-102.301-102.333h-0.032c-2.11-0.402-4.538-0.635-7.018-0.635s-4.909 0.229-7.26 0.672l0.242-0.037-695.856 233.902h-15.789l-9.939 3.508h-8.187l-9.357 5.263-7.018 9.939-8.187 7.018-6.432 5.85-7.018 8.771c-1.843 1.659-3.402 3.587-4.62 5.733l-0.060 0.112c-1.923 2.94-3.872 6.386-5.601 9.962l-0.245 0.564-3.508 6.432c-1.391 3.423-2.79 7.711-3.925 12.107l-0.165 0.758c0.126 0.965 0.196 2.083 0.196 3.216s-0.070 2.252-0.21 3.346l0.014-0.13c-0.288 2.979-0.451 6.443-0.451 9.939s0.164 6.961 0.485 10.379l-0.033-0.436v584.754c0.266 54.991 43.614 99.77 98.010 102.322l0.229 0.010h818.656c56.383-0.331 102.001-45.949 102.333-102.301v-584.786c-0.331-56.383-45.949-102.001-102.301-102.333h-0.032zM809.056 88.637c5.781 2.176 9.84 7.618 9.939 14.021v131.582h-446.167zM935.946 921.328c0 8.075-6.545 14.62-14.62 14.62v0h-818.656c-8.075 0-14.62-6.545-14.62-14.62v0-584.754c0-8.075 6.545-14.62 14.62-14.62v0h818.656c8.075 0 14.62 6.545 14.62 14.62v0z",
"M848.233 628.95c0 40.368-32.724 73.092-73.092 73.092s-73.092-32.724-73.092-73.092c0-40.368 32.724-73.092 73.092-73.092s73.092 32.724 73.092 73.092z"
],
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "wallet",
- "money",
- "cash",
- "payments",
- "finance"
- ]
+ "tags": ["wallet", "money", "cash", "payments", "finance"]
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 248,
"id": 196,
@@ -4052,23 +2786,13 @@
"paths": [
"M974.245 49.171c-15.932-10.721-35.555-17.111-56.669-17.111-14.627 0-28.534 3.067-41.12 8.59l0.658-0.257-208.887 89.524-277.931-117.023c-10.185-4.441-22.051-7.024-34.522-7.024s-24.338 2.583-35.094 7.244l0.571-0.221-255.112 107.663c-39.245 17.382-66.129 55.99-66.129 100.873 0 0.535 0.003 1.071 0.012 1.601l-0.001-0.081v658.259c-0.001 0.193-0.001 0.422-0.001 0.65 0 38.606 19.576 72.638 49.339 92.718l0.396 0.252c15.932 10.721 35.555 17.111 56.669 17.111 14.627 0 28.534-3.067 41.12-8.59l-0.658 0.257 208.887-89.524 277.931 117.023c9.959 4.44 21.578 7.024 33.803 7.024 0.254 0 0.506-0.001 0.759-0.002h-0.037c12.47-0.016 24.335-2.597 35.099-7.244l-0.579 0.222 255.112-109.419c39.245-17.382 66.129-55.99 66.129-100.873 0-0.535-0.003-1.071-0.012-1.601l0.001 0.081v-656.503c0.001-0.193 0.001-0.422 0.001-0.65 0-38.606-19.576-72.638-49.339-92.718l-0.396-0.252zM399.657 107.683l224.685 95.96v709.749l-224.685-95.96zM112.365 902.859c-2.099 1.232-4.621 1.96-7.312 1.96s-5.216-0.728-7.384-1.996l0.067 0.036c-6.069-4.287-9.983-11.275-9.983-19.174 0-0.459 0.014-0.915 0.041-1.366l-0.002 0.063v-659.428c-0.001-0.106-0.002-0.225-0.002-0.349 0-9.66 5.999-17.916 14.475-21.246l0.156-0.052 209.473-90.694v706.823zM936.211 801.048c0.016 0.329 0.027 0.713 0.027 1.097 0 8.996-5.204 16.772-12.765 20.489l-0.133 0.060-211.228 90.694v-706.823l199.525-85.427c2.099-1.232 4.621-1.96 7.312-1.96s5.216 0.728 7.384 1.996l-0.067-0.036c6.069 4.287 9.983 11.275 9.983 19.174 0 0.459-0.014 0.915-0.041 1.366l0.002-0.063z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "map",
- "location",
- "route",
- "journey",
- "area"
- ]
+ "tags": ["map", "location", "route", "journey", "area"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 249,
"id": 195,
@@ -4086,26 +2810,13 @@
"M232.89 877.709c-0.229 0.001-0.5 0.001-0.772 0.001-64.296 0-122.536-25.926-164.839-67.892l0.014 0.014c-41.67-44.195-67.28-103.927-67.28-169.644 0-70.104 29.144-133.401 75.978-178.432l0.081-0.077 220.011-221.767c46.236-47.686 110.48-77.679 181.734-78.989l0.242-0.003c64.887 0.446 123.436 27.23 165.557 70.178l0.036 0.036c42.26 44.485 68.256 104.777 68.256 171.139 0 70.733-29.531 134.567-76.936 179.85l-0.095 0.091-73.728 73.728c-8.035 8.605-19.444 13.968-32.108 13.968-24.236 0-43.886-19.648-43.886-43.886 0-12.665 5.363-24.073 13.943-32.084l0.025-0.023 71.384-76.068c31.073-29.214 50.426-70.586 50.426-116.481 0-41.8-16.055-79.851-42.334-108.318l0.099 0.109c-28.323-24.799-65.659-39.923-106.527-39.923-45.364 0-86.377 18.637-115.797 48.671l-0.027 0.027-218.256 221.181c-30.617 29.25-49.65 70.402-49.65 115.998 0 41.161 15.51 78.698 41.005 107.085l-0.133-0.148c26.409 26.109 62.734 42.236 102.824 42.236 5.002 0 9.944-0.251 14.816-0.741l-0.615 0.049c1.28-0.135 2.767-0.212 4.272-0.212 22.546 0 41.068 17.231 43.113 39.245l0.012 0.171c0.136 1.297 0.214 2.802 0.214 4.324 0 22.665-17.181 41.315-39.226 43.641l-0.191 0.015z",
"M545.938 863.081c-64.887-0.446-123.436-27.23-165.557-70.178l-0.036-0.036c-42.26-44.485-68.256-104.777-68.256-171.139 0-70.733 29.531-134.567 76.936-179.85l0.095-0.091 73.728-73.728c8.035-8.605 19.444-13.968 32.108-13.968 24.236 0 43.886 19.648 43.886 43.886 0 12.665-5.363 24.073-13.943 32.084l-0.025 0.023-71.384 76.068c-31.073 29.214-50.426 70.586-50.426 116.481 0 41.8 16.055 79.851 42.334 108.318l-0.099-0.109c28.323 24.799 65.659 39.923 106.527 39.923 45.364 0 86.377-18.637 115.797-48.671l0.027-0.027 220.596-221.181c29.874-29.148 48.402-69.807 48.402-114.793 0-41.733-15.944-79.74-42.074-108.264l0.109 0.122c-26.409-26.109-62.734-42.236-102.824-42.236-5.002 0-9.944 0.251-14.816 0.741l0.615-0.049c-1.28 0.135-2.767 0.212-4.272 0.212-22.546 0-41.068-17.231-43.113-39.245l-0.012-0.171c-0.136-1.297-0.214-2.802-0.214-4.324 0-22.665 17.181-41.315 39.226-43.641l0.191-0.015c7.239-0.795 15.632-1.247 24.131-1.247 63.452 0 121.008 25.25 163.166 66.25l-0.054-0.053c41.67 44.195 67.28 103.927 67.28 169.644 0 70.104-29.144 133.401-75.978 178.432l-0.081 0.077-220.011 221.767c-46.236 47.686-110.48 77.679-181.734 78.989l-0.242 0.003z"
],
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "link",
- "connect",
- "join",
- "attach",
- "web",
- "url"
- ]
+ "tags": ["link", "connect", "join", "attach", "web", "url"]
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 250,
"id": 194,
@@ -4123,25 +2834,13 @@
"M921.589 117.040h-819.178c-56.419 0.331-102.067 45.977-102.398 102.366v585.16c0.331 56.419 45.977 102.067 102.366 102.398h819.209c56.419-0.331 102.067-45.977 102.398-102.366v-585.16c-0.331-56.419-45.977-102.067-102.366-102.398h-0.033zM102.411 204.808h819.178c8.080 0 14.628 6.551 14.628 14.628v0 131.653h-848.434v-131.653c0-8.080 6.551-14.628 14.628-14.628v0zM921.589 819.192h-819.178c-8.080 0-14.628-6.551-14.628-14.628v0-365.705h848.434v365.705c0 8.080-6.551 14.628-14.628 14.628v0z",
"M336.461 570.514h-117.025c-32.315 0-58.514 26.197-58.514 58.514s26.197 58.514 58.514 58.514v0h117.025c32.315 0 58.514-26.197 58.514-58.514s-26.197-58.514-58.514-58.514v0z"
],
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "credit-card",
- "payment",
- "purchase",
- "money",
- "bank"
- ]
+ "tags": ["credit-card", "payment", "purchase", "money", "bank"]
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 251,
"id": 193,
@@ -4158,24 +2857,13 @@
"paths": [
"M867.007 182.851c-66.261-30.706-136.831-53.332-211.172-66.261-9.158 16.161-19.933 38.248-26.935 56.025-78.651-11.852-156.763-11.852-233.798 0-7.541-17.777-18.316-39.864-27.474-56.025-74.341 12.929-144.911 35.555-211.172 66.261-133.599 201.475-169.692 398.104-151.915 591.499 88.886 66.261 174.541 106.125 259.118 132.522 21.010-28.551 39.326-59.257 55.487-91.042-30.706-11.313-59.796-25.858-87.27-42.558 7.541-5.387 14.545-11.313 21.549-16.7 168.615 78.651 351.236 78.651 517.696 0 7.004 5.925 14.006 11.313 21.549 16.7-27.474 16.7-57.103 30.706-87.27 42.558 16.161 31.783 34.478 62.489 55.487 91.042 84.577-26.397 170.769-66.261 259.118-132.522 21.010-224.64-36.094-419.113-151.915-591.499zM341.769 655.834c-50.639 0-92.119-46.867-92.119-104.508s40.403-104.508 92.119-104.508 92.658 46.867 92.119 104.508c0 57.103-40.403 104.508-92.119 104.508zM681.692 655.834c-50.639 0-92.119-46.867-92.119-104.508s40.403-104.508 92.119-104.508 92.658 46.867 92.119 104.508c0 57.103-40.403 104.508-92.119 104.508z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "discord",
- "voice",
- "chat",
- "game",
- "social",
- "communication"
- ],
+ "tags": ["discord", "voice", "chat", "game", "social", "communication"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 252,
"id": 192,
@@ -4194,27 +2882,13 @@
"M200.36 400.703c-110.644 0-200.343-89.695-200.343-200.343s89.695-200.343 200.343-200.343c110.644 0 200.343 89.695 200.343 200.343v0c0 110.644-89.695 200.343-200.343 200.343v0zM200.36 133.579c-36.88 0-66.781 29.901-66.781 66.781s29.901 66.781 66.781 66.781c36.88 0 66.781-29.901 66.781-66.781v0c-0.495-36.684-30.097-66.286-66.733-66.781h-0.048z",
"M823.64 1023.979c-110.644 0-200.343-89.695-200.343-200.343s89.695-200.343 200.343-200.343c110.644 0 200.343 89.695 200.343 200.343v0c0 110.644-89.695 200.343-200.343 200.343v0zM823.64 756.859c-36.88 0-66.781 29.901-66.781 66.781s29.901 66.781 66.781 66.781c36.88 0 66.781-29.901 66.781-66.781v0c-0.495-36.684-30.097-66.286-66.733-66.781h-0.048z"
],
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "percentage",
- "ratio",
- "portion",
- "rate",
- "fraction"
- ]
+ "tags": ["percentage", "ratio", "portion", "rate", "fraction"]
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 253,
"id": 191,
@@ -4233,27 +2907,13 @@
"M869.176 468.024h-820.891c-24.287 0-43.976-19.689-43.976-43.976s19.689-43.976 43.976-43.976v0h820.891c24.287 0 43.976 19.689 43.976 43.976s-19.689 43.976-43.976 43.976v0z",
"M781.223 643.928h-732.939c-24.287 0-43.976-19.689-43.976-43.976s19.689-43.976 43.976-43.976v0h732.939c24.287 0 43.976 19.689 43.976 43.976s-19.689 43.976-43.976 43.976v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "euro",
- "money",
- "currency",
- "europe",
- "cash"
- ]
+ "tags": ["euro", "money", "currency", "europe", "cash"]
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 233,
"id": 190,
@@ -4272,27 +2932,13 @@
"M321.859 321.859h380.277c24.235 0 43.877-19.646 43.877-43.877s-19.646-43.877-43.877-43.877v0h-380.277c-24.235 0-43.877 19.646-43.877 43.877s19.646 43.877 43.877 43.877v0z",
"M321.859 526.626h380.277c24.235 0 43.877-19.646 43.877-43.877s-19.646-43.877-43.877-43.877v0h-380.277c-24.235 0-43.877 19.646-43.877 43.877s19.646 43.877 43.877 43.877v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "book",
- "read",
- "literature",
- "knowledge",
- "education"
- ]
+ "tags": ["book", "read", "literature", "knowledge", "education"]
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 232,
"id": 189,
@@ -4309,23 +2955,13 @@
"paths": [
"M512 1023.233c-5.884-0.076-11.5-1.139-16.713-3.034l0.353 0.112c-294.424-132.986-495.622-424.049-495.622-762.108 0-25.218 1.12-50.181 3.311-74.828l-0.228 3.185c1.091-20.259 15.977-36.738 35.376-40.276l0.266-0.038c170.071-26.272 323.191-75.689 464.402-145.534l-9.257 4.14c5.319-2.475 11.548-3.917 18.114-3.917s12.794 1.442 18.385 4.030l-0.271-0.112c131.953 65.702 285.069 115.119 446.231 140.248l8.916 1.146c19.665 3.576 34.547 20.055 35.634 40.204l0.003 0.11c1.964 21.462 3.084 46.42 3.084 71.642 0 338.056-201.194 629.119-490.377 759.984l-5.245 2.124c-4.86 1.783-10.476 2.845-16.326 2.921h-0.034zM88.991 226.293c-0.817 12.916-1.282 28.011-1.282 43.216 0 292.016 171.793 543.905 419.826 660.115l4.464 1.881c252.498-118.092 424.293-369.981 424.293-661.997 0-15.204-0.465-30.297-1.384-45.268l0.1 2.056c-158.673-27.438-300.659-73.974-432.589-137.992l9.58 4.192c-122.352 59.822-264.337 106.359-413.369 132.403l-9.639 1.394z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "shield",
- "protect",
- "secure",
- "guard",
- "defense"
- ]
+ "tags": ["shield", "protect", "secure", "guard", "defense"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 231,
"id": 188,
@@ -4342,24 +2978,13 @@
"paths": [
"M330.174 602.273c-7.682 42.896-39.055 245.207-48.017 302.191 0 4.482 0 5.762-7.042 5.762h-167.743c-0.080 0.001-0.175 0.001-0.271 0.001-15.204 0-27.532-12.324-27.532-27.532 0-1.356 0.097-2.688 0.287-3.989l-0.017 0.147 131.888-839.984c3.692-21.668 21.877-38.101 44.080-39.052l0.096-0.002c342.523 0 371.334-8.323 459.046 26.251 135.089 52.499 147.892 179.266 99.235 316.915s-163.261 201.671-315.635 203.593c-97.314 0-156.215-15.364-169.663 55.059zM883.334 277.035c-3.841-3.2-5.121-3.841-6.402 0-5.355 29.455-12.228 55.051-20.948 79.774l1.103-3.586c-89.632 256.095-338.682 234.965-460.326 234.965-0.779-0.096-1.678-0.148-2.591-0.148-11.979 0-21.761 9.396-22.379 21.221l-0.002 0.053c-50.578 320.115-64.022 384.138-64.022 384.138-0.348 1.539-0.545 3.309-0.545 5.121 0 13.404 10.837 24.274 24.228 24.326h143.414c19.695-0.387 35.904-14.834 39.022-33.697l0.032-0.236c0-12.164 0 14.084 32.653-206.154 10.243-49.297 32.013-44.176 64.022-44.176 159.417 0 284.262-64.022 320.115-256.095 6.318-18.661 9.965-40.158 9.965-62.502 0-57.89-24.469-110.067-63.632-146.751l-0.111-0.101z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "paypal",
- "payment",
- "money",
- "transfer",
- "ecommerce",
- "transaction"
- ]
+ "tags": ["paypal", "payment", "money", "transfer", "ecommerce", "transaction"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 229,
"id": 186,
@@ -4376,23 +3001,13 @@
"paths": [
"M590.061 298.931c-114.531 3.839-397.983 35.193-397.983 268.094 0 250.818 326.32 261.056 433.175 99.176 33.603 38.347 68.51 73.249 105.572 105.755l1.281 1.101 133.727-127.968s-76.142-58.226-76.142-120.93v-335.917c0-57.586-57.586-188.114-264.895-188.114s-319.921 127.968-319.921 238.663l174.038 17.277c14.203-60.869 64.928-106.62 127.331-113.199l0.637-0.053c95.977 0 83.181 67.824 83.181 158.042zM590.061 497.283c0 182.995-198.352 155.482-198.352 39.029s119.010-127.968 198.352-131.807zM909.983 870.953c-103.709 94.959-242.457 153.142-394.795 153.142-5.62 0-11.222-0.080-16.805-0.238l0.821 0.018c-195.949-7.842-370.074-95.152-492.135-230.369l-0.545-0.613c-15.997-17.277 0-25.596 12.797-18.556 172.759 101.736 443.413 268.735 876.588 69.103 19.837-8.319 33.91 4.48 15.357 27.515zM1004.041 876.072c-11.535 27.968-28.737 51.536-50.314 70.185l-0.235 0.197c-12.797 10.238-22.395 6.399-15.357-8.319s46.068-106.215 30.074-127.968-87.020-9.598-113.251-7.038-30.714 4.48-32.634 0 51.186-35.829 88.3-40.309 96.617 0 108.772 13.437c1.186 7.461 1.861 16.066 1.861 24.83 0 26.848-6.362 52.211-17.654 74.664l0.435-0.957z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "amazon",
- "online-shopping",
- "ecommerce",
- "products",
- "retail"
- ]
+ "tags": ["amazon", "online-shopping", "ecommerce", "products", "retail"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 240,
"id": 185,
@@ -4409,23 +3024,13 @@
"paths": [
"M886.693 1024.275h-13.467c-160.026-17.856-304.577-71.747-429.374-153.346l3.746 2.3c-119.858-77.12-218.914-175.988-293.94-291.862l-2.302-3.793c-79.488-121.374-133.409-266.357-150.654-422.398l-0.396-4.402c-0.449-4.129-0.705-8.915-0.705-13.764 0-33.499 12.23-64.138 32.468-87.698l-0.148 0.178c22.748-27.565 55.792-45.921 93.167-49.141l0.507-0.035h152.22c68.811 0.070 125.838 50.433 136.308 116.306l0.101 0.786c6.186 45.698 17.046 86.978 32.301 126.063l-1.274-3.701c5.445 14.293 8.602 30.826 8.602 48.093 0 38.102-15.36 72.621-40.225 97.697l-35.702 35.702c57.148 89.292 131.053 162.822 217.85 217.845l2.869 1.699 35.713-35.126c25.068-24.854 59.584-40.214 97.686-40.214 17.267 0 33.797 3.154 49.045 8.917l-0.956-0.318c35.315 13.822 76.581 24.675 119.402 30.688l2.96 0.339c66.678 10.304 117.132 67.286 117.132 136.053 0 1.155-0.014 2.306-0.044 3.455l0.002-0.171v140.51c0 0 0 0.001 0 0.001 0 76.101-61.525 137.836-137.551 138.165h-0.032zM277.818 87.541h-139.923c-14.387 0.979-27.011 7.794-35.649 18.070l-0.063 0.079c-7.402 8.481-11.91 19.649-11.91 31.87 0 1.557 0.075 3.102 0.218 4.622l-0.015-0.194c15.36 145.534 63.692 277.249 137.347 391.045l-2.107-3.473c70.038 108.811 159.916 198.686 265.265 266.637l3.46 2.091c110.418 72.299 242.202 121.557 384.020 137.782l4.14 0.385c0.876 0.051 1.901 0.082 2.931 0.082 14.116 0 26.923-5.614 36.306-14.733l-0.013 0.013c8.993-9.216 14.563-21.807 14.638-35.698v-139.938c0.005-0.32 0.012-0.7 0.012-1.075 0-25.332-18.708-46.298-43.066-49.826l-0.272-0.033c-53.039-7.261-100.842-19.551-146.288-36.646l4.608 1.52c-5.299-2.044-11.429-3.227-17.839-3.227-13.78 0-26.284 5.472-35.452 14.364l0.014-0.013-58.546 58.546c-8.012 7.814-18.974 12.637-31.061 12.637-7.941 0-15.396-2.080-21.853-5.726l0.223 0.115c-125.62-71.885-227.060-173.136-297.132-294.748l-2.038-3.837c-3.709-6.254-5.9-13.781-5.9-21.824 0-12.079 4.944-23.005 12.918-30.863l58.55-58.55c8.886-8.986 14.38-21.346 14.38-34.991 0-6.364-1.195-12.447-3.371-18.038l0.116 0.338c-15.651-40.876-27.948-88.685-34.741-138.244l-0.385-3.437c-3.034-25.502-24.528-45.088-50.597-45.088-0.323 0-0.646 0.002-0.971 0.011l0.048-0.001z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "phone",
- "call",
- "talk",
- "voice",
- "telephone"
- ]
+ "tags": ["phone", "call", "talk", "voice", "telephone"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 227,
"id": 184,
@@ -4443,24 +3048,13 @@
"M1004.108 24.712c-7.747-14.706-22.886-24.587-40.341-24.696h-421.65c-24.95 0-45.175 20.226-45.175 45.175s20.226 45.175 45.175 45.175v0h331.285l-111.431 154.198c-5.421 7.322-8.676 16.532-8.676 26.503 0 24.752 20.065 44.816 44.816 44.816 14.78 0 27.892-7.156 36.054-18.191l0.086-0.121 165.641-225.875c5.688-7.337 9.117-16.671 9.117-26.809 0-7.369-1.813-14.314-5.016-20.415l0.116 0.241z",
"M310.219 13.266s0 0-3.011 0c-3.291-2.852-7.063-5.273-11.155-7.112l-0.289-0.116c-3.885-1.54-8.385-2.612-13.079-3l-0.172-0.011h-222.261c-17.471 0.11-32.609 9.989-40.237 24.446l-0.12 0.25c-3.089 5.86-4.901 12.805-4.901 20.174 0 10.136 3.43 19.472 9.191 26.909l-0.075-0.1 322.25 437.295v466.81c0.335 24.814 20.362 44.84 45.142 45.175h240.967c24.814-0.335 44.84-20.362 45.175-45.142v-466.843l3.614-5.421 220.455 218.045c8.085 8.184 19.307 13.251 31.713 13.251 0.073 0 0.148 0 0.222 0h-0.011c0.137 0.001 0.299 0.003 0.462 0.003 12.327 0 23.47-5.072 31.455-13.244l0.008-0.008c8.162-8.172 13.212-19.46 13.212-31.923s-5.048-23.751-13.212-31.925v0zM596.326 470.439c-5.634 7.174-9.035 16.335-9.035 26.291 0 0.075 0 0.15 0 0.224v-0.011 436.692h-150.584v-436.692c0-0.064 0-0.138 0-0.212 0-9.955-3.401-19.117-9.105-26.384l0.071 0.093-277.075-380.073h109.624l355.98 352.366z"
],
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"grid": 16,
- "tags": [
- "filter-slash",
- "remove-filter",
- "all-results",
- "clear-filter"
- ],
+ "tags": ["filter-slash", "remove-filter", "all-results", "clear-filter"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 226,
"id": 183,
@@ -4477,23 +3071,13 @@
"paths": [
"M1023.989 515.199c-3.553-280.043-231.4-505.695-511.951-505.695-282.764 0-511.989 229.225-511.989 511.989 0 254.507 185.702 465.641 428.999 505.297l2.953 0.397v-362.872h-127.997v-149.116h127.997v-113.278c-0.721-6.073-1.134-13.108-1.134-20.239 0-100.028 81.088-181.117 181.117-181.117 4.227 0 8.421 0.145 12.576 0.43l-0.561-0.031c40.895 0.576 80.479 4.278 119.075 10.879l-4.516-0.639v127.997h-63.999c-2.79-0.372-6.015-0.583-9.289-0.583-41 0-74.238 33.238-74.238 74.238 0 2.458 0.12 4.89 0.352 7.287l-0.024-0.304v96.638h142.077l-23.040 149.116h-118.397v358.392c246.274-40.033 432-251.177 432-505.702 0-1.084-0.003-2.169-0.010-3.253l0.001 0.166z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "facebook",
- "social-network",
- "friends",
- "like",
- "post"
- ]
+ "tags": ["facebook", "social-network", "friends", "like", "post"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 223,
"id": 182,
@@ -4510,23 +3094,13 @@
"paths": [
"M342.537 824.066c0 4.477-4.477 7.674-10.871 7.674s-11.511 0-11.511-7.674 5.115-7.674 10.871-7.674 11.511 3.197 11.511 7.674zM278.59 814.474c0 4.477 0 9.592 8.952 10.871 1.214 0.597 2.642 0.946 4.152 0.946 3.78 0 7.050-2.187 8.614-5.366l0.025-0.057c0-4.477 0-8.952-8.952-10.871s-11.511 0-12.789 4.477zM369.395 811.277c-5.755 0-9.592 5.115-8.952 10.232s5.755 7.034 12.151 5.755 9.592-5.755 8.952-10.232-5.755-6.395-12.151-5.755zM505.605 0.416c-1.401-0.013-3.056-0.022-4.712-0.022-276.536 0-500.713 224.177-500.713 500.713 0 5.405 0.085 10.79 0.256 16.152l-0.019-0.784c-0.043 2.548-0.069 5.556-0.069 8.569 0 228.113 144.076 422.574 346.195 497.35l3.671 1.189c26.218 4.477 35.81-12.151 35.81-25.58s0-85.69 0-127.896c0 0-144.523 31.974-175.218-63.949 0 0-23.021-63.949-56.913-77.378 0 0-47.321-33.253 3.197-32.614 34.33 4.756 63.049 25.238 79.017 53.815l0.277 0.541c18.278 35.272 54.506 58.959 96.268 58.959 20.145 0 39.003-5.513 55.146-15.109l-0.498 0.274c2.59-27.799 14.547-52.403 32.64-71.009l-0.027 0.027c-115.106-13.429-231.491-30.055-231.491-234.050-0.145-2.57-0.228-5.577-0.228-8.605 0-45.473 18.687-86.583 48.8-116.067l0.028-0.028c-6.646-19.325-10.482-41.593-10.482-64.756 0-28.316 5.734-55.295 16.103-79.836l-0.505 1.347c43.484-14.069 142.605 56.913 142.605 56.913 38.806-11.37 83.386-17.912 129.495-17.912s90.69 6.541 132.864 18.747l-3.369-0.835s99.119-70.982 142.605-56.913c10.054 23.11 15.902 50.029 15.902 78.316 0 23.246-3.951 45.569-11.215 66.335l0.429-1.407c32.709 30.551 53.097 73.938 53.097 122.086 0 0.919-0.007 1.836-0.022 2.75l0.001-0.138c0 204.633-121.502 220.621-236.608 234.050 20.129 22.501 32.432 52.369 32.432 85.111 0 3.805-0.166 7.572-0.492 11.293l0.034-0.483c0 71.622 0 159.871 0 177.137-0.001 0.076-0.001 0.166-0.001 0.258 0 14.833 12.025 26.858 26.858 26.858 3.209 0 6.287-0.564 9.141-1.596l-0.187 0.058c204.623-75.025 347.995-268.129 347.995-494.721 0-3.906-0.042-7.803-0.127-11.688l0.010 0.579c0.012-1.343 0.019-2.929 0.019-4.517 0-282.54-229.044-511.584-511.584-511.584-2.256 0-4.508 0.015-6.757 0.043l0.342-0.003zM201.213 730.062s0 7.034 0 10.871c1.389 1.394 3.312 2.257 5.436 2.257s4.047-0.863 5.436-2.257v0s0-7.034 0-11.511-8.314-1.918-10.871 0.64zM178.831 712.796s0 6.395 4.477 8.314c1.064 1.308 2.674 2.137 4.477 2.137s3.413-0.829 4.468-2.127l0.009-0.010s0-6.395-4.477-8.314-7.674-1.918-8.952 0zM242.778 788.256s0 8.952 0 13.429 10.871 5.115 13.429 0 0-8.952 0-13.429-8.314-3.197-10.871 0zM219.118 756.92s0 7.674 0 12.789 8.952 7.034 12.151 5.115c1.56-1.787 2.512-4.14 2.512-6.715s-0.952-4.928-2.522-6.727l0.010 0.012c-3.197-5.115-8.314-7.034-12.151-4.477z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"isMulticolor": false,
"isMulticolor2": false,
"grid": 16,
- "tags": [
- "github",
- "code",
- "repository",
- "developer",
- "open-source"
- ]
+ "tags": ["github", "code", "repository", "developer", "open-source"]
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 222,
"id": 181,
@@ -4543,23 +3117,13 @@
"paths": [
"M806.385 48h157.089l-343.111 393.062 403.637 534.942h-315.967l-247.656-324.357-283.035 324.357h-157.316l366.922-420.503-386.948-507.5h323.978l223.624 296.469 258.784-296.469zM751.199 881.861h87.003l-561.62-744.631h-93.455l568.072 744.631z"
],
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"grid": 16,
- "tags": [
- "twitter",
- "social-media",
- "tweet",
- "bird",
- "x"
- ],
+ "tags": ["twitter", "social-media", "tweet", "bird", "x"],
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 221,
"id": 180,
@@ -4576,20 +3140,13 @@
"paths": [
"M795.402 3.99c-18.498-7.266-39.637-3.303-54.171 10.57l-443.93 443.93v-408.918c0-27.085-22.461-49.546-49.546-49.546s-49.546 22.461-49.546 49.546v924.854c0 27.085 22.461 49.546 49.546 49.546s49.546-22.461 49.546-49.546v-408.918l443.93 443.93c9.248 9.248 22.461 14.534 35.012 14.534 6.607 0 12.552-1.321 19.157-3.964 18.498-7.927 30.389-25.764 30.389-45.582v-924.854c0-19.818-11.891-38.316-30.389-45.582zM726.699 854.857l-342.857-342.857 342.857-342.857v685.713z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "step-backward-alt",
- "previous-step"
- ],
+ "attrs": [{}],
+ "tags": ["step-backward-alt", "previous-step"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 211,
"id": 0,
@@ -4606,20 +3163,13 @@
"paths": [
"M776.245 0.027c-27.085 0-49.546 22.461-49.546 49.546v408.918l-443.93-443.93c-13.873-13.873-35.673-18.498-54.171-10.57s-30.389 25.764-30.389 45.582v924.854c0 19.818 11.891 38.316 30.389 45.582 5.945 2.643 12.552 3.964 19.157 3.964 13.212 0 25.764-5.284 35.012-14.534l443.93-443.93v408.918c0 27.085 22.461 49.546 49.546 49.546s49.546-22.461 49.546-49.546v-924.854c0-27.085-22.461-49.546-49.546-49.546zM297.301 854.857v-685.713l342.857 342.857-342.857 342.857z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "step-forward-alt",
- "next-step"
- ],
+ "attrs": [{}],
+ "tags": ["step-forward-alt", "next-step"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 210,
"id": 1,
@@ -4636,23 +3186,13 @@
"paths": [
"M1009.943 479.818l-437.090-409.59c-12.873-11.702-31.597-15.213-47.395-8.191s-26.331 22.82-26.331 40.374v366.875l-425.388-399.058c-12.873-11.702-31.597-15.213-47.395-8.191s-26.331 22.82-26.331 40.374v819.178c0 17.554 10.532 33.352 26.331 40.374 5.852 2.341 11.702 3.511 17.554 3.511 11.118 0 21.65-4.096 29.842-11.702l425.388-399.058v366.875c0 17.554 10.532 33.352 26.331 40.374 5.852 2.341 11.702 3.511 17.554 3.511 11.118 0 21.65-4.096 29.842-11.702l437.090-409.59c8.777-8.191 14.043-19.895 14.043-32.182s-5.266-23.99-14.043-32.182zM87.783 820.362v-616.725l328.842 308.362-328.842 308.362zM586.896 820.362v-616.725l328.842 308.362-328.842 308.362z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "forward",
- "advance",
- "proceed",
- "next",
- "move-on"
- ],
+ "attrs": [{}],
+ "tags": ["forward", "advance", "proceed", "next", "move-on"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 259,
"id": 2,
@@ -4669,23 +3209,13 @@
"paths": [
"M997.655 62.036c-15.798-7.022-34.522-3.511-47.395 8.191l-425.388 399.058v-366.875c0-17.554-10.532-33.352-26.331-40.374s-34.522-3.511-47.395 8.191l-437.090 409.59c-8.777 8.191-14.043 19.895-14.043 32.182s5.266 23.99 14.043 32.182l437.090 409.59c8.191 7.607 19.309 11.702 29.842 11.702 5.852 0 11.702-1.17 17.554-3.511 15.798-7.022 26.331-22.82 26.331-40.374v-366.875l425.388 399.058c8.191 7.607 19.309 11.702 29.842 11.702 5.852 0 11.702-1.17 17.554-3.511 15.798-7.022 26.331-22.82 26.331-40.374v-819.178c0-17.554-10.532-33.352-26.331-40.374zM437.104 820.362l-328.842-308.362 328.842-308.362v616.725zM936.217 820.362l-328.842-308.362 328.842-308.362v616.725z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "backward",
- "return",
- "reverse",
- "back",
- "previous"
- ],
+ "attrs": [{}],
+ "tags": ["backward", "return", "reverse", "back", "previous"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 254,
"id": 3,
@@ -4702,23 +3232,13 @@
"paths": [
"M997.071 62.036c-16.384-7.022-35.108-2.925-47.981 9.362l-393.206 393.206v-362.194c0-17.554-10.532-33.938-26.916-40.374-16.384-7.022-35.108-2.925-47.981 9.362l-393.206 393.206v-362.194c0-23.99-19.895-43.885-43.885-43.885s-43.885 19.895-43.885 43.885v819.178c0 23.99 19.895 43.885 43.885 43.885s43.885-19.895 43.885-43.885v-362.194l393.206 393.206c8.191 8.191 19.309 12.873 31.011 12.873 5.852 0 11.118-1.17 16.968-3.511 16.384-7.022 26.916-22.82 26.916-40.374v-362.194l393.206 393.206c8.191 8.191 19.309 12.873 31.011 12.873 5.852 0 11.118-1.17 16.968-3.511 16.384-7.022 26.916-22.82 26.916-40.374v-819.178c0-17.554-10.532-33.938-26.916-40.374zM468.115 815.681l-303.681-303.681 303.681-303.681v607.362zM936.217 815.681l-303.681-303.681 303.681-303.681v607.362z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "fast-backward",
- "previous",
- "speed",
- "quick",
- "past"
- ],
+ "attrs": [{}],
+ "tags": ["fast-backward", "previous", "speed", "quick", "past"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 207,
"id": 4,
@@ -4735,23 +3255,13 @@
"paths": [
"M980.102 58.526c-23.99 0-43.885 19.895-43.885 43.885v362.194l-393.206-393.206c-12.288-12.288-31.597-16.384-47.981-9.362s-26.916 22.82-26.916 40.374v362.194l-393.206-393.206c-12.288-12.288-31.597-16.384-47.981-9.362s-26.916 22.82-26.916 40.374v819.178c0 17.554 10.532 33.938 26.916 40.374 5.266 2.341 11.118 3.511 16.968 3.511 11.702 0 22.82-4.681 31.011-12.873l393.206-393.206v362.194c0 17.554 10.532 33.938 26.916 40.374 5.266 2.341 11.118 3.511 16.968 3.511 11.702 0 22.82-4.681 31.011-12.873l393.206-393.206v362.194c0 23.99 19.895 43.885 43.885 43.885s43.885-19.895 43.885-43.885v-819.178c0-23.99-19.895-43.885-43.885-43.885zM87.783 815.681v-607.362l303.681 303.681-303.681 303.681zM555.885 815.681v-607.362l303.681 303.681-303.681 303.681z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "fast-forward",
- "next",
- "speed",
- "quick",
- "future"
- ],
+ "attrs": [{}],
+ "tags": ["fast-forward", "next", "speed", "quick", "future"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 206,
"id": 5,
@@ -4769,25 +3279,13 @@
"M313.813 1023.983c-27.215-0.367-49.18-22.332-49.547-49.511v-924.907c0-27.364 22.183-49.547 49.547-49.547s49.547 22.183 49.547 49.547v0 924.872c-0.367 27.215-22.332 49.18-49.511 49.547h-0.036z",
"M710.187 1023.983c-27.215-0.367-49.18-22.332-49.547-49.511v-924.907c0-27.364 22.183-49.547 49.547-49.547s49.547 22.183 49.547 49.547v0 924.872c-0.367 27.215-22.332 49.18-49.511 49.547h-0.036z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "pause",
- "stop",
- "wait",
- "halt",
- "break"
- ],
+ "attrs": [{}, {}],
+ "tags": ["pause", "stop", "wait", "halt", "break"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 205,
"id": 6,
@@ -4804,23 +3302,13 @@
"paths": [
"M280.358 1024.923c-6.942-0.037-13.534-1.495-19.514-4.095l0.321 0.124c-18.014-7.505-30.445-24.968-30.445-45.335 0-0.116 0-0.233 0.002-0.349v0.019-926.568c1.044-26.589 22.852-47.75 49.602-47.75 12.752 0 24.381 4.809 33.173 12.712l-0.045-0.040 463.285 463.285c8.969 8.98 14.517 21.381 14.517 35.077s-5.547 26.097-14.517 35.078v0l-463.285 463.285c-8.576 8.44-20.14 13.868-32.964 14.555l-0.127 0.006zM329.996 168.508v686.985l343.492-343.492z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "play",
- "start",
- "go",
- "run",
- "action"
- ],
+ "attrs": [{}],
+ "tags": ["play", "start", "go", "run", "action"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 204,
"id": 7,
@@ -4838,25 +3326,13 @@
"M736.143 262.827l-277.617 113.777c-38.623 15.541-68.655 45.573-83.837 83.191l-0.359 1.004-113.777 277.617c-0.848 2.097-1.341 4.529-1.341 7.076 0 8.091 4.968 15.023 12.020 17.908l0.129 0.047c2.113 0.807 4.557 1.275 7.111 1.275s4.997-0.467 7.252-1.321l-0.141 0.047 277.617-113.777c38.623-15.541 68.655-45.573 83.837-83.191l0.359-1.004 113.777-277.617c0.848-2.097 1.341-4.529 1.341-7.076 0-8.091-4.968-15.023-12.020-17.908l-0.129-0.047c-2.113-0.807-4.557-1.275-7.111-1.275s-4.997 0.467-7.252 1.321l0.141-0.047zM512 568.889c-31.419 0-56.889-25.471-56.889-56.889s25.471-56.889 56.889-56.889c31.419 0 56.889 25.471 56.889 56.889v0c0 31.419-25.471 56.889-56.889 56.889v0z",
"M512 1024c-282.769 0-512-229.231-512-512s229.231-512 512-512c282.769 0 512 229.231 512 512v0c0 282.769-229.231 512-512 512v0zM512 85.333c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667c235.641 0 426.667-191.025 426.667-426.667v0c0-235.641-191.025-426.667-426.667-426.667v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "compass",
- "navigation",
- "direction",
- "explorer",
- "pathfinder"
- ],
+ "attrs": [{}, {}],
+ "tags": ["compass", "navigation", "direction", "explorer", "pathfinder"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 203,
"id": 8,
@@ -4877,31 +3353,13 @@
"M804.562 438.86h-175.538c-24.237 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h175.538c24.237 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z",
"M746.051 614.397h-117.025c-24.237 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h117.025c24.237 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "id-card",
- "identification",
- "personal-info",
- "identity",
- "proof"
- ],
+ "attrs": [{}, {}, {}, {}, {}],
+ "tags": ["id-card", "identification", "personal-info", "identity", "proof"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}],
"properties": {
"order": 202,
"id": 9,
@@ -4918,23 +3376,13 @@
"paths": [
"M921.588 906.96h-819.175c-56.419-0.331-102.067-45.977-102.397-102.366v-146.313c0.325-24.105 19.78-43.559 43.853-43.884h0.032c56.552 0 102.397-45.844 102.397-102.397s-45.844-102.397-102.397-102.397v0c-24.105-0.325-43.559-19.78-43.884-43.853v-146.313c0.331-56.419 45.977-102.067 102.366-102.397h819.207c56.419 0.331 102.067 45.977 102.397 102.366v146.313c-0.325 24.105-19.78 43.559-43.853 43.884h-0.032c-56.552 0-102.397 45.844-102.397 102.397s45.844 102.397 102.397 102.397v0c24.105 0.325 43.559 19.78 43.884 43.853v146.313c-0.331 56.419-45.977 102.067-102.366 102.397h-0.032zM87.785 696.9v107.664c0 8.079 6.55 14.629 14.629 14.629v0h819.175c8.079 0 14.629-6.55 14.629-14.629v0-107.664c-84.233-20.753-145.724-95.646-145.724-184.9s61.489-164.147 144.417-184.627l1.306-0.273v-107.664c0-8.079-6.55-14.629-14.629-14.629v0h-819.175c-8.079 0-14.629 6.55-14.629 14.629v0 107.664c84.233 20.753 145.724 95.646 145.724 184.9s-61.489 164.147-144.417 184.627l-1.306 0.273z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "ticket",
- "pass",
- "entry",
- "admit",
- "voucher"
- ],
+ "attrs": [{}],
+ "tags": ["ticket", "pass", "entry", "admit", "voucher"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 201,
"id": 10,
@@ -4951,22 +3399,13 @@
"paths": [
"M894.081 336.465l-323.57-323.57c-7.935-7.944-18.897-12.862-31.009-12.873h-261.55c-88.866 0-160.907 72.041-160.907 160.907v0 702.14c0 88.866 72.041 160.907 160.907 160.907v0h468.093c88.866 0 160.907-72.041 160.907-160.907v0-497.35c-0.494-11.473-5.32-21.731-12.872-29.254l-0.001-0.001zM585.139 149.812l172.024 172.024h-172.024zM746.047 936.209h-468.093c-40.394 0-73.139-32.746-73.139-73.139v0-702.14c0-40.394 32.746-73.139 73.139-73.139v0h219.419v277.931c0.325 24.105 19.779 43.559 43.852 43.884h277.962v453.466c0 40.394-32.746 73.139-73.139 73.139v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "file-o",
- "deprecate",
- "document",
- "draft"
- ],
+ "attrs": [{}],
+ "tags": ["file-o", "deprecate", "document", "draft"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 200,
"id": 11,
@@ -4984,25 +3423,13 @@
"M680.456 749.159c-0.386 0.011-0.839 0.017-1.294 0.017-27.363 0-49.546-22.183-49.546-49.546 0-13.679 5.543-26.064 14.506-35.029v0l258.959-256.978-258.959-256.978c-8.952-8.963-14.491-21.342-14.491-35.012s5.537-26.049 14.491-35.013v0c8.963-8.952 21.342-14.491 35.012-14.491s26.049 5.537 35.013 14.491v0l294.632 291.991c8.952 8.963 14.491 21.342 14.491 35.012s-5.537 26.049-14.491 35.013v0l-294.632 291.991c-8.452 8.957-20.405 14.534-33.659 14.534-0.011 0-0.023 0-0.034 0h0.002z",
"M49.571 957.913c-27.215-0.367-49.179-22.331-49.546-49.51v-500.779c0.367-27.215 22.331-49.179 49.51-49.546h924.892c27.363 0 49.546 22.183 49.546 49.546s-22.183 49.546-49.546 49.546v0h-875.31v451.197c-0.367 27.215-22.331 49.179-49.51 49.546h-0.036z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "reply",
- "respond",
- "answer",
- "comment-back",
- "feedback"
- ],
+ "attrs": [{}, {}],
+ "tags": ["reply", "respond", "answer", "comment-back", "feedback"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 199,
"id": 12,
@@ -5021,28 +3448,13 @@
"M441.707 645.942c-0.057 0-0.126 0-0.193 0-11.4 0-21.712-4.657-29.137-12.173l-121.77-121.77c-7.501-7.51-12.141-17.881-12.141-29.334s4.639-21.825 12.141-29.335v0l121.767-122.873c7.51-7.501 17.881-12.141 29.334-12.141s21.825 4.639 29.335 12.141v0c7.501 7.51 12.141 17.881 12.141 29.334s-4.639 21.825-12.141 29.335v0l-94.092 92.985 94.092 92.985c7.501 7.51 12.141 17.881 12.141 29.334s-4.639 21.825-12.141 29.335v0c-7.429 7.52-17.741 12.177-29.141 12.177-0.067 0-0.136 0-0.204 0h0.010z",
"M705.718 678.045c-22.801-0.307-41.204-18.71-41.511-41.481v-110.726h-345.927c-22.926 0-41.511-18.585-41.511-41.511s18.585-41.511 41.511-41.511v0h387.438c22.801 0.307 41.204 18.71 41.511 41.481v154.451c-1.483 21.852-19.449 39.046-41.487 39.297h-0.025z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "directions-alt",
- "route",
- "navigation",
- "path",
- "guide",
- "left"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["directions-alt", "route", "navigation", "path", "guide", "left"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 195,
"id": 13,
@@ -5061,28 +3473,13 @@
"M582.293 645.942c-0.057 0-0.126 0-0.193 0-11.4 0-21.712-4.657-29.137-12.173l-0.004-0.004c-7.501-7.51-12.141-17.881-12.141-29.334s4.639-21.825 12.141-29.335v0l94.092-92.985-94.092-92.985c-8.139-7.599-13.212-18.392-13.212-30.371 0-22.926 18.585-41.511 41.511-41.511 11.979 0 22.771 5.073 30.347 13.188l0.022 0.025 121.767 122.319c7.668 7.537 12.42 18.020 12.42 29.612s-4.752 22.075-12.413 29.605l-0.006 0.005-121.767 121.767c-7.429 7.52-17.741 12.177-29.141 12.177-0.067 0-0.136 0-0.204 0h0.010z",
"M318.282 678.045c-22.801-0.307-41.204-18.71-41.511-41.481v-154.451c0.307-22.801 18.71-41.204 41.481-41.511h387.468c22.926 0 41.511 18.585 41.511 41.511s-18.585 41.511-41.511 41.511v0h-345.927v110.696c0.021 0.497 0.032 1.078 0.032 1.663 0 23.049-18.537 41.768-41.516 42.061h-0.027z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "directions",
- "route",
- "navigation",
- "path",
- "guide",
- "right"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["directions", "route", "navigation", "path", "guide", "right"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 196,
"id": 14,
@@ -5099,23 +3496,13 @@
"paths": [
"M992.966 368.647c-25.16-29.841-61.437-46.809-100.641-46.809h-235.803v-160.907c0-88.937-71.969-160.907-165.589-160.907-40.959 0-77.821 24.575-94.203 62.607l-148.619 346.974h-109.417c-76.65 0-138.673 62.023-138.673 138.673v337.613c0 76.066 62.607 138.087 138.673 138.087h676.396c63.778 0 118.194-45.639 129.31-108.832l77.235-438.838c6.436-38.618-4.096-77.821-29.255-107.662zM138.696 936.209c-28.086 0-50.905-22.82-50.905-50.32v-337.613c0-28.086 22.82-50.905 50.905-50.905h94.203v438.838h-94.203zM858.39 899.933c-3.511 21.064-21.65 36.277-43.298 36.277h-493.839v-473.945l156.226-365.699c2.341-5.266 7.607-9.362 18.723-9.362 40.373 0 72.555 32.766 72.555 73.139v248.674h323.57c13.457 0 25.16 5.266 33.352 15.213s11.702 22.82 9.362 36.277l-77.235 438.838z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "thumbs-up",
- "like",
- "positive",
- "agree",
- "good"
- ],
+ "attrs": [{}],
+ "tags": ["thumbs-up", "like", "positive", "agree", "good"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 191,
"id": 15,
@@ -5132,23 +3519,13 @@
"paths": [
"M885.271 0.068h-676.92c-63.773 0-118.184 45.635-129.299 108.822l-76.643 438.799c-6.435 38.614 4.096 77.814 28.669 107.652 25.158 29.838 61.432 46.805 100.632 46.805h235.782v160.892c0 88.929 71.963 160.892 165.574 160.892 40.955 0 77.814-24.573 94.195-62.602l148.606-346.943h109.992c76.643 0 138.66-62.017 138.66-138.66v-337.583c0-76.059-62.017-138.075-138.66-138.075zM702.731 561.731l-156.212 365.666c-2.341 5.266-7.606 9.361-18.722 9.361-40.369 0-72.549-32.763-72.549-73.133v-248.652h-323.541c-13.456 0-25.158-5.266-33.349-15.211-8.776-9.946-11.701-22.818-9.361-36.274l76.643-438.799c3.51-21.062 21.648-36.274 43.294-36.274h493.795v473.317zM936.172 475.726c0 28.083-22.818 50.901-50.901 50.901h-94.195v-438.799h94.195c28.083 0 50.901 22.818 50.901 50.315v337.583z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "thumbs-down",
- "dislike",
- "negative",
- "disagree",
- "bad"
- ],
+ "attrs": [{}],
+ "tags": ["thumbs-down", "dislike", "negative", "disagree", "bad"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 258,
"id": 16,
@@ -5167,23 +3544,13 @@
"M842.942 569.469c-26.423-12.551-56.808-9.247-80.588 7.927l-42.936 23.78c-23.78 13.211-32.368 43.597-19.156 67.377s43.597 32.368 67.377 19.156l25.762-13.872v268.189c0 27.083 22.46 49.542 49.542 49.542s49.542-22.46 49.542-49.542v-293.951c0-34.35-18.496-64.735-48.881-78.606z",
"M809.253 33.093c-81.91 0-148.627 66.716-148.627 148.627s66.716 148.627 148.627 148.627c11.229 0 21.799-1.321 32.368-3.963-15.192 21.799-39.634 36.991-66.716 36.991h-31.707c-27.083 0-49.542 22.46-49.542 49.542s22.46 49.542 49.542 49.542h31.707c95.121 0 177.031-77.286 181.654-172.407 1.321-21.137 1.321-45.579 1.321-75.304v-33.028c0-81.91-66.716-148.627-148.627-148.627zM759.711 181.719c0-27.083 22.46-49.542 49.542-49.542s49.542 22.46 49.542 49.542-22.46 49.542-49.542 49.542-49.542-22.46-49.542-49.542z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sort-numeric-down-alt"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sort-numeric-down-alt"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 255,
"id": 17,
@@ -5202,23 +3569,13 @@
"M842.942 569.469c-26.423-12.551-56.808-9.247-80.588 7.927l-42.936 23.78c-23.78 13.211-32.368 43.597-19.156 67.377s43.597 32.368 67.377 19.156l25.762-13.872v268.189c0 27.083 22.46 49.542 49.542 49.542s49.542-22.46 49.542-49.542v-293.951c0-34.35-18.496-64.735-48.881-78.606z",
"M809.253 33.093c-81.91 0-148.627 66.716-148.627 148.627s66.716 148.627 148.627 148.627c11.229 0 21.799-1.321 32.368-3.963-15.192 21.799-39.634 36.991-66.716 36.991h-31.707c-27.083 0-49.542 22.46-49.542 49.542s22.46 49.542 49.542 49.542h31.707c95.121 0 177.031-77.286 181.654-172.407 1.321-21.137 1.321-45.579 1.321-75.304v-33.028c0-81.91-66.716-148.627-148.627-148.627zM759.711 181.719c0-27.083 22.46-49.542 49.542-49.542s49.542 22.46 49.542 49.542-22.46 49.542-49.542 49.542-49.542-22.46-49.542-49.542z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sort-numeric-up-alt"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sort-numeric-up-alt"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 182,
"id": 18,
@@ -5237,23 +3594,13 @@
"M971.751 924.852l-112.956-316.409c-11.229-28.405-36.991-46.899-66.057-46.899s-54.826 18.496-66.057 48.222l-112.295 315.088c-9.247 25.762 3.963 54.167 29.725 63.414s54.167-3.963 63.414-29.725l18.496-51.524h134.094l18.496 51.524c7.266 20.478 26.423 33.028 46.899 33.028 5.284 0 11.229-0.661 16.515-2.643 25.762-9.247 38.973-37.652 29.725-63.414zM761.031 807.932l31.707-88.515 31.707 88.515h-63.414z",
"M632.883 415.558c12.551 29.064 38.973 46.899 69.359 46.899h206.756c27.083 0 49.542-22.46 49.542-49.542s-22.46-49.542-49.542-49.542h-157.874l186.279-193.544c22.46-23.78 29.064-58.79 15.853-89.176-12.551-29.064-38.973-46.899-69.359-46.899h-205.434c-27.083 0-49.542 22.46-49.542 49.542s22.46 49.542 49.542 49.542h157.874l-186.94 194.866c-22.46 23.78-28.405 58.13-15.853 88.515z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sort-alpha-down-alt"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sort-alpha-down-alt"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 183,
"id": 19,
@@ -5272,23 +3619,13 @@
"M971.751 924.852l-112.956-316.409c-11.229-28.405-36.991-46.899-66.057-46.899s-54.826 18.496-66.057 48.222l-112.295 315.088c-9.247 25.762 3.963 54.167 29.725 63.414s54.167-3.963 63.414-29.725l18.496-51.524h134.094l18.496 51.524c7.266 20.478 26.423 33.028 46.899 33.028 5.284 0 11.229-0.661 16.515-2.643 25.762-9.247 38.973-37.652 29.725-63.414zM761.031 807.932l31.707-88.515 31.707 88.515h-63.414z",
"M632.883 415.558c12.551 29.064 38.973 46.899 69.359 46.899h206.756c27.083 0 49.542-22.46 49.542-49.542s-22.46-49.542-49.542-49.542h-157.874l186.279-193.544c22.46-23.78 29.064-58.79 15.853-89.176-12.551-29.064-38.973-46.899-69.359-46.899h-205.434c-27.083 0-49.542 22.46-49.542 49.542s22.46 49.542 49.542 49.542h157.874l-186.94 194.866c-22.46 23.78-28.405 58.13-15.853 88.515z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sort-alpha-up-alt"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sort-alpha-up-alt"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 184,
"id": 20,
@@ -5307,23 +3644,13 @@
"M766.977 159.26l25.762-13.872v268.189c0 27.083 22.46 49.542 49.542 49.542s49.542-22.46 49.542-49.542v-293.951c0-34.35-18.496-64.735-48.881-78.606-26.423-12.551-56.808-9.247-80.588 7.927l-42.936 23.78c-23.78 13.211-32.368 43.597-19.156 67.377s42.936 32.368 67.377 19.156z",
"M809.253 561.542c-81.91 0-148.627 66.716-148.627 148.627s66.716 148.627 148.627 148.627c11.229 0 21.799-1.321 32.368-3.963-15.192 21.799-39.634 36.991-66.716 36.991h-31.707c-27.083 0-49.542 22.46-49.542 49.542s22.46 49.542 49.542 49.542h31.707c95.121 0 177.031-77.286 181.654-172.407 1.321-21.137 1.321-45.579 1.321-75.304v-33.028c0-81.91-66.716-148.627-148.627-148.627zM759.711 710.169c0-27.083 22.46-49.542 49.542-49.542s49.542 22.46 49.542 49.542-22.46 49.542-49.542 49.542-49.542-22.46-49.542-49.542z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sort-numeric-down"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sort-numeric-down"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 185,
"id": 21,
@@ -5342,23 +3669,13 @@
"M766.977 159.26l25.762-13.872v268.189c0 27.083 22.46 49.542 49.542 49.542s49.542-22.46 49.542-49.542v-293.951c0-34.35-18.496-64.735-48.881-78.606-26.423-12.551-56.808-9.247-80.588 7.927l-42.936 23.78c-23.78 13.211-32.368 43.597-19.156 67.377s42.936 32.368 67.377 19.156z",
"M809.253 561.542c-81.91 0-148.627 66.716-148.627 148.627s66.716 148.627 148.627 148.627c11.229 0 21.799-1.321 32.368-3.963-15.192 21.799-39.634 36.991-66.716 36.991h-31.707c-27.083 0-49.542 22.46-49.542 49.542s22.46 49.542 49.542 49.542h31.707c95.121 0 177.031-77.286 181.654-172.407 1.321-21.137 1.321-45.579 1.321-75.304v-33.028c0-81.91-66.716-148.627-148.627-148.627zM759.711 710.169c0-27.083 22.46-49.542 49.542-49.542s49.542 22.46 49.542 49.542-22.46 49.542-49.542 49.542-49.542-22.46-49.542-49.542z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sort-numeric-up"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sort-numeric-up"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 186,
"id": 22,
@@ -5377,23 +3694,13 @@
"M644.112 459.815c25.762 9.247 54.167-3.963 63.414-29.725l18.496-51.524h134.094l18.496 51.524c7.266 20.478 26.423 33.028 46.899 33.028 5.284 0 11.229-0.661 16.515-2.643 25.762-9.247 38.973-37.652 29.725-63.414l-112.956-316.409c-11.229-28.405-36.991-46.899-66.057-46.899s-54.826 18.496-66.057 48.222l-112.295 315.088c-9.247 25.762 3.963 54.167 29.725 63.414zM824.445 279.482h-63.414l31.707-88.515 31.707 88.515z",
"M952.596 608.442c-12.551-29.064-38.973-46.899-69.359-46.899h-205.434c-27.083 0-49.542 22.46-49.542 49.542s22.46 49.542 49.542 49.542h157.874l-186.94 194.866c-22.46 23.78-28.405 58.13-15.853 88.515 12.551 29.064 38.973 46.899 69.359 46.899h206.756c27.083 0 49.542-22.46 49.542-49.542s-22.46-49.542-49.542-49.542h-157.874l186.279-193.544c22.46-23.78 29.064-58.79 15.853-89.176z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sort-alpha-down"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sort-alpha-down"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 187,
"id": 23,
@@ -5412,23 +3719,13 @@
"M644.112 459.815c25.762 9.247 54.167-3.963 63.414-29.725l18.496-51.524h134.094l18.496 51.524c7.266 20.478 26.423 33.028 46.899 33.028 5.284 0 11.229-0.661 16.515-2.643 25.762-9.247 38.973-37.652 29.725-63.414l-112.956-316.409c-11.229-28.405-36.991-46.899-66.057-46.899s-54.826 18.496-66.057 48.222l-112.295 315.088c-9.247 25.762 3.963 54.167 29.725 63.414zM824.445 279.482h-63.414l31.707-88.515 31.707 88.515z",
"M952.596 608.442c-12.551-29.064-38.973-46.899-69.359-46.899h-205.434c-27.083 0-49.542 22.46-49.542 49.542s22.46 49.542 49.542 49.542h157.874l-186.94 194.866c-22.46 23.78-28.405 58.13-15.853 88.515 12.551 29.064 38.973 46.899 69.359 46.899h206.756c27.083 0 49.542-22.46 49.542-49.542s-22.46-49.542-49.542-49.542h-157.874l186.279-193.544c22.46-23.78 29.064-58.79 15.853-89.176z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sort-alpha-up"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sort-alpha-up"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 188,
"id": 24,
@@ -5448,25 +3745,13 @@
"M776.245 1023.975c-12.552 0-25.103-4.625-35.012-14.534l-165.154-165.154c-19.157-19.157-19.157-50.867 0-70.025s50.867-19.157 70.025 0l130.14 130.14 130.14-130.14c19.157-19.157 50.867-19.157 70.025 0s19.157 50.867 0 70.025l-165.154 165.154c-9.909 9.909-22.461 14.534-35.012 14.534z",
"M776.245 1023.975c-27.085 0-49.546-22.461-49.546-49.546v-924.856c0-27.085 22.461-49.546 49.546-49.546s49.546 22.461 49.546 49.546v924.856c0 27.085-22.461 49.546-49.546 49.546z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "sort-alt"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["sort-alt"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 189,
"id": 25,
@@ -5488,29 +3773,13 @@
"M629.041 819.234h-117.041c-23.993 0-43.891-19.898-43.891-43.891s19.898-43.891 43.891-43.891h117.041c23.993 0 43.891 19.898 43.891 43.891s-19.898 43.891-43.891 43.891z",
"M863.125 468.109h-351.125c-23.993 0-43.891-19.898-43.891-43.891s19.898-43.891 43.891-43.891h351.125c23.993 0 43.891 19.898 43.891 43.891s-19.898 43.891-43.891 43.891z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "sort-amount-up"
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
+ "tags": ["sort-amount-up"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
"properties": {
"order": 190,
"id": 26,
@@ -5532,29 +3801,13 @@
"M629.041 819.234h-117.041c-23.993 0-43.891-19.898-43.891-43.891s19.898-43.891 43.891-43.891h117.041c23.993 0 43.891 19.898 43.891 43.891s-19.898 43.891-43.891 43.891z",
"M863.125 468.109h-351.125c-23.993 0-43.891-19.898-43.891-43.891s19.898-43.891 43.891-43.891h351.125c23.993 0 43.891 19.898 43.891 43.891s-19.898 43.891-43.891 43.891z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "sort-amount-down"
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
+ "tags": ["sort-amount-down"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
"properties": {
"order": 180,
"id": 27,
@@ -5576,29 +3829,13 @@
"M629.041 292.547h-117.041c-23.993 0-43.891-19.898-43.891-43.891s19.898-43.891 43.891-43.891h117.041c23.993 0 43.891 19.898 43.891 43.891s-19.898 43.891-43.891 43.891z",
"M863.125 643.672h-351.125c-23.993 0-43.891-19.898-43.891-43.891s19.898-43.891 43.891-43.891h351.125c23.993 0 43.891 19.898 43.891 43.891s-19.898 43.891-43.891 43.891z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "sort-amount-down-alt"
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
+ "tags": ["sort-amount-down-alt"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
"properties": {
"order": 179,
"id": 28,
@@ -5620,29 +3857,13 @@
"M629.041 292.547h-117.041c-23.993 0-43.891-19.898-43.891-43.891s19.898-43.891 43.891-43.891h117.041c23.993 0 43.891 19.898 43.891 43.891s-19.898 43.891-43.891 43.891z",
"M863.125 643.672h-351.125c-23.993 0-43.891-19.898-43.891-43.891s19.898-43.891 43.891-43.891h351.125c23.993 0 43.891 19.898 43.891 43.891s-19.898 43.891-43.891 43.891z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "sort-amount-up-alt"
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
+ "tags": ["sort-amount-up-alt"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
"properties": {
"order": 178,
"id": 29,
@@ -5659,23 +3880,13 @@
"paths": [
"M516.624 0.063s-4.624 0-7.266 0c-250.354 0-468.339 184.297-507.973 432.008-5.284 33.028 3.963 67.377 26.423 93.139 21.799 25.762 52.844 40.295 85.874 40.295h3.963c114.938 0 201.471 28.405 256.958 83.892 56.148 56.148 83.892 144.002 83.231 260.922 0 33.028 14.533 64.075 39.634 85.874 21.137 18.496 48.222 28.405 75.304 27.744 5.945 0 11.89 0 17.835-1.321 250.354-40.295 435.971-261.583 432.669-515.239-3.963-275.455-231.196-503.349-507.312-507.312zM575.414 924.852c-3.963 0-9.247-0.661-13.211-3.963-1.982-1.982-5.284-5.284-5.284-9.908 0.661-144.663-36.991-256.299-112.295-331.603-74.643-74.643-184.958-112.956-326.978-112.956h-3.963c-5.284 0-8.588-3.302-10.57-5.284-1.321-1.982-5.284-6.606-3.963-13.211 32.368-199.489 208.077-348.777 410.209-348.777 1.982 0 3.963 0 5.945 0v0c218.647 3.302 406.246 190.242 409.548 409.548 2.643 204.775-147.306 383.786-348.777 416.154zM375.925 315.152c0 36.331-29.725 66.716-66.716 66.716s-66.716-29.725-66.716-66.716 29.725-66.716 66.716-66.716 66.716 29.725 66.716 66.716zM575.414 231.921c0 36.331-29.725 66.716-66.716 66.716s-66.716-29.725-66.716-66.716 29.725-66.716 66.716-66.716 66.716 29.725 66.716 66.716zM642.13 315.152c0-36.331 29.725-66.716 66.716-66.716s66.716 29.725 66.716 66.716-29.725 66.716-66.716 66.716-66.716-29.725-66.716-66.716zM858.134 514.643c0 36.331-29.725 66.716-66.716 66.716s-66.716-29.725-66.716-66.716 29.725-66.716 66.716-66.716 66.716 29.725 66.716 66.716zM774.903 714.132c0 36.331-29.725 66.716-66.716 66.716s-66.716-29.725-66.716-66.716 29.725-66.716 66.716-66.716 66.716 29.725 66.716 66.716z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "palette",
- "colors",
- "design",
- "art",
- "creative"
- ],
+ "attrs": [{}],
+ "tags": ["palette", "colors", "design", "art", "creative"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 257,
"id": 30,
@@ -5693,25 +3904,13 @@
"M512 1023.452c-233.911-0.333-423.443-189.864-423.774-423.743v-0.032c0-24.211 19.627-43.839 43.839-43.839s43.839 19.627 43.839 43.839v0c0 185.621 150.475 336.097 336.097 336.097s336.097-150.475 336.097-336.097c0-185.621-150.475-336.097-336.097-336.097v0h-146.13c-24.211 0-43.839-19.627-43.839-43.839s19.627-43.839 43.839-43.839v0h146.13c234.044 0 423.774 189.73 423.774 423.774s-189.73 423.774-423.774 423.774v0z",
"M512 438.936c-0.060 0-0.133 0-0.204 0-12.039 0-22.929-4.918-30.771-12.856l-175.359-175.359c-7.921-7.931-12.821-18.884-12.821-30.979s4.899-23.048 12.821-30.98v0l175.355-175.355c8.025-8.595 19.423-13.953 32.074-13.953 24.211 0 43.839 19.627 43.839 43.839 0 12.65-5.358 24.048-13.927 32.049l-0.026 0.023-144.376 144.376 144.376 144.376c7.921 7.931 12.821 18.884 12.821 30.979s-4.899 23.048-12.821 30.98v0c-7.846 7.942-18.736 12.86-30.775 12.86-0.071 0-0.144 0-0.215 0h0.011z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "undo",
- "revert",
- "back",
- "cancel",
- "reverse"
- ],
+ "attrs": [{}, {}],
+ "tags": ["undo", "revert", "back", "cancel", "reverse"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 256,
"id": 31,
@@ -5730,27 +3929,13 @@
"M687.535 1023.977h-175.535c-24.105-0.325-43.559-19.779-43.884-43.852v-234.079c0-24.236 19.648-43.884 43.884-43.884s43.884 19.648 43.884 43.884v0 190.163h131.651c24.236 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z",
"M512 1023.977h-175.535c-24.236 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h175.535c24.236 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "desktop",
- "computer",
- "monitor",
- "pc",
- "screen"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["desktop", "computer", "monitor", "pc", "screen"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 175,
"id": 32,
@@ -5775,39 +3960,13 @@
"M512 693.665c-27.214-0.367-49.178-22.331-49.545-49.509v-594.576c0-27.363 22.182-49.545 49.545-49.545s49.545 22.182 49.545 49.545v0 594.541c-0.367 27.214-22.331 49.178-49.509 49.545h-0.036z",
"M611.090 693.665h-198.18c-27.363 0-49.545-22.182-49.545-49.545s22.182-49.545 49.545-49.545v0h198.18c27.363 0 49.545 22.182 49.545 49.545s-22.182 49.545-49.545 49.545v0z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "sliders-v",
- "controls",
- "adjustments",
- "sliders",
- "settings"
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}],
+ "tags": ["sliders-v", "controls", "adjustments", "sliders", "settings"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}],
"properties": {
"order": 174,
"id": 33,
@@ -5832,39 +3991,13 @@
"M644.12 561.545h-594.541c-27.363 0-49.545-22.182-49.545-49.545s22.182-49.545 49.545-49.545v0h594.541c27.363 0 49.545 22.182 49.545 49.545s-22.182 49.545-49.545 49.545v0z",
"M644.12 660.635c-27.214-0.367-49.178-22.331-49.545-49.509v-198.216c0-27.363 22.182-49.545 49.545-49.545s49.545 22.182 49.545 49.545v0 198.18c-0.367 27.214-22.331 49.178-49.509 49.545h-0.036z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "sliders-h",
- "controls",
- "adjustments",
- "sliders",
- "settings"
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}],
+ "tags": ["sliders-h", "controls", "adjustments", "sliders", "settings"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}, {}, {}, {}],
"properties": {
"order": 173,
"id": 34,
@@ -5884,29 +4017,13 @@
"M438.902 628.957c-24.091-0.325-43.534-19.768-43.859-43.827v-292.424c0-24.222 19.636-43.859 43.859-43.859s43.859 19.636 43.859 43.859v0 292.393c-0.325 24.091-19.768 43.534-43.827 43.859h-0.032z",
"M585.098 482.761h-292.393c-24.222 0-43.859-19.636-43.859-43.859s19.636-43.859 43.859-43.859v0h292.393c24.222 0 43.859 19.636 43.859 43.859s-19.636 43.859-43.859 43.859v0z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "search-plus",
- "increase-search",
- "more-search",
- "wide-filter",
- "expand-search"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["search-plus", "increase-search", "more-search", "wide-filter", "expand-search"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 172,
"id": 35,
@@ -5925,27 +4042,13 @@
"M979.828 1023.687c-0.060 0-0.133 0-0.204 0-12.045 0-22.94-4.92-30.785-12.862l-241.52-241.52c-7.293-7.811-11.771-18.333-11.771-29.899 0-24.222 19.636-43.859 43.859-43.859 11.568 0 22.088 4.478 29.926 11.795l-0.026-0.023 241.516 241.516c7.925 7.934 12.827 18.892 12.827 30.993s-4.901 23.059-12.827 30.995v0c-7.849 7.945-18.744 12.866-30.789 12.866-0.071 0-0.144 0-0.215 0h0.011z",
"M585.098 482.761h-292.393c-24.222 0-43.859-19.636-43.859-43.859s19.636-43.859 43.859-43.859v0h292.393c24.222 0 43.859 19.636 43.859 43.859s-19.636 43.859-43.859 43.859v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "search-minus",
- "reduce-search",
- "less-results",
- "narrow-filter",
- "restrict-search"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["search-minus", "reduce-search", "less-results", "narrow-filter", "restrict-search"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 171,
"id": 36,
@@ -5963,25 +4066,13 @@
"M894.081 336.465l-323.57-323.57c-7.935-7.944-18.897-12.862-31.009-12.873h-261.55c-88.866 0-160.907 72.041-160.907 160.907v0 702.14c0 88.866 72.041 160.907 160.907 160.907v0h468.093c88.866 0 160.907-72.041 160.907-160.907v0-497.35c-0.494-11.473-5.32-21.731-12.872-29.254l-0.001-0.001zM585.139 149.812l172.024 172.024h-172.024zM746.047 936.209h-468.093c-40.394 0-73.139-32.746-73.139-73.139v0-702.14c0-40.394 32.746-73.139 73.139-73.139v0h219.419v277.931c0.325 24.105 19.779 43.559 43.852 43.884h277.962v453.466c0 40.394-32.746 73.139-73.139 73.139v0z",
"M656.524 506.734c-7.496-5.775-17.020-9.255-27.356-9.255-13.907 0-26.344 6.301-34.608 16.205l-0.059 0.071-82.501 103.566-82.501-105.321c-8.353-9.812-20.716-15.996-34.521-15.996-24.992 0-45.251 20.259-45.251 45.251 0 11.185 4.058 21.422 10.782 29.32l-0.053-0.064 93.034 117.023-93.034 117.023c-5.992 7.47-9.615 17.061-9.615 27.5 0 24.376 19.76 44.136 44.136 44.136 13.937 0 26.366-6.461 34.454-16.55l0.067-0.086 82.501-101.81 82.501 105.321c8.276 9.979 20.653 16.31 34.509 16.384h0.012c1.085 0.096 2.348 0.149 3.622 0.149 24.236 0 43.884-19.648 43.884-43.884 0-12.183-4.964-23.206-12.981-31.157l-0.003-0.003-93.034-117.023 95.374-117.023c5.757-7.489 9.225-16.998 9.225-27.316 0-14.937-7.268-28.175-18.461-36.373l-0.126-0.088z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "file-excel",
- "spreadsheet",
- "workbook",
- "xls",
- "microsoft"
- ],
+ "attrs": [{}, {}],
+ "tags": ["file-excel", "spreadsheet", "workbook", "xls", "microsoft"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 170,
"id": 37,
@@ -5999,25 +4090,13 @@
"M894.081 336.465l-323.57-323.57c-7.935-7.944-18.897-12.862-31.009-12.873h-261.55c-88.866 0-160.907 72.041-160.907 160.907v0 702.14c0 88.866 72.041 160.907 160.907 160.907v0h468.093c88.866 0 160.907-72.041 160.907-160.907v0-497.35c-0.494-11.473-5.32-21.731-12.872-29.254l-0.001-0.001zM585.139 149.812l172.024 172.024h-172.024zM746.047 936.209h-468.093c-40.394 0-73.139-32.746-73.139-73.139v0-702.14c0-40.394 32.746-73.139 73.139-73.139v0h219.419v277.931c0.325 24.105 19.779 43.559 43.852 43.884h277.962v453.466c0 40.394-32.746 73.139-73.139 73.139v0z",
"M599.182 678.758c-35.612-22.599-62.527-56.14-76.26-95.834l-0.389-1.295c8.513-24.598 13.428-52.947 13.428-82.444 0-12.194-0.841-24.192-2.466-35.938l0.154 1.359c-3.892-22.255-23.068-38.954-46.145-38.954-18.984 0-35.328 11.301-42.673 27.543l-0.119 0.295c-1.82 12.259-2.859 26.407-2.859 40.798 0 35.745 6.41 69.992 18.145 101.654l-0.657-2.026c-26.663 62.22-51.535 112.192-78.718 160.691l4.409-8.561c-41.543 23.405-98.3 58.512-107.076 98.885-7.021 32.766 54.416 117.023 159.151-65.534 38.752-15.060 86.483-29.549 135.472-40.728l7.296-1.4c33.675 19.598 73.544 32.44 116.101 35.636l0.922 0.056c0.37 0.010 0.806 0.016 1.244 0.016 26.499 0 47.98-21.481 47.98-47.98 0-12.689-4.926-24.228-12.97-32.809l0.025 0.026c-24.575-25.16-97.714-18.139-133.992-13.457zM319.497 854.293c16.89-28.581 38.169-52.658 63.208-72.128l0.569-0.426c-39.787 63.193-63.778 74.31-63.778 73.139zM490.35 455.829c15.213 0 14.043 67.289 3.511 85.427-4.439-14.87-6.994-31.954-6.994-49.637 0-12.459 1.269-24.62 3.683-36.365l-0.199 1.16zM439.445 741.365c17.504-31.081 34.829-68.095 49.5-106.424l1.99-5.919c15.998 29.397 37.215 53.976 62.634 73.317l0.558 0.407c-44.504 11.253-82.688 24.668-119.265 41.035l4.582-1.832zM714.451 730.833s-10.532 12.873-77.821-16.384c73.139-4.68 85.427 12.287 77.821 16.968z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "file-pdf",
- "document",
- "adobe",
- "read",
- "acrobat"
- ],
+ "attrs": [{}, {}],
+ "tags": ["file-pdf", "document", "adobe", "read", "acrobat"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 169,
"id": 38,
@@ -6035,25 +4114,13 @@
"M863.086 1024h-702.171c-88.87 0-160.914-72.044-160.914-160.914v0-702.171c0-88.87 72.044-160.914 160.914-160.914v0h518.437c24.237 0 43.886 19.648 43.886 43.886s-19.648 43.886-43.886 43.886v0h-518.437c-40.395 0-73.142 32.747-73.142 73.142v0 702.171c0 40.395 32.747 73.142 73.142 73.142v0h702.171c40.395 0 73.142-32.747 73.142-73.142v0-451.145c0-24.237 19.648-43.886 43.886-43.886s43.886 19.648 43.886 43.886v0 451.145c0 88.87-72.044 160.914-160.914 160.914v0z",
"M424.229 702.172c-11.709-0.922-21.992-6.372-29.216-14.581l-0.041-0.048-175.543-175.543c-2.703-5.532-4.284-12.038-4.284-18.913 0-24.237 19.648-43.886 43.886-43.886 6.875 0 13.381 1.581 19.174 4.4l-0.261-0.114 144.531 144.531 499.127-495.616c5.532-2.703 12.038-4.284 18.913-4.284 24.237 0 43.886 19.648 43.886 43.886 0 6.875-1.581 13.381-4.4 19.174l0.114-0.261-526.629 526.629c-7.264 8.256-17.547 13.707-29.107 14.619l-0.151 0.010z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "check-square",
- "confirm",
- "agree",
- "approved",
- "accepted"
- ],
+ "attrs": [{}, {}],
+ "tags": ["check-square", "confirm", "agree", "approved", "accepted"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 168,
"id": 39,
@@ -6073,29 +4140,13 @@
"M636.121 682.666c-0.064 0-0.141 0-0.217 0-12.783 0-24.345-5.222-32.671-13.649l-153.295-153.295-153.29 153.29c-8.289 7.74-19.456 12.492-31.731 12.492-25.706 0-46.545-20.839-46.545-46.545 0-12.276 4.752-23.441 12.518-31.759l-0.025 0.028 186.182-186.182c8.42-8.41 20.049-13.613 32.892-13.613s24.471 5.201 32.893 13.613v0l153.29 153.29 215.35-215.35c8.289-7.74 19.456-12.492 31.731-12.492 25.706 0 46.545 20.839 46.545 46.545 0 12.276-4.752 23.441-12.518 31.759l0.025-0.028-248.243 248.243c-8.33 8.432-19.892 13.654-32.675 13.654-0.076 0-0.153 0-0.228 0h0.012z",
"M915.393 626.192c-25.567-0.345-46.201-20.979-46.545-46.512v-176.285h-170.666c-25.706 0-46.545-20.839-46.545-46.545s20.839-46.545 46.545-46.545v0h217.212c25.567 0.345 46.201 20.979 46.545 46.512v222.831c-0.345 25.567-20.979 46.201-46.512 46.545h-0.033z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "chart-line",
- "growth",
- "increase",
- "stats",
- "trend"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["chart-line", "growth", "increase", "stats", "trend"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 167,
"id": 40,
@@ -6114,27 +4165,13 @@
"M41.809 894.726c-23.076 0-41.782-18.707-41.782-41.782v0c0-264.622 302.504-264.622 431.751-264.622 40.111 0 75.766 0 108.076 3.9 21.638 1.734 38.542 19.721 38.542 41.657 0 1.025-0.037 2.041-0.11 3.046l0.008-0.134c-2.011 21.692-20.122 38.543-42.169 38.543-1.041 0-2.072-0.038-3.093-0.111l0.137 0.008c-30.083 0-63.509-3.343-101.391-3.343-288.576 0-348.186 72.423-348.186 181.057 0.003 0.167 0.004 0.364 0.004 0.561 0 22.767-18.457 41.225-41.225 41.225-0.197 0-0.394-0.001-0.59-0.004h0.030z",
"M549.326 937.066c-11.533-0.010-21.972-4.693-29.526-12.255v0c-7.671-7.32-12.439-17.622-12.439-29.037 0-1.349 0.067-2.683 0.197-3.998l-0.013 0.166 8.914-106.963c0.738-10.242 5.062-19.352 11.708-26.194l-0.009 0.010 307.518-307.518c20.408-18.948 47.843-30.576 77.993-30.576s57.585 11.627 78.066 30.642l-0.072-0.067c19.978 20.131 32.325 47.862 32.325 78.475 0 0.614-0.005 1.227-0.014 1.838l0.001-0.093c0.008 0.488 0.013 1.065 0.013 1.643 0 28.208-11.272 53.784-29.557 72.47l-307.499 307.499c-6.609 6.771-15.516 11.272-25.457 12.242l-0.17 0.013-108.076 10.028zM657.402 885.256v0zM598.35 806.705l-3.343 42.34 43.454-3.9 296.932-296.932c3.138-3.741 5.043-8.607 5.043-13.917 0-0.396-0.010-0.789-0.031-1.178l0.003 0.055c-0.022-8.097-2.969-15.5-7.838-21.216l0.038 0.046c-5.22-3.914-11.806-6.267-18.942-6.267s-13.722 2.354-19.024 6.327l0.082-0.059z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "user-edit",
- "change-profile",
- "user-modification",
- "edit-user",
- "update-details"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["user-edit", "change-profile", "user-modification", "edit-user", "update-details"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 166,
"id": 41,
@@ -6153,27 +4190,13 @@
"M512 568.889c-23.436-0.316-42.351-19.231-42.667-42.636v-199.141c0-23.564 19.103-42.667 42.667-42.667s42.667 19.103 42.667 42.667v0 199.111c-0.316 23.436-19.231 42.351-42.636 42.667h-0.031z",
"M512 739.556c-23.436-0.316-42.351-19.231-42.667-42.636v-28.475c0-23.564 19.103-42.667 42.667-42.667s42.667 19.103 42.667 42.667v0 28.444c-0.316 23.436-19.231 42.351-42.636 42.667h-0.031z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "exclamation-circle",
- "important",
- "attention",
- "alert",
- "warning"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["exclamation-circle", "important", "attention", "alert", "warning"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 165,
"id": 42,
@@ -6193,30 +4216,13 @@
"M229.321 342.011v407.465c0 37.624 30.5 68.122 68.122 68.122v0h43.293v144.522c0 33.052 26.794 59.847 59.847 59.847s59.847-26.794 59.847-59.847v0 0-144.522h103.139v144.522c0 33.052 26.794 59.847 59.847 59.847s59.847-26.794 59.847-59.847v0-144.522h43.293c37.624 0 68.122-30.5 68.122-68.122v0-407.465z",
"M787.039 257.334c-19.494-64.041-60.923-116.427-115.35-149.595l-1.159-0.657-9.55-5.73-10.187-5.093 11.46-19.737 33.743-63.667c0.321-0.883 0.507-1.901 0.507-2.963 0-2.96-1.443-5.584-3.665-7.206l-0.025-0.018h-4.457c-3.404 0.157-6.379 1.864-8.255 4.426l-0.021 0.030-34.38 59.21-10.823 19.737-10.187-4.457-10.823-3.82c-30.354-10.882-65.375-17.173-101.867-17.173s-71.511 6.291-104.038 17.846l2.171-0.673-10.187 3.82-10.823 4.457-10.823-19.737-34.38-63.667c-1.592-2.804-4.559-4.665-7.958-4.665-5.038 0-9.122 4.084-9.122 9.122 0 1.637 0.431 3.174 1.186 4.502l-0.024-0.045 33.743 63.667 11.46 19.737-10.187 5.093-9.55 5.73c-55.806 33.938-97.174 86.897-115.417 149.695l-0.455 1.831c-4.717 15.122-7.703 32.57-8.27 50.627l-0.007 0.307h565.357c-0.686-18.4-3.432-35.851-8.017-52.541l0.378 1.609zM384.668 223.592c-14.065 0-25.467-11.402-25.467-25.467s11.402-25.467 25.467-25.467c14.065 0 25.467 11.402 25.467 25.467v0c0 14.065-11.402 25.467-25.467 25.467v0zM639.332 223.592c-14.065 0-25.467-11.402-25.467-25.467s11.402-25.467 25.467-25.467c14.065 0 25.467 11.402 25.467 25.467v0c0 14.065-11.402 25.467-25.467 25.467v0z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "android",
- "mobile",
- "os",
- "tech",
- "robot",
- "system"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["android", "mobile", "os", "tech", "robot", "system"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 164,
"id": 43,
@@ -6233,23 +4239,13 @@
"paths": [
"M1008.591 433.288l-5.759-22.397h-476.114v202.221h284.773c-32.683 123.892-143.735 213.758-275.775 213.758-1.138 0-2.275-0.006-3.409-0.019l0.172 0.001c-86.669-0.738-165.327-34.432-224.185-89.141l0.207 0.19c-58.421-57.606-94.785-137.451-95.35-225.791v-0.106c1.039-88.017 36.49-167.558 93.495-225.963l-0.064 0.066c57.221-54.292 134.738-87.683 220.053-87.683 0.93 0 1.86 0.004 2.788 0.012l-0.142-0.001c73.95 0.586 141.235 28.652 192.25 74.471l-0.268-0.238 140.787-144.626c-88.734-79.432-206.552-127.99-335.711-127.99-0.54 0-1.080 0.001-1.62 0.003h0.084c-0.919-0.006-2.007-0.009-3.094-0.009-142.761 0-272.106 57.428-366.198 150.443l0.049-0.049c-90.236 93.627-145.825 221.183-145.825 361.724 0 137.597 53.284 262.749 140.344 355.947l-0.279-0.301c96.859 96.51 230.481 156.177 378.041 156.177 2.082 0 4.162-0.012 6.238-0.036l-0.316 0.003c1.053 0.009 2.296 0.013 3.543 0.013 134.433 0 255.872-55.642 342.541-145.151l0.123-0.127c82.61-90.584 133.206-211.608 133.206-344.45 0-3.543-0.036-7.076-0.108-10.602l0.009 0.526c0.105-4.284 0.163-9.328 0.163-14.387 0-26.957-1.687-53.521-4.962-79.591l0.318 3.106z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "google",
- "search",
- "brand",
- "technology",
- "internet"
- ],
+ "attrs": [{}],
+ "tags": ["google", "search", "brand", "technology", "internet"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 163,
"id": 44,
@@ -6266,23 +4262,13 @@
"paths": [
"M800.988 541.411c-0.025-1.227-0.040-2.673-0.040-4.124 0-81.14 45.665-151.616 112.697-187.127l1.149-0.554c-43.688-60.224-112.883-99.642-191.399-102.285l-0.408-0.010c-81.199-6.394-169.43 47.312-202.037 47.312s-113.166-44.755-174.544-44.755c-127.87 0-262.775 101.657-262.775 304.332 0.671 66.632 12.562 130.276 33.869 189.424l-1.262-4.011c28.131 81.837 133.625 287.070 243.594 283.874 57.542 0 98.461-40.919 173.266-40.919s109.97 40.919 174.544 40.919c110.608 0 206.511-188.61 234.004-272.365-83.223-34.69-140.659-115.384-140.659-209.49 0-0.076 0-0.154 0-0.231v0.012zM673.117 166.109c33.682-37.846 54.259-88 54.259-142.959 0-7.972-0.433-15.844-1.277-23.592l0.085 0.959c-61.9 6.974-115.875 36.341-154.514 79.679l-0.211 0.24c-37.077 39.007-59.884 91.883-59.884 150.086 0 4.782 0.154 9.526 0.457 14.231l-0.033-0.641c1.605 0.048 3.493 0.075 5.387 0.075 63.128 0 119.134-30.497 154.087-77.563l0.366-0.514z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "apple",
- "brand",
- "computer",
- "technology",
- "mac"
- ],
+ "attrs": [{}],
+ "tags": ["apple", "brand", "computer", "technology", "mac"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 162,
"id": 45,
@@ -6296,26 +4282,14 @@
},
{
"icon": {
- "paths": [
- "M0.001 0.001h480v480h-480zM543.999 0.001h480v480h-480zM0.001 543.999h480v480h-480zM543.999 543.999h480v480h-480z"
- ],
- "attrs": [
- {}
- ],
- "tags": [
- "microsoft",
- "brand",
- "computer",
- "technology",
- "windows"
- ],
+ "paths": ["M0.001 0.001h480v480h-480zM543.999 0.001h480v480h-480zM0.001 543.999h480v480h-480zM543.999 543.999h480v480h-480z"],
+ "attrs": [{}],
+ "tags": ["microsoft", "brand", "computer", "technology", "windows"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 161,
"id": 46,
@@ -6332,23 +4306,13 @@
"paths": [
"M512 966.541c-12.142-0.011-23.132-4.94-31.084-12.902v0l-397.063-398.237c-51.836-52.853-83.828-125.328-83.828-205.276s31.993-152.425 83.874-205.324l-0.045 0.047c52.537-52.531 125.112-85.022 205.276-85.022s152.739 32.491 205.277 85.023v0l17.595 15.249 16.423-16.423c52.328-52.883 124.914-85.631 205.15-85.631 0.25 0 0.502 0 0.752 0.001h-0.038c0.384-0.001 0.839-0.003 1.294-0.003 79.947 0 152.3 32.511 204.559 85.034l0.012 0.012c51.836 52.853 83.828 125.328 83.828 205.276s-31.993 152.425-83.874 205.324l0.045-0.047-397.063 398.237c-7.714 8.616-18.706 14.16-30.998 14.66l-0.087 0.003zM289.714 145.434c-0.436-0.003-0.953-0.005-1.468-0.005-55.496 0-105.759 22.406-142.235 58.666l0.010-0.010c-36.735 36.902-59.445 87.793-59.445 143.987s22.71 107.086 59.452 143.994l-0.007-0.007 365.979 368.325 365.392-367.151c36.877-36.837 59.687-87.747 59.687-143.987s-22.81-107.15-59.686-143.985l-0.001-0.001c-36.111-36.238-86.066-58.659-141.257-58.659-0.65 0-1.3 0.003-1.949 0.010l0.099-0.001c-0.436-0.003-0.953-0.005-1.468-0.005-55.496 0-105.759 22.406-142.235 58.666l-47.497 47.497c-8.080 7.677-19.030 12.4-31.084 12.4s-23.006-4.723-31.104-12.418l0.019 0.018-47.507-47.507c-36.581-36.947-87.314-59.823-143.391-59.823-0.107 0-0.213 0-0.32 0h0.016z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "heart",
- "love",
- "like",
- "affection",
- "favorite"
- ],
+ "attrs": [{}],
+ "tags": ["heart", "love", "like", "affection", "favorite"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 160,
"id": 47,
@@ -6366,25 +4330,13 @@
"M746.047 0.023h-468.093c-56.418 0.33-102.065 45.976-102.396 102.364v819.195c0.33 56.418 45.976 102.065 102.364 102.396h468.125c56.418-0.33 102.065-45.976 102.396-102.364v-819.195c-0.33-56.418-45.976-102.065-102.364-102.396h-0.032zM760.674 921.582c0 8.079-6.55 14.628-14.628 14.628v0h-468.093c-8.079 0-14.628-6.55-14.628-14.628v0-819.163c0-8.079 6.55-14.628 14.628-14.628v0h468.093c8.079 0 14.628 6.55 14.628 14.628v0z",
"M512 658.28c-48.472 0-87.768 39.295-87.768 87.768s39.295 87.768 87.768 87.768c48.472 0 87.768-39.295 87.768-87.768v0c0-48.472-39.295-87.768-87.768-87.768v0zM512 746.047v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "mobile",
- "phone",
- "device",
- "smartphone",
- "cellphone"
- ],
+ "attrs": [{}, {}],
+ "tags": ["mobile", "phone", "device", "smartphone", "cellphone"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 159,
"id": 48,
@@ -6402,25 +4354,13 @@
"M863.070 0.023h-702.14c-56.418 0.33-102.065 45.976-102.396 102.364v819.195c0.33 56.418 45.976 102.065 102.364 102.396h702.172c56.418-0.33 102.065-45.976 102.396-102.364v-819.195c-0.33-56.418-45.976-102.065-102.364-102.396h-0.032zM877.699 921.582c0 8.079-6.55 14.628-14.628 14.628v0h-702.14c-8.079 0-14.628-6.55-14.628-14.628v0-819.163c0-8.079 6.55-14.628 14.628-14.628v0h702.14c8.079 0 14.628 6.55 14.628 14.628v0z",
"M512 658.28c-48.472 0-87.768 39.295-87.768 87.768s39.295 87.768 87.768 87.768c48.472 0 87.768-39.295 87.768-87.768v0c0-48.472-39.295-87.768-87.768-87.768v0zM512 746.047v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "tablet",
- "device",
- "tech",
- "screen",
- "mobile"
- ],
+ "attrs": [{}, {}],
+ "tags": ["tablet", "device", "tech", "screen", "mobile"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 220,
"id": 49,
@@ -6440,29 +4380,13 @@
"M278.488 1022.806c-0.060 0-0.133 0-0.204 0-12.024 0-22.9-4.912-30.732-12.839l-116.759-116.759c-7.28-7.798-11.75-18.301-11.75-29.848 0-24.181 19.603-43.783 43.783-43.783 11.548 0 22.050 4.47 29.874 11.775l-0.026-0.023 116.755 116.755c7.911 7.921 12.805 18.86 12.805 30.94s-4.893 23.019-12.805 30.941v0c-7.836 7.932-18.712 12.844-30.736 12.844-0.071 0-0.144 0-0.215 0h0.011z",
"M395.245 906.051c-0.060 0-0.133 0-0.204 0-12.024 0-22.9-4.912-30.732-12.839l-116.759-116.759c-8.584-8.015-13.935-19.399-13.935-32.033 0-24.181 19.603-43.783 43.783-43.783 12.634 0 24.018 5.351 32.008 13.909l0.023 0.026 116.755 116.755c7.911 7.921 12.805 18.86 12.805 30.94s-4.893 23.019-12.805 30.941v0c-7.836 7.932-18.712 12.844-30.736 12.844-0.071 0-0.144 0-0.215 0h0.011z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "key",
- "unlock",
- "access",
- "secret",
- "password"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["key", "unlock", "access", "secret", "password"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 219,
"id": 50,
@@ -6479,23 +4403,13 @@
"paths": [
"M468.112 906.989c0 48.569-39.207 87.775-87.775 87.775s-87.775-39.207-87.775-87.775 39.207-87.775 87.775-87.775 87.775 39.207 87.775 87.775zM760.696 819.214c-48.569 0-87.775 39.207-87.775 87.775s39.207 87.775 87.775 87.775 87.775-39.207 87.775-87.775-39.207-87.775-87.775-87.775zM1022.852 259.207l-117.033 468.135c-4.681 19.311-22.236 33.355-42.718 33.355h-585.169c-21.066 0-39.207-15.214-43.302-36.28l-110.597-607.405h-80.168c-23.991 0-43.888-19.896-43.888-43.888s19.896-43.888 43.888-43.888h117.033c21.066 0 39.207 15.214 43.302 36.28l25.163 139.271h750.771c13.458 0 26.333 6.436 34.525 16.969s11.119 24.577 8.192 37.451zM923.958 292.562h-678.795l69.050 380.359h514.363l95.383-380.359z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "shopping-cart",
- "buy",
- "purchase",
- "retain",
- "shop"
- ],
+ "attrs": [{}],
+ "tags": ["shopping-cart", "buy", "purchase", "retain", "shop"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 156,
"id": 51,
@@ -6513,25 +4427,13 @@
"M46.723 830.79c-0.231 0.004-0.504 0.007-0.777 0.007-24.867 0-45.027-20.159-45.027-45.027 0-5.382 0.944-10.545 2.676-15.329l-0.098 0.314 75.044-247.348c-14.665-39.037-23.418-84.145-24.012-131.219l-0.003-0.259c0-0.259-0.001-0.566-0.001-0.874 0-54.129 11.264-105.629 31.575-152.281l-0.955 2.464c60.427-141.25 198.214-238.423 358.696-238.423 106.632 0 203.244 42.901 273.517 112.384l-0.037-0.035c34.184 34.714 62.103 75.715 81.849 121.093l1 2.581c19.107 44.313 30.22 95.904 30.22 150.090s-11.112 105.775-31.182 152.616l0.962-2.526c-20.746 47.959-48.666 88.96-82.9 123.725l0.051-0.051c-70.377 70.256-167.536 113.703-274.844 113.703-48.549 0-95.021-8.893-137.875-25.139l2.675 0.889-247.348 76.845c-3.958 1.137-8.504 1.794-13.204 1.801h-0.004zM442.359 91.749c-0.253-0.001-0.554-0.001-0.856-0.001-41.547 0-81.081 8.613-116.916 24.15l1.904-0.734c-71.28 30.615-127.108 85.859-157.736 154.781l-0.758 1.912c-14.788 34.299-23.39 74.229-23.39 116.169s8.602 81.87 24.134 118.125l-0.744-1.956c1.7 4.555 2.682 9.817 2.682 15.309s-0.984 10.754-2.783 15.621l0.101-0.312-55.232 180.107 180.107-55.232c4.555-1.7 9.817-2.682 15.309-2.682s10.754 0.984 15.621 2.783l-0.312-0.101c34.014 14.517 73.588 22.957 115.132 22.957 122.867 0 228.493-73.819 274.946-179.525l0.754-1.926c13.056-32.416 20.631-70.004 20.631-109.36 0-163.117-130.105-295.846-292.2-300.074l-0.391-0.008z",
"M977.277 1022.304c-1.984 0.28-4.275 0.439-6.603 0.439s-4.621-0.16-6.864-0.469l0.26 0.030-247.348-75.044c-40.428 15.733-87.225 24.849-136.153 24.849-158.064 0-293.904-95.147-353.373-231.291l-0.967-2.482c-2.862-5.665-4.539-12.349-4.539-19.423 0-18.267 11.175-33.923 27.063-40.506l0.291-0.107c5.517-2.599 11.984-4.116 18.806-4.116 18.319 0 34.084 10.94 41.115 26.643l0.114 0.286c15.121 35.516 35.349 65.946 60.152 91.977l-0.117-0.122c54.202 53.624 128.774 86.753 211.084 86.753 41.688 0 81.392-8.499 117.473-23.857l-1.963 0.743c4.555-1.7 9.817-2.682 15.309-2.682s10.754 0.984 15.621 2.783l-0.312-0.101 180.107 55.232-55.232-180.107c-1.7-4.555-2.682-9.817-2.682-15.309s0.984-10.754 2.783-15.621l-0.101 0.312c14.803-33.932 23.415-73.467 23.415-115.014 0-0.301 0-0.602-0.001-0.902v0.046c0.001-0.319 0.001-0.697 0.001-1.075 0-81.912-33.275-156.053-87.045-209.642l-0.008-0.008c-12.456-15.658-25.63-29.595-39.895-42.336l-0.328-0.288c-13.187-8.012-21.861-22.298-21.861-38.61 0-24.867 20.159-45.027 45.027-45.027 10.297 0 19.786 3.456 27.372 9.273l-0.107-0.079c22.529 14.653 42.156 30.276 60.175 47.561l-0.139-0.132c34.393 34.592 62.347 75.63 81.881 121.138l0.968 2.536c19.357 44.266 30.62 95.849 30.62 150.064 0 0.431-0.001 0.863-0.003 1.293v-0.066c-0.136 48.508-8.929 94.919-24.912 137.831l0.898-2.751 75.044 247.348c1.634 4.472 2.578 9.633 2.578 15.015 0 24.867-20.159 45.027-45.027 45.027-0.273 0-0.546-0.003-0.818-0.007h0.041z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "comments",
- "chats",
- "forums",
- "discussions",
- "feedbacks"
- ],
+ "attrs": [{}, {}],
+ "tags": ["comments", "chats", "forums", "discussions", "feedbacks"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 155,
"id": 52,
@@ -6548,23 +4450,13 @@
"paths": [
"M89.22 977.058c-0.217 0.004-0.473 0.007-0.729 0.007-23.349 0-42.278-18.929-42.278-42.278 0-5.053 0.887-9.901 2.513-14.393l-0.093 0.294 90.193-295.946c-18.558-46.704-29.318-100.819-29.318-157.447 0-0.732 0.001-1.463 0.006-2.195v0.113c0-0.201 0-0.439 0-0.677 0-62.834 12.85-122.668 36.068-177.015l-1.118 2.942c23.991-55.124 56.28-102.224 95.856-142.080l-0.026 0.026c39.776-39.941 87.133-72.3 139.735-94.736l2.882-1.092c51.475-22.443 111.446-35.5 174.466-35.5s122.993 13.057 177.355 36.615l-2.889-1.115c161.557 70.486 272.594 228.494 273.398 412.529v0.103c-0.378 123.676-50.484 235.576-131.361 316.819l0.016-0.016c-39.83 39.549-86.93 71.841-139.11 94.681l-2.944 1.149c-51.439 22.133-111.317 35.003-174.201 35.003-57.536 0-112.557-10.776-163.152-30.417l3.076 1.050-295.946 90.193c-3.604 1.586-7.788 2.774-12.162 3.355l-0.239 0.026zM557.097 103.314c-149.484 0.668-277.735 90.884-333.925 219.741l-0.917 2.358c-17.678 41.648-27.953 90.087-27.953 140.927s10.274 99.278 28.861 143.354l-0.909-2.427c1.596 4.277 2.518 9.218 2.518 14.374s-0.923 10.098-2.613 14.668l0.095-0.293-69.336 235.065 233.938-71.027c4.277-1.596 9.218-2.518 14.374-2.518s10.098 0.923 14.668 2.613l-0.293-0.095c41.635 17.765 90.074 28.091 140.927 28.091s99.291-10.328 143.335-28.999l-2.408 0.907c131.638-56.462 222.168-184.951 222.168-334.586 0-51.2-10.598-99.924-29.723-144.098l0.907 2.35c-56.972-130.557-184.848-220.199-333.686-220.41h-0.028z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "comment",
- "chat",
- "talk",
- "feedback",
- "opinion"
- ],
+ "attrs": [{}],
+ "tags": ["comment", "chat", "talk", "feedback", "opinion"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 154,
"id": 53,
@@ -6581,23 +4473,13 @@
"paths": [
"M921.588 175.553h-219.422v-73.14c-4.292-57.542-52.035-102.602-110.299-102.602-2.366 0-4.715 0.074-7.043 0.221l0.318-0.016h-146.282c-2.010-0.13-4.36-0.204-6.725-0.204-58.266 0-106.007 45.060-110.277 102.234l-0.022 0.368v73.14h-219.422c-56.419 0.331-102.067 45.977-102.397 102.366v585.157c0.331 56.419 45.977 102.067 102.366 102.397h819.207c56.419-0.331 102.067-45.977 102.397-102.366v-585.157c-0.331-56.419-45.977-102.067-102.366-102.397h-0.032zM409.603 102.412c0-4.681 11.118-14.629 29.256-14.629h146.282c18.139 0 29.256 9.947 29.256 14.629v73.14h-204.793zM102.412 263.322h819.175c8.079 0 14.629 6.55 14.629 14.629v0 190.166h-848.432v-190.166c0-8.079 6.55-14.629 14.629-14.629v0zM321.834 555.884h380.331v87.769h-380.331zM921.588 877.704h-819.175c-8.079 0-14.629-6.55-14.629-14.629v0-307.191h146.282v131.653c0.325 24.105 19.78 43.559 43.853 43.884h468.131c24.105-0.325 43.559-19.78 43.884-43.853v-131.685h146.282v307.191c0 8.079-6.55 14.629-14.629 14.629v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "briefcase",
- "work",
- "job",
- "professional",
- "business"
- ],
+ "attrs": [{}],
+ "tags": ["briefcase", "work", "job", "professional", "business"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 153,
"id": 54,
@@ -6614,23 +4496,13 @@
"paths": [
"M983.875 747.107c-4.979 0-116.724-19.915-116.724-345.747 0-230.128-133.873-373.406-355.151-373.406s-355.151 143.278-355.151 373.406c0 331.917-115.617 345.747-115.065 345.747-22.914 0-41.49 18.576-41.49 41.49s18.576 41.49 41.49 41.49v0h267.193c19.311 95.868 102.854 167.053 203.023 167.053s183.711-71.186 202.798-165.727l0.223-1.325h267.746c22.914 0 41.49-18.576 41.49-41.49s-18.576-41.49-41.49-41.49v0zM512 913.065c-53.673-0.105-99.33-34.318-116.453-82.114l-0.271-0.865h233.448c-17.395 48.661-63.050 82.874-116.711 82.979h-0.013zM166.807 747.107c39.83-60.299 73.022-165.958 73.022-345.747s99.575-290.427 272.172-290.427 272.172 105.66 272.172 290.427 33.192 285.448 73.022 345.747z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "bell",
- "alarm",
- "reminder",
- "notification",
- "alert"
- ],
+ "attrs": [{}],
+ "tags": ["bell", "alarm", "reminder", "notification", "alert"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 218,
"id": 55,
@@ -6647,23 +4519,13 @@
"paths": [
"M333.040 1023.149c-0.395 0.001-0.861 0.003-1.328 0.003-89.93 0-171.755-34.697-232.82-91.434l0.214 0.196c-60.481-56.047-98.213-135.906-98.213-224.578s37.732-168.531 98.016-224.397l0.197-0.181 442.138-417.574c43.713-40.007 102.187-64.52 166.387-64.52s122.673 24.512 166.573 64.688l-0.186-0.169c46.303 43.075 75.506 103.992 76.611 171.742l0.003 0.2c0.003 0.343 0.003 0.748 0.003 1.154 0 58.355-24.702 110.942-64.219 147.873l-0.117 0.107-442.723 418.16c-25.698 23.896-60.263 38.561-98.253 38.561s-72.555-14.665-98.342-38.643l0.089 0.082c-25.889-23.908-42.047-58.024-42.047-95.913s16.158-72.005 41.958-95.834l0.088-0.081 409.387-385.408c7.935-7.925 18.894-12.829 30.996-12.829s23.061 4.902 30.997 12.829v0c7.925 7.935 12.829 18.894 12.829 30.996s-4.902 23.061-12.829 30.997v0l-409.387 385.408c-8.981 7.868-14.621 19.359-14.621 32.167s5.64 24.299 14.572 32.124l0.049 0.042c10.156 8.727 23.465 14.040 38.014 14.040s27.858-5.313 38.092-14.105l-0.078 0.066 442.723-416.989c21.667-21.246 35.097-50.823 35.097-83.538 0-0.444-0.003-0.888-0.007-1.331v0.067c-1.049-42.681-19.73-80.802-49.009-107.504l-0.118-0.107c-27.771-25.797-65.112-41.627-106.148-41.627s-78.377 15.83-106.245 41.716l0.097-0.090-440.383 416.989c-43.561 40.015-70.766 97.247-70.766 160.83s27.203 120.815 70.608 160.688l0.158 0.143c45.833 42.805 107.572 69.087 175.451 69.087s129.619-26.282 175.601-69.225l-0.149 0.137 438.043-414.651c7.869-8.069 18.849-13.075 30.996-13.075s23.127 5.006 30.988 13.066l0.008 0.010c7.925 7.935 12.829 18.894 12.829 30.996s-4.902 23.061-12.829 30.997v0l-441.552 416.405c-60.773 56.558-142.541 91.272-232.414 91.272-1.768 0-3.534-0.014-5.296-0.040l0.267 0.003z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "paperclip",
- "attach",
- "link",
- "join",
- "bind"
- ],
+ "attrs": [{}],
+ "tags": ["paperclip", "attach", "link", "join", "bind"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 151,
"id": 56,
@@ -6680,22 +4542,13 @@
"paths": [
"M833.7 643.604c-62.907 0.233-118.56 31.082-152.865 78.411l-0.38 0.551-309.417-152.076c5.76-17.446 9.17-37.537 9.358-58.398v-0.093c-0.189-20.954-3.597-41.044-9.755-59.892l0.396 1.402 309.417-152.076c34.79 46.82 89.928 76.825 152.074 76.825 104.34 0 188.925-84.585 188.925-188.925s-84.585-188.925-188.925-188.925c-104.34 0-188.925 84.585-188.925 188.925 0 0.34 0.001 0.68 0.003 1.020v-0.052c0.152 10.439 1.209 20.53 3.098 30.325l-0.173-1.080-319.945 160.849c-34.095-36.053-82.261-58.491-135.669-58.491-0.217 0-0.432 0-0.647 0.001h0.033c-104.986 0-190.096 85.108-190.096 190.096s85.108 190.096 190.096 190.096v0c0.182 0 0.399 0.001 0.614 0.001 53.408 0 101.575-22.439 135.587-58.404l0.082-0.088 319.945 160.849c-1.751 8.911-2.81 19.209-2.924 29.734l-0.001 0.096c0 104.986 85.108 190.096 190.096 190.096s190.096-85.108 190.096-190.096c0-104.986-85.108-190.096-190.096-190.096v0zM833.7 87.942c56.531 0 102.359 45.827 102.359 102.359s-45.827 102.359-102.359 102.359c-56.531 0-102.359-45.827-102.359-102.359v0c0.33-56.398 45.96-102.029 102.328-102.359h0.032zM190.3 614.359c-56.531 0-102.359-45.827-102.359-102.359s45.827-102.359 102.359-102.359c56.531 0 102.359 45.827 102.359 102.359v0c-0.33 56.398-45.96 102.029-102.328 102.359h-0.032zM833.7 936.058c-56.531 0-102.359-45.827-102.359-102.359s45.827-102.359 102.359-102.359c56.531 0 102.359 45.827 102.359 102.359v0c-0.33 56.398-45.96 102.029-102.328 102.359h-0.032z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "share-alt",
- "distribute",
- "social",
- "link"
- ],
+ "attrs": [{}],
+ "tags": ["share-alt", "distribute", "social", "link"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 150,
"id": 57,
@@ -6712,23 +4565,13 @@
"paths": [
"M921.588 58.527h-819.175c-56.419 0.331-102.067 45.977-102.397 102.366v702.182c0.331 56.419 45.977 102.067 102.366 102.397h819.207c56.419-0.331 102.067-45.977 102.397-102.366v-702.182c-0.331-56.419-45.977-102.067-102.366-102.397h-0.032zM102.412 146.296h819.175c8.079 0 14.629 6.55 14.629 14.629v0 90.11l-424.215 211.815-424.215-211.815v-90.11c0-8.079 6.55-14.629 14.629-14.629v0zM921.588 877.704h-819.175c-8.079 0-14.629-6.55-14.629-14.629v0-514.325l404.322 202.454c5.795 2.962 12.643 4.698 19.895 4.698s14.098-1.736 20.147-4.815l-0.252 0.117 404.322-202.454v514.325c0 8.079-6.55 14.629-14.629 14.629v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "envelope",
- "email",
- "letter",
- "mail",
- "message"
- ],
+ "attrs": [{}],
+ "tags": ["envelope", "email", "letter", "mail", "message"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 217,
"id": 58,
@@ -6746,25 +4589,13 @@
"M710.11 1023.786c-11.715-0.201-22.473-4.137-31.176-10.665l0.138 0.099-316.316-253.581h-313.014c-27.205-0.367-49.161-22.323-49.528-49.492v-396.256c0.367-27.205 22.323-49.161 49.492-49.528h313.050l316.316-253.581c8.413-6.81 19.245-10.933 31.038-10.933 27.353 0 49.528 22.174 49.528 49.528 0 0.128 0 0.257-0.002 0.387v-0.020 924.514c-0.124 19.673-11.546 36.649-28.101 44.774l-0.296 0.132c-5.939 2.921-12.928 4.629-20.316 4.629-0.288 0-0.574-0.003-0.859-0.008h0.043zM99.27 660.583h280.656c11.732 0.051 22.527 4.016 31.159 10.656l-0.121-0.090 249.619 198.11v-716.499l-249.619 198.11c-8.511 6.55-19.306 10.515-31.026 10.566h-280.668z",
"M915.484 735.204c-11.19-0.147-21.49-3.841-29.859-10.006l0.142 0.101c-12.083-9.132-19.811-23.475-19.811-39.622 0-11.206 3.721-21.543 9.995-29.84l-0.090 0.124c30.292-39.484 48.545-89.591 48.545-143.96s-18.251-104.477-48.961-144.528l0.418 0.566c-6.185-8.174-9.906-18.511-9.906-29.717 0-27.353 22.174-49.528 49.528-49.528 16.148 0 30.49 7.728 39.532 19.687l0.090 0.124c42.965 55.728 68.862 126.535 68.862 203.393s-25.897 147.666-69.442 204.176l0.58-0.783c-9.257 11.932-23.523 19.596-39.586 19.811h-0.036z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "volume-down",
- "low-sound",
- "decrease-volume",
- "quiet",
- "softer"
- ],
+ "attrs": [{}, {}],
+ "tags": ["volume-down", "low-sound", "decrease-volume", "quiet", "softer"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 148,
"id": 59,
@@ -6783,27 +4614,13 @@
"M860.084 839.070c-10.094-0.015-19.331-3.681-26.461-9.747l0.058 0.048c-8.624-7.36-14.057-18.239-14.057-30.387 0-10.3 3.905-19.687 10.315-26.762l-0.030 0.034c61.742-68.722 99.501-160.079 99.501-260.255s-37.758-191.532-99.818-260.614l0.318 0.36c-6.378-7.12-10.277-16.575-10.277-26.941 0-22.34 18.111-40.451 40.451-40.451 11.975 0 22.734 5.203 30.141 13.472l0.034 0.038c74.659 82.7 120.339 192.814 120.339 313.599s-45.68 230.898-120.705 314.010l0.366-0.412c-7.167 8.586-17.874 14.010-29.847 14.010-0.115 0-0.23 0-0.345-0.001h0.018z",
"M733.459 694.124c-9.131-0.12-17.535-3.134-24.364-8.165l0.116 0.082c-9.859-7.451-16.165-19.154-16.165-32.33 0-9.143 3.036-17.578 8.156-24.348l-0.073 0.101c24.717-32.217 39.61-73.102 39.61-117.464s-14.892-85.248-39.95-117.928l0.341 0.462c-5.046-6.669-8.082-15.104-8.082-24.247 0-22.319 18.093-40.412 40.412-40.412 13.176 0 24.879 6.306 32.257 16.064l0.073 0.101c35.058 45.471 56.188 103.247 56.188 165.959s-21.131 120.489-56.662 166.598l0.474-0.639c-7.553 9.736-19.193 15.989-32.301 16.165h-0.029z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "volume-up",
- "loud",
- "increase-sound",
- "high-volume",
- "louder"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["volume-up", "loud", "increase-sound", "high-volume", "louder"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 147,
"id": 60,
@@ -6820,23 +4637,13 @@
"paths": [
"M842.183 1023.786c-11.715-0.201-22.473-4.137-31.176-10.665l0.138 0.099-316.316-253.581h-313.014c-27.205-0.367-49.161-22.323-49.528-49.492v-396.256c0.367-27.205 22.323-49.161 49.492-49.528h313.050l316.316-253.581c8.413-6.81 19.245-10.933 31.038-10.933 27.353 0 49.528 22.174 49.528 49.528 0 0.128 0 0.257-0.002 0.387v-0.020 924.514c-0.153 19.495-11.255 36.364-27.452 44.771l-0.283 0.133c-6.264 2.921-13.598 4.625-21.331 4.625-0.163 0-0.323 0-0.486-0.002h0.025zM231.344 660.583h280.656c11.732 0.051 22.527 4.016 31.159 10.656l-0.121-0.090 249.619 198.11v-716.499l-249.619 198.11c-8.511 6.55-19.306 10.515-31.026 10.566h-280.668z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "volume-off",
- "mute",
- "silent",
- "noiseless",
- "sound-off"
- ],
+ "attrs": [{}],
+ "tags": ["volume-off", "mute", "silent", "noiseless", "sound-off"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 146,
"id": 61,
@@ -6854,25 +4661,13 @@
"M974.421 561.545h-924.841c-27.344-0.025-49.502-22.198-49.502-49.545 0-13.671 5.537-26.048 14.49-35.013v0l462.421-462.421c8.963-8.952 21.342-14.49 35.011-14.49s26.048 5.537 35.013 14.49v0l462.421 462.421c8.952 8.963 14.49 21.342 14.49 35.011 0 27.347-22.157 49.52-49.499 49.545h-0.003zM169.148 462.455h685.704l-342.852-342.852z",
"M908.36 1023.966h-792.721c-63.696-0.373-115.233-51.908-115.606-115.57v-132.155c0.373-63.696 51.908-115.233 115.57-115.606h792.757c63.696 0.373 115.233 51.908 115.606 115.57v132.155c-0.373 63.696-51.908 115.233-115.57 115.606h-0.036zM115.64 759.725c-9.121 0-16.516 7.395-16.516 16.516v0 132.12c0 9.121 7.395 16.516 16.516 16.516v0h792.721c9.121 0 16.516-7.395 16.516-16.516v0-132.12c0-9.121-7.395-16.516-16.516-16.516v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "eject",
- "remove",
- "release",
- "take-out",
- "disconnect"
- ],
+ "attrs": [{}, {}],
+ "tags": ["eject", "remove", "release", "take-out", "disconnect"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 145,
"id": 62,
@@ -6890,25 +4685,13 @@
"M921.588 117.040h-819.175c-56.419 0.331-102.067 45.977-102.397 102.366v585.157c0.331 56.419 45.977 102.067 102.366 102.397h819.207c56.419-0.331 102.067-45.977 102.397-102.366v-585.157c-0.331-56.419-45.977-102.067-102.366-102.397h-0.032zM936.215 219.438v97.715h-12.288c-3.162 0.418-6.82 0.657-10.532 0.657s-7.37-0.239-10.956-0.701l0.424 0.045h-7.607c-7.377-1.502-13.839-3.52-20.003-6.11l0.694 0.259h-7.022c-8.645-4.243-16.008-9.735-22.196-16.341l-0.038-0.041c-16.923-16.712-27.426-39.89-27.5-65.521v-0.014c0.016-8.559 1.299-16.812 3.668-24.592l-0.158 0.601h98.887c0.004 0 0.008 0 0.012 0 7.873 0 14.294 6.219 14.615 14.014l0.001 0.029zM102.412 204.809h98.887c2.212 7.178 3.494 15.431 3.511 23.981v0.010c-0.074 25.645-10.578 48.823-27.491 65.525l-0.010 0.010c-6.348 6.456-13.68 11.92-21.756 16.155l-0.479 0.229h-7.607c-5.25 2.652-11.34 4.689-17.749 5.795l-0.389 0.056h-8.191c-3.162 0.418-6.82 0.657-10.532 0.657s-7.37-0.239-10.956-0.701l0.424 0.045h-12.288v-97.131c0-8.079 6.55-14.629 14.629-14.629v0zM87.785 804.562v-97.715h12.288c3.162-0.418 6.82-0.657 10.532-0.657s7.37 0.239 10.956 0.701l-0.424-0.045h7.607c7.229 1.166 13.718 3.206 19.76 6.041l-0.451-0.191h7.022c8.556 4.464 15.886 9.927 22.223 16.372l0.012 0.012c16.923 16.712 27.426 39.89 27.5 65.521v0.014c-0.016 8.559-1.299 16.812-3.668 24.592l0.158-0.601h-98.887c-0.004 0-0.008 0-0.012 0-7.873 0-14.294-6.219-14.615-14.014l-0.001-0.029zM290.823 819.191c0.287-3.59 0.451-7.773 0.451-11.996s-0.163-8.405-0.485-12.544l0.034 0.549c0.004-0.481 0.007-1.050 0.007-1.62 0-49.382-20.391-94-53.213-125.896l-0.041-0.040c-8.427-8.529-17.825-16.067-28.024-22.443l-0.647-0.377-9.947-6.436c-5.625-3.003-12.567-6.153-19.707-8.903l-1.358-0.459-11.702-4.681c-8.77-2.704-19.269-4.96-30.044-6.336l-0.968-0.101c-2.719-0.288-5.875-0.451-9.069-0.451s-6.35 0.165-9.458 0.484l0.389-0.033h-29.256v-210.060h49.736c9.036-1.557 16.909-3.588 24.522-6.182l-1.116 0.331 12.873-4.096c9.915-3.42 18.418-7.374 26.429-12.074l-0.683 0.37 9.362-5.266c11.406-7.555 21.355-15.646 30.453-24.6l-0.026 0.025c32.863-31.937 53.254-76.555 53.254-125.937 0-0.569-0.003-1.138-0.008-1.707v0.086c0.287-3.59 0.451-7.773 0.451-11.996s-0.163-8.405-0.485-12.544l0.034 0.549h442.355c-0.287 3.59-0.451 7.773-0.451 11.996s0.163 8.405 0.485 12.544l-0.034-0.549c-0.004 0.481-0.007 1.050-0.007 1.62 0 49.382 20.391 94 53.213 125.896l0.041 0.040c8.973 9.14 18.943 17.251 29.747 24.168l0.679 0.407 9.362 5.266c7.327 4.329 15.83 8.282 24.727 11.392l1.018 0.31 12.873 4.096c6.721 2.133 14.826 3.972 23.141 5.166l0.85 0.1h49.151v208.304h-29.256c-2.719-0.277-5.876-0.435-9.069-0.435s-6.351 0.158-9.463 0.466l0.394-0.032c-11.742 1.477-22.241 3.733-32.391 6.794l1.38-0.358-11.702 4.681c-9.096 3.533-16.61 7.072-23.848 11.051l1.029-0.518-9.947 6.436c-10.846 6.753-20.244 14.291-28.657 22.805l-0.015 0.015c-32.863 31.937-53.254 76.555-53.254 125.937 0 0.569 0.003 1.138 0.008 1.707v-0.086c-0.287 3.59-0.451 7.773-0.451 11.996s0.163 8.405 0.485 12.544l-0.034-0.549zM921.588 819.191h-98.887c-2.212-7.178-3.494-15.431-3.511-23.981v-0.010c0.074-25.645 10.578-48.823 27.491-65.525l0.010-0.010c6.226-6.647 13.589-12.14 21.793-16.186l0.443-0.197h7.022c5.388-2.223 11.845-4.236 18.507-5.704l0.802-0.148h7.607c3.162-0.418 6.82-0.657 10.532-0.657s7.37 0.239 10.956 0.701l-0.424-0.045h12.288v97.131c0 8.079-6.55 14.629-14.629 14.629v0z",
"M512 307.207c-113.105 0-204.793 91.69-204.793 204.793s91.69 204.793 204.793 204.793c113.105 0 204.793-91.69 204.793-204.793v0c0-113.105-91.69-204.793-204.793-204.793v0zM512 629.025c-64.631 0-117.025-52.394-117.025-117.025s52.394-117.025 117.025-117.025c64.631 0 117.025 52.394 117.025 117.025v0c0 64.631-52.394 117.025-117.025 117.025v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "money-bill",
- "cash",
- "currency",
- "banknote",
- "bucks"
- ],
+ "attrs": [{}, {}],
+ "tags": ["money-bill", "cash", "currency", "banknote", "bucks"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 144,
"id": 63,
@@ -6925,23 +4708,13 @@
"paths": [
"M871.768 55.371h-553.491c-84.063 0-152.209 68.147-152.209 152.209v0 13.838h-13.838c-84.063 0-152.209 68.147-152.209 152.209v0 442.792c0 84.063 68.147 152.209 152.209 152.209v0h553.491c84.063 0 152.209-68.147 152.209-152.209v0-13.838h13.838c84.063 0 152.209-68.147 152.209-152.209v0-442.792c0-84.063-68.147-152.209-152.209-152.209v0zM249.092 207.58c0-38.21 30.976-69.186 69.186-69.186v0h553.491c38.21 0 69.186 30.976 69.186 69.186v0 343.163l-125.642-105.716c-7.15-6.241-16.567-10.047-26.872-10.047-12.495 0-23.684 5.595-31.196 14.418l-0.048 0.058-59.223 69.74-221.396-214.755c-6.965-8.265-17.229-13.559-28.735-13.836l-0.047-0.001c-11.963 0.464-22.566 5.925-29.844 14.338l-0.044 0.052-168.814 200.917zM318.279 719.559c-38.21 0-69.186-30.976-69.186-69.186v0-16.605l203.131-239.108 191.508 187.633-116.233 137.265zM774.908 816.42c0 38.21-30.976 69.186-69.186 69.186v0h-553.491c-38.21 0-69.186-30.976-69.186-69.186v0-442.792c0-38.21 30.976-69.186 69.186-69.186v0h13.838v345.932c0 84.063 68.147 152.209 152.209 152.209v0h456.629zM871.768 719.559h-235.233l157.191-184.866 145.567 123.429c-3.487 34.553-32.362 61.315-67.514 61.437h-0.013z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "images",
- "pictures",
- "photos",
- "graphics",
- "illustrations"
- ],
+ "attrs": [{}],
+ "tags": ["images", "pictures", "photos", "graphics", "illustrations"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 143,
"id": 64,
@@ -6958,23 +4731,13 @@
"paths": [
"M863.086 58.514h-702.171c-88.87 0-160.914 72.044-160.914 160.914v0 585.143c0 88.87 72.044 160.914 160.914 160.914v0h702.171c88.87 0 160.914-72.044 160.914-160.914v0-585.143c0-88.87-72.044-160.914-160.914-160.914v0zM160.914 146.285h702.171c40.395 0 73.142 32.747 73.142 73.142v0 479.232l-159.158-159.158c-7.493-7.993-18.119-12.974-29.908-12.974-1.007 0-2.005 0.036-2.992 0.108l0.133-0.008c-12.88 0.772-24.239 6.708-32.137 15.744l-0.047 0.055-75.483 90.697-269.166-269.166c-7.488-7.945-18.081-12.89-29.83-12.89-0.416 0-0.831 0.007-1.244 0.018l0.060-0.001c-12.88 0.772-24.239 6.708-32.137 15.744l-0.047 0.055-216.503 258.048v-405.504c0-40.395 32.747-73.142 73.142-73.142v0zM87.772 804.571v-42.716l251.612-301.934 241.079 241.079-147.456 175.543h-272.091c-0.003 0-0.005 0-0.010 0-39.984 0-72.475-32.083-73.133-71.911l-0.001-0.062zM863.086 877.715h-315.977l201.874-242.249 184.32 184.32c-6.765 33.136-35.591 57.744-70.197 57.929h-0.021z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "image",
- "picture",
- "photo",
- "graphic",
- "illustration"
- ],
+ "attrs": [{}],
+ "tags": ["image", "picture", "photo", "graphic", "illustration"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 142,
"id": 65,
@@ -6993,27 +4756,13 @@
"M453.487 789.935c-0.060 0-0.133 0-0.204 0-12.052 0-22.953-4.923-30.803-12.869l-0.004-0.004c-7.929-7.939-12.835-18.903-12.835-31.011s4.904-23.072 12.835-31.013v0l203.038-203.038-203.038-203.038c-7.297-7.816-11.777-18.344-11.777-29.917 0-24.237 19.648-43.884 43.884-43.884 11.575 0 22.101 4.48 29.943 11.802l-0.026-0.023 234.051 234.051c7.929 7.939 12.835 18.903 12.835 31.011s-4.904 23.072-12.835 31.013v0l-234.051 234.051c-7.854 7.95-18.755 12.873-30.807 12.873-0.071 0-0.144 0-0.215 0h0.011z",
"M687.538 555.884h-643.638c-24.237 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h643.638c24.237 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sign-in",
- "login",
- "enter",
- "connect",
- "access"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sign-in", "login", "enter", "connect", "access"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 141,
"id": 66,
@@ -7032,27 +4781,13 @@
"M745.981 789.852c-0.060 0-0.133 0-0.204 0-12.048 0-22.946-4.922-30.794-12.865l-0.004-0.004c-7.927-7.937-12.831-18.898-12.831-31.002s4.903-23.065 12.831-31.003v0l202.978-202.978-202.978-202.978c-8.602-8.031-13.963-19.438-13.963-32.097 0-24.229 19.642-43.871 43.871-43.871 12.66 0 24.066 5.362 32.073 13.937l0.023 0.026 233.981 233.981c7.927 7.937 12.831 18.898 12.831 31.002s-4.903 23.065-12.831 31.003v0l-233.981 233.981c-7.852 7.948-18.75 12.869-30.798 12.869-0.071 0-0.144 0-0.215 0h0.011z",
"M979.961 555.871h-643.446c-24.229 0-43.871-19.642-43.871-43.871s19.642-43.871 43.871-43.871v0h643.446c24.229 0 43.871 19.642 43.871 43.871s-19.642 43.871-43.871 43.871v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "sign-out",
- "logout",
- "exit",
- "leave",
- "disconnect"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["sign-out", "logout", "exit", "leave", "disconnect"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 140,
"id": 67,
@@ -7072,29 +4807,13 @@
"M359.26 724.203c-14.255 0-26.917-6.822-34.899-17.38l-0.079-0.109c-5.603-7.207-8.984-16.384-8.984-26.351 0-14.271 6.93-26.924 17.608-34.778l0.12-0.083c49.111-37.883 111.521-60.719 179.265-60.719s130.154 22.836 179.953 61.23l-0.689-0.51c10.667 8.061 17.489 20.723 17.489 34.978 0 9.892-3.285 19.018-8.824 26.343l0.079-0.109c-8.18 10.541-20.853 17.261-35.095 17.261-9.821 0-18.895-3.195-26.241-8.603l0.123 0.086c-34.771-26.697-78.905-42.783-126.797-42.783s-92.026 16.086-127.294 43.149l0.497-0.366c-7.262 5.353-16.355 8.615-26.202 8.745h-0.031z",
"M512 905.508c-24.147 0-43.723-19.576-43.723-43.723s19.576-43.723 43.723-43.723v0 0c24.147 0 43.723 19.576 43.723 43.723s-19.576 43.723-43.723 43.723v0z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "wifi",
- "internet",
- "wireless",
- "network",
- "connection"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["wifi", "internet", "wireless", "network", "connection"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 139,
"id": 68,
@@ -7116,33 +4835,13 @@
"M879.575 708.915c-21.632-0.292-39.091-17.751-39.383-39.355v-105.049c0-7.25-5.878-13.128-13.128-13.128v0h-630.129c-7.25 0-13.128 5.878-13.128 13.128v0 105.021c0 21.751-17.633 39.383-39.383 39.383s-39.383-17.633-39.383-39.383v0-105.021c0.297-50.632 41.261-91.598 91.866-91.894h630.157c50.632 0.297 91.598 41.261 91.894 91.866v105.049c-0.292 21.632-17.751 39.091-39.355 39.383h-0.028z",
"M512 708.915c-21.632-0.292-39.091-17.751-39.383-39.355v-315.093c0-21.751 17.633-39.383 39.383-39.383s39.383 17.633 39.383 39.383v0 315.064c-0.292 21.632-17.751 39.091-39.355 39.383h-0.028z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "sitemap",
- "hierarchy",
- "structure",
- "tree",
- "network"
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
+ "tags": ["sitemap", "hierarchy", "structure", "tree", "network"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
"properties": {
"order": 138,
"id": 69,
@@ -7164,33 +4863,13 @@
"M698.182 806.788c-25.567-0.345-46.201-20.979-46.545-46.512v-248.276c0-25.706 20.839-46.545 46.545-46.545s46.545 20.839 46.545 46.545v0 248.243c-0.345 25.567-20.979 46.201-46.512 46.545h-0.033z",
"M915.393 806.788c-25.567-0.345-46.201-20.979-46.545-46.512v-496.518c0-25.706 20.839-46.545 46.545-46.545s46.545 20.839 46.545 46.545v0 496.484c-0.345 25.567-20.979 46.201-46.512 46.545h-0.033z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "chart-bar",
- "graphic",
- "diagram",
- "stats",
- "bar-chart"
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
+ "tags": ["chart-bar", "graphic", "diagram", "stats", "bar-chart"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
"properties": {
"order": 137,
"id": 70,
@@ -7208,25 +4887,13 @@
"M863.086 936.228h-702.171c-88.87 0-160.914-72.044-160.914-160.914v0-351.086c0-88.87 72.044-160.914 160.914-160.914v0h35.109l69.047-102.4c29.412-43.303 78.425-71.379 133.997-71.387h225.866c55.573 0.008 104.587 28.085 133.636 70.825l0.361 0.562 69.047 102.4h35.109c88.87 0 160.914 72.044 160.914 160.914v0 351.086c0 88.87-72.044 160.914-160.914 160.914v0zM160.914 351.086c-40.395 0-73.142 32.747-73.142 73.142v0 351.086c0 40.395 32.747 73.142 73.142 73.142v0h702.171c40.395 0 73.142-32.747 73.142-73.142v0-351.086c0-40.395-32.747-73.142-73.142-73.142v0h-58.515c-15.035-0.029-28.294-7.614-36.181-19.159l-0.097-0.151-80.75-123.466c-12.764-19.278-34.075-32.011-58.402-32.765l-0.111-0.003h-229.961c-24.44 0.758-45.751 13.489-58.346 32.499l-0.167 0.269-84.846 123.466c-7.986 11.696-21.243 19.281-36.274 19.31h-0.004z",
"M512 760.685c-105.028 0-190.172-85.142-190.172-190.172s85.142-190.172 190.172-190.172c105.028 0 190.172 85.142 190.172 190.172v0c-0.332 104.895-85.277 189.84-190.139 190.172h-0.032zM512 468.114c-56.554 0-102.4 45.845-102.4 102.4s45.845 102.4 102.4 102.4c56.554 0 102.4-45.845 102.4-102.4v0c-0.331-56.421-45.979-102.070-102.369-102.4h-0.032z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "camera",
- "photo",
- "picture",
- "snapshot",
- "image"
- ],
+ "attrs": [{}, {}],
+ "tags": ["camera", "photo", "picture", "snapshot", "image"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 136,
"id": 71,
@@ -7244,25 +4911,13 @@
"M512 1023.977c-24.105-0.325-43.559-19.779-43.884-43.852v-936.219c0-24.236 19.648-43.884 43.884-43.884s43.884 19.648 43.884 43.884v0 936.187c-0.325 24.105-19.779 43.559-43.852 43.884h-0.032z",
"M599.768 906.954h-380.325c-24.236 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h380.325c3.954 0.373 8.548 0.587 13.193 0.587 76.308 0 139.186-57.511 147.651-131.554l0.063-0.684c-8.529-74.727-71.406-132.238-147.714-132.238-4.645 0-9.24 0.213-13.775 0.629l0.583-0.044h-175.535c-4.502 0.309-9.759 0.484-15.056 0.484-124.284 0-225.944-96.875-233.585-219.234l-0.033-0.671c7.676-123.029 109.334-219.903 233.619-219.903 5.298 0 10.553 0.176 15.762 0.522l-0.706-0.037h321.815c24.236 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0h-321.815c-3.954-0.373-8.548-0.587-13.193-0.587-76.308 0-139.186 57.511-147.651 131.554l-0.063 0.684c8.529 74.727 71.406 132.238 147.714 132.238 4.645 0 9.24-0.213 13.775-0.629l-0.583 0.044h175.535c4.502-0.309 9.759-0.484 15.056-0.484 124.284 0 225.944 96.875 233.585 219.234l0.033 0.671c-7.676 123.029-109.334 219.903-233.619 219.903-5.298 0-10.553-0.176-15.762-0.522l0.706 0.037z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "dollar",
- "money",
- "currency",
- "cash",
- "payment"
- ],
+ "attrs": [{}, {}],
+ "tags": ["dollar", "money", "currency", "cash", "payment"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 135,
"id": 72,
@@ -7279,23 +4934,13 @@
"paths": [
"M746.049 0.019c-153.498 0-277.933 124.435-277.933 277.933v0 131.652h-307.189c-88.867 0-160.908 72.041-160.908 160.908v0 292.56c0 88.867 72.041 160.908 160.908 160.908v0h409.585c88.867 0 160.908-72.041 160.908-160.908v0-292.56c0-88.867-72.041-160.908-160.908-160.908v0h-14.628v-131.652c0-105.024 85.139-190.165 190.165-190.165s190.165 85.139 190.165 190.165v0c0 24.236 19.648 43.884 43.884 43.884s43.884-19.648 43.884-43.884v0c0-153.498-124.435-277.933-277.933-277.933v0zM643.652 570.513v292.56c0 40.394-32.746 73.14-73.14 73.14v0h-409.585c-40.394 0-73.14-32.746-73.14-73.14v0-292.56c0-40.394 32.746-73.14 73.14-73.14v0h409.585c40.394 0 73.14 32.746 73.14 73.14v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "lock-open",
- "unlock",
- "access",
- "open",
- "unchain"
- ],
+ "attrs": [{}],
+ "tags": ["lock-open", "unlock", "access", "open", "unchain"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 134,
"id": 73,
@@ -7312,23 +4957,13 @@
"paths": [
"M863.086 58.514h-702.171c-88.87 0-160.914 72.044-160.914 160.914v0 585.143c0 88.87 72.044 160.914 160.914 160.914v0h702.171c88.87 0 160.914-72.044 160.914-160.914v0-585.143c0-88.87-72.044-160.914-160.914-160.914v0zM936.228 219.429v248.685h-380.342v-321.829h307.2c40.395 0 73.142 32.747 73.142 73.142v0zM160.914 146.285h307.2v321.829h-380.342v-248.685c0-40.395 32.747-73.142 73.142-73.142v0zM87.772 804.571v-248.685h380.342v321.829h-307.2c-40.395 0-73.142-32.747-73.142-73.142v0zM863.086 877.715h-307.2v-321.829h380.342v248.685c0 40.395-32.747 73.142-73.142 73.142v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "table",
- "spreadsheet",
- "grid",
- "chart",
- "layout"
- ],
+ "attrs": [{}],
+ "tags": ["table", "spreadsheet", "grid", "chart", "layout"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 133,
"id": 74,
@@ -7346,25 +4981,13 @@
"M512 1022.599c-0.113 0.001-0.245 0.001-0.378 0.001-8.356 0-16.084-2.691-22.364-7.254l0.11 0.076c-16.56-10.488-405.166-271.583-405.166-588.982 0-236.266 191.533-427.799 427.799-427.799s427.799 191.533 427.799 427.799v0c0 317.399-386.399 578.495-405.166 588.982-6.17 4.487-13.897 7.178-22.254 7.178-0.133 0-0.265-0.001-0.397-0.003h0.021zM512 84.201c-0.329-0.001-0.718-0.001-1.107-0.001-189.346 0-342.951 153.026-343.891 342.151v0.089c0 232.392 264.407 444.91 344.999 503.975 80.591-59.063 344.999-271.583 344.999-503.975-0.939-189.216-154.544-342.241-343.891-342.241-0.389 0-0.779 0.001-1.168 0.003h0.061z",
"M512 553.4c-83.836 0-151.799-67.963-151.799-151.799s67.963-151.799 151.799-151.799c83.836 0 151.799 67.963 151.799 151.799v0c0 83.836-67.963 151.799-151.799 151.799v0zM512 332.6c-38.107 0-68.999 30.892-68.999 68.999s30.892 68.999 68.999 68.999c38.107 0 68.999-30.892 68.999-68.999v0c0-38.107-30.892-68.999-68.999-68.999v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "map-marker",
- "location",
- "pin",
- "place",
- "position"
- ],
+ "attrs": [{}, {}],
+ "tags": ["map-marker", "location", "pin", "place", "position"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 132,
"id": 75,
@@ -7386,33 +5009,13 @@
"M56.918 577.012c-8.949-0.111-17.424-2.014-25.124-5.363l0.419 0.163c-8.262-3.501-15.357-8.097-21.513-13.706l0.059 0.053c-11.653-11.746-18.854-27.923-18.854-45.783 0-0.133 0-0.264 0.002-0.396v0.020c0.258-17.936 7.392-34.155 18.879-46.185l-0.024 0.026c6.096-5.555 13.192-10.151 20.966-13.467l0.488-0.186c8.019-3.808 17.424-6.032 27.348-6.032 3.658 0 7.245 0.302 10.739 0.882l-0.379-0.052 11.702 3.901 11.702 5.851c3.642 2.58 6.822 5.141 9.837 7.878l-0.085-0.076c11.672 12.226 18.854 28.826 18.854 47.102 0 0.125 0 0.251-0.002 0.376v-0.020c0 35.905-29.107 65.012-65.012 65.012v0z",
"M56.918 869.564c-0.236 0.003-0.517 0.005-0.797 0.005-8.607 0-16.825-1.673-24.344-4.711l0.436 0.155c-8.191-4.021-15.246-8.79-21.551-14.388l0.098 0.085c-5.555-6.096-10.151-13.192-13.467-20.966l-0.186-0.488c-3.296-7.27-5.216-15.763-5.216-24.704s1.92-17.436 5.371-25.089l-0.155 0.385c3.501-8.262 8.097-15.357 13.706-21.513l-0.053 0.059c11.733-11.582 27.863-18.736 45.663-18.736 9.098 0 17.76 1.87 25.624 5.245l-0.424-0.162c8.326 3.279 15.455 7.903 21.477 13.674l-0.023-0.021c5.555 6.096 10.151 13.192 13.467 20.966l0.186 0.488c3.296 7.27 5.216 15.763 5.216 24.704s-1.92 17.436-5.371 25.089l0.155-0.385c-3.501 8.262-8.097 15.357-13.706 21.513l0.053-0.059c-11.746 11.653-27.923 18.854-45.783 18.854-0.133 0-0.264 0-0.396-0.002h0.020z"
],
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "list",
- "items",
- "tasks",
- "enumeration",
- "record"
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
+ "tags": ["list", "items", "tasks", "enumeration", "record"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}, {}, {}],
"properties": {
"order": 131,
"id": 76,
@@ -7430,25 +5033,13 @@
"M1020.3 494.452c-7.019-15.208-167.289-377.277-508.3-377.277-0.14 0-0.306 0-0.472 0-34.241 0-67.586 3.836-99.63 11.102l3.004-0.573c-18.045 5.713-30.896 22.309-30.896 41.908 0 24.228 19.641 43.869 43.869 43.869 2.026 0 4.020-0.137 5.972-0.403l-0.228 0.025c23.536-5.148 50.592-8.127 78.334-8.188h0.045c244.499 0 384.881 239.819 419.391 307.086-23.064 44.686-47.534 82.99-75.058 118.824l1.357-1.84c-5.75 7.348-9.221 16.722-9.221 26.907 0 24.18 19.562 43.79 43.724 43.869h0.007c13.993-0.045 26.437-6.635 34.437-16.866l0.073-0.096c34.924-43.997 66.128-93.737 91.55-146.775l2.039-4.721c2.455-5.422 3.887-11.757 3.887-18.425s-1.431-13.003-4.002-18.713l0.117 0.288z",
"M192.045 130.044c-7.813-7.295-18.337-11.773-29.907-11.773-24.228 0-43.869 19.641-43.869 43.869 0 11.571 4.479 22.094 11.798 29.933l-0.023-0.026 53.813 53.813c-74.699 68.875-135.393 151.659-178.181 244.402l-1.975 4.776c-2.203 5.093-3.485 11.025-3.485 17.256s1.282 12.161 3.596 17.545l-0.111-0.289c7.019 15.208 167.289 377.277 508.3 377.277 0.681 0.004 1.487 0.005 2.294 0.005 94.711 0 182.793-28.386 256.201-77.116l-1.714 1.069 63.172 63.172c7.936 7.927 18.897 12.83 31.001 12.83s23.064-4.902 31.002-12.83v0c7.927-7.936 12.83-18.897 12.83-31.001s-4.902-23.064-12.83-31.002v0zM416.073 480.999l129.268 129.853c-9.942 3.409-21.397 5.378-33.312 5.378-28.107 0-53.656-10.952-72.612-28.824l0.052 0.049c-18.724-18.468-30.323-44.118-30.323-72.478 0-13.277 2.543-25.962 7.167-37.592l-0.241 0.688zM512 819.086c-245.083 0-384.881-240.404-419.391-307.086 39.962-79.399 91.284-146.975 152.768-203.701l0.481-0.439 104.701 104.701c-17.797 28.341-28.353 62.795-28.353 99.714 0 104.667 84.849 189.516 189.516 189.516 36.919 0 71.373-10.557 100.508-28.817l-0.792 0.463 94.173 94.173c-54.756 32.362-120.666 51.482-191.042 51.482-0.903 0-1.805-0.003-2.708-0.010l0.138 0.001z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "eye-slash",
- "hide",
- "private",
- "unseen",
- "invisible"
- ],
+ "attrs": [{}, {}],
+ "tags": ["eye-slash", "hide", "private", "unseen", "invisible"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 130,
"id": 77,
@@ -7466,25 +5057,13 @@
"M512 906.971c-341.139 0-501.467-362.204-508.489-377.417-2.22-5.185-3.511-11.22-3.511-17.554s1.291-12.369 3.623-17.853l-0.112 0.299c7.022-15.213 167.351-377.417 508.489-377.417s501.467 362.204 508.489 377.417c2.22 5.185 3.511 11.22 3.511 17.554s-1.291 12.369-3.623 17.853l0.112-0.299c-7.022 15.213-167.351 377.417-508.489 377.417zM92.453 512c34.523 67.292 175.543 307.2 419.547 307.2s385.024-239.908 419.547-307.2c-34.523-67.292-175.543-307.2-419.547-307.2s-385.024 239.908-419.547 307.2z",
"M512 702.172c-105.028 0-190.172-85.142-190.172-190.172s85.142-190.172 190.172-190.172c105.028 0 190.172 85.142 190.172 190.172v0c-0.332 104.895-85.277 189.84-190.139 190.172h-0.032zM512 409.6c-56.554 0-102.4 45.845-102.4 102.4s45.845 102.4 102.4 102.4c56.554 0 102.4-45.845 102.4-102.4v0c-0.331-56.421-45.979-102.070-102.369-102.4h-0.032z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "eye",
- "view",
- "see",
- "look",
- "watch"
- ],
+ "attrs": [{}, {}],
+ "tags": ["eye", "view", "see", "look", "watch"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 129,
"id": 78,
@@ -7502,25 +5081,13 @@
"M82.761 872.006h-83.078v-609.242c-0.010-0.662-0.017-1.442-0.017-2.225 0-82.317 66.265-149.157 148.363-150.085l0.088-0.001h133.48c0.27-0.006 0.588-0.010 0.906-0.010 12.364 0 23.485 5.331 31.186 13.821l0.031 0.035 147.88 178.895h271.943c0.175-0.001 0.383-0.001 0.591-0.001 82.895 0 150.096 67.2 150.096 150.096 0 1.168-0.013 2.335-0.040 3.497l0.003-0.173v27.692h-83.078v-27.692c0.013-0.495 0.021-1.077 0.021-1.662 0-37.318-30.252-67.57-67.57-67.57-0.008 0-0.014 0-0.022 0h-291.881c-12.686-0.029-24.015-5.815-31.514-14.885l-0.056-0.069-147.88-178.895h-114.094c-36.362 1.219-65.376 30.988-65.376 67.535 0 0.597 0.008 1.192 0.023 1.785l-0.001-0.088z",
"M795.574 913.546h-754.353c-14.913-0.126-27.961-7.987-35.343-19.762l-0.103-0.177c-3.401-5.891-5.407-12.958-5.407-20.493s2.007-14.601 5.513-20.694l-0.106 0.201 187.203-360.006c7.347-13.219 21.185-22.042 37.092-22.155h752.707c14.913 0.126 27.961 7.987 35.343 19.762l0.103 0.177c3.401 5.891 5.407 12.958 5.407 20.493s-2.007 14.601-5.513 20.694l0.106-0.201-187.203 360.006c-7.071 12.759-20.17 21.423-35.35 22.151l-0.097 0.004zM109.346 830.467h661.305l144.002-276.928h-661.305z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "folder-open",
- "access-files",
- "open-directory",
- "open-folder",
- "file-access"
- ],
+ "attrs": [{}, {}],
+ "tags": ["folder-open", "access-files", "open-directory", "open-folder", "file-access"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 128,
"id": 79,
@@ -7537,23 +5104,13 @@
"paths": [
"M853.323 961.925h-682.645c-94.253 0-170.661-76.408-170.661-170.661v0-558.528c0-94.253 76.408-170.661 170.661-170.661v0h155.147c0.039 0 0.084 0 0.131 0 13.934 0 26.476 5.965 35.211 15.48l0.032 0.035 171.903 201.070h320.223c0 0 0 0 0.001 0 94.253 0 170.661 76.408 170.661 170.661 0 0.218 0 0.436-0.001 0.655v-0.033 341.323c0 94.253-76.408 170.661-170.661 170.661v0zM170.677 155.163c-42.842 0-77.573 34.731-77.573 77.573v0 558.528c0 42.842 34.731 77.573 77.573 77.573v0h682.645c42.842 0 77.573-34.731 77.573-77.573v0-341.323c0-42.842-34.731-77.573-77.573-77.573v0h-341.323c-14.071-0.131-26.67-6.321-35.33-16.085l-0.044-0.049-171.903-201.070z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "folder",
- "file-holder",
- "organizer",
- "container",
- "directory"
- ],
+ "attrs": [{}],
+ "tags": ["folder", "file-holder", "organizer", "container", "directory"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 126,
"id": 80,
@@ -7571,25 +5128,13 @@
"M570.515 906.971h-409.6c-88.87 0-160.914-72.044-160.914-160.914v0-468.114c0-88.87 72.044-160.914 160.914-160.914v0h409.6c88.87 0 160.914 72.044 160.914 160.914v0 468.114c0 88.87-72.044 160.914-160.914 160.914v0zM160.914 204.8c-40.395 0-73.142 32.747-73.142 73.142v0 468.114c0 40.395 32.747 73.142 73.142 73.142v0h409.6c40.395 0 73.142-32.747 73.142-73.142v0-468.114c0-40.395-32.747-73.142-73.142-73.142v0z",
"M980.114 789.943c-8.437-0.136-16.291-2.51-23.030-6.553l0.21 0.117-292.571-175.543c-12.706-7.831-21.051-21.663-21.065-37.447v-117.029c0.014-15.785 8.359-29.619 20.876-37.34l0.189-0.108 292.571-175.543c6.348-3.861 14.026-6.145 22.235-6.145s15.887 2.285 22.428 6.254l-0.192-0.108c13.334 7.666 22.183 21.811 22.235 38.027v468.122c-0.053 16.223-8.901 30.368-22.022 37.921l-0.213 0.112c-5.841 3.327-12.834 5.288-20.285 5.288-0.48 0-0.959-0.008-1.435-0.025l0.069 0.001zM731.429 545.939l204.8 122.88v-313.636l-204.8 122.88z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "video",
- "movie",
- "clip",
- "footage",
- "film"
- ],
+ "attrs": [{}, {}],
+ "tags": ["video", "movie", "clip", "footage", "film"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 125,
"id": 81,
@@ -7607,25 +5152,13 @@
"M862.966 979.954h-701.931c-88.84 0-160.859-72.019-160.859-160.859v0-350.966c0-24.229 19.642-43.871 43.871-43.871s43.871 19.642 43.871 43.871v0 350.966c-0.014 0.522-0.021 1.138-0.021 1.755 0 40.382 32.736 73.117 73.117 73.117 0.007 0 0.015 0 0.022 0h701.93c40.382 0 73.117-32.736 73.117-73.117v0-350.966c0-24.229 19.642-43.871 43.871-43.871s43.871 19.642 43.871 43.871v0 350.966c-0.991 88.083-72.627 159.104-160.849 159.104-0.004 0-0.007 0-0.011 0h0.001z",
"M512 702.107c-0.038 0-0.085 0-0.13 0-110.716 0-202.222-82.245-216.757-188.973l-0.126-1.134h-250.94c-0.097 0.001-0.211 0.001-0.326 0.001-24.229 0-43.871-19.642-43.871-43.871 0-8.677 2.52-16.767 6.867-23.575l-0.106 0.177 218.184-350.966c17.362-29.96 49.275-49.789 85.818-49.789 1.293 0 2.582 0.025 3.862 0.074l-0.185-0.005h395.422c40.382 0.115 75.22 23.729 91.572 57.882l0.265 0.613 215.844 347.456c2.498 5.344 3.955 11.604 3.955 18.204 0 23.357-18.253 42.45-41.273 43.795l-0.119 0.005h-250.94c-14.66 107.862-106.167 190.107-216.883 190.107-0.047 0-0.092 0-0.138 0h0.007zM123.014 426.013h213.504c24.229 0 43.871 19.642 43.871 43.871v0 12.869c0 72.687 58.925 131.612 131.612 131.612s131.612-58.925 131.612-131.612v0-12.869c0-24.229 19.642-43.871 43.871-43.871v0h213.504l-175.483-284.282c-4.679-8.189-9.36-11.698-15.208-11.698h-396.006c-5.783 0.148-10.777 3.381-13.412 8.109l-0.041 0.081z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "inbox",
- "email",
- "messages",
- "mail",
- "receive"
- ],
+ "attrs": [{}, {}],
+ "tags": ["inbox", "email", "messages", "mail", "receive"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 124,
"id": 82,
@@ -7642,23 +5175,13 @@
"paths": [
"M804.555 409.605h-14.628v-131.65c0-153.495-124.432-277.928-277.928-277.928s-277.928 124.432-277.928 277.928v0 131.65h-14.628c-88.865 0-160.905 72.040-160.905 160.905v0 292.555c0 88.865 72.040 160.905 160.905 160.905v0h585.111c88.865 0 160.905-72.040 160.905-160.905v0-292.555c0-88.865-72.040-160.905-160.905-160.905v0zM321.839 277.955c0-105.022 85.138-190.161 190.161-190.161s190.161 85.138 190.161 190.161v0 131.65h-380.321zM877.694 863.066c0 40.393-32.745 73.138-73.138 73.138v0h-585.111c-40.393 0-73.138-32.745-73.138-73.138v0-292.555c0-40.393 32.745-73.138 73.138-73.138v0h585.111c40.393 0 73.138 32.745 73.138 73.138v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "lock",
- "secure",
- "safe",
- "restrict",
- "close"
- ],
+ "attrs": [{}],
+ "tags": ["lock", "secure", "safe", "restrict", "close"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 123,
"id": 83,
@@ -7675,23 +5198,13 @@
"paths": [
"M804.555 409.605h-482.716v-131.65c0-105.022 85.138-190.161 190.161-190.161s190.161 85.138 190.161 190.161v0c0 24.236 19.647 43.883 43.883 43.883s43.883-19.647 43.883-43.883v0c0-153.495-124.432-277.928-277.928-277.928s-277.928 124.432-277.928 277.928v0 131.65h-14.628c-88.865 0-160.905 72.040-160.905 160.905v0 292.555c0 88.865 72.040 160.905 160.905 160.905v0h585.111c88.865 0 160.905-72.040 160.905-160.905v0-292.555c0-88.865-72.040-160.905-160.905-160.905v0zM877.694 863.066c0 40.393-32.745 73.138-73.138 73.138v0h-585.111c-40.393 0-73.138-32.745-73.138-73.138v0-292.555c0-40.393 32.745-73.138 73.138-73.138v0h585.111c40.393 0 73.138 32.745 73.138 73.138v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "unlock",
- "open",
- "access",
- "free",
- "unchain"
- ],
+ "attrs": [{}],
+ "tags": ["unlock", "open", "access", "free", "unchain"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 122,
"id": 84,
@@ -7708,23 +5221,13 @@
"paths": [
"M988.652 422.661l-315.315-315.315c-7.357-7.357-17.342-11.562-27.852-11.562h-606.456c-21.546 0-39.414 17.868-39.414 39.414v414.113c0 10.51 4.204 20.495 11.562 27.852l315.315 314.789c23.123 23.123 53.604 35.735 86.186 35.735v0c32.582 0 63.589-12.613 86.186-35.735l11.562-11.562c2.103 4.204 4.204 8.409 7.883 11.562 23.649 23.649 55.18 35.735 86.186 35.735s62.537-12.087 86.712-35.735l296.922-296.922c47.297-47.297 47.297-124.549 0-172.373zM443.681 836.249c-8.409 8.409-18.919 12.613-30.481 12.613s-22.598-4.73-30.481-12.613l-304.279-303.228v-358.409h358.409l303.753 303.753c16.816 16.816 16.816 44.144 0 60.961l-296.922 296.922zM932.946 539.328l-296.922 296.922c-16.816 16.816-44.67 16.816-61.486 0-3.679-3.679-7.357-5.78-12.087-7.883l233.333-233.333c47.297-47.823 47.297-125.075 0-172.373l-248.048-248.048h80.931l303.753 303.753c16.816 16.816 16.816 44.144 0 60.961zM314.928 328.067c0 36.261-29.429 65.69-65.69 65.69s-65.69-29.429-65.69-65.69 29.429-65.69 65.69-65.69 65.69 29.429 65.69 65.69z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "tags",
- "labels",
- "prices",
- "identifiers",
- "stickers"
- ],
+ "attrs": [{}],
+ "tags": ["tags", "labels", "prices", "identifiers", "stickers"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 121,
"id": 85,
@@ -7741,23 +5244,13 @@
"paths": [
"M532.53 1023.985c-37.212 0-74.423-14.115-102.654-42.345l-415.747-415.105c-8.982-8.982-14.115-21.172-14.115-34.004v-484.396c0-26.304 21.814-48.119 48.119-48.119h483.756c12.831 0 25.022 5.132 34.004 14.115l415.747 415.747c55.818 56.46 55.818 148.206 0 204.666 0 0 0 0 0 0l-347.098 347.098c-28.229 28.229-65.442 42.345-102.654 42.345zM96.253 512.642l401.632 400.991c19.248 18.605 50.044 18.605 68.649 0l347.098-347.098c18.605-18.605 18.605-49.402 0-68.649l-401.632-401.632h-415.747v415.747zM947.637 600.539v0zM287.446 367.643c-44.269 0-80.198-35.928-80.198-80.198s35.928-80.198 80.198-80.198 80.198 35.928 80.198 80.198-35.928 80.198-80.198 80.198z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "tag",
- "label",
- "price",
- "identifier",
- "sticker"
- ],
+ "attrs": [{}],
+ "tags": ["tag", "label", "price", "identifier", "sticker"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 120,
"id": 86,
@@ -7775,25 +5268,13 @@
"M512 1024.445c-282.822-0.256-511.994-229.587-511.994-512.445 0-141.396 57.267-269.417 149.871-362.133l-0.005 0.005c7.661-7.856 18.351-12.73 30.177-12.73s22.516 4.874 30.169 12.72l0.008 0.009c7.716 7.725 12.49 18.395 12.49 30.177s-4.772 22.451-12.49 30.178v0c-83.727 78.173-135.917 189.204-135.917 312.426 0 235.846 191.191 427.037 427.037 427.037 123.22 0 234.253-52.189 312.196-135.668l0.23-0.248c77.442-77.134 125.361-183.857 125.361-301.773s-47.919-224.639-125.347-301.759l-0.015-0.015c-7.716-7.725-12.49-18.395-12.49-30.177s4.772-22.451 12.49-30.178v0c7.661-7.856 18.351-12.73 30.177-12.73s22.516 4.874 30.169 12.72l0.008 0.009c92.6 92.711 149.866 220.732 149.866 362.128 0 282.858-229.172 512.187-511.97 512.445h-0.024z",
"M512 554.704c-23.456-0.316-42.387-19.247-42.704-42.673v-455.537c0-23.584 19.119-42.704 42.704-42.704s42.704 19.119 42.704 42.704v0 455.506c-0.316 23.456-19.247 42.387-42.673 42.704h-0.031z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "power-off",
- "shutdown",
- "turn-off",
- "stop",
- "end"
- ],
+ "attrs": [{}, {}],
+ "tags": ["power-off", "shutdown", "turn-off", "stop", "end"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 119,
"id": 87,
@@ -7812,27 +5293,13 @@
"M789.943 980.114h-87.771v-365.715h-380.342v365.715h-87.771v-380.342c0-40.395 32.747-73.142 73.142-73.142v0h409.6c40.395 0 73.142 32.747 73.142 73.142v0z",
"M539.501 321.828h-230.547c-41.436-0.331-74.901-33.998-74.901-75.481 0-0.207 0.001-0.413 0.003-0.619v0.032-201.874h87.771v190.172h204.8v-190.172h87.771v201.874c0.001 0.174 0.003 0.381 0.003 0.587 0 41.483-33.464 75.152-74.869 75.481h-0.032z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "save",
- "store",
- "keep",
- "reserve",
- "record"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["save", "store", "keep", "reserve", "record"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 118,
"id": 88,
@@ -7851,27 +5318,13 @@
"M381.156 267.377c-33.393 33.448-54.044 79.627-54.044 130.628 0 0.076 0 0.152 0 0.228v-0.012c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667v0c-0.001-0.156-0.001-0.341-0.001-0.525 0-27.345 11.088-52.101 29.015-70.016v0c18.327-17.443 43.181-28.173 70.543-28.173s52.216 10.731 70.585 28.213l-0.043-0.040c18.449 18.085 29.885 43.264 29.885 71.115 0 54.983-44.572 99.556-99.556 99.556-0.307 0-0.613-0.001-0.919-0.004h0.047c-23.436 0.316-42.351 19.231-42.667 42.636v56.92c0 23.564 19.103 42.667 42.667 42.667s42.667-19.103 42.667-42.667v0-19.343c34.751-8.129 64.687-25.311 88.169-48.916l0.008-0.008c33.387-33.532 54.025-79.777 54.025-130.844s-20.64-97.313-54.032-130.851l0.007 0.007c-34.036-32.508-80.253-52.515-131.144-52.515-50.6 0-96.58 19.779-130.632 52.028l0.087-0.081z",
"M583.111 753.777c0 39.273-31.837 71.111-71.111 71.111s-71.111-31.837-71.111-71.111c0-39.273 31.837-71.111 71.111-71.111s71.111 31.837 71.111 71.111z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "question-circle",
- "help",
- "info",
- "query",
- "uncertainty"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["question-circle", "help", "info", "query", "uncertainty"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 117,
"id": 89,
@@ -7889,25 +5342,13 @@
"M750.032 98.514c-60.88-61-145.050-98.738-238.034-98.738-185.726 0-336.287 150.56-336.287 336.287 0 0.17 0 0.34 0 0.511v-0.026c0 24.225 19.639 43.864 43.864 43.864s43.864-19.639 43.864-43.864v0c0-0.174 0-0.378 0-0.584 0-137.598 111.546-249.145 249.145-249.145s249.145 111.546 249.145 249.145c0 137.598-111.546 249.145-249.145 249.145-0.206 0-0.411 0-0.617-0.001h0.032c-24.093 0.325-43.539 19.77-43.864 43.832v117c0 24.225 19.639 43.864 43.864 43.864s43.864-19.639 43.864-43.864v0-76.031c165.808-22.845 292.141-163.614 292.141-333.889 0-92.678-37.425-176.615-97.988-237.522l0.016 0.016z",
"M585.105 950.635c0 40.375-32.73 73.105-73.105 73.105s-73.105-32.73-73.105-73.105c0-40.375 32.73-73.105 73.105-73.105s73.105 32.73 73.105 73.105z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "question",
- "help",
- "query",
- "doubt",
- "uncertainty"
- ],
+ "attrs": [{}, {}],
+ "tags": ["question", "help", "query", "doubt", "uncertainty"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 116,
"id": 90,
@@ -7924,23 +5365,13 @@
"paths": [
"M907.406 301.957l-290.385-290.385c-7.121-7.13-16.959-11.543-27.829-11.553h-129.703c-79.752 0-144.404 64.652-144.404 144.404v0 65.638h-65.638c-79.752 0-144.404 64.652-144.404 144.404v0 525.108c0 79.752 64.652 144.404 144.404 144.404v0h367.575c79.752 0 144.404-64.652 144.404-144.404v0-65.638h13.128c79.752 0 144.404-64.652 144.404-144.404v0-341.319c-0.443-10.296-4.774-19.502-11.552-26.254l-0.001-0.001zM630.149 134.448l154.382 154.382h-154.382zM682.66 879.575c0 36.251-29.387 65.638-65.638 65.638v0h-367.575c-36.251 0-65.638-29.387-65.638-65.638v0-525.108c0-36.251 29.387-65.638 65.638-65.638v0h65.638v380.702c0 79.752 64.652 144.404 144.404 144.404v0h223.17zM774.553 735.17h-315.064c-36.251 0-65.638-29.387-65.638-65.638v0-525.108c0-36.251 29.387-65.638 65.638-65.638v0h91.894v249.426c0.292 21.632 17.751 39.091 39.355 39.383h249.455v301.936c0 36.251-29.387 65.638-65.638 65.638v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "copy",
- "duplicate",
- "replicate",
- "clone",
- "reproduce"
- ],
+ "attrs": [{}],
+ "tags": ["copy", "duplicate", "replicate", "clone", "reproduce"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 115,
"id": 91,
@@ -7957,23 +5388,13 @@
"paths": [
"M894.081 336.465l-323.57-323.57c-7.935-7.944-18.897-12.862-31.009-12.873h-261.55c-88.866 0-160.907 72.041-160.907 160.907v0 702.14c0 88.866 72.041 160.907 160.907 160.907v0h468.093c88.866 0 160.907-72.041 160.907-160.907v0-497.35c-0.494-11.473-5.32-21.731-12.872-29.254l-0.001-0.001zM585.139 149.812l172.024 172.024h-172.024zM746.047 936.209h-468.093c-40.394 0-73.139-32.746-73.139-73.139v0-702.14c0-40.394 32.746-73.139 73.139-73.139v0h219.419v277.931c0.325 24.105 19.779 43.559 43.852 43.884h277.962v453.466c0 40.394-32.746 73.139-73.139 73.139v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "file",
- "document",
- "record",
- "data",
- "paper"
- ],
+ "attrs": [{}],
+ "tags": ["file", "document", "record", "data", "paper"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 114,
"id": 92,
@@ -7991,24 +5412,13 @@
"M629.028 789.943h-468.114c-88.87 0-160.914-72.044-160.914-160.914v0-468.114c0-88.87 72.044-160.914 160.914-160.914v0h468.114c88.87 0 160.914 72.044 160.914 160.914v0 468.114c0 88.87-72.044 160.914-160.914 160.914v0zM160.914 87.772c-40.395 0-73.142 32.747-73.142 73.142v0 468.114c0 40.395 32.747 73.142 73.142 73.142v0h468.114c40.395 0 73.142-32.747 73.142-73.142v0-468.114c0-40.395-32.747-73.142-73.142-73.142v0z",
"M863.086 1024h-468.114c-88.87 0-160.914-72.044-160.914-160.914v0-117.028h87.771v117.028c0 40.395 32.747 73.142 73.142 73.142v0h468.114c40.395 0 73.142-32.747 73.142-73.142v0-468.114c0-40.395-32.747-73.142-73.142-73.142v0h-117.028v-87.771h117.028c88.87 0 160.914 72.044 160.914 160.914v0 468.114c0 88.87-72.044 160.914-160.914 160.914v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "clone",
- "duplicate",
- "copy",
- "replicate"
- ],
+ "attrs": [{}, {}],
+ "tags": ["clone", "duplicate", "copy", "replicate"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 111,
"id": 93,
@@ -8026,23 +5436,13 @@
"M788.756 110.703h-69.189v-69.189c0-22.927-18.586-41.514-41.514-41.514s-41.514 18.586-41.514 41.514v0 69.189h-249.081v-69.189c0-22.927-18.586-41.514-41.514-41.514s-41.514 18.586-41.514 41.514v0 69.189h-69.189c-84.066 0-152.216 68.15-152.216 152.216v0 608.864c0 84.066 68.15 152.216 152.216 152.216v0h553.514c84.066 0 152.216-68.15 152.216-152.216v0-608.864c0-84.066-68.15-152.216-152.216-152.216v0zM235.244 193.73h69.189v69.189c0 22.927 18.586 41.514 41.514 41.514s41.514-18.586 41.514-41.514v0-69.189h249.081v69.189c0 22.927 18.586 41.514 41.514 41.514s41.514-18.586 41.514-41.514v0-69.189h69.189c38.212 0 69.189 30.977 69.189 69.189v0 152.216h-691.891v-152.216c0-38.212 30.977-69.189 69.189-69.189v0zM788.756 940.973h-553.514c-38.212 0-69.189-30.977-69.189-69.189v0-373.622h691.891v373.622c0 38.212-30.977 69.189-69.189 69.189v0z",
"M619.381 626.023c-7.448-7.637-17.839-12.375-29.336-12.375s-21.888 4.738-29.328 12.366l-0.008 0.009-48.71 48.71-48.71-48.71c-7.393-6.903-17.353-11.141-28.301-11.141-22.927 0-41.514 18.586-41.514 41.514 0 10.949 4.238 20.907 11.165 28.325l-0.022-0.025 48.71 48.71-48.71 48.71c-7.637 7.448-12.375 17.839-12.375 29.336s4.738 21.888 12.366 29.328l0.009 0.008c7.171 7.515 17.264 12.187 28.45 12.187 0.311 0 0.623-0.004 0.933-0.010l-0.047 0.001c0.057 0 0.126 0 0.193 0 11.401 0 21.713-4.657 29.139-12.174l48.714-48.714 48.71 48.71c7.43 7.52 17.742 12.178 29.142 12.178 0.067 0 0.136 0 0.204 0h-0.010c0.263 0.006 0.575 0.010 0.886 0.010 11.185 0 21.278-4.673 28.435-12.173l0.014-0.016c7.637-7.448 12.375-17.839 12.375-29.336s-4.738-21.888-12.366-29.328l-0.009-0.008-48.71-48.71 48.71-48.71c7.637-7.448 12.375-17.839 12.375-29.336s-4.738-21.888-12.366-29.328l-0.009-0.008z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "calendar-times",
- "delete-event",
- "clear-calendar"
- ],
+ "attrs": [{}, {}],
+ "tags": ["calendar-times", "delete-event", "clear-calendar"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 110,
"id": 94,
@@ -8060,24 +5460,13 @@
"M788.756 110.703h-69.189v-69.189c0-22.927-18.586-41.514-41.514-41.514s-41.514 18.586-41.514 41.514v0 69.189h-249.081v-69.189c0-22.927-18.586-41.514-41.514-41.514s-41.514 18.586-41.514 41.514v0 69.189h-69.189c-84.066 0-152.216 68.15-152.216 152.216v0 608.864c0 84.066 68.15 152.216 152.216 152.216v0h553.514c84.066 0 152.216-68.15 152.216-152.216v0-608.864c0-84.066-68.15-152.216-152.216-152.216v0zM235.244 193.73h69.189v69.189c0 22.927 18.586 41.514 41.514 41.514s41.514-18.586 41.514-41.514v0-69.189h249.081v69.189c0 22.927 18.586 41.514 41.514 41.514s41.514-18.586 41.514-41.514v0-69.189h69.189c38.212 0 69.189 30.977 69.189 69.189v0 152.216h-691.891v-152.216c0-38.212 30.977-69.189 69.189-69.189v0zM788.756 940.973h-553.514c-38.212 0-69.189-30.977-69.189-69.189v0-373.622h691.891v373.622c0 38.212-30.977 69.189-69.189 69.189v0z",
"M622.702 694.659h-221.406c-22.927 0-41.514 18.586-41.514 41.514s18.586 41.514 41.514 41.514v0h221.406c22.927 0 41.514-18.586 41.514-41.514s-18.586-41.514-41.514-41.514v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "calendar-minus",
- "remove-event",
- "delete-date",
- "cancel-event"
- ],
+ "attrs": [{}, {}],
+ "tags": ["calendar-minus", "remove-event", "delete-date", "cancel-event"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 109,
"id": 95,
@@ -8095,24 +5484,13 @@
"M788.756 110.703h-69.189v-69.189c0-22.927-18.586-41.514-41.514-41.514s-41.514 18.586-41.514 41.514v0 69.189h-249.081v-69.189c0-22.927-18.586-41.514-41.514-41.514s-41.514 18.586-41.514 41.514v0 69.189h-69.189c-84.066 0-152.216 68.15-152.216 152.216v0 608.864c0 84.066 68.15 152.216 152.216 152.216v0h553.514c84.066 0 152.216-68.15 152.216-152.216v0-608.864c0-84.066-68.15-152.216-152.216-152.216v0zM235.244 193.73h69.189v69.189c0 22.927 18.586 41.514 41.514 41.514s41.514-18.586 41.514-41.514v0-69.189h249.081v69.189c0 22.927 18.586 41.514 41.514 41.514s41.514-18.586 41.514-41.514v0-69.189h69.189c38.212 0 69.189 30.977 69.189 69.189v0 152.216h-691.891v-152.216c0-38.212 30.977-69.189 69.189-69.189v0zM788.756 940.973h-553.514c-38.212 0-69.189-30.977-69.189-69.189v0-373.622h691.891v373.622c0 38.212-30.977 69.189-69.189 69.189v0z",
"M622.702 691.892h-69.189v-69.189c0-22.927-18.586-41.514-41.514-41.514s-41.514 18.586-41.514 41.514v0 69.189h-69.189c-22.927 0-41.514 18.586-41.514 41.514s18.586 41.514 41.514 41.514v0h69.189v69.189c0 22.927 18.586 41.514 41.514 41.514s41.514-18.586 41.514-41.514v0-69.189h69.189c22.927 0 41.514-18.586 41.514-41.514s-18.586-41.514-41.514-41.514v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "calendar-plus",
- "add-event",
- "new-date",
- "schedule"
- ],
+ "attrs": [{}, {}],
+ "tags": ["calendar-plus", "add-event", "new-date", "schedule"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 108,
"id": 96,
@@ -8131,28 +5509,13 @@
"M614.393 102.431c0 56.549-45.842 102.393-102.393 102.393s-102.393-45.842-102.393-102.393c0-56.549 45.842-102.393 102.393-102.393s102.393 45.842 102.393 102.393z",
"M614.393 921.569c0 56.549-45.842 102.393-102.393 102.393s-102.393-45.842-102.393-102.393c0-56.549 45.842-102.393 102.393-102.393s102.393 45.842 102.393 102.393z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "ellipsis-v",
- "more",
- "options",
- "menu",
- "vertical",
- "dots"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["ellipsis-v", "more", "options", "menu", "vertical", "dots"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 107,
"id": 97,
@@ -8171,28 +5534,13 @@
"M1023.886 512c0 56.54-45.835 102.379-102.379 102.379s-102.379-45.835-102.379-102.379c0-56.54 45.835-102.379 102.379-102.379s102.379 45.835 102.379 102.379z",
"M204.868 512c0 56.54-45.835 102.379-102.379 102.379s-102.379-45.835-102.379-102.379c0-56.54 45.835-102.379 102.379-102.379s102.379 45.835 102.379 102.379z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "ellipsis-h",
- "more",
- "options",
- "menu",
- "horizontal",
- "dots"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["ellipsis-h", "more", "options", "menu", "horizontal", "dots"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 106,
"id": 98,
@@ -8209,23 +5557,13 @@
"paths": [
"M848.457 1024c-9.363-0.189-18.033-2.998-25.352-7.723l0.191 0.115-311.296-217.088-311.296 217.088c-6.501 4.018-14.382 6.4-22.821 6.4s-16.32-2.381-23.010-6.509l0.189 0.108c-13.4-7.013-22.574-20.486-23.401-36.171l-0.004-0.107v-819.2c0-88.87 72.044-160.914 160.914-160.914v0h438.857c88.87 0 160.914 72.044 160.914 160.914v0 819.2c0 0.048 0 0.104 0 0.159 0 16.646-9.393 31.099-23.169 38.347l-0.237 0.114c-5.911 3.304-12.965 5.254-20.477 5.266h-0.004zM512 702.172c0.137-0.001 0.3-0.003 0.464-0.003 9.223 0 17.782 2.846 24.846 7.706l-0.148-0.096 267.411 186.075v-734.939c0-40.395-32.747-73.142-73.142-73.142v0h-438.857c-40.395 0-73.142 32.747-73.142 73.142v0 734.939l267.411-186.075c6.916-4.764 15.475-7.609 24.698-7.609 0.163 0 0.325 0.001 0.488 0.003h-0.025z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "bookmark",
- "favorite",
- "mark",
- "save",
- "tag"
- ],
+ "attrs": [{}],
+ "tags": ["bookmark", "favorite", "mark", "save", "tag"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 105,
"id": 99,
@@ -8242,23 +5580,13 @@
"paths": [
"M512 0c-282.769 0-512 229.231-512 512s229.231 512 512 512c282.769 0 512-229.231 512-512v0c0-282.769-229.231-512-512-512v0zM936.391 469.333h-157.013c-21.309-143.377-80.98-269.999-168.128-372.54l0.875 1.056c174.421 43.539 304.877 189.937 324.104 369.605l0.163 1.879zM330.524 554.667h362.951c-28.064 140.685-92.065 263.297-182.001 361.829l0.527-0.585c-89.411-97.947-153.411-220.56-180.673-356.452l-0.803-4.792zM330.524 469.333c28.064-140.685 92.065-263.297 182.001-361.829l-0.527 0.585c89.411 97.947 153.411 220.56 180.673 356.452l0.803 4.792zM411.876 97.849c-86.273 101.485-145.944 228.107-166.755 367.427l-0.499 4.057h-157.013c19.389-181.548 149.845-327.945 321.319-370.86l2.948-0.625zM87.609 552.96h157.013c21.309 143.377 80.98 269.999 168.128 372.54l-0.875-1.056c-173.937-43.335-304.18-188.936-324.092-367.845l-0.175-1.933zM612.124 924.444c86.273-101.485 145.944-228.107 166.755-367.427l0.499-4.057h157.013c-18.688 182.253-149.359 329.449-321.317 372.565l-2.949 0.627z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "globe",
- "world",
- "internet",
- "global",
- "earth"
- ],
+ "attrs": [{}],
+ "tags": ["globe", "world", "internet", "global", "earth"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 104,
"id": 100,
@@ -8276,25 +5604,13 @@
"M512 1023.452c-233.911-0.333-423.443-189.864-423.774-423.743v-0.032c0-24.211 19.627-43.839 43.839-43.839s43.839 19.627 43.839 43.839v0c0 185.621 150.475 336.097 336.097 336.097s336.097-150.475 336.097-336.097c0-185.621-150.475-336.097-336.097-336.097v0h-146.13c-24.211 0-43.839-19.627-43.839-43.839s19.627-43.839 43.839-43.839v0h146.13c234.044 0 423.774 189.73 423.774 423.774s-189.73 423.774-423.774 423.774v0z",
"M512 438.936c-0.060 0-0.133 0-0.204 0-12.039 0-22.929-4.918-30.771-12.856l-175.359-175.359c-7.921-7.931-12.821-18.884-12.821-30.979s4.899-23.048 12.821-30.98v0l175.355-175.355c8.025-8.595 19.423-13.953 32.074-13.953 24.211 0 43.839 19.627 43.839 43.839 0 12.65-5.358 24.048-13.927 32.049l-0.026 0.023-144.376 144.376 144.376 144.376c7.921 7.931 12.821 18.884 12.821 30.979s-4.899 23.048-12.821 30.98v0c-7.846 7.942-18.736 12.86-30.775 12.86-0.071 0-0.144 0-0.215 0h0.011z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "replay",
- "repeat",
- "redo",
- "play-again",
- "loop"
- ],
+ "attrs": [{}, {}],
+ "tags": ["replay", "repeat", "redo", "play-again", "loop"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 102,
"id": 101,
@@ -8311,23 +5627,13 @@
"paths": [
"M632.463 1023.971h-240.928c-24.813-0.335-44.839-20.361-45.174-45.141v-466.83l-322.241-440.294c-5.688-7.337-9.117-16.671-9.117-26.808 0-7.369 1.813-14.314 5.016-20.414l-0.116 0.241c7.747-14.706 22.885-24.586 40.34-24.695h903.493c17.471 0.11 32.608 9.989 40.236 24.445l0.12 0.25c3.089 5.86 4.901 12.805 4.901 20.173 0 10.136-3.43 19.471-9.191 26.908l0.075-0.1-322.241 440.294v466.797c-0.335 24.813-20.361 44.839-45.141 45.174h-0.032zM436.711 933.623h150.58v-436.68c0-0.064 0-0.138 0-0.212 0-9.955 3.401-19.116 9.105-26.383l-0.071 0.093 277.067-380.063h-722.782l278.271 380.063c5.634 7.174 9.035 16.335 9.035 26.29 0 0.075 0 0.15 0 0.224v-0.011z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "filter",
- "refine",
- "criteria",
- "sort",
- "selection"
- ],
+ "attrs": [{}],
+ "tags": ["filter", "refine", "criteria", "sort", "selection"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 101,
"id": 102,
@@ -8346,27 +5652,13 @@
"M746.058 321.828c-24.106-0.325-43.561-19.78-43.886-43.854v-190.203h-380.342v190.172c0 24.237-19.648 43.886-43.886 43.886s-43.886-19.648-43.886-43.886v0-204.8c0-40.395 32.747-73.142 73.142-73.142v0h409.6c40.395 0 73.142 32.747 73.142 73.142v0 204.8c-0.325 24.106-19.78 43.561-43.854 43.886h-0.032z",
"M716.8 1024h-409.6c-40.395 0-73.142-32.747-73.142-73.142v0-409.6c0-40.395 32.747-73.142 73.142-73.142v0h409.6c40.395 0 73.142 32.747 73.142 73.142v0 409.6c0 40.395-32.747 73.142-73.142 73.142v0zM321.828 936.228h380.342v-380.342h-380.342z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "print",
- "printout",
- "hard-copy",
- "document",
- "printer"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["print", "printout", "hard-copy", "document", "printer"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 99,
"id": 103,
@@ -8386,29 +5678,13 @@
"M984.189 672.907h-936.187c-24.236 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h936.187c24.236 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z",
"M980.093 906.954h-585.117c-24.236 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h585.117c24.236 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "align-right",
- "text-alignment",
- "right-aligned",
- "end-alignment",
- "text-flush-right"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["align-right", "text-alignment", "right-aligned", "end-alignment", "text-flush-right"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 98,
"id": 104,
@@ -8428,29 +5704,13 @@
"M980.446 686.143h-928.766c-24.044 0-43.536-19.492-43.536-43.536s19.492-43.536 43.536-43.536v0h928.766c24.044 0 43.536 19.492 43.536 43.536s-19.492 43.536-43.536 43.536v0z",
"M624.033 918.335h-580.479c-24.044 0-43.536-19.492-43.536-43.536s19.492-43.536 43.536-43.536v0h580.479c24.044 0 43.536 19.492 43.536 43.536s-19.492 43.536-43.536 43.536v0z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "align-left",
- "text-alignment",
- "left-aligned",
- "start-alignment",
- "text-flush-left"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["align-left", "text-alignment", "left-aligned", "start-alignment", "text-flush-left"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 97,
"id": 105,
@@ -8470,29 +5730,13 @@
"M980.093 672.907h-936.187c-24.236 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h936.187c24.236 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z",
"M804.558 906.954h-585.117c-24.236 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h585.117c24.236 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "align-center",
- "text-alignment",
- "center-text",
- "middle-alignment",
- "centered-layout"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["align-center", "text-alignment", "center-text", "middle-alignment", "centered-layout"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 96,
"id": 106,
@@ -8512,29 +5756,13 @@
"M980.093 672.907h-936.187c-24.236 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h936.187c24.236 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z",
"M980.093 906.954h-936.187c-24.236 0-43.884-19.648-43.884-43.884s19.648-43.884 43.884-43.884v0h936.187c24.236 0 43.884 19.648 43.884 43.884s-19.648 43.884-43.884 43.884v0z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "align-justify",
- "text-alignment",
- "justify-text",
- "uniform-spacing",
- "balanced-layout"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["align-justify", "text-alignment", "justify-text", "uniform-spacing", "balanced-layout"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 95,
"id": 107,
@@ -8552,25 +5780,13 @@
"M512 683.439c-94.683 0-171.439-76.755-171.439-171.439s76.755-171.439 171.439-171.439c94.683 0 171.439 76.755 171.439 171.439v0c0 94.683-76.755 171.439-171.439 171.439v0zM512 428.329c-46.211 0-83.671 37.462-83.671 83.671s37.462 83.671 83.671 83.671c46.211 0 83.671-37.462 83.671-83.671v0c0-46.211-37.462-83.671-83.671-83.671v0z",
"M515.511 1023.977c-71.489-0.329-129.316-58.359-129.316-129.895 0-0.411 0.001-0.823 0.005-1.234v0.063c-0.496-11.009-7.26-20.325-16.788-24.505l-0.181-0.070c-3.653-1.718-7.933-2.721-12.448-2.721-7.858 0-15.007 3.038-20.337 8.003l0.018-0.016c-23.441 23.268-55.642 37.739-91.222 38.032h-0.056c-0.252 0.001-0.55 0.003-0.848 0.003-35.579 0-67.876-14.051-91.644-36.906l0.043 0.041c-23.515-23.508-38.058-55.987-38.058-91.864s14.545-68.356 38.058-91.864v0c5.876-5.37 9.547-13.066 9.547-21.622 0-3.145-0.496-6.173-1.414-9.011l0.058 0.207c-5.723-9.782-16.134-16.274-28.071-16.384h-0.015c-71.692-0.291-129.966-57.335-132.231-128.518l-0.005-0.208c0.332-71.488 58.36-129.312 129.895-129.312 0.206 0 0.413 0 0.618 0.001h-0.032c11.009-0.496 20.325-7.26 24.505-16.788l0.070-0.181c1.718-3.653 2.721-7.933 2.721-12.448 0-7.858-3.038-15.007-8.003-20.337l0.016 0.018c-23.268-23.441-37.739-55.642-38.032-91.222v-0.056c-0.012-0.671-0.019-1.462-0.019-2.255 0-35.137 14.077-66.986 36.901-90.213l-0.018 0.019c23.508-23.515 55.987-38.058 91.864-38.058s68.356 14.545 91.864 38.058v0c6.075 5.789 14.317 9.35 23.391 9.35 3.125 0 6.153-0.422 9.028-1.214l-0.239 0.056c10.177-5.653 17.174-15.957 18.131-27.962l0.008-0.123c0-0.019 0-0.041 0-0.063 0-71.915 57.154-130.481 128.518-132.752l0.208-0.005c71.237 0.66 128.732 58.56 128.732 129.89 0 0.413-0.001 0.826-0.005 1.238v-0.063c0.477 11.185 6.924 20.76 16.218 25.665l0.166 0.080c2.998 1.135 6.465 1.792 10.084 1.792 7.909 0 15.084-3.138 20.35-8.236l-0.008 0.007c23.441-23.268 55.642-37.739 91.222-38.032h0.056c1.163-0.038 2.53-0.062 3.903-0.062 34.624 0 65.95 14.12 88.535 36.914l0.010 0.010c23.515 23.508 38.058 55.987 38.058 91.864s-14.545 68.356-38.058 91.864v0c-4.99 5.871-8.027 13.54-8.027 21.916 0 3.667 0.581 7.197 1.657 10.505l-0.067-0.24c5.653 10.177 15.957 17.174 27.962 18.131l0.123 0.008c71.192 0.937 128.814 57.74 131.062 128.518l0.005 0.208c-0.66 71.237-58.56 128.732-129.89 128.732-0.413 0-0.826-0.001-1.238-0.005h0.063c-11.185 0.477-20.76 6.924-25.665 16.218l-0.080 0.166c-1.135 2.998-1.792 6.465-1.792 10.084 0 7.909 3.138 15.084 8.236 20.35l-0.007-0.008c23.268 23.441 37.739 55.642 38.032 91.222v0.056c0.012 0.671 0.019 1.462 0.019 2.255 0 35.137-14.077 66.986-36.901 90.213l0.018-0.019c-23.508 23.515-55.987 38.058-91.864 38.058s-68.356-14.545-91.864-38.058v0c-5.258-5.092-12.433-8.23-20.341-8.23-3.62 0-7.086 0.657-10.287 1.86l0.202-0.066c-9.782 5.723-16.274 16.134-16.384 28.071v0.015c-0.937 71.192-57.74 128.814-128.518 131.062l-0.208 0.005zM356.944 777.643c0.372-0.004 0.812-0.007 1.252-0.007 15.867 0 30.927 3.45 44.471 9.643l-0.669-0.274c41.82 17.762 70.846 58.017 71.967 105.181l0.003 0.14c-0.003 0.185-0.004 0.402-0.004 0.62 0 23.297 18.4 42.297 41.461 43.26l0.088 0.003c23.005-1.873 40.964-21.005 40.964-44.331 0-0.254-0.003-0.509-0.007-0.761v0.038c0.3-47.575 28.116-88.582 68.322-107.933l0.723-0.313c13.278-5.676 28.727-8.976 44.947-8.976 32.246 0 61.445 13.042 82.611 34.139l-0.003-0.003c7.488 7.488 17.831 12.119 29.255 12.119 22.85 0 41.374-18.524 41.374-41.374 0-11.425-4.631-21.769-12.119-29.255v0c-20.848-21.12-33.725-50.154-33.725-82.193 0-16.378 3.364-31.971 9.44-46.123l-0.291 0.761c18.745-40.97 59.339-68.943 106.478-69.044h0.014c0.185 0.003 0.403 0.004 0.621 0.004 22.975 0 41.712-18.138 42.674-40.875l0.003-0.088c-1.57-22.953-20.575-40.976-43.788-40.976-0.446 0-0.889 0.007-1.332 0.019l0.064-0.001c-47.872-1.343-88.773-29.867-107.929-70.632l-0.317-0.752c-5.566-13.342-8.8-28.841-8.8-45.097 0-32.536 12.954-62.046 33.987-83.655l-0.026 0.027c7.488-7.488 12.119-17.831 12.119-29.255 0-22.85-18.524-41.374-41.374-41.374-11.425 0-21.769 4.631-29.255 12.119v0c-20.824 19.383-48.841 31.278-79.638 31.278-63.284 0-114.836-50.233-116.956-113.001l-0.005-0.195c0.003-0.185 0.004-0.403 0.004-0.621 0-22.975-18.138-41.712-40.875-42.674l-0.088-0.003c-22.953 1.57-40.976 20.575-40.976 43.788 0 0.446 0.007 0.889 0.019 1.332l-0.001-0.064c-1.343 47.872-29.867 88.773-70.632 107.929l-0.752 0.317c-13.342 5.566-28.841 8.8-45.097 8.8-32.536 0-62.046-12.954-83.655-33.987l0.027 0.026c-7.488-7.488-17.831-12.119-29.255-12.119-22.85 0-41.374 18.524-41.374 41.374 0 11.425 4.631 21.769 12.119 29.255v0c20.603 21.075 33.316 49.942 33.316 81.777 0 16.537-3.43 32.274-9.617 46.535l0.292-0.757c-17.762 41.82-58.017 70.846-105.181 71.967l-0.14 0.003c-0.185-0.003-0.402-0.004-0.62-0.004-23.297 0-42.297 18.4-43.26 41.461l-0.003 0.088c1.873 23.005 21.005 40.964 44.331 40.964 0.254 0 0.509-0.003 0.761-0.007h-0.038c47.575 0.3 88.582 28.116 107.933 68.322l0.313 0.723c5.676 13.278 8.976 28.727 8.976 44.947 0 32.246-13.042 61.445-34.139 82.611l0.003-0.003c-7.488 7.488-12.119 17.831-12.119 29.255 0 22.85 18.524 41.374 41.374 41.374 11.425 0 21.769-4.631 29.255-12.119v0c21.423-20.481 50.464-33.15 82.462-33.352h0.040zM825.038 639.555v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "cog",
- "settings",
- "gears",
- "options",
- "configuration"
- ],
+ "attrs": [{}, {}],
+ "tags": ["cog", "settings", "gears", "options", "configuration"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 94,
"id": 108,
@@ -8589,27 +5805,13 @@
"M512 908.319c-0.057 0-0.125 0-0.193 0-11.369 0-21.653-4.644-29.058-12.14l-156.213-156.213c-6.884-7.373-11.11-17.304-11.11-28.222 0-22.863 18.535-41.398 41.398-41.398 10.919 0 20.849 4.226 28.246 11.134l-0.025-0.022 126.954 126.954 126.954-126.954c7.373-6.884 17.304-11.11 28.222-11.11 22.863 0 41.398 18.535 41.398 41.398 0 10.919-4.226 20.849-11.134 28.246l0.022-0.025-156.209 158.416c-7.128 6.219-16.515 10.011-26.787 10.011-0.868 0-1.73-0.027-2.585-0.080l0.116 0.006z",
"M512 908.319c-22.863 0-41.398-18.535-41.398-41.398v0-351.056c0-22.863 18.535-41.398 41.398-41.398s41.398 18.535 41.398 41.398v0 351.056c0 22.863-18.535 41.398-41.398 41.398v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "cloud-download",
- "download",
- "data",
- "fetch",
- "retrieval"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["cloud-download", "download", "data", "fetch", "retrieval"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 93,
"id": 109,
@@ -8628,26 +5830,13 @@
"M668.209 713.47c-11.406-0.137-21.709-4.745-29.262-12.15l-126.947-126.947-126.954 126.954c-7.373 6.884-17.304 11.11-28.222 11.11-22.863 0-41.398-18.535-41.398-41.398 0-10.919 4.226-20.849 11.134-28.246l-0.022 0.025 156.209-156.209c7.427-7.616 17.79-12.341 29.254-12.341s21.827 4.725 29.246 12.331l0.008 0.009 156.209 156.209c7.48 7.489 12.108 17.832 12.108 29.254s-4.626 21.765-12.108 29.256v0c-7.6 7.307-17.868 11.888-29.205 12.143l-0.049 0.001z",
"M512 908.319c-22.863 0-41.398-18.535-41.398-41.398v0-351.056c0-22.863 18.535-41.398 41.398-41.398s41.398 18.535 41.398 41.398v0 351.056c0 22.863-18.535 41.398-41.398 41.398v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "cloud-upload",
- "backup",
- "save",
- "upload"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["cloud-upload", "backup", "save", "upload"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 92,
"id": 110,
@@ -8664,23 +5853,13 @@
"paths": [
"M761.085 885.627h-387.465c-206.337-0.017-373.598-167.289-373.598-373.627 0-206.348 167.278-373.627 373.627-373.627 152.926 0 284.392 91.876 342.215 223.439l0.939 2.397c13.246-2.68 28.531-4.285 44.166-4.428l0.115-0.001c141.466 8.944 253.978 121.457 262.882 262.11l0.042 0.813c0 145.209-117.715 262.923-262.923 262.923v0zM373.619 221.401c-160.494 0-290.599 130.105-290.599 290.599s130.105 290.599 290.599 290.599v0h387.465c99.226-0.314 179.581-80.668 179.895-179.864v-0.030c-8.504-95.738-84.157-171.391-179.139-179.84l-0.755-0.054c-19.989 0.459-38.949 4.276-56.529 10.907l1.178-0.389c-4.752 1.958-10.27 3.095-16.052 3.095s-11.3-1.136-16.34-3.199l0.288 0.104c-9.801-5.017-17.16-13.636-20.404-24.069l-0.077-0.287c-36.721-121.012-147.288-207.574-278.073-207.574-0.511 0-1.022 0.001-1.533 0.004h0.079z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "cloud",
- "internet",
- "storage",
- "weather",
- "data"
- ],
+ "attrs": [{}],
+ "tags": ["cloud", "internet", "storage", "weather", "data"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 91,
"id": 111,
@@ -8697,23 +5876,13 @@
"paths": [
"M45.313 1022.421c-0.136 0.001-0.296 0.003-0.456 0.003-11.964 0-22.806-4.803-30.702-12.588l0.006 0.006c-8.248-8.149-13.356-19.461-13.356-31.966 0-1.401 0.065-2.787 0.19-4.155l-0.013 0.176 18.572-230.049c0.852-11.108 5.734-20.935 13.169-28.147l662.6-662.6c34.079-31.973 80.059-51.615 130.628-51.615 2.096 0 4.186 0.034 6.267 0.101l-0.303-0.008c52.335 0.418 99.758 21.108 134.873 54.592l-0.079-0.074c34.783 35.688 56.235 84.513 56.235 138.348 0 50.427-18.822 96.457-49.825 131.448l0.181-0.208-663.188 665.585c-7.185 7.16-16.72 11.966-27.348 13.161l-0.211 0.020-233.044 20.968zM105.22 767.211l-12.581 164.15 164.15-14.978 653.004-654.202c15.132-17.82 24.333-41.087 24.333-66.503 0-56.908-46.133-103.043-103.043-103.043-0.341 0-0.681 0.001-1.021 0.006h0.052c-1.828-0.124-3.962-0.194-6.112-0.194-25.163 0-48.075 9.635-65.249 25.419l0.069-0.063zM727.071 84.852v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "pencil",
- "edit",
- "write",
- "draw",
- "update"
- ],
+ "attrs": [{}],
+ "tags": ["pencil", "edit", "write", "draw", "update"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 90,
"id": 112,
@@ -8733,29 +5902,13 @@
"M318.753 567.664h-16.804c-80.61-8.022-143.044-75.489-143.044-157.538 0-87.412 70.862-158.273 158.273-158.273 5.362 0 10.663 0.267 15.888 0.788l-0.66-0.053c21.012 0.932 37.694 18.192 37.694 39.348 0 21.751-17.633 39.385-39.385 39.385-2.183 0-4.326-0.177-6.414-0.519l0.228 0.031c-2.281-0.241-4.928-0.378-7.607-0.378-18.98 0-36.35 6.897-49.738 18.321l0.107-0.089c-15.663 12.706-26.198 31.205-28.33 52.186l-0.027 0.326c-0.273 2.455-0.43 5.301-0.43 8.183 0 40.775 31.191 74.267 71.015 77.915l0.306 0.022c2.052 0.186 4.437 0.293 6.848 0.293 15.535 0 30.039-4.409 42.331-12.043l-0.342 0.198c5.898-3.695 13.065-5.886 20.742-5.886 21.812 0 39.494 17.682 39.494 39.494 0 14.133-7.424 26.533-18.586 33.511l-0.166 0.097c-23.058 14.912-51.098 24.022-81.222 24.678l-0.174 0.002z",
"M39.385 853.333c-21.633-0.292-39.093-17.751-39.385-39.356v-0.028c0-141.785 37.809-236.308 223.179-236.308 21.751 0 39.385 17.633 39.385 39.385s-17.633 39.385-39.385 39.385v0c-123.406 0-144.41 39.385-144.41 157.538-0.292 21.633-17.751 39.093-39.356 39.385h-0.028z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "users",
- "group",
- "team",
- "people",
- "crowd"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["users", "group", "team", "people", "crowd"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 88,
"id": 113,
@@ -8773,25 +5926,13 @@
"M512 1024c-282.769 0-512-229.231-512-512s229.231-512 512-512c282.769 0 512 229.231 512 512v0c0 282.769-229.231 512-512 512v0zM512 85.333c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667c235.641 0 426.667-191.025 426.667-426.667v0c0-235.641-191.025-426.667-426.667-426.667v0z",
"M682.667 554.667h-170.667c-23.436-0.316-42.351-19.231-42.667-42.636v-284.475c0-23.564 19.103-42.667 42.667-42.667s42.667 19.103 42.667 42.667v0 241.777h128c23.564 0 42.667 19.103 42.667 42.667s-19.103 42.667-42.667 42.667v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "clock",
- "time",
- "hours",
- "minutes",
- "seconds"
- ],
+ "attrs": [{}, {}],
+ "tags": ["clock", "time", "hours", "minutes", "seconds"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 87,
"id": 114,
@@ -8810,27 +5951,13 @@
"M927.518 972.038c-24.454-0.33-44.19-20.066-44.52-44.488v-0.032c0-115.751-62.922-192.919-370.998-192.919s-370.998 77.168-370.998 192.919c0 24.587-19.932 44.52-44.52 44.52s-44.52-19.932-44.52-44.52v0c0-281.959 322.323-281.959 460.038-281.959s460.038 0 460.038 281.959c-0.33 24.454-20.066 44.19-44.488 44.52h-0.032z",
"M1031.396 556.52h-207.758c-24.587 0-44.52-19.932-44.52-44.52s19.932-44.52 44.52-44.52v0h207.758c24.587 0 44.52 19.932 44.52 44.52s-19.932 44.52-44.52 44.52v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "user-minus",
- "remove-user",
- "delete-user",
- "user-deletion",
- "eliminate-user"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["user-minus", "remove-user", "delete-user", "user-deletion", "eliminate-user"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 83,
"id": 115,
@@ -8850,29 +5977,13 @@
"M927.518 660.4c-24.454-0.33-44.19-20.066-44.52-44.488v-207.79c0-24.587 19.932-44.52 44.52-44.52s44.52 19.932 44.52 44.52v0 207.758c-0.33 24.454-20.066 44.19-44.488 44.52h-0.032z",
"M1031.396 556.52h-207.758c-24.587 0-44.52-19.932-44.52-44.52s19.932-44.52 44.52-44.52v0h207.758c24.587 0 44.52 19.932 44.52 44.52s-19.932 44.52-44.52 44.52v0z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "user-plus",
- "add-user",
- "new-user",
- "register",
- "signup"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["user-plus", "add-user", "new-user", "register", "signup"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 86,
"id": 116,
@@ -8892,29 +6003,13 @@
"M407.901 804.41c-24.092-0.325-43.537-19.769-43.862-43.83v-264.955c0-24.224 19.638-43.862 43.862-43.862s43.862 19.638 43.862 43.862v0 264.339c0.003 0.174 0.004 0.38 0.004 0.585 0 24.224-19.638 43.862-43.862 43.862-0.001 0-0.003 0-0.004 0v0z",
"M616.099 804.41c-24.224 0-43.862-19.638-43.862-43.862v0-264.924c0-24.224 19.638-43.862 43.862-43.862s43.862 19.638 43.862 43.862v0 264.339c0 0.001 0 0.003 0 0.004 0 24.342-19.568 44.112-43.83 44.443h-0.032z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "trash",
- "delete",
- "remove",
- "garbage",
- "waste"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["trash", "delete", "remove", "garbage", "waste"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 81,
"id": 117,
@@ -8933,27 +6028,13 @@
"M465.775 581.628c5.003 2.189 10.831 3.478 16.956 3.511h234.059c24.236 0 43.884-19.648 43.884-43.884s-19.648-43.884-43.884-43.884v0h-128.141l188.408-188.408c7.297-7.815 11.777-18.343 11.777-29.916 0-24.236-19.648-43.884-43.884-43.884-11.574 0-22.101 4.48-29.942 11.802l0.026-0.023-188.408 188.408v-128.141c0-24.236-19.648-43.884-43.884-43.884s-43.884 19.648-43.884 43.884v0 234.047c0.033 6.137 1.322 11.965 3.62 17.252l-0.11-0.284c4.316 10.739 12.665 19.089 23.125 23.305l0.28 0.099z",
"M277.953 643.651h-175.535c-56.418 0.33-102.065 45.976-102.396 102.364v175.567c0.33 56.418 45.976 102.065 102.364 102.396h175.567c56.418-0.33 102.065-45.976 102.396-102.364v-175.567c-0.33-56.418-45.976-102.065-102.364-102.396h-0.032zM292.581 921.582c0 8.079-6.55 14.628-14.628 14.628v0h-175.535c-8.079 0-14.628-6.55-14.628-14.628v0-175.535c0-8.079 6.55-14.628 14.628-14.628v0h175.535c8.079 0 14.628 6.55 14.628 14.628v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "window-minimize",
- "shrink",
- "small-screen",
- "collapse",
- "decrease-size"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["window-minimize", "shrink", "small-screen", "collapse", "decrease-size"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 80,
"id": 118,
@@ -8973,29 +6054,13 @@
"M482.745 585.139c-11.709-0.922-21.991-6.371-29.214-14.58l-0.041-0.048c-6.935-7.728-11.175-17.996-11.175-29.255s4.24-21.528 11.211-29.297l-0.036 0.041 263.303-263.303c7.815-7.297 18.343-11.777 29.916-11.777 24.236 0 43.884 19.648 43.884 43.884 0 11.574-4.48 22.101-11.802 29.942l0.023-0.026-266.813 259.792c-7.264 8.256-17.547 13.707-29.106 14.619l-0.151 0.010z",
"M277.953 1023.977h-175.535c-56.418-0.33-102.065-45.976-102.396-102.364v-175.567c0.33-56.418 45.976-102.065 102.364-102.396h175.567c56.418 0.33 102.065 45.976 102.396 102.364v175.567c-0.33 56.418-45.976 102.065-102.364 102.396h-0.032zM102.418 731.419c-8.079 0-14.628 6.55-14.628 14.628v0 175.535c0 8.079 6.55 14.628 14.628 14.628v0h175.535c8.079 0 14.628-6.55 14.628-14.628v0-175.535c0-8.079-6.55-14.628-14.628-14.628v0z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "window-maximize",
- "enlarge",
- "full-screen",
- "expand",
- "increase"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["window-maximize", "enlarge", "full-screen", "expand", "increase"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 79,
"id": 119,
@@ -9014,27 +6079,13 @@
"M978.808 322.359c-24.038-0.324-43.439-19.725-43.763-43.732v-189.673h-189.641c-24.17 0-43.763-19.594-43.763-43.763s19.594-43.763 43.763-43.763v0h233.405c24.038 0.324 43.439 19.725 43.763 43.732v233.436c-0.324 24.038-19.725 43.439-43.732 43.763h-0.031z",
"M599.527 468.237c-11.677-0.919-21.931-6.354-29.134-14.54l-0.041-0.048c-6.916-7.706-11.145-17.947-11.145-29.175s4.229-21.469 11.18-29.216l-0.036 0.041 379.281-379.281c8.011-8.58 19.39-13.929 32.018-13.929 24.17 0 43.763 19.594 43.763 43.763 0 12.628-5.349 24.007-13.903 31.994l-0.026 0.023-382.782 375.78c-7.244 8.233-17.498 13.669-29.026 14.579l-0.15 0.010z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "external-link",
- "new-tab",
- "external",
- "link",
- "outside"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["external-link", "new-tab", "external", "link", "outside"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 78,
"id": 120,
@@ -9052,25 +6103,13 @@
"M512 1023.452c-234.044 0-423.774-189.73-423.774-423.774s189.73-423.774 423.774-423.774v0h146.13c24.211 0 43.839 19.627 43.839 43.839s-19.627 43.839-43.839 43.839v0h-146.13c-185.621 0-336.097 150.475-336.097 336.097s150.475 336.097 336.097 336.097c185.621 0 336.097-150.475 336.097-336.097v0c0-24.211 19.627-43.839 43.839-43.839s43.839 19.627 43.839 43.839v0c-0.333 233.911-189.864 423.443-423.743 423.774h-0.032z",
"M512 438.936c-0.060 0-0.133 0-0.204 0-12.039 0-22.929-4.918-30.771-12.856l-0.004-0.004c-7.921-7.931-12.821-18.884-12.821-30.979s4.899-23.048 12.821-30.98v0l144.376-144.376-144.376-144.376c-8.595-8.025-13.953-19.423-13.953-32.074 0-24.211 19.627-43.839 43.839-43.839 12.65 0 24.048 5.358 32.049 13.927l0.023 0.026 175.355 175.355c7.921 7.931 12.821 18.884 12.821 30.979s-4.899 23.048-12.821 30.98v0l-175.355 175.355c-7.846 7.942-18.736 12.86-30.775 12.86-0.071 0-0.144 0-0.215 0h0.011z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "refresh",
- "update",
- "reload",
- "renew",
- "repeat"
- ],
+ "attrs": [{}, {}],
+ "tags": ["refresh", "update", "reload", "renew", "repeat"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 77,
"id": 121,
@@ -9088,25 +6127,13 @@
"M512 528.516c-136.816 0-247.725-110.91-247.725-247.725s110.91-247.725 247.725-247.725c136.816 0 247.725 110.91 247.725 247.725v0c0 136.816-110.91 247.725-247.725 247.725v0zM512 132.155c-82.088 0-148.635 66.547-148.635 148.635s66.547 148.635 148.635 148.635c82.088 0 148.635-66.547 148.635-148.635v0c0-82.088-66.547-148.635-148.635-148.635v0z",
"M974.421 990.935c-27.214-0.367-49.178-22.331-49.545-49.509v-0.036c0-128.817-70.024-214.696-412.876-214.696s-412.876 85.879-412.876 214.696c0 27.363-22.182 49.545-49.545 49.545s-49.545-22.182-49.545-49.545v0c0-313.786 358.706-313.786 511.966-313.786s511.966 0 511.966 313.786c-0.367 27.214-22.331 49.178-49.509 49.545h-0.036z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "user",
- "profile",
- "person",
- "account",
- "individual"
- ],
+ "attrs": [{}, {}],
+ "tags": ["user", "profile", "person", "account", "individual"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 76,
"id": 122,
@@ -9125,27 +6152,13 @@
"M512 642.78c-24.113-0.325-43.573-19.786-43.898-43.866v-204.89c0-24.244 19.654-43.898 43.898-43.898s43.898 19.654 43.898 43.898v0 204.858c-0.325 24.113-19.786 43.573-43.866 43.898h-0.032z",
"M512 818.373c-24.113-0.325-43.573-19.786-43.898-43.866v-29.297c0-24.244 19.654-43.898 43.898-43.898s43.898 19.654 43.898 43.898v0 29.265c-0.325 24.113-19.786 43.573-43.866 43.898h-0.032z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "exclamation-triangle",
- "warning",
- "alert",
- "danger",
- "caution"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["exclamation-triangle", "warning", "alert", "danger", "caution"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 75,
"id": 123,
@@ -9162,23 +6175,13 @@
"paths": [
"M788.745 110.712h-69.186v-69.186c0-22.926-18.586-41.512-41.512-41.512s-41.512 18.586-41.512 41.512v0 69.186h-249.071v-69.186c0-22.926-18.586-41.512-41.512-41.512s-41.512 18.586-41.512 41.512v0 69.186h-69.186c-84.063 0-152.209 68.147-152.209 152.209v0 608.839c0 84.063 68.147 152.209 152.209 152.209v0h553.491c84.063 0 152.209-68.147 152.209-152.209v0-608.839c0-84.063-68.147-152.209-152.209-152.209v0zM235.255 193.735h69.186v69.186c0 22.926 18.586 41.512 41.512 41.512s41.512-18.586 41.512-41.512v0-69.186h249.071v69.186c0 22.926 18.586 41.512 41.512 41.512s41.512-18.586 41.512-41.512v0-69.186h69.186c38.21 0 69.186 30.976 69.186 69.186v0 152.209h-691.862v-152.209c0-38.21 30.976-69.186 69.186-69.186v0zM788.745 940.947h-553.491c-38.21 0-69.186-30.976-69.186-69.186v0-373.606h691.862v373.606c0 38.21-30.976 69.186-69.186 69.186v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "calendar",
- "date",
- "event",
- "schedule",
- "day"
- ],
+ "attrs": [{}],
+ "tags": ["calendar", "date", "event", "schedule", "day"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 74,
"id": 124,
@@ -9196,25 +6199,13 @@
"M512 1024c-282.769 0-512-229.231-512-512s229.231-512 512-512c282.769 0 512 229.231 512 512v0c0 282.769-229.231 512-512 512v0zM512 85.333c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667c235.641 0 426.667-191.025 426.667-426.667v0c0-235.641-191.025-426.667-426.667-426.667v0z",
"M625.777 782.223c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-227.56-227.56c-7.709-7.719-12.479-18.379-12.479-30.151s4.768-22.432 12.479-30.152v0l227.556-227.556c7.599-7.095 17.835-11.451 29.087-11.451 23.564 0 42.667 19.103 42.667 42.667 0 11.253-4.356 21.488-11.475 29.112l0.023-0.025-197.404 197.404 197.404 197.404c7.709 7.719 12.479 18.379 12.479 30.151s-4.768 22.432-12.479 30.152v0c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "chevron-circle-left",
- "back",
- "return",
- "left",
- "previous"
- ],
+ "attrs": [{}, {}],
+ "tags": ["chevron-circle-left", "back", "return", "left", "previous"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 73,
"id": 125,
@@ -9232,25 +6223,13 @@
"M512 1024c-282.769 0-512-229.231-512-512s229.231-512 512-512c282.769 0 512 229.231 512 512v0c0 282.769-229.231 512-512 512v0zM512 85.333c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667c235.641 0 426.667-191.025 426.667-426.667v0c0-235.641-191.025-426.667-426.667-426.667v0z",
"M512 668.444c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-227.56-227.56c-7.095-7.599-11.451-17.835-11.451-29.087 0-23.564 19.103-42.667 42.667-42.667 11.253 0 21.488 4.356 29.112 11.475l-0.025-0.023 197.404 197.404 197.404-197.404c7.599-7.095 17.835-11.451 29.087-11.451 23.564 0 42.667 19.103 42.667 42.667 0 11.253-4.356 21.488-11.475 29.112l0.023-0.025-227.556 227.556c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "chevron-circle-down",
- "download",
- "decrease",
- "down",
- "lower"
- ],
+ "attrs": [{}, {}],
+ "tags": ["chevron-circle-down", "download", "decrease", "down", "lower"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 70,
"id": 126,
@@ -9268,25 +6247,13 @@
"M512 1024c-282.769 0-512-229.231-512-512s229.231-512 512-512c282.769 0 512 229.231 512 512v0c0 282.769-229.231 512-512 512v0zM512 85.333c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667c235.641 0 426.667-191.025 426.667-426.667v0c0-235.641-191.025-426.667-426.667-426.667v0z",
"M398.223 782.223c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-0.004-0.004c-7.709-7.719-12.479-18.379-12.479-30.151s4.768-22.432 12.479-30.152v0l197.404-197.404-197.404-197.404c-7.095-7.599-11.451-17.835-11.451-29.087 0-23.564 19.103-42.667 42.667-42.667 11.253 0 21.488 4.356 29.112 11.475l-0.025-0.023 227.556 227.556c7.709 7.719 12.479 18.379 12.479 30.151s-4.768 22.432-12.479 30.152v0l-227.556 227.556c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "chevron-circle-right",
- "next",
- "proceed",
- "right",
- "forward"
- ],
+ "attrs": [{}, {}],
+ "tags": ["chevron-circle-right", "next", "proceed", "right", "forward"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 69,
"id": 127,
@@ -9304,25 +6271,13 @@
"M512 1024c-282.769 0-512-229.231-512-512s229.231-512 512-512c282.769 0 512 229.231 512 512v0c0 282.769-229.231 512-512 512v0zM512 85.333c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667c235.641 0 426.667-191.025 426.667-426.667v0c0-235.641-191.025-426.667-426.667-426.667v0z",
"M739.556 668.444c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-197.408-197.408-197.404 197.404c-7.599 7.095-17.835 11.451-29.087 11.451-23.564 0-42.667-19.103-42.667-42.667 0-11.253 4.356-21.488 11.475-29.112l-0.023 0.025 227.556-227.556c7.719-7.709 18.379-12.479 30.151-12.479s22.432 4.768 30.152 12.479v0l227.556 227.556c7.709 7.719 12.479 18.379 12.479 30.151s-4.768 22.432-12.479 30.152v0c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "chevron-circle-up",
- "upload",
- "increase",
- "up",
- "elevate"
- ],
+ "attrs": [{}, {}],
+ "tags": ["chevron-circle-up", "upload", "increase", "up", "elevate"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 68,
"id": 128,
@@ -9340,25 +6295,13 @@
"M512 902.549c-0.077 0-0.172 0-0.257 0-15.319 0-29.178-6.257-39.16-16.361l-0.005-0.005-258.132-260.364c-5.628-8.568-8.981-19.073-8.981-30.354 0-30.81 24.977-55.792 55.792-55.792 10.145 0 19.649 2.705 27.846 7.433l-0.269-0.143 223.173 223.173 223.173-223.173c7.925-4.589 17.434-7.289 27.577-7.289 30.81 0 55.792 24.977 55.792 55.792 0 11.285-3.353 21.785-9.108 30.566l0.128-0.209-258.132 258.132c-9.737 10.997-23.705 18.053-39.331 18.593l-0.092 0.004z",
"M512 493.405c-0.077 0-0.172 0-0.257 0-15.319 0-29.178-6.257-39.16-16.361l-0.005-0.005-258.132-262.596c-3.437-7.037-5.446-15.305-5.446-24.041 0-30.81 24.977-55.792 55.792-55.792 8.741 0 17.009 2.009 24.377 5.597l-0.329-0.145 223.173 223.173 223.173-223.173c7.037-3.437 15.305-5.446 24.041-5.446 30.81 0 55.792 24.977 55.792 55.792 0 8.741-2.009 17.009-5.597 24.377l0.145-0.329-260.364 260.364c-9.233 10.493-22.31 17.429-37.002 18.583l-0.192 0.012z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "angle-double-down",
- "fast-fall",
- "down",
- "decrease",
- "lower"
- ],
+ "attrs": [{}, {}],
+ "tags": ["angle-double-down", "fast-fall", "down", "decrease", "lower"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 67,
"id": 129,
@@ -9376,25 +6319,13 @@
"M436.578 832.544c-0.073 0-0.172 0-0.262 0-15.535 0-29.584-6.348-39.707-16.591l-0.004-0.004-261.716-263.977c-10.22-10.237-16.542-24.365-16.542-39.973s6.32-29.742 16.542-39.973v0l261.716-261.716c8.688-5.708 19.333-9.102 30.778-9.102 31.242 0 56.568 25.327 56.568 56.568 0 10.286-2.746 19.925-7.538 28.233l0.144-0.272-226.267 226.267 226.267 226.267c10.22 10.237 16.542 24.365 16.542 39.973s-6.32 29.742-16.542 39.973v0c-9.854 8.923-22.994 14.389-37.408 14.389-0.902 0-1.8-0.024-2.694-0.065l0.124 0.004z",
"M851.399 832.544c-15.091-1.188-28.351-8.214-37.656-18.795l-0.055-0.065-263.977-263.977c-10.22-10.237-16.542-24.365-16.542-39.973s6.32-29.742 16.542-39.973v0l263.977-259.453c7.129-3.487 15.515-5.521 24.379-5.521 31.242 0 56.568 25.327 56.568 56.568 0 8.864-2.038 17.25-5.669 24.715l0.144-0.336-226.267 226.267 226.267 226.267c8.942 9.959 14.408 23.201 14.408 37.714s-5.466 27.749-14.45 37.763l0.045-0.055c-9.366 10.641-22.619 17.666-37.517 18.843l-0.193 0.014z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "angle-double-left",
- "fast-return",
- "left",
- "back",
- "previous"
- ],
+ "attrs": [{}, {}],
+ "tags": ["angle-double-left", "fast-return", "left", "back", "previous"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 66,
"id": 130,
@@ -9412,25 +6343,13 @@
"M587.102 831.182c-0.073 0-0.171 0-0.259 0-15.47 0-29.463-6.321-39.534-16.519l-0.004-0.004c-10.173-10.194-16.472-24.266-16.472-39.803s6.29-29.611 16.472-39.809v0l225.304-225.304-225.304-225.304c-3.536-7.161-5.605-15.588-5.605-24.492 0-31.111 25.217-56.325 56.325-56.325 10.665 0 20.638 2.967 29.14 8.115l-0.251-0.143 262.858 262.858c10.173 10.194 16.472 24.266 16.472 39.803s-6.29 29.611-16.472 39.809v0l-262.858 258.35c-9.83 11.106-23.933 18.225-39.711 18.775l-0.094 0.004z",
"M174.042 831.182c-15.029-1.181-28.228-8.178-37.495-18.716l-0.053-0.063c-8.9-9.92-14.342-23.099-14.342-37.554s5.442-27.63 14.391-37.603l-0.045 0.053 225.304-225.304-225.304-225.304c-3.467-7.105-5.497-15.45-5.497-24.276 0-31.111 25.217-56.325 56.325-56.325 8.82 0 17.176 2.028 24.609 5.644l-0.339-0.145 262.858 262.858c10.173 10.194 16.472 24.266 16.472 39.803s-6.29 29.611-16.472 39.809v0l-262.858 258.35c-9.32 10.596-22.521 17.598-37.357 18.765l-0.192 0.014z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "angle-double-right",
- "fast-proceed",
- "right",
- "next",
- "forward"
- ],
+ "attrs": [{}, {}],
+ "tags": ["angle-double-right", "fast-proceed", "right", "next", "forward"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 65,
"id": 131,
@@ -9448,25 +6367,13 @@
"M768.744 493.657c-0.079 0-0.163 0-0.259 0-15.11 0-28.77-6.175-38.616-16.135l-220.071-220.071-220.067 220.067c-6.991 3.451-15.223 5.479-23.923 5.479-30.385 0-55.016-24.631-55.016-55.016 0-10.412 2.899-20.155 7.927-28.458l-0.139 0.247 254.542-254.542c9.955-9.943 23.695-16.087 38.874-16.087s28.926 6.151 38.877 16.087v0l256.744 256.744c9.943 9.955 16.087 23.695 16.087 38.874s-6.151 28.926-16.087 38.877v0c-9.583 8.683-22.363 13.999-36.378 13.999-0.883 0-1.752-0.019-2.623-0.067l0.127 0.007z",
"M768.744 897.118c-14.683-1.159-27.57-7.987-36.629-18.283l-0.055-0.060-220.067-220.067-220.067 220.067c-6.935 3.391-15.091 5.371-23.707 5.371-30.385 0-55.016-24.631-55.016-55.016 0-8.623 1.987-16.772 5.515-24.038l-0.139 0.331 256.744-256.744c9.955-9.943 23.695-16.087 38.874-16.087s28.926 6.151 38.877 16.087v0l252.342 256.744c8.695 9.691 14.011 22.565 14.011 36.678s-5.316 26.99-14.059 36.726l0.043-0.055c-9.104 10.351-22.001 17.184-36.486 18.331l-0.187 0.012z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "angle-double-up",
- "fast-rise",
- "lift",
- "double-up",
- "increase"
- ],
+ "attrs": [{}, {}],
+ "tags": ["angle-double-up", "fast-rise", "lift", "double-up", "increase"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 64,
"id": 132,
@@ -9483,23 +6390,13 @@
"paths": [
"M512 724.21c-0.086 0-0.192 0-0.293 0-17.487 0-33.3-7.139-44.687-18.671l-0.006-0.006-294.549-297.097c-6.421-9.779-10.246-21.757-10.246-34.639 0-35.163 28.506-63.662 63.662-63.662 11.573 0 22.424 3.091 31.773 8.485l-0.306-0.164 254.656 254.656 254.656-254.656c9.044-5.23 19.894-8.318 31.469-8.318 35.163 0 63.662 28.506 63.662 63.662 0 12.88-3.82 24.863-10.395 34.879l0.149-0.244-297.097 297.097c-10.874 11.029-25.782 18.050-42.325 18.671l-0.112 0.002z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "angle-down",
- "fall",
- "down",
- "decrease",
- "lower"
- ],
+ "attrs": [{}],
+ "tags": ["angle-down", "fall", "down", "decrease", "lower"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 224,
"id": 133,
@@ -9516,23 +6413,13 @@
"paths": [
"M645.785 836.904c-0.077 0-0.174 0-0.264 0-15.744 0-29.987-6.434-40.247-16.814l-267.57-267.57c-10.36-10.374-16.768-24.697-16.768-40.517s6.404-30.147 16.768-40.517v0l267.566-265.27c8.804-5.784 19.594-9.224 31.197-9.224 31.667 0 57.335 25.671 57.335 57.335 0 10.424-2.782 20.194-7.64 28.617l0.144-0.274-229.343 229.343 229.343 229.343c10.36 10.374 16.768 24.697 16.768 40.517s-6.404 30.147-16.768 40.517v0c-9.987 9.044-23.307 14.584-37.917 14.584-0.914 0-1.824-0.023-2.732-0.064l0.124 0.004z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "angle-left",
- "back",
- "return",
- "left",
- "previous"
- ],
+ "attrs": [{}],
+ "tags": ["angle-left", "back", "return", "left", "previous"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 62,
"id": 134,
@@ -9549,23 +6436,13 @@
"paths": [
"M377.809 837.894c-16.204-0.566-30.605-7.836-40.589-19.11l-0.054-0.059c-10.396-10.404-16.822-24.776-16.822-40.643s6.424-30.235 16.822-40.645v0l230.044-230.044-230.044-230.044c-2.746-6.474-4.334-14.004-4.334-21.905 0-31.765 25.748-57.513 57.513-57.513 10.324 0 20.016 2.723 28.392 7.484l-0.286-0.149 268.384 268.384c10.396 10.406 16.822 24.773 16.822 40.643s-6.424 30.236-16.822 40.645v0l-268.384 263.783c-10.036 11.334-24.433 18.607-40.543 19.164l-0.096 0.006z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "angle-right",
- "next",
- "proceed",
- "right",
- "forward"
- ],
+ "attrs": [{}],
+ "tags": ["angle-right", "next", "proceed", "right", "forward"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 61,
"id": 135,
@@ -9582,23 +6459,13 @@
"paths": [
"M804.999 721.286c-0.087 0-0.194 0-0.29 0-17.244 0-32.838-7.040-44.069-18.415l-251.149-251.149-251.143 251.143c-7.978 3.94-17.369 6.249-27.304 6.249-34.676 0-62.787-28.109-62.787-62.787 0-11.887 3.305-23 9.042-32.478l-0.157 0.277 292.999-292.999c11.357-11.344 27.043-18.363 44.37-18.363s33.008 7.014 44.37 18.363v0l292.999 292.999c11.344 11.357 18.363 27.043 18.363 44.37s-7.014 33.008-18.363 44.37v0c-11.24 11.41-26.866 18.481-44.134 18.481-0.966 0-1.925-0.024-2.88-0.070l0.133 0.002z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "angle-up",
- "rise",
- "lift",
- "up",
- "increase"
- ],
+ "attrs": [{}],
+ "tags": ["angle-up", "rise", "lift", "up", "increase"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 60,
"id": 136,
@@ -9617,27 +6484,13 @@
"M746.058 321.828c-0.060 0-0.133 0-0.204 0-12.052 0-22.954-4.923-30.804-12.869l-203.048-203.048-203.044 203.044c-7.816 7.297-18.344 11.778-29.918 11.778-24.237 0-43.886-19.648-43.886-43.886 0-11.575 4.48-22.102 11.803-29.944l-0.023 0.026 234.058-234.058c7.939-7.93 18.904-12.835 31.012-12.835s23.073 4.904 31.013 12.835v0l234.058 234.058c7.93 7.939 12.835 18.904 12.835 31.012s-4.904 23.073-12.835 31.013v0c-7.854 7.95-18.756 12.874-30.808 12.874-0.071 0-0.144 0-0.215 0h0.011z",
"M512 731.429c-24.106-0.325-43.561-19.78-43.886-43.854v-643.688c0-24.237 19.648-43.886 43.886-43.886s43.886 19.648 43.886 43.886v0 643.657c-0.325 24.106-19.78 43.561-43.854 43.886h-0.032z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "upload",
- "send",
- "transfer",
- "give",
- "provide"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["upload", "send", "transfer", "give", "provide"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 59,
"id": 137,
@@ -9656,27 +6509,13 @@
"M512 731.429c-0.060 0-0.133 0-0.204 0-12.052 0-22.954-4.923-30.804-12.869l-234.062-234.062c-7.297-7.816-11.778-18.344-11.778-29.918 0-24.237 19.648-43.886 43.886-43.886 11.575 0 22.102 4.48 29.944 11.803l-0.026-0.023 203.044 203.044 203.044-203.044c7.816-7.297 18.344-11.778 29.918-11.778 24.237 0 43.886 19.648 43.886 43.886 0 11.575-4.48 22.102-11.803 29.944l0.023-0.026-234.058 234.058c-7.854 7.95-18.756 12.874-30.808 12.874-0.071 0-0.144 0-0.215 0h0.011z",
"M512 731.429c-24.106-0.325-43.561-19.78-43.886-43.854v-643.688c0-24.237 19.648-43.886 43.886-43.886s43.886 19.648 43.886 43.886v0 643.657c-0.325 24.106-19.78 43.561-43.854 43.886h-0.032z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "download",
- "save",
- "transfer",
- "get",
- "receive"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["download", "save", "transfer", "get", "receive"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 113,
"id": 138,
@@ -9693,23 +6532,13 @@
"paths": [
"M512 0c-282.769 0-512 229.231-512 512s229.231 512 512 512c282.769 0 512-229.231 512-512v0c0-282.769-229.231-512-512-512v0zM85.333 512c0-0.111 0-0.24 0-0.369 0-102.621 36.521-196.712 97.276-269.985l-0.565 0.701 599.609 599.609c-72.916 60.16-167.308 96.645-270.223 96.645-235.327 0-426.097-190.771-426.097-426.097 0-0.177 0-0.353 0-0.531v0.028zM841.956 781.653l-599.609-599.609c72.855-59.977 167.108-96.344 269.855-96.344 235.327 0 426.097 190.771 426.097 426.097 0 102.747-36.367 197-96.931 270.591l0.587-0.735z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "ban",
- "block",
- "stop",
- "deny",
- "prohibit"
- ],
+ "attrs": [{}],
+ "tags": ["ban", "block", "stop", "deny", "prohibit"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 58,
"id": 139,
@@ -9726,23 +6555,13 @@
"paths": [
"M1021.85 393.483c-4.841-15.030-17.644-26.152-33.316-28.484l-0.227-0.028-303.002-44.165-135.848-274.491c-7.746-12.831-21.614-21.279-37.457-21.279s-29.71 8.447-37.346 21.083l-0.11 0.195-135.848 274.491-303.002 44.165c-15.899 2.36-28.701 13.481-33.462 28.219l-0.081 0.292c-1.397 4-2.204 8.612-2.204 13.413 0 11.571 4.687 22.048 12.267 29.634v0l220.265 213.556-51.991 301.885c-0.38 2.136-0.597 4.594-0.597 7.102 0 14.016 6.787 26.448 17.254 34.186l0.115 0.081c6.76 4.866 15.204 7.783 24.332 7.783 7.263 0 14.096-1.847 20.052-5.097l-0.219 0.11 270.579-142.557 271.137 142.557c5.647 3.156 12.387 5.020 19.564 5.031h0.004c9.211-0.109 17.721-3.021 24.742-7.922l-0.143 0.094c10.582-7.821 17.369-20.251 17.369-34.267 0-2.509-0.218-4.967-0.634-7.356l0.037 0.254-52.551-301.885 219.705-213.556c7.83-7.626 12.687-18.27 12.687-30.050 0-4.646-0.756-9.117-2.151-13.294l0.085 0.296z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "star-fill",
- "favorite",
- "rate",
- "like",
- "full-star"
- ],
+ "attrs": [{}],
+ "tags": ["star-fill", "favorite", "rate", "like", "full-star"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 57,
"id": 140,
@@ -9759,23 +6578,13 @@
"paths": [
"M802.661 1001.092c-7.178-0.012-13.918-1.875-19.772-5.137l0.207 0.106-271.096-142.535-271.096 142.535c-5.737 3.14-12.567 4.986-19.829 4.986-9.126 0-17.571-2.916-24.452-7.867l0.124 0.085c-10.58-7.82-17.366-20.248-17.366-34.262 0-2.509 0.217-4.966 0.634-7.355l-0.037 0.254 52.543-301.84-220.232-213.524c-7.577-7.585-12.265-18.059-12.265-29.629 0-4.8 0.807-9.412 2.291-13.706l-0.089 0.295c4.841-15.028 17.641-26.148 33.311-28.48l0.227-0.028 302.957-44.158 135.828-274.45c7.745-12.829 21.611-21.276 37.451-21.276s29.706 8.446 37.341 21.080l0.11 0.195 135.828 274.45 302.957 44.158c15.896 2.359 28.697 13.479 33.457 28.215l0.081 0.292c1.397 4 2.204 8.611 2.204 13.411 0 11.569-4.686 22.045-12.265 29.63v0l-220.232 213.524 51.984 301.84c0.38 2.135 0.597 4.593 0.597 7.101 0 14.014-6.786 26.444-17.251 34.181l-0.115 0.081c-6.725 4.703-15.021 7.598-23.979 7.824l-0.056 0.001zM512 764.651c7.119 0.088 13.834 1.727 19.85 4.594l-0.287-0.123 215.201 111.792-40.805-239.795c-0.368-2.129-0.579-4.58-0.579-7.081 0-11.813 4.698-22.528 12.328-30.38l-0.010 0.010 174.396-167.689-240.912-35.774c-13.783-2.252-25.168-10.868-31.19-22.677l-0.111-0.241-107.88-217.995-107.88 218.555c-6.135 12.049-17.52 20.666-31.056 22.884l-0.246 0.033-240.912 35.215 174.396 167.689c7.619 7.842 12.317 18.557 12.317 30.37 0 2.501-0.211 4.952-0.614 7.338l0.035-0.257-40.805 241.472 215.201-111.792c5.628-3.296 12.279-5.497 19.381-6.135l0.183-0.013z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "star",
- "favorite",
- "rate",
- "like",
- "highlight"
- ],
+ "attrs": [{}],
+ "tags": ["star", "favorite", "rate", "like", "highlight"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 56,
"id": 141,
@@ -9792,23 +6601,13 @@
"paths": [
"M679.213 992.738c-0.086 0-0.19 0-0.292 0-17.22 0-32.796-7.035-44.013-18.388l-418.039-418.039c-11.33-11.344-18.339-27.010-18.339-44.311s7.007-32.967 18.339-44.313v0l418.033-418.033c11.167-10.427 26.211-16.828 42.747-16.828 34.631 0 62.705 28.074 62.705 62.705 0 16.538-6.402 31.58-16.864 42.785l0.034-0.037-373.722 373.722 373.722 373.722c11.33 11.344 18.339 27.010 18.339 44.311s-7.007 32.967-18.339 44.313v0c-11.222 11.36-26.798 18.394-44.019 18.394-0.102 0-0.205 0-0.307 0h0.016z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "chevron-left",
- "backward",
- "previous",
- "return",
- "left"
- ],
+ "attrs": [{}],
+ "tags": ["chevron-left", "backward", "previous", "return", "left"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 16,
"id": 142,
@@ -9825,23 +6624,13 @@
"paths": [
"M344.779 992.761c-0.086 0-0.19 0-0.292 0-17.221 0-32.798-7.035-44.016-18.389l-0.006-0.006c-11.331-11.345-18.34-27.011-18.34-44.313s7.008-32.969 18.34-44.315v0l373.739-373.739-373.739-373.739c-10.427-11.167-16.829-26.212-16.829-42.749 0-34.632 28.075-62.708 62.708-62.708 16.539 0 31.582 6.402 42.787 16.865l-0.037-0.034 418.053 418.053c11.331 11.345 18.34 27.011 18.34 44.313s-7.008 32.969-18.34 44.315v0l-418.053 418.053c-11.223 11.36-26.8 18.395-44.021 18.395-0.102 0-0.205 0-0.307 0h0.016z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "chevron-right",
- "forward",
- "next",
- "right",
- "proceed"
- ],
+ "attrs": [{}],
+ "tags": ["chevron-right", "forward", "next", "right", "proceed"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 17,
"id": 143,
@@ -9858,23 +6647,13 @@
"paths": [
"M512 774.266c-0.084 0-0.183 0-0.282 0-16.621 0-31.655-6.79-42.481-17.748l-403.49-403.49c-6.608-9.557-10.557-21.395-10.557-34.153 0-33.426 27.098-60.522 60.522-60.522 13.37 0 25.728 4.335 35.742 11.677l-0.17-0.119 360.715 358.295 360.715-358.295c9.294-6.106 20.686-9.741 32.927-9.741 33.426 0 60.522 27.098 60.522 60.522 0 11.002-2.935 21.318-8.065 30.207l0.155-0.294-403.485 403.485c-10.561 11.928-25.717 19.583-42.668 20.171l-0.102 0.002z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "chevron-down",
- "down",
- "fall",
- "decrease",
- "lower"
- ],
+ "attrs": [{}],
+ "tags": ["chevron-down", "down", "fall", "decrease", "lower"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 18,
"id": 144,
@@ -9891,23 +6670,13 @@
"paths": [
"M912.529 772.345c-0.083 0-0.182 0-0.279 0-16.5 0-31.424-6.74-42.17-17.619l-358.079-358.079-358.074 355.671c-9.226 6.061-20.534 9.669-32.685 9.669-33.181 0-60.080-26.899-60.080-60.080 0-10.921 2.914-21.161 8.005-29.985l-0.154 0.291 400.529-400.529c10.869-10.856 25.879-17.571 42.456-17.571s31.587 6.714 42.457 17.571v0l400.529 400.529c10.856 10.869 17.571 25.879 17.571 42.456s-6.714 31.587-17.571 42.457v0c-10.467 9.481-24.421 15.283-39.728 15.283-0.96 0-1.913-0.022-2.862-0.068l0.134 0.005z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "chevron-up",
- "up",
- "increase",
- "rise",
- "elevate"
- ],
+ "attrs": [{}],
+ "tags": ["chevron-up", "up", "increase", "rise", "elevate"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 19,
"id": 145,
@@ -9924,23 +6693,13 @@
"paths": [
"M777.445 959.937c-0.065 0-0.144 0-0.22 0-11.19 0-21.502-3.743-29.759-10.044l0.119 0.088-530.888-398.166c-12.143-9.177-19.908-23.59-19.908-39.817s7.765-30.639 19.784-39.726l0.124-0.091 530.888-398.166c8.229-6.251 18.645-10.014 29.941-10.014 8.203 0 15.94 1.984 22.762 5.498l-0.278-0.131c16.203 8.535 27.088 25.214 27.208 44.445v796.35c-0.121 19.249-11.006 35.927-26.932 44.329l-0.275 0.133c-6.602 3.186-14.334 5.125-22.5 5.309l-0.063 0.002zM329.508 512l398.166 298.625v-597.249z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "caret-left",
- "previous",
- "backward",
- "left",
- "return"
- ],
+ "attrs": [{}],
+ "tags": ["caret-left", "previous", "backward", "left", "return"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 20,
"id": 146,
@@ -9957,23 +6716,13 @@
"paths": [
"M246.514 960.008c-8.001-0.105-15.52-2.052-22.189-5.441l0.287 0.133c-16.574-8.253-27.783-25.040-27.876-44.458v-796.469c0.092-19.426 11.302-36.213 27.587-44.339l0.287-0.132c6.449-3.33 14.077-5.284 22.158-5.284 11.175 0 21.478 3.731 29.729 10.017l-0.119-0.089 530.972 398.228c12.145 9.177 19.912 23.594 19.912 39.823s-7.766 30.645-19.789 39.733l-0.124 0.091-530.972 398.228c-8.14 6.214-18.456 9.957-29.645 9.957-0.077 0-0.156 0-0.232 0h0.012zM296.292 213.328v597.343l398.228-298.672z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "caret-right",
- "next",
- "forward",
- "right",
- "proceed"
- ],
+ "attrs": [{}],
+ "tags": ["caret-right", "next", "forward", "right", "proceed"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 21,
"id": 147,
@@ -9990,23 +6739,13 @@
"paths": [
"M512 808.242c-0.092 0-0.203 0.002-0.311 0.002-15.157 0-28.607-7.307-37.020-18.589l-0.088-0.122-374.2-498.935c-5.874-7.735-9.411-17.522-9.411-28.14 0-7.708 1.865-14.982 5.168-21.391l-0.124 0.263c8.022-15.226 23.696-25.457 41.77-25.57h748.419c18.091 0.116 33.765 10.344 41.662 25.311l0.125 0.259c3.18 6.151 5.044 13.42 5.044 21.131 0 10.614-3.536 20.406-9.494 28.255l0.085-0.116-374.2 498.935c-8.503 11.404-21.951 18.712-37.108 18.712-0.109 0-0.218 0-0.329-0.002h0.017zM231.349 309.307l280.651 374.2 280.651-374.2z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "caret-down",
- "collapse",
- "down",
- "fall",
- "decrease"
- ],
+ "attrs": [{}],
+ "tags": ["caret-down", "collapse", "down", "fall", "decrease"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 22,
"id": 148,
@@ -10023,23 +6762,13 @@
"paths": [
"M886.087 808.153h-748.175c-18.084-0.115-33.754-10.339-41.649-25.303l-0.125-0.259c-3.18-6.148-5.042-13.416-5.042-21.125 0-10.612 3.535-20.4 9.492-28.247l-0.085 0.116 374.087-498.782c8.871-10.966 22.328-17.919 37.409-17.919s28.537 6.953 37.338 17.828l0.069 0.090 374.087 498.782c5.874 7.732 9.407 17.518 9.407 28.131 0 7.706-1.864 14.977-5.165 21.386l0.123-0.262c-8.019 15.222-23.689 25.45-41.757 25.562h-0.016zM231.436 714.631h561.131l-280.564-374.087z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "caret-up",
- "expand",
- "up",
- "rise",
- "increase"
- ],
+ "attrs": [{}],
+ "tags": ["caret-up", "expand", "up", "rise", "increase"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 23,
"id": 149,
@@ -10057,25 +6786,13 @@
"M440.071 880.415c-243.195 0-440.344-197.149-440.344-440.344s197.149-440.344 440.344-440.344c243.195 0 440.344 197.149 440.344 440.344v0c0 243.195-197.149 440.344-440.344 440.344v0zM440.071 88.031c-193.781 0-350.872 157.090-350.872 350.872s157.090 350.872 350.872 350.872c193.781 0 350.872-157.090 350.872-350.872v0c0-193.781-157.090-350.872-350.872-350.872v0z",
"M979.828 1023.687c-0.060 0-0.133 0-0.204 0-12.045 0-22.94-4.92-30.785-12.862l-241.52-241.52c-7.293-7.811-11.771-18.333-11.771-29.899 0-24.222 19.636-43.859 43.859-43.859 11.568 0 22.088 4.478 29.926 11.795l-0.026-0.023 241.516 241.516c7.925 7.934 12.827 18.892 12.827 30.993s-4.901 23.059-12.827 30.995v0c-7.849 7.945-18.744 12.866-30.789 12.866-0.071 0-0.144 0-0.215 0h0.011z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "search",
- "find",
- "query",
- "lookup",
- "discover"
- ],
+ "attrs": [{}, {}],
+ "tags": ["search", "find", "query", "lookup", "discover"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 24,
"id": 150,
@@ -10092,24 +6809,14 @@
"paths": [
"M367.973 877.709c-12.364-0.429-23.354-5.979-30.973-14.583l-0.039-0.045-292.569-292.569c-12.118-7.943-20.011-21.462-20.011-36.822 0-24.237 19.649-43.886 43.886-43.886 16.258 0 30.454 8.843 38.038 21.983l0.112 0.213 261.556 259.802 612.637-610.884c6.739-4.429 14.999-7.063 23.874-7.063 24.237 0 43.886 19.649 43.886 43.886 0 7.977-2.129 15.457-5.848 21.903l0.112-0.213-643.651 643.651c-7.658 8.649-18.646 14.2-30.94 14.626l-0.073 0.001z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "check",
- "done",
- "complete",
- "ok",
- "approve"
- ],
+ "attrs": [{}],
+ "tags": ["check", "done", "complete", "ok", "approve"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false,
"width": 1088
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 25,
"id": 151,
@@ -10127,25 +6834,13 @@
"M426.842 696.51c-11.361-0.894-21.337-6.182-28.346-14.147l-0.040-0.047-170.317-170.317c-2.623-5.368-4.157-11.68-4.157-18.35 0-23.516 19.064-42.579 42.579-42.579 6.67 0 12.983 1.534 18.603 4.269l-0.253-0.11 140.228 140.228 484.268-480.861c5.368-2.623 11.68-4.157 18.35-4.157 23.516 0 42.579 19.064 42.579 42.579 0 6.67-1.534 12.983-4.269 18.603l0.11-0.253-510.95 510.95c-7.048 8.010-17.025 13.299-28.241 14.184l-0.146 0.009z",
"M512 1022.95c-191.476-0.317-358.217-105.908-445.47-261.972l-1.328-2.587c-31.938-55.832-53.595-121.525-60.581-191.54l-0.166-2.053c-1.75-15.87-2.746-34.274-2.746-52.91 0-191.528 105.381-358.444 261.324-445.927l2.575-1.327c55.832-31.938 121.525-53.595 191.54-60.581l2.053-0.166c16.139-1.838 34.846-2.885 53.796-2.885 52.724 0 103.554 8.111 151.308 23.156l-3.563-0.969c19.66 4.032 34.236 21.19 34.236 41.754 0 23.516-19.064 42.579-42.579 42.579-5.793 0-11.317-1.158-16.352-3.253l0.282 0.104c-37.278-11.625-80.141-18.322-124.567-18.322-16.116 0-32.026 0.881-47.685 2.599l1.933-0.172c-60.018 6.3-114.675 24.271-163.354 51.622l2.121-1.095c-49.065 27.393-90.495 62.305-124.293 103.695l-0.607 0.765c-59.499 72.093-95.584 165.431-95.584 267.195 0 16.071 0.899 31.933 2.652 47.536l-0.174-1.916c6.3 60.018 24.271 114.675 51.622 163.354l-1.095-2.121c27.393 49.065 62.305 90.495 103.695 124.293l0.765 0.607c72.093 59.499 165.431 95.584 267.195 95.584 16.071 0 31.933-0.899 47.536-2.652l-1.916 0.174c60.018-6.3 114.675-24.271 163.354-51.622l-2.121 1.095c49.065-27.393 90.495-62.305 124.293-103.695l0.607-0.765c59.499-72.093 95.584-165.431 95.584-267.195 0-16.071-0.899-31.933-2.652-47.536l0.174 1.916c-0.129-1.276-0.204-2.758-0.204-4.258 0-24.725 20.044-44.769 44.769-44.769 23.226 0 42.321 17.686 44.551 40.326l0.015 0.185c1.73 15.781 2.716 34.082 2.716 52.613 0 191.743-105.619 358.82-261.851 446.222l-2.584 1.328c-56.511 33.262-123.144 55.912-194.296 63.403l-2.137 0.182c-17.6 0-35.767 0-52.798 0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "check-circle",
- "done",
- "complete",
- "ok",
- "approve"
- ],
+ "attrs": [{}, {}],
+ "tags": ["check-circle", "done", "complete", "ok", "approve"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 26,
"id": 152,
@@ -10162,23 +6857,13 @@
"paths": [
"M586.932 512l312.455-312.455c10.394-9.708 16.875-23.488 16.875-38.79 0-29.283-23.737-53.020-53.020-53.020-15.299 0-29.084 6.481-38.759 16.841l-0.027 0.029-312.455 312.455-312.455-312.455c-9.444-8.816-22.161-14.228-36.145-14.228-29.283 0-53.020 23.737-53.020 53.020 0 13.985 5.412 26.701 14.261 36.174l-0.027-0.029 312.455 312.455-312.455 312.455c-9.582 9.589-15.504 22.839-15.504 37.468s5.926 27.874 15.504 37.469v0c9.589 9.582 22.839 15.504 37.468 15.504s27.874-5.926 37.469-15.504v0l312.455-312.455 312.455 312.455c9.589 9.582 22.839 15.504 37.468 15.504s27.874-5.926 37.469-15.504v0c9.582-9.589 15.504-22.839 15.504-37.468s-5.926-27.874-15.504-37.469v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "times",
- "close",
- "cancel",
- "delete",
- "remove"
- ],
+ "attrs": [{}],
+ "tags": ["times", "close", "cancel", "delete", "remove"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 265,
"id": 153,
@@ -10197,27 +6882,13 @@
"M341.333 725.333c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-0.004-0.004c-7.709-7.719-12.479-18.379-12.479-30.151s4.768-22.432 12.479-30.152v0l341.333-341.333c7.599-7.095 17.835-11.451 29.087-11.451 23.564 0 42.667 19.103 42.667 42.667 0 11.253-4.356 21.488-11.475 29.112l0.023-0.025-341.333 341.333c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z",
"M682.667 725.333c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-341.337-341.337c-7.095-7.599-11.451-17.835-11.451-29.087 0-23.564 19.103-42.667 42.667-42.667 11.253 0 21.488 4.356 29.112 11.475l-0.025-0.023 341.333 341.333c7.709 7.719 12.479 18.379 12.479 30.151s-4.768 22.432-12.479 30.152v0c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "times-circle",
- "close",
- "cancel",
- "delete",
- "times"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["times-circle", "close", "cancel", "delete", "times"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 28,
"id": 154,
@@ -10234,23 +6905,13 @@
"paths": [
"M559.485 464.515v-395.695c0-26.223-21.257-47.485-47.485-47.485s-47.485 21.257-47.485 47.485v0 395.695h-395.695c-26.223 0-47.485 21.257-47.485 47.485s21.257 47.485 47.485 47.485v0h395.695v395.695c0.352 26.082 21.403 47.133 47.447 47.485h0.033c26.223 0 47.485-21.257 47.485-47.485v0-395.695h395.695c26.223 0 47.485-21.257 47.485-47.485v0c-0.352-26.082-21.403-47.133-47.447-47.485h-0.033z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "plus",
- "add",
- "increase",
- "more",
- "extra"
- ],
+ "attrs": [{}],
+ "tags": ["plus", "add", "increase", "more", "extra"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 35,
"id": 155,
@@ -10269,27 +6930,13 @@
"M512 782.223c-23.436-0.316-42.351-19.231-42.667-42.636v-455.141c0-23.564 19.103-42.667 42.667-42.667s42.667 19.103 42.667 42.667v0 455.111c-0.316 23.436-19.231 42.351-42.636 42.667h-0.031z",
"M739.556 554.667h-455.111c-23.564 0-42.667-19.103-42.667-42.667s19.103-42.667 42.667-42.667v0h455.111c23.564 0 42.667 19.103 42.667 42.667s-19.103 42.667-42.667 42.667v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "plus-circle",
- "add",
- "increase",
- "plus",
- "more"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["plus-circle", "add", "increase", "plus", "more"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 36,
"id": 156,
@@ -10303,26 +6950,14 @@
},
{
"icon": {
- "paths": [
- "M967.085 568.886h-910.171c-31.417 0-56.886-25.469-56.886-56.886s25.469-56.886 56.886-56.886v0h910.171c31.417 0 56.886 25.469 56.886 56.886s-25.469 56.886-56.886 56.886v0z"
- ],
- "attrs": [
- {}
- ],
- "tags": [
- "minus",
- "remove",
- "subtract",
- "decrease",
- "less"
- ],
+ "paths": ["M967.085 568.886h-910.171c-31.417 0-56.886-25.469-56.886-56.886s25.469-56.886 56.886-56.886v0h910.171c31.417 0 56.886 25.469 56.886 56.886s-25.469 56.886-56.886 56.886v0z"],
+ "attrs": [{}],
+ "tags": ["minus", "remove", "subtract", "decrease", "less"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 41,
"id": 157,
@@ -10340,25 +6975,13 @@
"M512 1024c-282.769 0-512-229.231-512-512s229.231-512 512-512c282.769 0 512 229.231 512 512v0c0 282.769-229.231 512-512 512v0zM512 85.333c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667c235.641 0 426.667-191.025 426.667-426.667v0c0-235.641-191.025-426.667-426.667-426.667v0z",
"M739.556 554.667h-455.111c-23.564 0-42.667-19.103-42.667-42.667s19.103-42.667 42.667-42.667v0h455.111c23.564 0 42.667 19.103 42.667 42.667s-19.103 42.667-42.667 42.667v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "minus-circle",
- "remove",
- "subtract",
- "decrease",
- "minus"
- ],
+ "attrs": [{}, {}],
+ "tags": ["minus-circle", "remove", "subtract", "decrease", "minus"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 42,
"id": 158,
@@ -10372,27 +6995,14 @@
},
{
"icon": {
- "paths": [
- "M1024 512c0 282.769-229.231 512-512 512s-512-229.231-512-512c0-282.769 229.231-512 512-512s512 229.231 512 512z"
- ],
- "attrs": [
- {}
- ],
- "tags": [
- "circle-on",
- "deprecate",
- "on",
- "enable",
- "active",
- "start"
- ],
+ "paths": ["M1024 512c0 282.769-229.231 512-512 512s-512-229.231-512-512c0-282.769 229.231-512 512-512s512 229.231 512 512z"],
+ "attrs": [{}],
+ "tags": ["circle-on", "deprecate", "on", "enable", "active", "start"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 47,
"id": 159,
@@ -10409,24 +7019,13 @@
"paths": [
"M512 1024c-282.769 0-512-229.231-512-512s229.231-512 512-512c282.769 0 512 229.231 512 512v0c0 282.769-229.231 512-512 512v0zM512 85.333c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667c235.641 0 426.667-191.025 426.667-426.667v0c0-235.641-191.025-426.667-426.667-426.667v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "circle-off",
- "deprecate",
- "off",
- "disable",
- "inactive",
- "stop"
- ],
+ "attrs": [{}],
+ "tags": ["circle-off", "deprecate", "off", "disable", "inactive", "stop"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 48,
"id": 160,
@@ -10443,23 +7042,13 @@
"paths": [
"M512 761.297c-0.059 0-0.133 0-0.206 0-12.080 0-23.010-4.935-30.879-12.901l-410.613-410.613c-7.95-7.958-12.867-18.951-12.867-31.089 0-24.283 19.676-43.971 43.952-43.993h821.216c23.565 0.924 42.321 20.252 42.321 43.961 0 11.301-4.262 21.608-11.268 29.401l0.035-0.040-410.607 410.607c-7.678 8.671-18.694 14.235-31.015 14.662l-0.074 0.003zM207.563 350.691l304.437 304.437 304.437-304.437z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "sort-down",
- "descending",
- "down",
- "decrease",
- "lower"
- ],
+ "attrs": [{}],
+ "tags": ["sort-down", "descending", "down", "decrease", "lower"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 51,
"id": 161,
@@ -10476,23 +7065,13 @@
"paths": [
"M921.888 760.859h-819.773c-0.088 0-0.19 0.002-0.294 0.002-18.019 0-33.47-11-40.004-26.651l-0.105-0.287c-1.856-4.68-2.932-10.103-2.932-15.777 0-11.845 4.689-22.595 12.313-30.495l409.875-409.875c7.945-7.935 18.917-12.844 31.034-12.844s23.089 4.908 31.035 12.844v0l409.888 409.888c7.91 7.94 12.801 18.896 12.801 30.993 0 6.145-1.262 11.997-3.542 17.308l0.108-0.285c-7.032 14.993-22.001 25.192-39.352 25.192-0.369 0-0.739-0.004-1.106-0.013l0.055 0.002zM208.099 673.027h607.804l-303.901-303.901z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "sort-up",
- "ascending",
- "up",
- "increase",
- "elevate"
- ],
+ "attrs": [{}],
+ "tags": ["sort-up", "ascending", "up", "increase", "elevate"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 52,
"id": 162,
@@ -10510,23 +7089,13 @@
"M841.149 443.428h-658.298c-0.083 0-0.179 0.001-0.275 0.001-16.883 0-31.357-10.305-37.478-24.968l-0.099-0.269c-2.034-4.708-3.217-10.189-3.217-15.949 0-11.333 4.583-21.597 11.994-29.037l329.147-329.147c7.443-7.433 17.723-12.033 29.075-12.033s21.632 4.598 29.076 12.033v0l329.149 329.149c7.411 7.439 11.993 17.704 11.993 29.036 0 5.757-1.183 11.24-3.319 16.216l0.101-0.267c-6.22 14.932-20.695 25.236-37.577 25.236-0.097 0-0.193 0-0.29-0.001h0.015zM282.145 361.141h459.712l-229.855-229.855z",
"M512 992.009c-0.056 0-0.125 0-0.191 0-11.299 0-21.519-4.615-28.879-12.065l-329.153-329.153c-7.411-7.439-11.993-17.704-11.993-29.036 0-5.757 1.183-11.24 3.319-16.216l-0.101 0.267c6.22-14.932 20.695-25.236 37.577-25.236 0.097 0 0.193 0 0.29 0.001h658.283c0.083 0 0.179-0.001 0.275-0.001 16.883 0 31.357 10.305 37.478 24.968l0.099 0.269c2.034 4.708 3.217 10.189 3.217 15.949 0 11.333-4.583 21.597-11.994 29.037l-329.147 329.147c-7.363 7.453-17.584 12.068-28.883 12.068-0.067 0-0.135 0-0.202 0h0.010zM282.145 662.859l229.855 229.855 229.855-229.855z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "sort",
- "order",
- "sequence"
- ],
+ "attrs": [{}, {}],
+ "tags": ["sort", "order", "sequence"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 54,
"id": 163,
@@ -10544,25 +7113,13 @@
"M776.253 1023.989c-13.652-0.164-25.983-5.679-35.022-14.542l-462.434-462.434c-8.953-8.963-14.491-21.342-14.491-35.013s5.537-26.049 14.491-35.014v0l462.442-462.442c8.959-8.925 21.319-14.443 34.966-14.443 6.933 0 13.536 1.424 19.529 3.996l-0.322-0.122c17.981 7.491 30.389 24.922 30.389 45.252 0 0.116 0 0.233-0.002 0.348v-0.019 924.882c0 0.099 0.002 0.215 0.002 0.331 0 20.33-12.41 37.761-30.067 45.132l-0.324 0.119c-5.648 2.471-12.229 3.927-19.143 3.964h-0.014zM383.839 512l342.867 342.867v-685.734z",
"M247.747 1023.989c-27.215-0.367-49.181-22.332-49.548-49.511v-924.917c0-27.364 22.183-49.548 49.548-49.548s49.548 22.183 49.548 49.548v0 924.882c-0.367 27.215-22.332 49.181-49.511 49.548h-0.036z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "step-backward",
- "back",
- "previous",
- "return",
- "rewind"
- ],
+ "attrs": [{}, {}],
+ "tags": ["step-backward", "back", "previous", "return", "rewind"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 29,
"id": 164,
@@ -10580,25 +7137,13 @@
"M247.747 1023.989c-6.929-0.037-13.509-1.493-19.478-4.087l0.321 0.124c-17.981-7.491-30.389-24.922-30.389-45.252 0-0.116 0-0.231 0.002-0.348v0.019-924.882c0-0.099-0.002-0.215-0.002-0.331 0-20.33 12.41-37.761 30.067-45.132l0.324-0.119c5.67-2.449 12.271-3.874 19.206-3.874 13.649 0 26.007 5.518 34.967 14.444l462.441 462.441c8.953 8.963 14.491 21.342 14.491 35.013s-5.537 26.049-14.491 35.014v0l-462.442 462.442c-9.030 8.855-21.362 14.37-34.982 14.533h-0.031zM297.295 169.133v685.734l342.867-342.867z",
"M776.253 1023.989c-27.215-0.367-49.181-22.332-49.548-49.511v-924.917c0-27.364 22.183-49.548 49.548-49.548s49.548 22.183 49.548 49.548v0 924.882c-0.367 27.215-22.332 49.181-49.513 49.548h-0.036z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "step-forward",
- "next",
- "proceed",
- "forward",
- "advance"
- ],
+ "attrs": [{}, {}],
+ "tags": ["step-forward", "next", "proceed", "forward", "advance"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 30,
"id": 165,
@@ -10618,29 +7163,13 @@
"M884.364 465.455h-186.182c-77.119 0-139.636-62.518-139.636-139.636v0-186.182c0-77.119 62.518-139.636 139.636-139.636v0h186.182c77.119 0 139.636 62.518 139.636 139.636v0 186.182c0 77.119-62.518 139.636-139.636 139.636v0zM698.182 93.091c-25.567 0.345-46.201 20.979-46.545 46.512v186.215c0.345 25.567 20.979 46.201 46.512 46.545h186.215c25.567-0.345 46.201-20.979 46.545-46.512v-186.215c-0.345-25.567-20.979-46.201-46.512-46.545h-0.033z",
"M884.364 1024h-186.182c-77.119 0-139.636-62.518-139.636-139.636v0-186.182c0-77.119 62.518-139.636 139.636-139.636v0h186.182c77.119 0 139.636 62.518 139.636 139.636v0 186.182c0 77.119-62.518 139.636-139.636 139.636v0zM698.182 651.636c-25.567 0.345-46.201 20.979-46.545 46.512v186.215c0.345 25.567 20.979 46.201 46.512 46.545h186.215c25.567-0.345 46.201-20.979 46.545-46.512v-186.215c-0.345-25.567-20.979-46.201-46.512-46.545h-0.033z"
],
- "attrs": [
- {},
- {},
- {},
- {}
- ],
- "tags": [
- "th-large",
- "grid",
- "layout",
- "blocks",
- "sections"
- ],
+ "attrs": [{}, {}, {}, {}],
+ "tags": ["th-large", "grid", "layout", "blocks", "sections"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}, {}],
"properties": {
"order": 34,
"id": 166,
@@ -10658,25 +7187,13 @@
"M512 1023.983c-0.068 0-0.15 0-0.231 0-13.607 0-25.914-5.559-34.777-14.53l-396.378-396.378c-8.239-8.824-13.297-20.711-13.297-33.777 0-27.364 22.183-49.547 49.547-49.547 13.068 0 24.953 5.058 33.806 13.325l-0.029-0.026 361.361 361.361 361.361-361.361c8.824-8.239 20.711-13.297 33.777-13.297 27.364 0 49.547 22.183 49.547 49.547 0 13.068-5.058 24.953-13.325 33.806l0.026-0.029-396.374 396.374c-8.867 8.976-21.175 14.534-34.782 14.534-0.081 0-0.163 0-0.243 0h0.012z",
"M512 1023.983c-27.215-0.367-49.18-22.332-49.547-49.511v-924.907c0-27.364 22.183-49.547 49.547-49.547s49.547 22.183 49.547 49.547v0 924.872c-0.367 27.215-22.332 49.18-49.511 49.547h-0.036z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "arrow-down",
- "download",
- "decrease",
- "down",
- "lower"
- ],
+ "attrs": [{}, {}],
+ "tags": ["arrow-down", "download", "decrease", "down", "lower"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 37,
"id": 167,
@@ -10694,25 +7211,13 @@
"M445.937 957.921c-0.068 0-0.15 0-0.231 0-13.607 0-25.914-5.559-34.777-14.53l-396.378-396.378c-8.952-8.963-14.491-21.342-14.491-35.013s5.537-26.049 14.491-35.014v0l396.374-396.374c8.824-8.239 20.711-13.297 33.777-13.297 27.364 0 49.547 22.183 49.547 49.547 0 13.068-5.058 24.953-13.325 33.806l0.026-0.029-361.361 361.361 361.361 361.361c8.952 8.963 14.491 21.342 14.491 35.013s-5.537 26.049-14.491 35.014v0c-8.867 8.976-21.175 14.534-34.782 14.534-0.081 0-0.163 0-0.243 0h0.012z",
"M974.437 561.547h-924.872c-27.364 0-49.547-22.183-49.547-49.547s22.183-49.547 49.547-49.547v0h924.872c27.364 0 49.547 22.183 49.547 49.547s-22.183 49.547-49.547 49.547v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "arrow-left",
- "back",
- "previous",
- "left",
- "return"
- ],
+ "attrs": [{}, {}],
+ "tags": ["arrow-left", "back", "previous", "left", "return"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 40,
"id": 168,
@@ -10730,25 +7235,13 @@
"M578.063 957.921c-0.068 0-0.15 0-0.231 0-13.607 0-25.914-5.559-34.777-14.53l-0.005-0.005c-8.952-8.963-14.491-21.342-14.491-35.013s5.537-26.049 14.491-35.014v0l361.361-361.361-361.361-361.361c-8.239-8.824-13.297-20.711-13.297-33.777 0-27.364 22.183-49.547 49.547-49.547 13.068 0 24.953 5.058 33.806 13.325l-0.029-0.026 396.374 396.374c8.952 8.963 14.491 21.342 14.491 35.013s-5.537 26.049-14.491 35.014v0l-396.374 396.374c-8.867 8.976-21.175 14.534-34.782 14.534-0.081 0-0.163 0-0.243 0h0.012z",
"M974.437 561.547h-924.872c-27.364 0-49.547-22.183-49.547-49.547s22.183-49.547 49.547-49.547v0h924.872c27.364 0 49.547 22.183 49.547 49.547s-22.183 49.547-49.547 49.547v0z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "arrow-right",
- "next",
- "forward",
- "right",
- "proceed"
- ],
+ "attrs": [{}, {}],
+ "tags": ["arrow-right", "next", "forward", "right", "proceed"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 43,
"id": 169,
@@ -10766,25 +7259,13 @@
"M908.374 495.484c-0.068 0-0.15 0-0.231 0-13.607 0-25.914-5.559-34.777-14.53l-361.366-361.366-361.361 361.361c-8.824 8.239-20.711 13.297-33.777 13.297-27.364 0-49.547-22.183-49.547-49.547 0-13.068 5.058-24.953 13.325-33.806l-0.026 0.029 396.374-396.374c8.963-8.952 21.342-14.491 35.013-14.491s26.049 5.537 35.014 14.491v0l396.374 396.374c8.952 8.963 14.491 21.342 14.491 35.013s-5.537 26.049-14.491 35.014v0c-8.867 8.976-21.175 14.534-34.782 14.534-0.081 0-0.163 0-0.243 0h0.012z",
"M512 1023.983c-27.215-0.367-49.18-22.332-49.547-49.511v-924.907c0-27.364 22.183-49.547 49.547-49.547s49.547 22.183 49.547 49.547v0 924.872c-0.367 27.215-22.332 49.18-49.511 49.547h-0.036z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "arrow-up",
- "upload",
- "increase",
- "up",
- "elevate"
- ],
+ "attrs": [{}, {}],
+ "tags": ["arrow-up", "upload", "increase", "up", "elevate"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 216,
"id": 170,
@@ -10803,28 +7284,13 @@
"M974.438 264.265h-924.874c-27.364 0-49.547-22.183-49.547-49.547s22.183-49.547 49.547-49.547v0h924.874c27.364 0 49.547 22.183 49.547 49.547s-22.183 49.547-49.547 49.547v0z",
"M974.438 858.829h-924.874c-27.364 0-49.547-22.183-49.547-49.547s22.183-49.547 49.547-49.547v0h924.874c27.364 0 49.547 22.183 49.547 49.547s-22.183 49.547-49.547 49.547v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "bars",
- "menu",
- "options",
- "list",
- "categories",
- "hamburger"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["bars", "menu", "options", "list", "categories", "hamburger"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 215,
"id": 171,
@@ -10843,27 +7309,13 @@
"M512 782.223c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-227.56-227.56c-7.095-7.599-11.451-17.835-11.451-29.087 0-23.564 19.103-42.667 42.667-42.667 11.253 0 21.488 4.356 29.112 11.475l-0.025-0.023 197.404 197.404 197.404-197.404c7.599-7.095 17.835-11.451 29.087-11.451 23.564 0 42.667 19.103 42.667 42.667 0 11.253-4.356 21.488-11.475 29.112l0.023-0.025-227.556 227.556c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z",
"M512 782.223c-23.436-0.316-42.351-19.231-42.667-42.636v-455.141c0-23.564 19.103-42.667 42.667-42.667s42.667 19.103 42.667 42.667v0 455.111c-0.316 23.436-19.231 42.351-42.636 42.667h-0.031z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "arrow-circle-down",
- "download",
- "decrease",
- "down",
- "lower"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["arrow-circle-down", "download", "decrease", "down", "lower"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 50,
"id": 172,
@@ -10882,27 +7334,13 @@
"M512 782.223c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-227.56-227.56c-7.709-7.719-12.479-18.379-12.479-30.151s4.768-22.432 12.479-30.152v0l227.556-227.556c7.599-7.095 17.835-11.451 29.087-11.451 23.564 0 42.667 19.103 42.667 42.667 0 11.253-4.356 21.488-11.475 29.112l0.023-0.025-197.404 197.404 197.404 197.404c7.709 7.719 12.479 18.379 12.479 30.151s-4.768 22.432-12.479 30.152v0c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z",
"M739.556 554.667h-455.111c-23.564 0-42.667-19.103-42.667-42.667s19.103-42.667 42.667-42.667v0h455.111c23.564 0 42.667 19.103 42.667 42.667s-19.103 42.667-42.667 42.667v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "arrow-circle-left",
- "back",
- "previous",
- "left",
- "return"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["arrow-circle-left", "back", "previous", "left", "return"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 53,
"id": 173,
@@ -10921,27 +7359,13 @@
"M512 782.223c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-0.004-0.004c-7.709-7.719-12.479-18.379-12.479-30.151s4.768-22.432 12.479-30.152v0l197.404-197.404-197.404-197.404c-7.095-7.599-11.451-17.835-11.451-29.087 0-23.564 19.103-42.667 42.667-42.667 11.253 0 21.488 4.356 29.112 11.475l-0.025-0.023 227.556 227.556c7.709 7.719 12.479 18.379 12.479 30.151s-4.768 22.432-12.479 30.152v0l-227.556 227.556c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z",
"M739.556 554.667h-455.111c-23.564 0-42.667-19.103-42.667-42.667s19.103-42.667 42.667-42.667v0h455.111c23.564 0 42.667 19.103 42.667 42.667s-19.103 42.667-42.667 42.667v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "arrow-circle-right",
- "next",
- "forward",
- "right",
- "proceed"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["arrow-circle-right", "next", "forward", "right", "proceed"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 55,
"id": 174,
@@ -10960,27 +7384,13 @@
"M739.556 554.667c-0.059 0-0.129 0-0.199 0-11.717 0-22.316-4.787-29.948-12.512l-197.408-197.408-197.404 197.404c-7.599 7.095-17.835 11.451-29.087 11.451-23.564 0-42.667-19.103-42.667-42.667 0-11.253 4.356-21.488 11.475-29.112l-0.023 0.025 227.556-227.556c7.719-7.709 18.379-12.479 30.151-12.479s22.432 4.768 30.152 12.479v0l227.556 227.556c7.709 7.719 12.479 18.379 12.479 30.151s-4.768 22.432-12.479 30.152v0c-7.636 7.729-18.235 12.516-29.952 12.516-0.069 0-0.14 0-0.209 0h0.011z",
"M512 782.223c-23.436-0.316-42.351-19.231-42.667-42.636v-455.141c0-23.564 19.103-42.667 42.667-42.667s42.667 19.103 42.667 42.667v0 455.111c-0.316 23.436-19.231 42.351-42.636 42.667h-0.031z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "arrow-circle-up",
- "upload",
- "increase",
- "up",
- "elevate"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["arrow-circle-up", "upload", "increase", "up", "elevate"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 31,
"id": 175,
@@ -10998,24 +7408,13 @@
"M512 1023.999c-36.682-0.495-66.288-30.1-66.783-66.735v-623.353c0-36.883 29.9-66.783 66.783-66.783s66.783 29.9 66.783 66.783v0 623.305c-0.495 36.682-30.1 66.288-66.735 66.783h-0.048z",
"M512 178.087c-36.682-0.495-66.288-30.1-66.783-66.735v-44.569c0-36.883 29.9-66.783 66.783-66.783s66.783 29.9 66.783 66.783v0 44.521c-0.495 36.682-30.1 66.288-66.735 66.783h-0.048z"
],
- "attrs": [
- {},
- {}
- ],
- "tags": [
- "info",
- "information",
- "help",
- "details"
- ],
+ "attrs": [{}, {}],
+ "tags": ["info", "information", "help", "details"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {}
- ],
+ "attrs": [{}, {}],
"properties": {
"order": 33,
"id": 176,
@@ -11034,26 +7433,13 @@
"M512 355.556c-23.436-0.316-42.351-19.231-42.667-42.636v-28.475c0-23.564 19.103-42.667 42.667-42.667s42.667 19.103 42.667 42.667v0 28.444c-0.316 23.436-19.231 42.351-42.636 42.667h-0.031z",
"M512 1024c-282.769 0-512-229.231-512-512s229.231-512 512-512c282.769 0 512 229.231 512 512v0c0 282.769-229.231 512-512 512v0zM512 85.333c-235.641 0-426.667 191.025-426.667 426.667s191.025 426.667 426.667 426.667c235.641 0 426.667-191.025 426.667-426.667v0c0-235.641-191.025-426.667-426.667-426.667v0z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "info-circle",
- "information",
- "help",
- "details"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["info-circle", "information", "help", "details"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 38,
"id": 177,
@@ -11072,27 +7458,13 @@
"M863.536 966.067h-703.071c-24.136-0.325-43.617-19.805-43.942-43.91v-556.629c0-24.268 19.674-43.942 43.942-43.942s43.942 19.674 43.942 43.942v0 512.656h615.187v-512.656c0-24.268 19.674-43.942 43.942-43.942s43.942 19.674 43.942 43.942v0 556.598c-0.325 24.136-19.805 43.617-43.91 43.942h-0.032z",
"M629.178 966.067c-24.136-0.325-43.617-19.805-43.942-43.91v-366.215h-146.474v366.183c0 24.268-19.674 43.942-43.942 43.942s-43.942-19.674-43.942-43.942v0-410.125c0.325-24.136 19.805-43.617 43.91-43.942h234.389c24.136 0.325 43.617 19.805 43.942 43.91v410.157c-0.325 24.136-19.805 43.617-43.91 43.942h-0.032z"
],
- "attrs": [
- {},
- {},
- {}
- ],
- "tags": [
- "home",
- "house",
- "homepage",
- "shelter",
- "building"
- ],
+ "attrs": [{}, {}, {}],
+ "tags": ["home", "house", "homepage", "shelter", "building"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {},
- {},
- {}
- ],
+ "attrs": [{}, {}, {}],
"properties": {
"order": 214,
"id": 178,
@@ -11109,23 +7481,13 @@
"paths": [
"M512 1023.985c-282.573-0.249-511.548-229.377-511.548-511.985 0-282.761 229.224-511.985 511.985-511.985 136.039 0 259.684 53.057 351.374 139.607l-0.248-0.232c7.709 7.718 12.478 18.378 12.478 30.15s-4.768 22.431-12.478 30.151v0c-7.654 7.849-18.334 12.718-30.15 12.718s-22.495-4.869-30.142-12.709l-0.008-0.009c-76.159-71.371-178.876-115.207-291.832-115.207-235.949 0-427.224 191.274-427.224 427.224s191.274 427.224 427.224 427.224c235.845 0 427.056-191.106 427.224-426.913v-0.016c0-23.563 19.102-42.665 42.665-42.665s42.665 19.102 42.665 42.665v0c0 282.761-229.224 511.985-511.985 511.985v0z"
],
- "attrs": [
- {}
- ],
- "tags": [
- "spinner",
- "loading",
- "process",
- "wait",
- "buffering"
- ],
+ "attrs": [{}],
+ "tags": ["spinner", "loading", "process", "wait", "buffering"],
"grid": 16,
"isMulticolor": false,
"isMulticolor2": false
},
- "attrs": [
- {}
- ],
+ "attrs": [{}],
"properties": {
"order": 44,
"id": 179,
@@ -11197,4 +7559,4 @@
},
"showGrid": true
}
-}
\ No newline at end of file
+}
diff --git a/src/assets/showcase/data/menu.json b/apps/showcase/assets/data/menu.json
similarity index 100%
rename from src/assets/showcase/data/menu.json
rename to apps/showcase/assets/data/menu.json
diff --git a/src/app/showcase/data/news.json b/apps/showcase/assets/data/news.json
similarity index 98%
rename from src/app/showcase/data/news.json
rename to apps/showcase/assets/data/news.json
index b82743fdf5d..f69c9c19905 100644
--- a/src/app/showcase/data/news.json
+++ b/apps/showcase/assets/data/news.json
@@ -3,4 +3,4 @@
"content": "🎉 Introducing the all-new theming.",
"linkText": "Learn More",
"linkHref": "https://v18.primeng.org/theming"
-}
\ No newline at end of file
+}
diff --git a/src/app/showcase/data/versions.json b/apps/showcase/assets/data/versions.json
similarity index 100%
rename from src/app/showcase/data/versions.json
rename to apps/showcase/assets/data/versions.json
diff --git a/src/app/showcase/layout/favicon.png b/apps/showcase/assets/favicon.png
similarity index 100%
rename from src/app/showcase/layout/favicon.png
rename to apps/showcase/assets/favicon.png
diff --git a/src/assets/showcase/styles/flags.css b/apps/showcase/assets/styles/flags.css
similarity index 100%
rename from src/assets/showcase/styles/flags.css
rename to apps/showcase/assets/styles/flags.css
diff --git a/apps/showcase/assets/styles/global.scss b/apps/showcase/assets/styles/global.scss
new file mode 100644
index 00000000000..092893b6590
--- /dev/null
+++ b/apps/showcase/assets/styles/global.scss
@@ -0,0 +1,6 @@
+@import './tailwind/main.css';
+@import './layout/layout.scss';
+@import 'primeicons/primeicons.css';
+@import 'quill/dist/quill.snow.css';
+@import './flags.css';
+@import '@docsearch/css/dist/style.css';
diff --git a/src/assets/showcase/styles/layout/_code.scss b/apps/showcase/assets/styles/layout/_code.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_code.scss
rename to apps/showcase/assets/styles/layout/_code.scss
diff --git a/src/assets/showcase/styles/layout/_config.scss b/apps/showcase/assets/styles/layout/_config.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_config.scss
rename to apps/showcase/assets/styles/layout/_config.scss
diff --git a/src/assets/showcase/styles/layout/_content.scss b/apps/showcase/assets/styles/layout/_content.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_content.scss
rename to apps/showcase/assets/styles/layout/_content.scss
diff --git a/src/assets/showcase/styles/layout/_core.scss b/apps/showcase/assets/styles/layout/_core.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_core.scss
rename to apps/showcase/assets/styles/layout/_core.scss
diff --git a/src/assets/showcase/styles/layout/_doc.scss b/apps/showcase/assets/styles/layout/_doc.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_doc.scss
rename to apps/showcase/assets/styles/layout/_doc.scss
diff --git a/src/assets/showcase/styles/layout/_docsearch.scss b/apps/showcase/assets/styles/layout/_docsearch.scss
similarity index 96%
rename from src/assets/showcase/styles/layout/_docsearch.scss
rename to apps/showcase/assets/styles/layout/_docsearch.scss
index 0d9b068639f..7be836464da 100644
--- a/src/assets/showcase/styles/layout/_docsearch.scss
+++ b/apps/showcase/assets/styles/layout/_docsearch.scss
@@ -1,147 +1,147 @@
-.DocSearch-Button {
- border-radius: 6px;
- border: 1px solid var(--border-color);
- height: 2rem;
- background-color: var(--card-background);
- margin: 0;
- transition: outline-color .2s, border-color .2s;
- outline-color: transparent;
- padding: 0 .5rem;
- @include focus-visible();
-
- &:hover {
- border-color: var(--primary-color);
- box-shadow: none;
- }
-
- .DocSearch-Search-Icon {
- width: 1rem;
- height: 1rem;
- }
-
- .DocSearch-Button-Keys {
- overflow: hidden;
- min-width: auto;
- height: auto;
- background: transparent;
- display: flex;
- align-items: center;
- justify-content: center;
- width: auto;
- padding: 0;
- gap: 2px;
-
- .DocSearch-Button-Key {
- background: transparent;
- display: flex;
- padding: 0;
- margin: 0;
- top: 0;
- border-radius: 0;
- height: auto;
- width: auto;
- font-family: inherit;
-
- &:first-child {
- font-size: 0.75rem;
- line-height: normal;
- }
-
- &:last-child {
- justify-content: start;
- align-items: center;
- font-size: 0.75rem;
- position: relative;
-
- &::before {
- content: "\e90d";
- display: flex;
- color: var(--text-color);
- font-family: "primeicons";
- font-size: .4rem;
- opacity: .7;
- margin-right: 2px;
- height: 13.5px;
- align-items: center;
- font-weight: 700;
-
- }
- }
- }
- }
-}
-
-.DocSearch-Container {
- z-index: 1101;
-}
-
-.DocSearch-Modal {
- border: 1px solid var(--border-color);
- box-shadow: none;
-}
-
-.DocSearch-Footer {
- box-shadow: none;
- border-top: 1px solid var(--border-color);
- background-color: var(--overlay-background);
-}
-
-.DocSearch-Form {
- background: var(--card-background);
- box-shadow: none;
- border: 1px solid var(--border-color);
- border-radius: 6px;
- transition: border-color .3s;
-
- &:hover {
- border-color: var(--primary-color);
- }
-
- .DocSearch-MagnifierLabel, .DocSearch-Reset {
- color: var(--text-color);
- }
-}
-
-.DocSearch-Hit {
- border-bottom: 1px solid var(--border-color);
- padding-bottom: 0;
- margin-bottom: .25rem;
-}
-
-.DocSearch-Hit-source {
- color: var(--primary-text-color);
-}
-
-.DocSearch-Logo .cls-1, .DocSearch-Logo .cls-2 {
- fill: var(--primary-text-color);
-}
-
-.DocSearch-Prefill {
- color: var(--primary-text-color);
-}
-
-.DocSearch-Button-Placeholder {
- text-align: center;
- display: inline-block;
- font-size: .875rem;
-}
-
-:root {
- --docsearch-searchbox-focus-background: var(--card-background);
- --docsearch-text-color: var(--text-color);
- --docsearch-muted-color: var(--text-color);
- --docsearch-searchbox-background: var(--card-background);
- --docsearch-text-color: var(--text-color);
- --docsearch-modal-background: var(--overlay-background);
- --docsearch-key-gradient: var(--ground-background);
- --docsearch-key-shadow: none;
- --docsearch-container-background: var(--docsearch-mask-background);
- --docsearch-hit-background: var(--overlay-background);
- --docsearch-hit-shadow: none;
- --docsearch-spacing: 1rem;
- --docsearch-hit-color: var(--text-color);
- --docsearch-highlight-color: var(--primary-color);
- --docsearch-hit-active-color: var(--primary-contrast-color);
- --docsearch-searchbox-shadow: none;
-}
-
+.DocSearch-Button {
+ border-radius: 6px;
+ border: 1px solid var(--border-color);
+ height: 2rem;
+ background-color: var(--card-background);
+ margin: 0;
+ transition: outline-color .2s, border-color .2s;
+ outline-color: transparent;
+ padding: 0 .5rem;
+ @include focus-visible();
+
+ &:hover {
+ border-color: var(--primary-color);
+ box-shadow: none;
+ }
+
+ .DocSearch-Search-Icon {
+ width: 1rem;
+ height: 1rem;
+ }
+
+ .DocSearch-Button-Keys {
+ overflow: hidden;
+ min-width: auto;
+ height: auto;
+ background: transparent;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: auto;
+ padding: 0;
+ gap: 2px;
+
+ .DocSearch-Button-Key {
+ background: transparent;
+ display: flex;
+ padding: 0;
+ margin: 0;
+ top: 0;
+ border-radius: 0;
+ height: auto;
+ width: auto;
+ font-family: inherit;
+
+ &:first-child {
+ font-size: 0.75rem;
+ line-height: normal;
+ }
+
+ &:last-child {
+ justify-content: start;
+ align-items: center;
+ font-size: 0.75rem;
+ position: relative;
+
+ &::before {
+ content: "\e90d";
+ display: flex;
+ color: var(--text-color);
+ font-family: "primeicons";
+ font-size: .4rem;
+ opacity: .7;
+ margin-right: 2px;
+ height: 13.5px;
+ align-items: center;
+ font-weight: 700;
+
+ }
+ }
+ }
+ }
+}
+
+.DocSearch-Container {
+ z-index: 1101;
+}
+
+.DocSearch-Modal {
+ border: 1px solid var(--border-color);
+ box-shadow: none;
+}
+
+.DocSearch-Footer {
+ box-shadow: none;
+ border-top: 1px solid var(--border-color);
+ background-color: var(--overlay-background);
+}
+
+.DocSearch-Form {
+ background: var(--card-background);
+ box-shadow: none;
+ border: 1px solid var(--border-color);
+ border-radius: 6px;
+ transition: border-color .3s;
+
+ &:hover {
+ border-color: var(--primary-color);
+ }
+
+ .DocSearch-MagnifierLabel, .DocSearch-Reset {
+ color: var(--text-color);
+ }
+}
+
+.DocSearch-Hit {
+ border-bottom: 1px solid var(--border-color);
+ padding-bottom: 0;
+ margin-bottom: .25rem;
+}
+
+.DocSearch-Hit-source {
+ color: var(--primary-text-color);
+}
+
+.DocSearch-Logo .cls-1, .DocSearch-Logo .cls-2 {
+ fill: var(--primary-text-color);
+}
+
+.DocSearch-Prefill {
+ color: var(--primary-text-color);
+}
+
+.DocSearch-Button-Placeholder {
+ text-align: center;
+ display: inline-block;
+ font-size: .875rem;
+}
+
+:root {
+ --docsearch-searchbox-focus-background: var(--card-background);
+ --docsearch-text-color: var(--text-color);
+ --docsearch-muted-color: var(--text-color);
+ --docsearch-searchbox-background: var(--card-background);
+ --docsearch-text-color: var(--text-color);
+ --docsearch-modal-background: var(--overlay-background);
+ --docsearch-key-gradient: var(--ground-background);
+ --docsearch-key-shadow: none;
+ --docsearch-container-background: var(--docsearch-mask-background);
+ --docsearch-hit-background: var(--overlay-background);
+ --docsearch-hit-shadow: none;
+ --docsearch-spacing: 1rem;
+ --docsearch-hit-color: var(--text-color);
+ --docsearch-highlight-color: var(--primary-color);
+ --docsearch-hit-active-color: var(--primary-contrast-color);
+ --docsearch-searchbox-shadow: none;
+}
+
diff --git a/src/assets/showcase/styles/layout/_footer.scss b/apps/showcase/assets/styles/layout/_footer.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_footer.scss
rename to apps/showcase/assets/styles/layout/_footer.scss
diff --git a/src/assets/showcase/styles/layout/_glow.scss b/apps/showcase/assets/styles/layout/_glow.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_glow.scss
rename to apps/showcase/assets/styles/layout/_glow.scss
diff --git a/src/assets/showcase/styles/layout/_mixins.scss b/apps/showcase/assets/styles/layout/_mixins.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_mixins.scss
rename to apps/showcase/assets/styles/layout/_mixins.scss
diff --git a/src/assets/showcase/styles/layout/_news.scss b/apps/showcase/assets/styles/layout/_news.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_news.scss
rename to apps/showcase/assets/styles/layout/_news.scss
diff --git a/src/assets/showcase/styles/layout/_responsive.scss b/apps/showcase/assets/styles/layout/_responsive.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_responsive.scss
rename to apps/showcase/assets/styles/layout/_responsive.scss
diff --git a/src/assets/showcase/styles/layout/_sidebar.scss b/apps/showcase/assets/styles/layout/_sidebar.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_sidebar.scss
rename to apps/showcase/assets/styles/layout/_sidebar.scss
diff --git a/src/assets/showcase/styles/layout/_templates.scss b/apps/showcase/assets/styles/layout/_templates.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_templates.scss
rename to apps/showcase/assets/styles/layout/_templates.scss
diff --git a/src/assets/showcase/styles/layout/_topbar.scss b/apps/showcase/assets/styles/layout/_topbar.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/_topbar.scss
rename to apps/showcase/assets/styles/layout/_topbar.scss
diff --git a/src/assets/showcase/styles/layout/landing/_blocks.scss b/apps/showcase/assets/styles/layout/landing/_blocks.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_blocks.scss
rename to apps/showcase/assets/styles/layout/landing/_blocks.scss
diff --git a/src/assets/showcase/styles/layout/landing/_features.scss b/apps/showcase/assets/styles/layout/landing/_features.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_features.scss
rename to apps/showcase/assets/styles/layout/landing/_features.scss
diff --git a/src/assets/showcase/styles/layout/landing/_footer.scss b/apps/showcase/assets/styles/layout/landing/_footer.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_footer.scss
rename to apps/showcase/assets/styles/layout/landing/_footer.scss
diff --git a/src/assets/showcase/styles/layout/landing/_getstarted.scss b/apps/showcase/assets/styles/layout/landing/_getstarted.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_getstarted.scss
rename to apps/showcase/assets/styles/layout/landing/_getstarted.scss
diff --git a/src/assets/showcase/styles/layout/landing/_hero.scss b/apps/showcase/assets/styles/layout/landing/_hero.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_hero.scss
rename to apps/showcase/assets/styles/layout/landing/_hero.scss
diff --git a/src/assets/showcase/styles/layout/landing/_landing.scss b/apps/showcase/assets/styles/layout/landing/_landing.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_landing.scss
rename to apps/showcase/assets/styles/layout/landing/_landing.scss
diff --git a/src/assets/showcase/styles/layout/landing/_main.scss b/apps/showcase/assets/styles/layout/landing/_main.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_main.scss
rename to apps/showcase/assets/styles/layout/landing/_main.scss
diff --git a/src/assets/showcase/styles/layout/landing/_templates.scss b/apps/showcase/assets/styles/layout/landing/_templates.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_templates.scss
rename to apps/showcase/assets/styles/layout/landing/_templates.scss
diff --git a/src/assets/showcase/styles/layout/landing/_themes.scss b/apps/showcase/assets/styles/layout/landing/_themes.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_themes.scss
rename to apps/showcase/assets/styles/layout/landing/_themes.scss
diff --git a/src/assets/showcase/styles/layout/landing/_users.scss b/apps/showcase/assets/styles/layout/landing/_users.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/landing/_users.scss
rename to apps/showcase/assets/styles/layout/landing/_users.scss
diff --git a/src/assets/showcase/styles/layout/layout.css b/apps/showcase/assets/styles/layout/layout.css
similarity index 100%
rename from src/assets/showcase/styles/layout/layout.css
rename to apps/showcase/assets/styles/layout/layout.css
diff --git a/src/assets/showcase/styles/layout/layout.scss b/apps/showcase/assets/styles/layout/layout.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/layout.scss
rename to apps/showcase/assets/styles/layout/layout.scss
diff --git a/src/assets/showcase/styles/layout/variables/_variables.scss b/apps/showcase/assets/styles/layout/variables/_variables.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/variables/_variables.scss
rename to apps/showcase/assets/styles/layout/variables/_variables.scss
diff --git a/src/assets/showcase/styles/layout/variables/landing/_dark.scss b/apps/showcase/assets/styles/layout/variables/landing/_dark.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/variables/landing/_dark.scss
rename to apps/showcase/assets/styles/layout/variables/landing/_dark.scss
diff --git a/src/assets/showcase/styles/layout/variables/landing/_light.scss b/apps/showcase/assets/styles/layout/variables/landing/_light.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/variables/landing/_light.scss
rename to apps/showcase/assets/styles/layout/variables/landing/_light.scss
diff --git a/src/assets/showcase/styles/layout/variables/main/_dark.scss b/apps/showcase/assets/styles/layout/variables/main/_dark.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/variables/main/_dark.scss
rename to apps/showcase/assets/styles/layout/variables/main/_dark.scss
diff --git a/src/assets/showcase/styles/layout/variables/main/_light.scss b/apps/showcase/assets/styles/layout/variables/main/_light.scss
similarity index 100%
rename from src/assets/showcase/styles/layout/variables/main/_light.scss
rename to apps/showcase/assets/styles/layout/variables/main/_light.scss
diff --git a/src/assets/showcase/styles/splash.css b/apps/showcase/assets/styles/splash.css
similarity index 100%
rename from src/assets/showcase/styles/splash.css
rename to apps/showcase/assets/styles/splash.css
diff --git a/apps/showcase/assets/styles/tailwind/main.css b/apps/showcase/assets/styles/tailwind/main.css
new file mode 100644
index 00000000000..b5c61c95671
--- /dev/null
+++ b/apps/showcase/assets/styles/tailwind/main.css
@@ -0,0 +1,3 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
diff --git a/src/app/showcase/demo/deferreddemo.scss b/apps/showcase/components/demo/deferreddemo.scss
similarity index 100%
rename from src/app/showcase/demo/deferreddemo.scss
rename to apps/showcase/components/demo/deferreddemo.scss
diff --git a/src/app/showcase/demo/deferreddemo.ts b/apps/showcase/components/demo/deferreddemo.ts
similarity index 94%
rename from src/app/showcase/demo/deferreddemo.ts
rename to apps/showcase/components/demo/deferreddemo.ts
index a3721fefb4b..33acea4fcd8 100755
--- a/src/app/showcase/demo/deferreddemo.ts
+++ b/apps/showcase/components/demo/deferreddemo.ts
@@ -14,7 +14,7 @@ import { Component, ElementRef, EventEmitter, Inject, Input, OnInit, Output, PLA
+{{code.basic}}
+
+
+
+
+{{code.basic}}
+
+
+
+
+{{code.html}}
+
+
+
+
+{{code.typescript}}
+
+
+
+
+{{code.data}}
+
+
+
+
+{{code.scss}}
+
+
+
+
+{{code.command}}
+
+
+ {{ description || null }}
@@ -33,14 +28,8 @@ import { AppConfigService } from '@service/appconfigservice';Headless mode allows you to customize the entire user interface instead of the default elements.
+Name | +Type | +Default | +Description | +
---|---|---|---|
key | +string | +null | +Optional key to match the key of confirm object, necessary to use when component tree has multiple confirm dialogs. | +
showTransitionOptions | +string | +.12s cubic-bezier(0, 0, 0.2, 1) | +Transition options of the show animation. | +
hideTransitionOptions | +string | +.1s linear | +Transition options of the hide animation. | +
autoZIndex | +boolean | +true | +Whether to automatically manage layering. | +
baseZIndex | +number | +0 | +Base zIndex value to use in layering. | +
style | +string | +null | +Inline style of the component. | +
styleClass | +string | +null | +Style class of the component. | +
+ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-confirm-popup | +Container element | +
p-confirm-popup-content | +Content element. | +
p-confirm-popup-icon | +Message icon. | +
p-confirm-popup-message | +Message text. | +
p-confirm-popup-footer | +Footer element for buttons. | +
Content section can be customized using content template.
+{{ message.message }}
+{{ message.message }}
+{{ message.message }}
+Name | +Parameters | +
---|---|
accepticon | +- | +
rejecticon | +- | +
+ ContextMenu component uses the menubar role with aria-orientation set to "vertical" and the value to describe the menu can either be provided with aria-labelledby or aria-label props. Each list item has a + presentation role whereas anchor elements have a menuitem role with aria-label referring to the label of the item and aria-disabled defined if the item is disabled. A submenu within a ContextMenu uses the + menu role with an aria-labelledby defined as the id of the submenu root menuitem label. In addition, menuitems that open a submenu have aria-haspopup, aria-expanded and aria-controls to define the + relation between the item and the submenu. +
+Key | +Function | +
---|---|
tab | +When focus is in the menu, closes the context menu and moves focus to the next focusable element in the page sequence. | +
enter | +If menuitem has a submenu, toggles the visibility of the submenu otherwise activates the menuitem and closes all open overlays. | +
space | +If menuitem has a submenu, toggles the visibility of the submenu otherwise activates the menuitem and closes all open overlays. | +
escape | +Closes the context menu. | +
down arrow | +If focus is not inside the menu and menu is open, add focus to the first item. If an item is already focused, moves focus to the next menuitem within the submenu. | +
up arrow | +If focus is not inside the menu and menu is open, add focus to the last item. If an item is already focused, moves focus to the next menuitem within the submenu. | +
right arrow | +Opens a submenu if there is one available and moves focus to the first item. | +
left arrow | +Closes a submenu and moves focus to the root item of the closed submenu. | +
home | +Moves focus to the first menuitem within the submenu. | +
end | +Moves focus to the last menuitem within the submenu. | +
+ ContextMenu can be attached to a particular element whose local template variable name is defined using the + target property. +
+The function to invoke when an item is clicked is defined using the command property.
+Setting global property to true attaches the context menu to the document.
+Right-Click anywhere on this page to view the global ContextMenu.
+Right-Click anywhere on this page to view the global ContextMenu.
+Items with navigation are defined with templating to be able to use a routerLink directive, an external link or programmatic navigation.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-contextmenu | +Container element. | +
p-menu-list | +List element. | +
p-menuitem | +Menuitem element. | +
p-menuitem-text | +Label of a menuitem. | +
p-menuitem-icon | +Icon of a menuitem. | +
p-submenu-icon | +Arrow icon of a submenu. | +
ContextMenu offers item customization with the item template that receives the menuitem instance from the model as a parameter.
+Font Awesome is a popular icon library with a wide range of icons.
Any type of image can be used as an icon.
+Material icons is the official icon library based on Google Material Design.
Inline SVGs are embedded inside the dom.
+ The container element that wraps the layout options buttons has a group role whereas each button element uses button role and aria-pressed is updated depending on selection state. Values to describe the buttons + are derived from the aria.listView and aria.gridView properties of the locale API respectively. +
+Refer to paginator accessibility documentation for the paginator of the component.
+Key | +Function | +
---|---|
tab | +Moves focus to the buttons. | +
space | +Toggles the checked state of a button. | +
DataView requires a value to display along with a list template that receives an object in the collection to return content.
+- DataView supports list and grid display modes defined with the layout property. The grid mode is - not built-in for flexibility purposes and requires a library with CSS grid features like Tailwind. -
+DataView supports list and grid display modes defined with the layout property. The grid mode is not built-in for flexibility purposes and requires a library with CSS grid features like Tailwind.
While data is being loaded. Skeleton component may be used to indicate the busy state.
+- Pagination is enabled with the paginator and rows properties. Refer to the - Paginator for more information about customizing the paginator. -
+Pagination is enabled with the paginator and rows properties. Refer to the Paginator for more information about customizing the paginator.
+ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-dataview | +Container element. | +
p-dataview-list | +Container element in list layout. | +
p-dataview-grid | +Container element in grid layout. | +
p-dataview-header | +Header section. | +
p-dataview-footer | +Footer section. | +
p-dataview-content | +Container of items. | +
p-dataview-emptymessage | +Empty message element. | +
+ Value to describe the component can either be provided via label tag combined with inputId prop or using aria-labelledby, aria-label props. The input element has combobox role in addition to + aria-autocomplete as "none", aria-haspopup as "dialog" and aria-expanded attributes. The relation between the input and the popup is created with aria-controls attribute that refers to the id of the popup. +
++ The optional DatePicker button requires includes aria-haspopup, aria-expanded for states along with aria-controls to define the relation between the popup and the button. The value to read is retrieved from the + chooseDate + key of the aria property from the locale API. This label is also used for the aria-label of the popup as well. When there is a value selected, it is formatted and appended to the label to be + able to notify users about the current value. +
+ ++ Popup has a dialog role along with aria-modal and aria-label. The navigation buttons at the header has an aria-label retrieved from the prevYear, nextYear, prevMonth, + nextMonth,prevDecade and nextDecade keys of the locale aria API. Similarly month picker button uses the chooseMonth and year picker button uses the chooseYear keys. +
+ ++ Main date table uses grid role that contains th elements with col as the scope along with abbr tag resolving to the full name of the month. Each date cell has an aria-label referring to the full date value. + Buttons at the footer utilize their readable labels as aria-label as well. Selected date also receives the aria-selected attribute. +
+ ++ Timepicker spinner buttons get their labels for aria-label from the aria locale API using the prevHour, nextHour, prevMinute, nextMinute, prevSecond, nextSecond, am and + pm keys. +
+ +DatePicker also includes a hidden section that is only available to screen readers with aria-live as "polite". This element is updated when the selected date changes to instruct the user about the current date selected.
+Key | +Function | +
---|---|
+ space + | +Opens popup and moves focus to the selected date, if there is none focuses on today. | +
+ enter + | +Opens popup and moves focus to the selected date, if there is none focuses on today. | +
Key | +Function | +
---|---|
+ escape + | +Closes the popup and moves focus to the input element. | +
+ tab + | +Moves focus to the next focusable element within the popup. | +
shift + tab | +Moves focus to the next focusable element within the popup. | +
Key | +Function | +
---|---|
+ enter + | +Triggers the button action. | +
+ space + | +Triggers the button action. | +
Key | +Function | +
---|---|
+ enter + | +Selects the date, closes the popup and moves focus to the input element. | +
+ space + | +Selects the date, closes the popup and moves focus to the input element. | +
+ up arrow + | +Moves focus to the same day of the previous week. | +
+ down arrow + | +Moves focus to the same day of the next week. | +
+ right arrow + | +Moves focus to the next day. | +
+ left arrow + | +Moves focus to the previous day. | +
+ home + | +Moves focus to the first day of the current week. | +
+ end + | +Moves focus to the last day of the current week. | +
+ page up + | +Changes the date to previous month in date picker mode. Moves to previous year in month picker mode and previous decade in year picker. | +
shift + page up | +Changes the date to previous year in date picker mode. Has no effect in month or year picker | +
+ page down + | +Changes the date to next month in date picker mode. Moves to next year in month picker mode and next decade in year picker. | +
shift + page down | +Changes the date to next year in date picker mode. Has no effect in month or year picker | +
Key | +Function | +
---|---|
+ enter + | +Triggers the button action. | +
+ space + | +Triggers the button action. | +
Two-way value binding is defined using the standard ngModel directive referencing to a Date property.
+When disabled is present, the element cannot be edited and focused.
+Name | +Parameters | +Description | +
---|---|---|
onSelect | +value: Selected value | +Callback to invoke when a date is selected. Note that this event is not called when the value is entered from the input manually. | +
onBlur | +event: Blur event | +Callback to invoke on blur of input field. | +
onFocus | +event: Focus event | +Callback to invoke on focus of input field. | +
onClose | +event: Close event | +Callback to invoke when datepicker panel is closed. | +
onShow | +event: Animation event | +Callback to invoke when datepicker panel is visible. | +
onClickOutside | +event: Click event | +Callback to invoke when click outside of datepicker panel. | +
onInput | +event: Input event | +Callback to invoke when input field is being typed. | +
onTodayClick | +event: Click event | +Callback to invoke when today button is clicked. | +
onClearClick | +event: Click event | +Callback to invoke when clear button is clicked. | +
onMonthChange | +
+ event.month: New month + event.year: New year + |
+ Callback to invoke when a month is changed using the navigators. | +
onYearChange | +
+ event.month: New month + event.year: New year + |
+ Callback to invoke when a year is changed using the navigators. | +
onClear | +- | +Callback to invoke when input field is cleared. | +
Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
++ A floating label appears on top of the input field when focused. Visit + FloatLabel documentation for more information. +
+Default date format is mm/dd/yy which can be customized using the dateFormat property. Following options can be a part of the format.
+An additional icon is displayed next to the input field when showIcon is present.
+IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
+DatePicker is displayed as a popup by default, add inline property to customize this behavior.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
++ Locale for different languages and formats is defined globally, refer to the + PrimeNG Locale configuration for more information. +
+Name | +Parameters | +Description | +
---|---|---|
toggle | +- | +Toggles the visibility of the calendar. | +
In order to choose multiple dates, set selectionMode as multiple. In this mode, the value binding should be an array.
+A range of dates can be selected by defining selectionMode as range, in this case the bound value would be an array with two values where first date is the start of the range and second date is the end.
+DatePicker can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+DatePicker provides small and large sizes as alternatives to the base.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-calendar | +Main container element | +
p-calendar-w-btn | +Main container element when button is enabled. | +
p-calendar-timeonly | +Main container element in time picker only mode. | +
p-inputtext | +Input element | +
p-datepicker | +Datepicker element | +
p-datepicker-inline | +Datepicker element in inline mode | +
p-datepicker-monthpicker | +Datepicker element in month view. | +
p-datepicker-touch-p | +Datepicker element in touch p mode. | +
p-datepicker-calendar | +Table containing dates of a month. | +
p-datepicker-current-day | +Cell of selected date. | +
p-datepicker-today | +Cell of today's date. | +
Calendar UI accepts custom content using header and footer templates.
+Name | +Parameters | +
---|---|
header | +- | +
footer | +- | +
date | +$implicit: Value of the component | +
decade | +$implicit: An array containing the start and and year of a decade to display at header of the year picker. | +
previousicon | +- | +
nexticon | +- | +
triggericon | +- | +
clearicon | +- | +
incrementicon | +- | +
decrementicon | +- | +
- A time picker is displayed when showTime is enabled where 12/24 hour format is configured with - hourFormat property. In case, only time needs to be selected, add timeOnly to hide the date section. -
+A time picker is displayed when showTime is enabled where 12/24 hour format is configured with hourFormat property. In case, only time needs to be selected, add timeOnly to hide the date section.
Defer is applied to a container element with pDefer directive where content needs to be placed inside an ng-template.
+Content is not loaded yet, scroll down to initialize it.
++ Content is not loaded yet, scroll down to initialize it. +
+Defer is applied to a container element with pDefer directive where content needs to be placed inside an ng-template.
+Table is not loaded yet, scroll down to initialize it.
+ ++ Table is not loaded yet, scroll down to initialize it. +
+ ++ Dialog component uses dialog role along with aria-labelledby referring to the header element however any attribute is passed to the root element so you may use aria-labelledby to override this default behavior. In + addition aria-modal is added since focus is kept within the popup. +
++ It is recommended to use a trigger component that can be accessed with keyboard such as a button, if not adding + tabIndex would be necessary. +
+Trigger element also requires aria-expanded and aria-controls to be handled explicitly.
++ Close element is a button with an aria-label that refers to the aria.close property of the locale API by default, you may usecloseButtonProps to customize the element + and override the default aria-label. +
+ +Key | +Function | +
---|---|
tab | +Moves focus to the next the focusable element within the dialog. | +
shift + tab | +Moves focus to the previous the focusable element within the dialog. | +
escape | +Closes the dialog if closeOnEscape is true. | +
Key | +Function | +
---|---|
enter | +Closes the dialog. | +
space | +Closes the dialog. | +
Content
+Dialog is used as a container and visibility is controlled with visible property.
Headless mode allows you to customize the entire user interface instead of the default elements.
+Dialog automatically displays a scroller when content exceeeds viewport.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim + ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, + adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea + commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur? +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime + placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non + recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim + ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, + adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea + commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur? +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime + placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non + recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. +
++ Lorem ipsum dolor sit amet... +
++ "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium... +
++ At vero eos et accusamus et iusto odio dignissimos... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit... +
++ "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium... +
++ At vero eos et accusamus et iusto odio dignissimos... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim + ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, + adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea + commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur? +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime + placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non + recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim + ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, + adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea + commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur? +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime + placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non + recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. +
+Setting maximizable property to true enables the full screen mode.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna - aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis - aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint - occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- When dialog includes other components with overlays such as dropdown, the overlay part cannot exceed dialog boundaries due - to overflow. In order to solve this, you can either append the overlay to the body by using + When dialog includes other components with overlays such as dropdown, the overlay part cannot exceed dialog boundaries due to overflow. In order to solve this, you can either append the overlay to the body by using appendTo property or allow overflow in dialog.
The position property is used to display a Dialog at all edges and corners of the screen.
++ Dialog width can be adjusted per screen size with the breakpoints option where a key defines the max-width for the breakpoint and value for the corresponding width. When no breakpoint matches width defined in + style property is used. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-dialog | +Container element | +
p-dialog-titlebar | +Container of header. | +
p-dialog-title | +Header element. | +
p-dialog-titlebar-icon | +Icon container inside header. | +
p-dialog-titlebar-close | +Close icon element. | +
p-dialog-content | +Content element. | +
p-dialog-footer | +Footer element. | +
Dialog can be customized using header and footer templates.
+Divider uses a separator role with aria-orientation set to either "horizontal" or "vertical".
+Component does not include any interactive elements.
+Divider is basically placed between the items to separate.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+ ++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam + voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
+ ++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
+ ++ Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis + voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. Donec vel volutpat ipsum. Integer nunc magna, posuere ut tincidunt eget, egestas vitae sapien. Morbi dapibus luctus odio. +
++ Lorem ipsum dolor sit amet... +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium... +
++ At vero eos et accusamus et iusto odio dignissimos... +
++ Temporibus autem quibusdam et aut officiis... +
`, + + html: `+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam + voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
++ Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis + voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. Donec vel volutpat ipsum. Integer nunc magna, posuere ut tincidunt eget, egestas vitae sapien. Morbi dapibus luctus odio. +
++ Children are rendered within the boundaries of the divider where location of the content is configured with the align property. In horizontal layout, alignment options are left, center and right whereas vertical + mode supports top, center and bottom. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+ ++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam + voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
+ ++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
+ ++ Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis + voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. Donec vel volutpat ipsum. Integer nunc magna, posuere ut tincidunt eget, egestas vitae sapien. Morbi dapibus luctus odio. +
++ Lorem ipsum dolor sit amet... +
+ ++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium... +
+ ++ At vero eos et accusamus et iusto odio dignissimos... +
+ ++ Temporibus autem quibusdam et aut officiis... +
`, + + html: `+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+ ++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam + voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
+ ++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
+ ++ Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis + voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. Donec vel volutpat ipsum. Integer nunc magna, posuere ut tincidunt eget, egestas vitae sapien. Morbi dapibus luctus odio. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-divider | +Container element. | +
p-divider-horizontal | +Container element in horizontal layout. | +
p-divider-vertical | +Container element in vertical layout. | +
p-divider-solid | +Container element with solid border. | +
p-divider-dashed | +Container element with dashed border. | +
p-divider-dotted | +Container element with dotted border. | +
p-divider-left | +Container element with content aligned to left. | +
p-divider-right | +Container element with content aligned to right. | +
p-divider-center | +Container element with content aligned to center. | +
p-divider-bottom | +Container element with content aligned to bottom. | +
p-divider-top | +Container element with content aligned to top. | +
Style of the border is configured with the type property that can either be solid, dotted or dashed.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+ ++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam + voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
+ ++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
+ ++ Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis + voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. Donec vel volutpat ipsum. Integer nunc magna, posuere ut tincidunt eget, egestas vitae sapien. Morbi dapibus luctus odio. +
++ Lorem ipsum dolor sit amet... +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium... +
++ At vero eos et accusamus et iusto odio dignissimos... +
++ Temporibus autem quibusdam et aut officiis... +
`, + + html: `+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam + voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
++ Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis + voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat. Donec vel volutpat ipsum. Integer nunc magna, posuere ut tincidunt eget, egestas vitae sapien. Morbi dapibus luctus odio. +
+Vertical divider is enabled by setting the layout property as vertical.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+ ++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam + voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
+ ++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
++ Lorem ipsum dolor sit amet... +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium... +
++ At vero eos et accusamus et iusto odio dignissimos... +
`, + + html: `+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam + voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
++ Dock component uses the menu role with the aria-orientation and the value to describe the menu can either be provided with aria-labelledby or aria-label props. Each list item has a presentation role + whereas anchor elements have a menuitem role with aria-label referring to the label of the item and aria-disabled defined if the item is disabled. +
+Key | +Function | +
---|---|
tab | +Add focus to the first item if focus moves in to the menu. If the focus is already within the menu, focus moves to the next focusable item in the page tab sequence. | +
shift + tab | +Add focus to the last item if focus moves in to the menu. If the focus is already within the menu, focus moves to the previous focusable item in the page tab sequence. | +
enter | +Activates the focused menuitem. | +
space | +Activates the focused menuitem. | +
down arrow | +Moves focus to the next menuitem in vertical layout. | +
up arrow | +Moves focus to the previous menuitem in vertical layout. | +
home | +Moves focus to the first menuitem in horizontal layout. | +
end | +Moves focus to the last menuitem in horizontal layout. | +
+ Dock requires a collection of menuitems as its model. Default location is bottom and other sides are also available when defined with the position property. Content of the dock component is defined by + item template. +
++ Dock requires a collection of menuitems as its model. Default location is bottom and other sides are also available when defined with the position property. Content of the dock component is defined by + item template. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-dock | +Container element. | +
p-dock-list | +List of items. | +
p-dock-item | +Each items in list. | +
+ pDraggable and pDroppable are attached to a target element to add drag-drop behavior. The value of a Directive attribute is required and it defines the scope to match draggables with droppables. Droppable scope can also + be an array to accept multiple droppables. +
+Drop Zone
++ Drop Zone +
+Drop Zone
+Drag and Drop to Table
+- dragHandle is used to restrict dragging unless mousedown occurs on the specified element. Panel below can only be - dragged using its header. -
+dragHandle is used to restrict dragging unless mousedown occurs on the specified element. Panel below can only be dragged using its header.
- When a suitable draggable enters a droppable area, the area gets p-draggable-enter class that can be used to style - the droppable section. -
+When a suitable draggable enters a droppable area, the area gets p-draggable-enter class that can be used to style the droppable section.
+ Drawer component uses complementary role by default, since any attribute is passed to the root element aria role can be changed depending on your use case and additional attributes like aria-labelledby can be added. In + addition aria-modal is added since focus is kept within the drawer when opened. +
++ It is recommended to use a trigger component that can be accessed with keyboard such as a button, if not adding + tabIndex would be necessary. +
+Trigger element also requires aria-expanded and aria-controls to be handled explicitly.
+ +Key | +Function | +
---|---|
tab | +Moves focus to the next the focusable element within the drawer. | +
shift + tab | +Moves focus to the previous the focusable element within the drawer. | +
escape | +Closes the dialog if closeOnEscape is true. | +
Key | +Function | +
---|---|
enter | +Closes the drawer. | +
space | +Closes the drawer. | +
Drawer is used as a container and visibility is controlled with a binding to visible.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
+- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna - aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat.
Lorem ipsum dolor sit amet, consectetur adipiscing elit...
@@ -31,7 +31,7 @@ export class FullScreenDoc {
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.
@@ -52,6 +52,6 @@ import { ButtonModule } from 'primeng/button';
})
export class DrawerFullScreenDemo {
visible: boolean = false;
-}`,
+}`
};
}
diff --git a/apps/showcase/doc/drawer/headlessdoc.ts b/apps/showcase/doc/drawer/headlessdoc.ts
new file mode 100644
index 00000000000..276fd5ca11f
--- /dev/null
+++ b/apps/showcase/doc/drawer/headlessdoc.ts
@@ -0,0 +1,660 @@
+import { Code } from '@/domain/code';
+import { Component, ViewChild } from '@angular/core';
+import { Drawer } from 'primeng/drawer';
+
+@Component({
+ selector: 'headless-doc',
+ template: `
+ Headless mode allows you to customize the entire user interface instead of the default elements.
Drawer location is configured with the position property that can take left, right, top and bottom as a value.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
+Drawer dimension can be defined with style or class properties, this responsive example utilizes Tailwind.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-sidebar | +Container element | +
p-sidebar-left | +Container element of left sidebar. | +
p-sidebar-right | +Container element of right sidebar. | +
p-sidebar-top | +Container element of top sidebar. | +
p-sidebar-bottom | +Container element of bottom sidebar. | +
p-sidebar-full | +Container element of a full screen sidebar. | +
p-sidebar-active | +Container element when sidebar is visible. | +
p-sidebar-close | +Close anchor element. | +
p-sidebar-sm | +Small sized sidebar. | +
p-sidebar-md | +Medium sized sidebar. | +
p-sidebar-lg | +Large sized sidebar. | +
p-sidebar-mask | +Modal layer of the sidebar. | +
Drawer is customizable by header, content, footer templates.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. +
+- Most of the time, requirement is returning a value from the dialog. DialogRef's close method is used for this purpose where - the parameter passed will be available at the onClose event at the caller. Here is an example on how to close the - dialog from the ProductListDemo by passing a selected product. + Most of the time, requirement is returning a value from the dialog. DialogRef's close method is used for this purpose where the parameter passed will be available at the onClose event at the caller. Here is an example on how to + close the dialog from the ProductListDemo by passing a selected product.
- DynamicDialog uses the Dialog component internally, visit dialog for more information about - the available props. -
+DynamicDialog uses the Dialog component internally, visit dialog for more information about the available props.
- Dynamic dialogs require an instance of a DialogService that is responsible for displaying a dialog with a component - as its content. Calling open method of DialogService will display dynamic dialog. First parameter of - open method is the type of component to load and the second parameter is the configuration of the Dialog such as - header, width and more. + Dynamic dialogs require an instance of a DialogService that is responsible for displaying a dialog with a component as its content. Calling open method of DialogService will display dynamic dialog. First parameter + of open method is the type of component to load and the second parameter is the configuration of the Dialog such as header, width and more.
- The open method of the DialogService is used to open a Dialog. First parameter is the component to load and - second one is the configuration object to customize the Dialog. -
+The open method of the DialogService is used to open a Dialog. First parameter is the component to load and second one is the configuration object to customize the Dialog.
+ In case you need to pass data to the component that is dynamically loaded, use the data property that can be access using the DynamicDialogConfig class. In additon, the loaded component can also control the Dialog using the + DynamicDialogRef API. Both the DynamicDialogConfig and DynamicDialogRef are injectable using the constructor. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-dialog | +Container element | +
p-dynamicdialog | +Container element | +
p-dialog-titlebar | +Container of header. | +
p-dialog-title | +Header element. | +
p-dialog-titlebar-icon | +Icon container inside header. | +
p-dialog-titlebar-close | +Close icon element. | +
p-dialog-content | +Content element. | +
p-dialog-footer | +Footer element. | +
To use dynamic dialog, a reference should be declared as DynamicDialogRef after the DialogService injected into the component.
++ Quill performs generally well in terms of accessibility. The elements in the toolbar can be tabbed and have the necessary ARIA roles/attributes for screen readers. One known limitation is the lack of arrow key support for + dropdowns in the toolbar that may be overcome with a custom toolbar. +
+A model can be bound using the standard ngModel directive.
+- Editor provides a default toolbar with common options, to customize it define your elements inside the header element. Refer - to Quill documentation for available controls. -
+Editor provides a default toolbar with common options, to customize it define your elements inside the header element. Refer to Quill documentation for available controls.
Editor uses Quill editor underneath so it needs to be installed as a dependency.
Editor can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+When readonly is present, the value cannot be edited.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-editor-container | +Container element | +
p-editor-toolbar | +Toolbar of the editor | +
p-editor-content | +Editable area | +
+ Fieldset component uses the semantic fieldset element. When toggleable option is enabled, a clickable element with button role is included inside the legend element, this button has aria-controls to define + the id of the content section along with aria-expanded for the visibility state. The value to read the button defaults to the value of the legend property and can be customized by defining an aria-label or + aria-labelledby via the toggleButtonProps property. +
+The content uses region, defines an id that matches the aria-controls of the content toggle button and aria-labelledby referring to the id of the header.
+Key | +Function | +
---|---|
tab | +Moves focus to the next the focusable element in the page tab sequence. | +
shift + tab | +Moves focus to the previous the focusable element in the page tab sequence. | +
enter | +Toggles the visibility of the content. | +
space | +Toggles the visibility of the content. | +
PrimeIcons is available at npm, run the following command to download it to your project.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-fieldset | +Fieldset element | +
p-fieldset-toggleable | +Toggleable fieldset element | +
p-fieldset-legend | +Legend element. | +
p-fieldset-content | +Content element. | +
Header section can also be defined with custom content instead of primitive values.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+Content of the fieldset can be expanded and collapsed using toggleable option, default state is defined with collapsed option.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
+FileUpload uses a hidden native input element with type="file" for screen readers.
+Interactive elements of the uploader are buttons, visit the Button accessibility section for more information.
+FileUpload is an advanced uploader with dragdrop support, multi file uploads, auto uploading, progress tracking and validations.
+FileUpload basic mode provides a simpler UI as an alternative to default advanced mode.
+FileUpload basic mode provides a simpler UI as an alternative to default advanced mode.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-fileupload | +Container element | +
p-fileupload-buttonbar | +Header containing the buttons | +
p-fileupload-content | +Content section | +
+ Uploader UI is customizable using a ng-template called file that gets the File instance as the implicit variable. Second ng-template named content can be used to place custom + content inside the content section which would be useful to implement a user interface to manage the uploaded files such as removing them. This template gets the selected files as the implicit variable. Third and final ng-template + option is toolbar to display custom content at toolbar. +
Drag and drop files to here to upload.
+Drag and drop files to here to upload.
+Drag and drop files to here to upload.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Parameters | +Description | +
---|---|---|
filter | +
+ value[]: An array of values to filter + fields[]: An array of properties in the value object + filterValue: Filter value + filterMatchMode: Constraint + filterLocale: Locale to use in filtering + |
+ Whether the property values of the given value collection matches the filter. | +
filters | +- | +Property to access constraints collection. | +
register | +
+ name: string + fn: Filter callback + |
+ Registers a new constraint in filters. | +
FilterService can be extended by adding new constraints using the register function.
- A custom equals filter that checks for exact case sensitive value is registered and defined as a match mode of a column - filter. -
+A custom equals filter that checks for exact case sensitive value is registered and defined as a match mode of a column filter.
FilterService needs to be injected into your component. Filters are accessed with FilterService.filters.
+FloatLabel does not require any roles and attributes.
+ +Component does not include any interactive elements.
+FloatLabel is used by wrapping the input and its label.
+When the form element is invalid, the label is also highlighted.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-float-label | +Float label element. | +
- The variant property defines the position of the label. Default value is over, whereas in and - on are the alternatives. -
+The variant property defines the position of the label. Default value is over, whereas in and on are the alternatives.
Fluid does not require any roles and attributes.
+ +Component does not include any interactive elements.
++ Components with the fluid option like InputText have the ability to span the full width of their component. Enabling the fluid for each component individually may be cumbersome so wrap the content with + Fluid to instead for an easier alternative. +
+Any component that has the fluid property can be nested inside the Fluid component. The fluid property of a child component has higher precedence than the fluid container as shown in the last sample.
+FocusTrap is applied to a container element with the pFocusTrap directive.
++ Galleria uses region role and since any attribute is passed to the main container element, attributes such as aria-label and aria-roledescription can be used as well. The slides container has + aria-live attribute set as "polite" if galleria is not in autoplay mode, otherwise "off" would be the value in autoplay. +
++ A slide has a group role with an aria-label that refers to the aria.slideNumber property of the locale API. Similarly aria.slide is used as the aria-roledescription of the + item. Inactive slides are hidden from the readers with aria-hidden. +
++ Next and Previous navigators are button elements with aria-label attributes referring to the aria.nextPageLabel and aria.firstPageLabel properties of the locale API by default + respectively, you may still use your own aria roles and attributes as any valid attribute is passed to the button elements implicitly by using nextButtonProps and prevButtonProps. +
++ Quick navigation elements and thumnbails follow the tab pattern. They are placed inside an element with a tablist role whereas each item has a tab role with aria-selected and aria-controls attributes. The + aria-label attribute of a quick navigation item refers to the aria.pageLabel of the locale API. Current page is marked with aria-current. +
+In full screen mode, modal element uses dialog role with aria-modal enabled. The close button retrieves aria-label from the aria.close property of the locale API.
+ +Key | +Function | +
---|---|
tab | +Moves focus through interactive elements in the carousel. | +
enter | +Activates navigation. | +
space | +Activates navigation. | +
Key | +Function | +
---|---|
tab | +Moves focus through the active slide link. | +
enter | +Activates the focused slide link. | +
space | +Activates the focused slide link. | +
right arrow | +Moves focus to the next slide link. | +
left arrow | +Moves focus to the previous slide link. | +
home | +Moves focus to the first slide link. | +
end | +Moves focus to the last slide link. | +
Galleria can be extended further to implement complex requirements.
+A slideshow implementation is defined by adding circular and autoPlay properties.
Galleria requires a value as a collection of images, item template for the higher resolution image and thumbnail template to display as a thumbnail.
+Description of an image is specified with the caption template.
Galleria can be controlled programmatically using the activeIndex property.
+- Indicators are displayed at the bottom by enabling showIndicators property and interacted with the click event by - default. -
+Indicators are displayed at the bottom by enabling showIndicators property and interacted with the click event by default.
Indicators can be activated on hover instead of click if changeItemOnIndicatorHover is added.
- Indicators can be placed at four different sides using the indicatorsPosition property. In addition, enabling - showIndicatorsOnItem moves the indicators inside the image section. indicatorsPosition set to bottom by - default, accepted values are top, left, right, and bottom. + Indicators can be placed at four different sides using the indicatorsPosition property. In addition, enabling showIndicatorsOnItem moves the indicators inside the image section. indicatorsPosition set to + bottom by default, accepted values are top, left, right, and bottom.
Indicator content can be customized with the indicator template.
+Navigators are displayed on hover only if showItemNavigatorsOnHover is enabled.
Add showItemNavigators to display navigator elements and the left and right side.
Simple example with indicators only.
Galleria responsiveness is defined with the responsiveOptions property.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-galleria | +Container element. | +
p-galleria-header | +Header section. | +
p-galleria-footer | +Footer section. | +
p-galleria-item-wrapper | +Preview content element. It contains preview and indicator containers. | +
p-galleria-item-container | +Container of the preview content. It contains navigation buttons, preview item and caption content. | +
p-galleria-indicators | +Container of the indicators. It contains indicator items. | +
p-galleria-thumbnail-wrapper | +Thumbnail content element. | +
p-galleria-thumbnail-container | +Container of the thumbnail content. It contains navigation buttons and thumbnail items. | +
p-galleria-caption | +Content of the preview caption. | +
Colors on a web page should aim a contrast ratio of at least 4.5:1 and consider a selection of colors that do not cause vibration.
+Color contrast between the background and the foreground content should be sufficient enough to ensure readability. Example below displays two cases with good and bad samples.
+ +Color vibration is leads to an illusion of motion due to choosing colors that have low visibility against each other. Color combinations need to be picked with caution to avoid vibration.
+ +Highly saturated colors should be avoided when used within a dark design scheme as they cause eye strain. Instead desaturated colors should be preferred.
+ ++ Native form elements should be preferred instead of elements that are meant for other purposes like presentation. As an example, button below is rendered as a form control by the browser, can receive focus via tabbing and can be used + with space key as well to trigger. +
+On the other hand, a fancy css based button using a div has no keyboard or screen reader support.
++ tabindex is required to make a div element accessible in addition to use a keydown to bring the keyboard support back. To avoid the overload and implementing functionality that is already provided by the browser, native form + controls should be preferred. +
+Form components must be related to another element that describes what the form element is used for. This is usually achieved with the label element.
++ According to the World Health Organization, 15% of the world population has a disability to some degree. As a result, accessibility features in any context such as a ramp for wheelchair users or a multimedia with captions are crucial + to ensure content can be consumed by anyone. +
+ +Types of disabilities are diverse so you need to know your audience well and how they interact with the content created. There four main categories;
+ ++ Blindness, low-level vision or color blindness are the common types of visual impairments. Screen magnifiers and the color blind mode are usually built-in features of the browsers whereas for people who rely on screen readers, page + developers are required to make sure content is readable by the readers. Popular readers are + NVDA, JAWS and + ChromeVox. +
+ ++ Deafness or hearing loss refers to the inability to hear sounds totally or partially. People with hearing impairments use assistive devices however it may not be enough when interacting with a web page. Common implementation is + providing textual alternatives, transcripts and captions for content with audio. +
+ ++ People with mobility impairments have disabilities related to movement due to loss of a limb, paralysis or other varying reasons. Assistive technologies like a head pointer is a device to interact with a screen whereas keyboard or a + trackpad remain as solutions for people who are not able to utilize a mouse. +
+ ++ Cognitive impairments have a wider range that includes people with learning disabilities, depression and dyslexia. A well designed content also leads to better user experience for people without disabilities so designing for cognitive + impairments result in better design for any user. +
++ HTML offers various element to organize content on a web page that screen readers are aware of. Preferring Semantic HTML for good semantics provide out of the box support for reader which is not possible when regular + div elements with classes are used. Consider the following example that do not mean too much for readers. +
+Same layout can be achieved using the semantic elements with screen reader support built-in.
++ ARIA refers to "Accessible Rich Internet Applications" is a suite to fill the gap where semantic HTML is inadequate. These cases are mainly related to rich UI components/widgets. Although browser support for rich UI components such as + a datepicker or colorpicker has been improved over the past years many web developers still utilize UI components derived from standard HTML elements created by them or by other projects like PrimeNG. These types of components must + provide keyboard and screen reader support, the latter case is where the WAI-ARIA is utilized. +
++ ARIA consists of roles, properties and attributes. Roles define what the element is mainly used for e.g. checkbox, dialog, tablist whereas States and Properties define the metadata of the + element like aria-checked, aria-disabled. +
+Consider the following case of a native checkbox. It has built-in keyboard and screen reader support.
++ A fancy checkbox with css animations might look more appealing but accessibility might be lacking. Checkbox below may display a checked font icon with animations however it is not tabbable, cannot be checked with space key and cannot + be read by a reader. +
++ One alternative is using ARIA roles for readers and use javascript for keyboard support. Notice the usage of + aria-labelledby as a replacement of the label tag with for. +
++ However the best practice is combining semantic HTML for accessibility while keeping the design for UX. This approach involves hiding a native checkbox for accessibility and using javascript events to update its state. Notice the + usage of + p-sr-only + that hides the elements from the user but not from the screen reader. +
+A working sample is the PrimeNG checkbox that is tabbable, keyboard accessible and is compliant with a screen reader. Instead of ARIA roles it relies on a hidden native checkbox.
++ WCAG refers to Web Content Accessibility Guideline, a standard managed by the WAI (Web Accessibility Initiative) of W3C (World Wide + Web Consortium). WCAG consists of recommendations for making the web content more accessible. PrimeNG components aim high level of WCAG compliancy in the near future. +
++ Various countries around the globe have governmental policies regarding web accessibility as well. Most well known of these are Section 508 in the US and + Web Accessibility Directive of the European Union. +
+Bootstrap has a reboot utility to reset the CSS of the standard elements. If you are including this utility, you may give it a layer while importing it.
+Normalize is another utility to reset CSS of the standard elements. While importing the CSS file, assign it to a layer and define the layer order with primeNG coming after the normalized layer.
++ Ease of customization may present an issue if you have global styles on HTML elements like inputs and buttons that are also utilized by PrimeNG because global styles with a broader scope e.g. button { } and no layer + always override the PrimeNG components leading to unexpected results. A common use case for global styles applying to standard HTML elements is CSS reset utilities to remove the default styling of the browsers. In this case, best + practice is wrapping your CSS in a layer like reset and make sure primeNG comes after your layer since layers defined after has higher precedence. This way, your Reset CSS does not get in the way of PrimeNG components. +
++ The @layer is a standard CSS feature to define cascade layers for a customizable order of precedence. If you need to become more familiar with layers, visit the documentation at + MDN to begin with. PrimeNG wraps the built-in style classes under the primeng cascade layer to make the library styles easy to override. CSS in your app + without a layer has the highest CSS specificity, so you'll be able to override styles regardless of the location or how strong a class is written. +
++ For example, let's assume you need to remove the rounded borders of the InputSwitch component defined by the theme in use. In order to achieve this, .p-inputswitch .p-inputswitch-slider selector needs to be overriden. Without + the layers, we'd have to write a stronger css or use !important however, with layers, this does not present an issue as your CSS can always override PrimeNG with a more straightforward class name such as my-inputswitch. + Another advantage of this approach is that it does not force you to figure out the built-in class names of the components. +
++ Tailwind CSS includes a reset utility in base called + preflight. If you are using this feature, wrap the base and utilities in separate layers and make sure primeNG layer comes after the base. +
++ The PrimeNGConfig has been replaced by PrimeNG and the initial configuration is now done via the providePrimeNG provider during startup. See the installation section for an + example. +
+ ++ The styled mode theming has been reimplemented from scratch based on an all-new architecture. The theme.css and the primeng/resources do not exist anymore, so any imports of these assets needs to be removed. If you had a + custom theme for v17, the theme needs to be recreated using the new APIs. See the customization section at styled mode for details. +
++ Messages component is deprecated due to unnecessary role of being just a wrapper around multiple message instances and it's replaced with the new Message. Instead of message, users now need to loop through + their custom array to display multiple messages to achieve same behavior. The spacing, closable and life properties of the Message have breaking changes to provide Message functionality. Default margin is removed, + closable is false by default and messages do not disappear automatically. +
+Message interface in primeng/api is renamed as ToastMessageOptions due to name collision with the Message component.
+Application templates like Apollo do not support PrimeNG v18 yet, all templates will be updated to PrimeNG v18 by the end of the 2024.
+Components that are deprecated since their functionality is provided by other components.
+ At PrimeTek, we have been developing UI component libraries since 2008. The web continues to undergo technological advancements, and as a result, we have to modernize and update our libraries to stay relevant. PrimeNG v18 is the + next-generation version that fully embraces modern Web APIs and removes technical debt like the legacy-styled mode. Every component has been reviewed and enhanced. +
++ The most notable feature is the new styled mode implementation. Previous iterations use SASS at an external repo called PrimeNG-sass-theme which requires compilation of a theme.cssa + file. This file had to be included in the application and need to be swapped at runtime for basic tasks like dark mode or primary color changes. In v18, styled mode is now part of the core, SASS is not used at all, and a new design + token based architecture that fully utilizes CSS variables has been created. The new API is modern and superior to the legacy styled mode. +
++ Names of some of the components have been changed to more common alternatives for example, Popover replaced OverlayPanel and InputSwitch is now called ToggleSwitch. Each component has been reviewed for a + consistent naming between CSS class names and sections. An example would be the option element of a Select component that uses p-select-option for the class name. +
++ Components have been utilized more within other components, for instance Dialog close button is not actually a PrimeNG button so that closeButtonProps can be used to enable the features of button like outlined, raised and more. +
+- Old names are deprecated but still functional, migrate to new import paths instead e.g. primeng/datepicker becomes - primeng/datepicker. -
+Old names are deprecated but still functional, migrate to new import paths instead e.g. primeng/calendar becomes primeng/datepicker.
+ The primeclt is a command line utility by PrimeTek to assist project setup and migration. The pf2tw command is created for smooth + migration between PrimeFlex to Tailwind CSS. For flawless migration, it is highly suggested to use PrimeNG v18 as the requirement of the tailwindcss plugin. +
+Install PrimeCLT.
+Run the pf2wt in a directory that contains files to be migrated.
+There are a couple of utility classes that are not migrated as they have no counterparts, use flexbox utilities instead as replacements.
++ PrimeFlex is designed to be a lightweight CSS utility to accompany Prime UI libraries. As part of our product roadmap planning at PrimeTek, the team has decided to avoid the maintenance of a CSS + library and utilize the resources on improving the UI libraries instead. Community feedback has been essential in this decision as well since majority of the applications have their own CSS utilities whether it is Tailwind, Bootstrap + or an in-house one, as a result adding PrimeFlex to a project was causing overlapping functionality. +
++ Tailwind CSS in particular is a popular choice, we have even built the whole showcase with Tailwind CSS. Website templating demos have been migrated from PrimeFlex to Tailwind and a converter tool called pf2tw has been created. + In summary, PrimeTek officially suggests Tailwind CSS as the replacement for PrimeFlex. +
+IconField and InputIcon does not require any roles and attributes.
+ +Components does not include any interactive elements.
++ A group is created by wrapping the input and icon with the IconField component. Each icon is defined as a child of InputIcon component. In addition, position of the icon can be changed using iconPosition property + that the default value is right and also left option is available. +
+FloatLabel visually integrates a label with its form element. Visit FloatLabel documentation for more information.
+IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
++ A group is created by wrapping the input and icon with the IconField component. Each icon is defined as a child of InputIcon component. In addition, position of the icon can be changed using iconPosition property + that the default value is right and also left option is available. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-icon-field | +Container of element. | +
p-icon-field-right | +Right input icon element. | +
p-icon-field-left | +Left input icon element. | +
p-input-icon | +Container of input icon. | +
An eye icon is displayed by default when the image is hovered in preview mode. Use the indicator template for custom content.
+PrimeIcons use the pi pi-{icon} syntax such as pi pi-check. A standalone icon can be displayed using an element such as i or span
+Icon color is defined with the color property which is inherited from parent by default.
+PrimeIcons is available at npm, run the following command to download it to your project.
++ PrimeIcons library is now available on + Figma Community. By adding them as a library, you can easily use these icons in your designs. +
+CSS file of the icon library needs to be imported in styles.scss of your application.
++ Here is the full list of PrimeIcons. More icons will be added periodically and you may also + request new icons at the issue tracker. +
+Size of an icon is controlled with the font-size property of the element.
+IftaLabel does not require any roles and attributes.
+ +Component does not include any interactive elements.
+IftaLabel is used by wrapping the input and its label.
+When the form element is invalid, the label is also highlighted.
+Inplace component defines aria-live as "polite" by default, since any valid attribute is passed to the main container aria roles and attributes of the root element can be customized easily.
++ Display element uses button role in view mode by default, displayProps can be used for customizations like adding aria-label or aria-labelledby attributes to describe the content of the view mode or even + overriding the default role. +
++ Closable inplace components displays a button with an aria-label that refers to the aria.close property of the locale API by default, you may usecloseButtonProps to customize + the element and override the default aria-label. +
+Key | +Function | +
---|---|
enter | +Switches to content. | +
Key | +Function | +
---|---|
enter | +Switches to display. | +
space | +Switches to display. | +
Inplace component requires display and content templates to define the content of each state.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit... +
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Any content such as an image can be placed inside an Inplace.
++ Inplace can be used within a form to display a value as read only before making it editable. The + closable property adds a close button next to the content to switch back to read only mode. +
+Using the onActivate event, data can be loaded in a lazy manner before displaying it in a table.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-inplace | +Container element | +
p-inplace-display | +Display container | +
p-inplace-content | +Content container | +
InputGroup and InputGroupAddon does not require any roles and attributes.
+ +Component does not include any interactive elements.
+A group is created by wrapping the input and add-ons with the p-inputgroup component. Each add-on element is defined as a child of p-inputgroup-addon component.
+Buttons can be placed at either side of an input element.
+Checkbox and RadioButton components can be combined with an input element under the same group.
++ FloatLabel visually integrates a label with its form element. Visit + FloatLabel documentation for more information. +
+IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
+Multiple add-ons can be placed inside the same group.
++ InputMask component renders a native input element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using ariaLabelledBy, + ariaLabel props. +
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the input. | +
InputMask is used as a controlled input with ngModel properties.
+When disabled is present, the element cannot be edited and focused.
+Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
+FloatLabel visually integrates a label with its form element. Visit FloatLabel documentation for more information.
+IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
++ Mask format can be a combination of the following definitions; a for alphabetic characters, 9 for numeric characters and * for alphanumberic characters. In addition, formatting characters like ( , + ) , - are also accepted. +
+- When the input does not complete the mask definition, it is cleared by default. Use autoClear property to control - this behavior. In addition, ? is used to mark anything after the question mark optional. -
+When the input does not complete the mask definition, it is cleared by default. Use autoClear property to control this behavior. In addition, ? is used to mark anything after the question mark optional.
InputMask can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+InputMask provides small and large sizes as alternatives to the base.
+Styling is same as inputtext component, for theming classes visit theming page.
++ Value to describe the component can either be provided via label tag combined with inputId prop or using ariaLabelledBy, ariaLabel props. The input element uses spinbutton role in addition to the + aria-valuemin, aria-valuemax and aria-valuenow attributes. +
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the input. | +
+ up arrow + | +Increments the value. | +
+ down arrow + | +Decrements the value. | +
+ home + | +Set the minimum value if provided. | +
+ end + | +Set the maximum value if provided. | +
- Spinner buttons are enabled using the showButtons options and layout is defined with the buttonLayout. Default - value is "stacked" whereas "horizontal" and "stacked" are alternatives. Note that even there are no buttons, up and down - arrow keys can be used to spin the values with keyboard. + Spinner buttons are enabled using the showButtons options and layout is defined with the buttonLayout. Default value is "stacked" whereas "horizontal" and "stacked" are alternatives. Note that even there are no buttons, + up and down arrow keys can be used to spin the values with keyboard.
When disabled is present, the element cannot be edited and focused.
+Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
++ A floating label appears on top of the input field when focused. Visit + FloatLabel documentation for more information. +
+IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
+Localization information such as grouping and decimal symbols are defined with the locale property which defaults to the user locale.
+- Custom texts e.g. units can be placed before or after the input section with the prefix and suffix properties. -
+Custom texts e.g. units can be placed before or after the input section with the prefix and suffix properties.
Enable the mask option to hide the values in the input fields.
+Please enter the code sent to your phone.
InputOtp provides small and large sizes as alternatives to the base.
+Define a template with your own UI elements with bindings to the provided events and attributes to replace the default design.
++ InputText component renders a native input element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using aria-labelledby, + aria-label props. +
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the input. | +
InputText is used as a controlled input with ngModel property.
+When disabled is present, the element cannot be edited and focused.
+Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
++ FloatLabel visually integrates a label with its form element. Visit + FloatLabel documentation for more information. +
++ Icons can be placed inside an input element by wrapping both the input and the icon with an element that has either + .p-input-icon-left or p-input-icon-right class. +
+IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
+InputText has built-in key filtering support to block certain keys, refer to keyfilter page for more information.
+InputText can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+InputText provides small and large sizes as alternatives to the standard.
+Name | +Element | +
---|---|
p-inputtext | +Input element | +
PrimeNG is available for download on the npm registry.
+An example starter with Angular CLI is available at GitHub.
+Welcome to the Prime UI Ecosystem! Once you have PrimeNG up and running, we recommend exploring the following resources to gain a deeper understanding of the library.
+ +Add providePrimeNG and provideAnimationsAsync to the list of providers in your app.config.ts.
+Configure PrimeNG to use a theme like Aura.
+- Verify your setup by adding a component such as Button. Each component can be imported and registered individually so that - you only include what you use for bundle optimization. Import path is available in the documentation of the corresponding - component. + Verify your setup by adding a component such as Button. Each component can be imported and registered individually so that you only include what you use for bundle optimization. Import path is available in the documentation of the + corresponding component.
Refer to InputText for accessibility as KeyFilter is a built-in add-on of the InputText.
+KeyFilter provides various presets configured with the pKeyFilter property.
+KeyFilter can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
++ Knob element component uses slider role in addition to the aria-valuemin, aria-valuemax and aria-valuenow attributes. Value to describe the component can be defined using ariaLabelledBy and + ariaLabel props. +
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the slider. | +
+ + left arrow + down arrow + + | +Decrements the value. | +
+ + right arrow + up arrow + + | +Increments the value. | +
+ home + | +Set the minimum value. | +
+ end + | +Set the maximum value. | +
+ page up + | +Increments the value by 10 steps. | +
+ page down + | +Decrements the value by 10 steps. | +
Knob is an input component and used with the standard ngModel directive.
+Colors are customized with the textColor, rangeColor and valueColor properties.
+When disabled is present, a visual hint is applied to indicate that the Knob cannot be interacted with.
+Boundaries are configured with the min and max properties whose defaults are 0 and 100 respectively.
+Knob can be controlled with custom controls as well.
+Knob can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+When readonly present, value cannot be edited.
+Diameter of the knob is defined in pixels using the size property.
+Size of each movement is defined with the step property.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-knob | +Container element. | +
p-knob-text | +Text element. | +
p-knob-value | +Value element. | +
Label is a string template that can be customized with the valueTemplate property having 60 as the placeholder .
++ Value to describe the component can be provided ariaLabelledBy or ariaLabel props. The list element has a listbox role with the aria-multiselectable attribute that sets to true when multiple selection is + enabled. Each list item has an option role with aria-selected and aria-disabled as their attributes. +
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the first selected option, if there is none then first option receives the focus. | +
+ up arrow + | +Moves focus to the previous option. | +
+ down arrow + | +Moves focus to the next option. | +
+ enter + | +Toggles the selected state of the focused option. | +
+ space + | +Toggles the selected state of the focused option. | +
+ home + | +Moves focus to the first option. | +
+ end + | +Moves focus to the last option. | +
shift + down arrow | +Moves focus to the next option and toggles the selection state. | +
shift + up arrow | +Moves focus to the previous option and toggles the selection state. | +
shift + space | +Selects the items between the most recently selected option and the focused option. | +
control + shift + home | +Selects the focused options and all the options up to the first one. | +
control + shift + end | +Selects the focused options and all the options down to the last one. | +
control + a | +Selects all options. | +
+ Listbox is used as a controlled component with ngModel property along with an options collection. Label and value of an option are defined with the optionLabel and optionValue properties respectively. + Default property name for the optionLabel is label and value for the optionValue. If optionValue is omitted and the object has no value property, the object itself becomes the value of an + option. Note that, when options are simple primitive values such as a string array, no optionLabel and optionValue would be necessary. +
+An alternative way to highlight the selected option is displaying a checkmark instead.
+When disabled is present, the element cannot be edited and focused.
+ListBox provides built-in filtering that is enabled by adding the filter property.
+Options can be grouped when a nested data structures is provided.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
++ ListBox allows choosing a single item by default, enable multiple property to choose more than one. When the optional metaKeySelection is present, behavior is changed in a way that selecting a new item requires meta key + to be present. +
+Listbox can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-listbox | +Container element. | +
p-listbox-list | +List container. | +
p-listbox-item | +An item in the list. | +
p-listbox-header | +Header element. | +
p-listbox-filter-container | +Container of filter input in header. | +
Custom content for an option is displayed with the pTemplate property that takes an option as a parameter.
++ VirtualScrolling is an efficient way of rendering the options by displaying a small subset of data in the viewport at any time. When dealing with huge number of options, it is suggested to enable VirtualScrolling to avoid performance + issues. Usage is simple as setting virtualScroll property to true and defining virtualScrollItemSize to specify the height of an item. +
++ MegaMenu component uses the menubar role along with aria-orientation and the value to describe the component can either be provided with aria-labelledby or aria-label props. Each list item has a + presentation role whereas anchor elements have a menuitem role with aria-label referring to the label of the item and aria-disabled defined if the item is disabled. A submenu within a MegaMenu uses the + menu role with an aria-labelledby defined as the id of the submenu root menuitem label. In addition, root menuitems that open a submenu have aria-haspopup, aria-expanded and aria-controls to define + the relation between the item and the submenu. +
+Key | +Function | +
---|---|
tab | +Add focus to the first item if focus moves in to the menu. If the focus is already within the menu, focus moves to the next focusable item in the page tab sequence. | +
shift + tab | +Add focus to the last item if focus moves in to the menu. If the focus is already within the menu, focus moves to the previous focusable item in the page tab sequence. | +
enter | +If menuitem has a submenu, toggles the visibility of the submenu otherwise activates the menuitem and closes all open overlays. | +
space | +If menuitem has a submenu, toggles the visibility of the submenu otherwise activates the menuitem and closes all open overlays. | +
escape | +If focus is inside a popup submenu, closes the submenu and moves focus to the root item of the closed submenu. | +
down arrow | +If focus is on a root element, open a submenu and moves focus to the first element in the submenu otherwise moves focus to the next menuitem within the submenu. | +
up arrow | +If focus is on a root element, opens a submenu and moves focus to the last element in the submenu otherwise moves focus to the previous menuitem within the submenu. | +
right arrow | +If focus is on a root element, moves focus to the next menuitem. If the focus in inside a submenu, moves focus to the first menuitem of the next menu group. | +
left arrow | +If focus is on a root element, moves focus to the previous menuitem. If the focus in inside a submenu, moves focus to the first menuitem of the previous menu group. | +
home | +Moves focus to the first menuitem within the submenu. | +
end | +Moves focus to the last menuitem within the submenu. | +
MegaMenu requires a collection of menuitems as its model.
+The command property of a menuitem defines the callback to run when an item is activated by click or a key event.
+Items with navigation are defined with templating to be able to use a routerLink directive, an external link or programmatic navigation.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-megamenu | +Container element. | +
p-menu-list | +List element. | +
p-menuitem | +Menuitem element. | +
p-menuitem-text | +Label of a menuitem. | +
p-menuitem-icon | +Icon of a menuitem. | +
p-submenu-icon | +Arrow icon of a submenu. | +
Custom content can be placed between p-megamenu tags. Megamenu should be horizontal for custom content.
+Layout of the MegaMenu is changed with the orientation property that accepts horizontal and vertical as options.
++ Menu component uses the menu role and the value to describe the menu can either be provided with aria-labelledby or aria-label props. Each list item has a presentation role whereas anchor elements have a + menuitem role with aria-label referring to the label of the item and aria-disabled defined if the item is disabled. A submenu within a Menu uses the group role with an aria-labelledby defined as the + id of the submenu root menuitem label. +
+In popup mode, the component implicitly manages the aria-expanded, aria-haspopup and aria-controls attributes of the target element to define the relation between the target and the popup.
+Key | +Function | +
---|---|
tab | +Add focus to the first item if focus moves in to the menu. If the focus is already within the menu, focus moves to the next focusable item in the page tab sequence. | +
shift + tab | +Add focus to the last item if focus moves in to the menu. If the focus is already within the menu, focus moves to the previous focusable item in the page tab sequence. | +
enter | +Activates the focused menuitem. If menu is in overlay mode, popup gets closes and focus moves to target. | +
space | +Activates the focused menuitem. If menu is in overlay mode, popup gets closes and focus moves to target. | +
escape | +If menu is in overlay mode, popup gets closes and focus moves to target. | +
down arrow | +Moves focus to the next menuitem. | +
up arrow | +Moves focus to the previous menuitem. | +
home | +Moves focus to the first menuitem. | +
end | +Moves focus to the last menuitem. | +
Menu requires a collection of menuitems as its model.
+The function to invoke when an item is clicked is defined using the command property.
+Menu supports one level of nesting by defining children with items property.
+Popup mode is enabled by setting popup property to true and calling toggle method with an event of the target.
++ Navigation is specified using url property for external links and with routerLink for internal ones. If a menuitem has an active route, p-menuitem-link-active style class is added as an indicator. Active route link can + be configured with routerLinkActiveOptions property of MenuItem API. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-menu | +Container element. | +
p-menu-list | +List element. | +
p-menuitem | +Menuitem element. | +
p-menuitem-text | +Label of a menuitem. | +
p-menuitem-icon | +Icon of a menuitem. | +
+ Menu offers item customization with the item template that receives the menuitem instance from the model as a parameter. The submenu header has its own submenuheader template, additional slots named start and + end are provided to embed content before or after the menu. +
++ Menubar component uses the menubar role and the value to describe the menu can either be provided with aria-labelledby or aria-label props. Each list item has a presentation role whereas anchor elements + have a menuitem role with aria-label referring to the label of the item and aria-disabled defined if the item is disabled. A submenu within a MenuBar uses the menu role with an + aria-labelledby defined as the id of the submenu root menuitem label. In addition, menuitems that open a submenu have aria-haspopup, aria-expanded and aria-controls to define the relation between the item + and the submenu. +
++ In mobile viewports, a menu icon appears with a button role along with aria-haspopup, aria-expanded and aria-controls to manage the relation between the overlay menubar and the button. The value to describe + the button can be defined aria-label or aria-labelledby specified using buttonProps, by default navigation key of the aria property from the locale API as the + aria-label. +
+Key | +Function | +
---|---|
tab | +Add focus to the first item if focus moves in to the menu. If the focus is already within the menu, focus moves to the next focusable item in the page tab sequence. | +
shift + tab | +Add focus to the last item if focus moves in to the menu. If the focus is already within the menu, focus moves to the previous focusable item in the page tab sequence. | +
enter | +If menuitem has a submenu, toggles the visibility of the submenu otherwise activates the menuitem and closes all open overlays. | +
space | +If menuitem has a submenu, toggles the visibility of the submenu otherwise activates the menuitem and closes all open overlays. | +
escape | +If focus is inside a popup submenu, closes the submenu and moves focus to the root item of the closed submenu. | +
down arrow | +If focus is on a root element, open a submenu and moves focus to the first element in the submenu otherwise moves focus to the next menuitem within the submenu. | +
up arrow | +If focus is on a root element, opens a submenu and moves focus to the last element in the submenu otherwise moves focus to the previous menuitem within the submenu. | +
right arrow | +If focus is on a root element, moves focus to the next menuitem otherwise opens a submenu if there is one available and moves focus to the first item. | +
left arrow | +If focus is on a root element, moves focus to the previous menuitem otherwise closes a submenu and moves focus to the root item of the closed submenu. | +
home | +Moves focus to the first menuitem within the submenu. | +
end | +Moves focus to the last menuitem within the submenu. | +
Menubar requires nested menuitems as its model.
+The command property defines the callback to run when an item is activated by click or a key event.
+Items with navigation are defined with templating to be able to use a routerLink directive, an external link or programmatic navigation.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-menubar | +Container element. | +
p-menu-list | +List element. | +
p-menuitem | +Menuitem element. | +
p-menuitem-text | +Label of a menuitem. | +
p-menuitem-icon | +Icon of a menuitem. | +
p-submenu-icon | +Arrow icon of a submenu. | +
Custom content can be placed inside the menubar using the start and end templates.
++ Message component uses alert role that implicitly defines aria-live as "assertive" and aria-atomic as "true". Since any attribute is passed to the root element, attributes like aria-labelledby and + aria-label can optionally be used as well. +
+Close element is a button with an aria-label that refers to the aria.close property of the locale API by default.
+ +Key | +Function | +
---|---|
enter | +Closes the message. | +
space | +Closes the message. | +
Message component requires a content to display.
+Multiple messages can be displayed using the standard for block.
+Validation errors in a form are displayed with the error severity.
+The severity option specifies the type of the message.
+Messages can disappear automatically by defined the life in milliseconds.
+Configure the variant value as outlined for messages with borders and no background.
+The severity option specifies the type of the message.
+Message provides small and large sizes as alternatives to the base.
+MeterGroup component uses meter role in addition to the aria-valuemin, aria-valuemax and aria-valuenow attributes. Value to describe the component can be defined using aria-labelledby prop.
+ +Component does not include any interactive elements.
+MeterGroup requires a value as the data to display where each item in the collection should be a type of MeterItem.
+Icons can be displayed next to the labels instead of the default marker.
++ The position of the labels relative to the meters is defined using the labelPosition property. The default orientation of the labels is horizontal, and the vertical alternative is available through the + labelOrientation option. +
+Boundaries are configured with the min and max values whose defaults are 0 and 100 respectively.
+Adding more items to the array displays the meters in a group.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-metergroup | +Container element. | +
p-metergroup-horizontal | +Container element when orientation mode is horizontal. | +
p-metergroup-vertical | +Container element when orientation mode is vertical. | +
p-metergroup-meter-container | +Container of the meters. | +
p-metergroup-meter | +Content of a meter. | +
p-metergroup-label-list | +Container element of the list of labels. | +
p-metergroup-label-list-start | +Container element when label position is start. | +
p-metergroup-label-list-end | +Container element when label position is end. | +
p-metergroup-label-list-horizontal | +Container element when label orientation is horizontal. | +
p-metergroup-label-list-vertical | +Container element when label orientation is vertical. | +
p-metergroup-label-list-item | +Container element of a list item. | +
p-metergroup-label-list-type | +Container element of a list type. | +
p-metergroup-label | +Content of a label. | +
MeterGroup provides templating support for labels, meter items, and content around the meters.
+Layout of the MeterGroup is configured with the orientation property that accepts either horizontal or vertical as available options.
++ Value to describe the component can either be provided with ariaLabelledBy or ariaLabel props. The multiselect component has a combobox role in addition to aria-haspopup and aria-expanded attributes. + The relation between the combobox and the popup is created with aria-controls attribute that refers to the id of the popup listbox. +
+The popup listbox uses listbox as the role with aria-multiselectable enabled. Each list item has an option role along with aria-label, aria-selected and aria-disabled attributes.
+ ++ Checkbox component at the header uses a hidden native checkbox element internally that is only visible to screen readers. Value to read is defined with the selectAll and unselectAll keys of the aria property from + the locale API. +
+ +If filtering is enabled, filterInputProps can be defined to give aria-* props to the input element.
+ +Close button uses close key of the aria property from the locale API as the aria-label by default, this can be overriden with the closeButtonProps.
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the multiselect element. | +
+ space + | +Opens the popup and moves visual focus to the selected option, if there is none then first option receives the focus. | +
+ down arrow + | +Opens the popup and moves visual focus to the selected option, if there is none then first option receives the focus. | +
+ up arrow + | +Opens the popup and moves visual focus to the selected option, if there is none then first option receives the focus. | +
Key | +Function | +
---|---|
+ tab + | +Moves focus to the next focusable element in the popup, if there is none then first focusable element receives the focus. | +
shift + tab | +Moves focus to the previous focusable element in the popup, if there is none then last focusable element receives the focus. | +
+ enter + | +Toggles the selection state of the focused option. | +
+ space + | +Toggles the selection state of the focused option. | +
+ escape + | +Closes the popup, moves focus to the multiselect element. | +
+ down arrow + | +Moves focus to the next option, if there is none then visual focus does not change. | +
+ up arrow + | +Moves focus to the previous option, if there is none then visual focus does not change. | +
+ home + | +Moves focus to the first option. | +
+ end + | +Moves focus to the last option. | +
+ any printable character + | +Moves focus to the option whose label starts with the characters being typed if dropdown is not editable. | +
Key | +Function | +
---|---|
+ space + | +Toggles the checked state. | +
+ escape + | +Closes the popup. | +
Key | +Function | +
---|---|
+ enter + | +Closes the popup and moves focus to the multiselect element. | +
+ escape + | +Closes the popup and moves focus to the multiselect element. | +
Key | +Function | +
---|---|
+ enter + | +Closes the popup and moves focus to the multiselect element. | +
+ space + | +Closes the popup and moves focus to the multiselect element. | +
+ escape + | +Closes the popup and moves focus to the multiselect element. | +
+ MultiSelect is used as a controlled component with ngModel property along with an options collection. Label and value of an option are defined with the optionLabel and optionValue properties respectively. + Default property name for the optionLabel is label and value for the optionValue. If optionValue is omitted and the object has no value property, the object itself becomes the value of an + option. Note that, when options are simple primitive values such as a string array, no optionLabel and optionValue would be necessary. +
+- Selected values are displayed as a comma separated list by default, setting display as chip displays them as - chips. -
+Selected values are displayed as a comma separated list by default, setting display as chip displays them as chips.
When disabled is present, the element cannot be edited and focused.
+Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
+MultiSelect provides built-in filtering that is enabled by adding the filter property.
++ A floating label appears on top of the input field when focused. Visit + FloatLabel documentation for more information. +
+Options can be grouped when a nested data structures is provided.
+IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
+Loading state can be used loading property.
+MultiSelect can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+MultiSelect provides small and large sizes as alternatives to the base.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-multiselect | +Container element. | +
p-multiselect-label-container | +Container of the label to display selected items. | +
p-multiselect-label | +Label to display selected items. | +
p-multiselect-trigger | +Dropdown button. | +
p-multiselect-filter-container | +Container of filter input. | +
p-multiselect-panel | +Overlay panel for items. | +
p-multiselect-items | +List container of items. | +
p-multiselect-item | +An item in the list. | +
p-multiselect-open | +Container element when overlay is visible. | +
Available options and the selected options support templating with pTemplate properties respectively. In addition, header, footer and filter sections can be templated as well.
++ VirtualScrolling is an efficient way of rendering the options by displaying a small subset of data in the viewport at any time. When dealing with huge number of options, it is suggested to enable VirtualScrolling to avoid performance + issues. Usage is simple as setting virtualScroll property to true and defining virtualScrollItemSize to specify the height of an item. +
++ Value to describe the source listbox and target listbox can be provided with sourceListProps and targetListProps by passing aria-labelledby or aria-label props. The list elements has a listbox role with + the aria-multiselectable attribute. Each list item has an option role with aria-selected and aria-disabled as their attributes. +
++ Controls buttons are button elements with an aria-label that refers to the aria.moveTop, aria.moveUp, aria.moveDown, aria.moveBottom,aria.moveTo, aria.moveAllTo, + aria.moveFrom and aria.moveAllFrom properties of the locale API by default, alternatively you may usemoveTopButtonProps, moveUpButtonProps, moveDownButtonProps, + moveToButtonProps, moveAllToButtonProps, moveFromButtonProps, moveFromButtonProps and moveAllFromButtonProps to customize the buttons like overriding the default aria-label attributes. +
+ +Key | +Function | +
---|---|
tab | +Moves focus to the first selected option, if there is none then first option receives the focus. | +
up arrow | +Moves focus to the previous option. | +
down arrow | +Moves focus to the next option. | +
enter | +Toggles the selected state of the focused option. | +
space | +Toggles the selected state of the focused option. | +
home | +Moves focus to the first option. | +
end | +Moves focus to the last option. | +
shift + down arrow | +Moves focus to the next option and toggles the selection state. | +
shift + up arrow | +Moves focus to the previous option and toggles the selection state. | +
shift + space | +Selects the items between the most recently selected option and the focused option. | +
control + shift + home | +Selects the focused options and all the options up to the first one. | +
control + shift + end | +Selects the focused options and all the options down to the first one. | +
control + a | +Selects all options. | +
Key | +Function | +
---|---|
enter | +Executes button action. | +
space | +Executes button action. | +
OrderList is used as a controlled input with value properties. Content of a list item needs to be defined with the pTemplate property that receives an object in the list as parameter.
+Items can be reordered using drag and drop by enabling dragdrop property. Depends on @angular/cdk package.
+Filter value is checked against the property of an object configured with the filterBy property
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-orderlist | +Container element. | +
p-orderlist-list | +List container. | +
p-orderlist-item | +An item in the list. | +
For custom content support define an option template that gets the item instance as a parameter. In addition header template is provided for further customization.
++ Component currently uses a table based implementation and does not provide high level of screen reader support, a nested list implementation replacement is planned with aria roles and attributes aligned to a tree widget for high level of + reader support in the upcoming versions. +
+Key | +Function | +
---|---|
tab | +Moves focus through the focusable elements within the chart. | +
enter | +Toggles the expanded state of a node. | +
space | +Toggles the expanded state of a node. | +
OrganizationChart requires a collection of TreeNode instances as a value.
+- Nodes can be selected by defining selectionMode along with a value binding with selection properties. By - default only one node can be selected, set selectionMode as multiple to select more than one. + Nodes can be selected by defining selectionMode along with a value binding with selection properties. By default only one node can be selected, set selectionMode as multiple to select more than one.
+ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-organizationchart | +Container element. | +
p-organizationchart-table | +Table container of a node. | +
p-organizationchart-lines | +Connector lines container. | +
p-organizationchart-nodes | +Contained of node children. | +
p-organizationchart-line-right | +Right side line of a node connector. | +
p-organizationchart-line-left | +Left side line of a node connector. | +
p-organizationchart-line-top | +Top side line of a node connector. | +
Custom content instead of a node label is defined using the pTemplate property.
++ Overlay component uses dialog role and since any attribute is passed to the root element you may define attributes like aria-label or aria-labelledby to describe the popup contents. In addition + aria-modal is added since focus is kept within the popup. +
++ It is recommended to use a trigger component that can be accessed with keyboard such as a button, if not adding + tabIndex would be necessary. Overlay adds aria-expanded state attribute and aria-controls to the trigger so that the relation between the trigger and the popup is defined. +
++ When the popup gets opened, the first focusable element receives the focus and this can be customized by adding + autofocus to an element within the popup. +
+Key | +Function | +
---|---|
tab | +Moves focus to the next the focusable element within the popup. | +
shift + tab | +Moves focus to the previous the focusable element within the popup. | +
escape | +Closes the popup and moves focus to the trigger. | +
Key | +Function | +
---|---|
enter | +Closes the popup and moves focus to the trigger. | +
space | +Closes the popup and moves focus to the trigger. | +
Overlay can be mounted into its location, body or DOM element instance using this option.
+The autoZIndex determines whether to automatically manage layering. Its default value is 'false'.
+The baseZIndex is base zIndex value to use in layering. Its default value is 0.
+Overlay is a container to display content in an overlay window. All the options mentioned above can be used as props for this component.
+The hideOnEscape determines to hide the overlay when escape key pressed. Accepts boolean, default value is false.
++ It has two valid values; overlay and modal. In overlay mode, a container element is opened like overlaypanel or dropdown's panel. In modal mode, the container element behaves like popup. This behaviour is similar to a + dialog component. +
+It is the option used to determine in which mode it should appear according to the given media or breakpoint.
+Valid values of the direction property would be;
+The style and styleClass are used to define styles that will be added to all overlay components. In addition, it can be used in contentStyle and contentStyleClass classes.
+The target is used to detect the element that will be used to position the overlay. Valid values would be;
+Content can be customized with the content template.
+Transition options of the show or hide animation. The default value of showTransitionOptions is '.12s cubic-bezier(0, 0, 0.2, 1)' and the default value of hideTransitionOptions is '.1s linear'.
+Paginator is placed inside a nav element to indicate a navigation section. All of the paginator elements can be customized using templating however the default behavious is listed below.
++ First, previous, next and last page navigators elements with aria-label attributes referring to the aria.firstPageLabel, aria.prevPageLabel, aria.nextPageLabel and aria.lastPageLabelproperties of the + locale API respectively. +
++ Page links are also button elements with an aria-label attribute derived from the aria.pageLabel of the locale API. Current page is marked with aria-current set to "page" as + well. +
+Current page report uses aria-live="polite" to instruct screen reader about the changes to the pagination state.
++ Rows per page dropdown internally uses a dropdown component, refer to the + dropdown documentation for accessibility details. Additionally, the dropdown uses an aria-labelfrom the aria.rowsPerPage property of the locale API. +
+Jump to page input is an input element with an aria-label that refers to the aria.jumpToPage property of the locale API.
+Key | +Function | +
---|---|
tab | +Moves focus through the paginator elements. | +
enter | +Executes the paginator element action. | +
space | +Executes the paginator element action. | +
Refer to the dropdown documentation for more details about keyboard support.
++ Paginator is used as a controlled component with first, rows and onPageChange properties to manage the first index and number of records to display per page. Total number of records need to be with + totalRecords property. Default template includes a dropdown to change the rows so rowsPerPageOptions is also necessary for the dropdown options. +
+- Current page report item in the template displays information about the pagination state. Default value is ({{ - '{' - }}currentPage{{ '}' }} of {{ '{' }}totalPages{{ '}' }}) whereas available placeholders are the following; -
+Current page report item in the template displays information about the pagination state. Default value is ({{ '{' }}currentPage{{ '}' }} of {{ '{' }}totalPages{{ '}' }}) whereas available placeholders are the following;
Sample image gallery implementation using paginator.
+ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-paginator | +Container element. | +
p-paginator-first | +First page element. | +
p-paginator-prev | +Previous page element. | +
p-paginator-pages | +Container of page links. | +
p-paginator-page | +A page link. | +
p-paginator-next | +Next page element. | +
p-paginator-last | +Last page element. | +
p-paginator-rpp-options | +Rows per page dropdown. | +
p-paginator-page-options | +Jump to per page dropdown. | +
Templating allows overriding the default content of the UI elements by defining callbacks using the element name.
++ Toggleable panels use a content toggle button at the header that has aria-controls to define the id of the content section along with aria-expanded for the visibility state. The value to read the button defaults to the + value of the header property and can be customized by defining an aria-label or aria-labelledby via the toggleButtonProps property. +
+The content uses region, defines an id that matches the aria-controls of the content toggle button and aria-labelledby referring to the id of the header.
+Key | +Function | +
---|---|
tab | +Moves focus to the next the focusable element in the page tab sequence. | +
shift + tab | +Moves focus to the previous the focusable element in the page tab sequence. | +
enter | +Toggles the visibility of the content. | +
space | +Toggles the visibility of the content. | +
A simple Panel is created with a header property along with the content as children.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-panel | +Container element. | +
p-panel-header | +Header section. | +
p-panel-title | +Title text of panel. | +
p-panel-header-icon | +Toggle icon. | +
p-panel-content | +Content of panel. | +
Header and Footers sections can be customized using header and footer templates.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna + aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis + aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint + occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna + aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis + aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint + occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Content of the panel can be expanded and collapsed using toggleable option, default state is defined with collapsed option. By default, toggle icon is used to toggle the contents whereas setting toggler to "header" enables + clicking anywhere in the header to trigger a toggle. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Lorem ipsum dolor sit amet... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Accordion header elements have a button role, an aria-label defined using the label property of the menuitem model and aria-controls to define the id of the content section along with + aria-expanded for the visibility state. +
+The content of an accordion panel uses region role, defines an id that matches the aria-controls of the header and aria-labelledby referring to the id of the header.
++ The tree elements has a tree as the role and each menu item has a treeitem role along with aria-label, aria-selected and aria-expanded attributes. The container element of a treenode has the + group role. The aria-setsize, aria-posinset and aria-level attributes are calculated implicitly and added to each treeitem. +
+ +Key | +Function | +
---|---|
tab | +Adds focus to the first header when focus moves in to the component, if there is already a focused tab header then moves the focus out of the component based on the page tab sequence. | +
enter | +Toggles the visibility of the content. | +
space | +Toggles the visibility of the content. | +
down arrow | +If panel is collapsed then moves focus to the next header, otherwise first treenode of the panel receives the focus. | +
up arrow | +If previous panel is collapsed then moves focus to the previous header, otherwise last treenode of the previous panel receives the focus. | +
home | +Moves focus to the first header. | +
end | +Moves focus to the last header. | +
Key | +Function | +
---|---|
tab | +Moves focus to the next focusable element in the page tab order. | +
shift + tab | +Moves focus to the previous focusable element in the page tab order. | +
enter | +Activates the focused treenode. | +
space | +Activates the focused treenode. | +
down arrow | +Moves focus to the next treenode. | +
up arrow | +Moves focus to the previous treenode. | +
right arrow | +If node is closed, opens the node otherwise moves focus to the first child node. | +
left arrow | +If node is open, closes the node otherwise moves focus to the parent node. | +
PanelMenu requires a collection of menuitems as its model.
+The command property defines the callback to run when an item is activated by click or a key event.
+Menu items can be controlled programmatically.
+Only one single root menuitem can be active by default, enable multiple property to be able to open more than one items.
+Items with navigation are defined with templating to be able to use a routerLink directive, an external link or programmatic navigation.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-panelmenu | +Container element. | +
p-panelmenu-header | +Accordion header of root submenu. | +
p-panelmenu-content | +Accordion content of root submenu. | +
p-menu-list | +List element. | +
p-menuitem | +Menuitem element. | +
p-menuitem-text | +Label of a menuitem. | +
p-menuitem-icon | +Icon of a menuitem. | +
p-panelmenu-icon | +Arrow icon of an accordion header. | +
PanelMenu requires a collection of menuitems as its model.
++ Value to describe the component can either be provided via label tag combined with id prop or using ariaLabelledBy, ariaLabel props. Screen reader is notified about the changes to the strength of the + password using a section that has aria-live while typing. +
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the input. | +
+ escape + | +Hides the strength meter if open. | +
Two-way value binding is defined using ngModel.
+When disabled is present, the element cannot be edited and focused.
+Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
++ A floating label appears on top of the input field when focused. Visit + FloatLabel documentation for more information. +
+IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
++ Labels are translated at component level by promptLabel, weakLabel, mediumLabel and strongLabel properties. In order to apply global translations for all Password components in the application, refer to the + locale +
+Password can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+Password provides small and large sizes as alternatives to the base.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-password-panel | +Container of password panel | +
p-password-meter | +Meter element of password strength | +
p-password-info | +Text to display strength | +
3 templates are included to customize the overlay. These are header, content and footer. Note that content overrides the default meter.
++ Value to describe the source listbox and target listbox can be provided with ariaLabelledBy or ariaLabel props. The list elements has a listbox role with the aria-multiselectable attribute. Each list item has + an option role with aria-selected and aria-disabled as their attributes. +
++ Controls buttons are button elements with an aria-label that refers to the aria.moveTop, aria.moveUp, aria.moveDown, aria.moveBottom,aria.moveTo, aria.moveAllTo, + aria.moveFrom and aria.moveAllFrom properties of the locale API by default, alternatively you may usemoveTopButtonProps, moveUpButtonProps, moveDownButtonProps, + moveToButtonProps, moveAllToButtonProps, moveFromButtonProps, moveFromButtonProps and moveAllFromButtonProps to customize the buttons like overriding the default aria-label attributes. +
+ +Key | +Function | +
---|---|
tab | +Moves focus to the first selected option, if there is none then first option receives the focus. | +
up arrow | +Moves focus to the previous option. | +
down arrow | +Moves focus to the next option. | +
enter | +Toggles the selected state of the focused option. | +
space | +Toggles the selected state of the focused option. | +
home | +Moves focus to the first option. | +
end | +Moves focus to the last option. | +
shift + down arrow | +Moves focus to the next option and toggles the selection state. | +
shift + up arrow | +Moves focus to the previous option and toggles the selection state. | +
shift + space | +Selects the items between the most recently selected option and the focused option. | +
control + shift + home | +Selects the focused options and all the options up to the first one. | +
control + shift + end | +Selects the focused options and all the options down to the first one. | +
control + a | +Selects all options. | +
Key | +Function | +
---|---|
enter | +Executes button action. | +
space | +Executes button action. | +
+ PickList is used as a controlled input with source and target properties. Content of a list item needs to be defined with the pTemplate property that receives an object in the list as parameter. Drag & drop + functionality depends on @angular/cdk package. +
+Filter value is checked against the property of an object configured with the filterBy property.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-picklist | +Container element. | +
p-picklist-source-controls | +Container of source list buttons. | +
p-picklist-target-controls | +Container of target list buttons. | +
p-picklist-buttons | +Container of buttons. | +
p-picklist-list | +List element. | +
p-picklist-item | +An item in the list. | +
For custom content support define an option template that gets the item instance as a parameter. In addition sourceheader and targetheader templates are provided for further customization.
+Name | +Parameters | +
---|---|
item | +
+ $implicit: Data of the item + index: Index of the item + |
+
sourceHeader | +- | +
targetHeader | +- | +
sourceFilter | +
+ options.filter: Callback to filter data by the value param + options.reset: Resets the filters. + |
+
targetFilter | +
+ options.filter: Callback to filter data by the value param + options.reset: Resets the filters + |
+
emptymessagesource | +- | +
emptyfiltermessagesource | +- | +
emptymessagetarget | +- | +
emptyfiltermessagetarget | +- | +
moveupicon | +- | +
movetopicon | +- | +
movedownicon | +- | +
movebottomicon | +- | +
movetotargeticon | +$implicit: viewChanged | +
movealltotargeticon | +$implicit: viewChanged | +
movetosourceicon | +$implicit: viewChanged | +
movealltosourceicon | +$implicit: viewChanged | +
targetfiltericon | +- | +
sourcefiltericon | +- | +
+ Popover component uses dialog role and since any attribute is passed to the root element you may define attributes like aria-label or aria-labelledby to describe the popup contents. In addition + aria-modal is added since focus is kept within the popup. +
++ It is recommended to use a trigger component that can be accessed with keyboard such as a button, if not adding + tabIndex would be necessary. Popover adds aria-expanded state attribute and aria-controls to the trigger so that the relation between the trigger and the popup is defined. +
++ When the popup gets opened, the first focusable element receives the focus and this can be customized by adding + autofocus to an element within the popup. +
+Key | +Function | +
---|---|
tab | +Moves focus to the next the focusable element within the popup. | +
shift + tab | +Moves focus to the previous the focusable element within the popup. | +
escape | +Closes the popup and moves focus to the trigger. | +
Key | +Function | +
---|---|
enter | +Closes the popup and moves focus to the trigger. | +
space | +Closes the popup and moves focus to the trigger. | +
Popover is accessed via its reference and visibility is controlled using toggle, show and hide methods with an event of the target.
+Place the Popover outside of the data iteration components to avoid rendering it multiple times.
+In this sample, data is retrieved from the content inside the popover.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-popover | +Container element. | +
p-popover-content | +Content of the panel. | +
p-popover-close | +Close icon. | +
+ show method takes two parameters, first one is the event and it is mandatory. By default the target component to align the overlay is the event target, if you'd like to align it to another element, provide it as the second + parameter target. +
+Content of the OverlayPanel is defined by content template.
++ ProgressBar components uses progressbar role along with aria-valuemin, aria-valuemax and aria-valuenow attributes. Value to describe the component can be defined usingaria-labelledby and + aria-label props. +
+Not applicable.
+ProgressBar is used with the value property.
+Value is reactive so updating it dynamically changes the bar as well.
+For progresses with no value to track, set the mode property to indeterminate.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-progressbar | +Container element. | +
p-progressbar-determinate | +Container element of a determinate progressbar. | +
p-progressbar-indeterminate | +Container element of an indeterminate progressbar. | +
p-progressbar-value | +Element whose width changes according to value. | +
p-progressbar-label | +Label element that displays the current value. | +
content template allows displaying custom content inside the progressbar.
+ProgressSpinner components uses progressbar role. Value to describe the component can be defined using aria-labelledby and aria-label props.
+Component does not include any interactive elements.
+An infinite spin animation is displayed by default.
+ProgressSpinner can be customized with styling property like styleClass, strokeWidth and fill.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-progress-spinner | +Container element. | +
p-progress-spinner-svg | +SVG element. | +
p-progress-spinner-circle | +Circle element. | +
+ RadioButton component uses a hidden native radio button element internally that is only visible to screen readers. Value to describe the component can either be provided via label tag combined with inputId prop or using + ariaLabelledBy, ariaLabel props. +
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the checked radio button, if there is none within the group then first radio button receives the focus. | +
+ + left arrow + up arrow + + | +Moves focus to the previous radio button, if there is none then last radio button receives the focus. | +
+ + right arrow + down arrow + + | +Moves focus to the next radio button, if there is none then first radio button receives the focus. | +
+ space + | +If the focused radio button is unchecked, changes the state to checked. | +
When disabled is present, the element cannot be edited and focused.
+RadioButtons can be generated using a list of values.
+Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
+RadioButton is used as a controlled input with value and ngModel properties.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
+RadioButton can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+RadioButton provides small and large sizes as alternatives to the base.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-radiobutton | +Container element | +
p-radiobutton-box | +Container of icon. | +
p-radiobutton-icon | +Icon element. | +
p-checkbox-label | +Label element. | +
p-label-active | +Label element of a checked state. | +
p-label-focus | +Label element of a focused state. | +
p-label-disabled | +Label element of a disabled state. | +
+ Rating component internally uses radio buttons that are only visible to screen readers. The value to read for item is retrieved from the locale API via star and stars of the + aria + property. +
+Keyboard interaction is derived from the native browser handling of radio buttons in a group.
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the star representing the value, if there is none then first star receives the focus. | +
+ + left arrow + up arrow + + | +Moves focus to the previous star, if there is none then last radio button receives the focus. | +
+ + right arrow + down arrow + + | +Moves focus to the next star, if there is none then first star receives the focus. | +
+ space + | +If the focused star does not represent the value, changes the value to the star value. | +
Two-way value binding is defined using ngModel.
+When disabled is present, a visual hint is applied to indicate that the Knob cannot be interacted with.
+Rating can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+When readOnly present, value cannot be edited.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-rating | +Container element | +
p-rating-star | +Star element | +
p-rating-star-on | +Selected star element. | +
p-rating-cancel | +Cancel icon. | +
Templating allows customizing the content where the icon instance is available as the implicit variable.
+Ripple element has the aria-hidden attribute as true so that it gets ignored by the screen readers.
+ +Component does not include any interactive elements.
+Styling Demo Content.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-ripple | +Host element. | +
p-ink | +Ripple element. | +
p-ink-active | +Ripple element during animating. | +
VirtualScroller uses a semantic list element to list the items. No specific role is enforced, still you may use any aria role and attributes as any valid attribute is passed to the container element.
+Component does not include any built-in interactive elements.
++ VirtualScroller requires items as the data to display, itemSize for the dimensions of an item and item template are required on component. In addition, an initial array is required based on the total number of + items to display. Size of the viewport is configured using scrollWidth, scrollHeight properties directly or with CSS width and height styles. +
+Scroll delay is adjusted by using delay property.
+Scrolling can be enabled vertically and horizontally when orientation is set as both. In this mode, itemSize should be an array where first value is the height of an item and second is the width.
+Setting orientation to horizontal enables scrolling horizontally. In this case, the itemSize should refer to the width of an item.
++ Lazy mode is handy to deal with large datasets where instead of loading the entire data, small chunks of data are loaded on demand by invoking onLazyLoad callback everytime scrolling requires a new chunk. To implement lazy loading, + enable + lazy attribute, initialize your data as a placeholder with a length and finally implement a method callback using onLazyLoad that actually loads a chunk from a datasource. onLazyLoad gets an event object that contains + information about the chunk of data to load such as the index and number of items to load. Notice that a new template called loadingItem is also required to display as a placeholder while the new items are being loaded. +
+Busy state is enabled by adding showLoader property which blocks the UI with a modal by default. Alternatively, loader template can be used to customize items e.g. with Skeleton.
+Scrolling to a specific index can be done with the scrollToIndex function.
+The properties of scroller component can be used like an object in it.
+ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-scroller | +Container element. | +
p-scroller-content | +Content element. | +
p-scroller-loader | +Loader element. | +
Scroller content is customizable by using ng-template. Valid values are content, item, loader and loadericon
++ Scrollbars of the ScrollPanel has a scrollbar role along with the aria-controls attribute that refers to the id of the scrollable content container and the aria-orientation to indicate the orientation of + scrolling. +
+Key | +Function | +
---|---|
down arrow | +Scrolls content down when vertical scrolling is available. | +
up arrow | +Scrolls content up when vertical scrolling is available. | +
left | +Scrolls content left when horizontal scrolling is available. | +
right | +Scrolls content right when horizontal scrolling is available. | +
ScrollPanel is defined using dimensions for the scrollable viewport.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim + ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
++ Lorem ipsum dolor sit amet... +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium... +
++ At vero eos et accusamus et iusto odio dignissimos... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim + ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
+Scrollbar visuals can be styled for a unified look across different platforms.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim + ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo + consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim + ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi. +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui + officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit... +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium... +
++ At vero eos et accusamus et iusto odio dignissimos... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit... +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium... +
++ At vero eos et accusamus et iusto odio dignissimos... +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in + culpa qui officia deserunt mollit anim id est laborum. +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, + totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae + dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, + sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci + velit, sed quia non numquam eius modi. +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum + deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non + provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum + fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis + est eligendi optio cumque nihil impedit quo minus. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore + et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse + cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in + culpa qui officia deserunt mollit anim id est laborum. +
++ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, + totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae + dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, + sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci + velit, sed quia non numquam eius modi. +
++ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum + deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non + provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum + fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis + est eligendi optio cumque nihil impedit quo minus. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-scrollpanel | +Container element. | +
p-scrollpanel-wrapper | +Wrapper of content section. | +
p-scrollpanel-content | +Content section. | +
p-scrollpanel-bar | +Scrollbar handle. | +
p-scrollpanel-bar-x | +Scrollbar handle of a horizontal bar. | +
p-scrollpanel-bar-y | +Scrollbar handle of a vertical bar | +
+ ScrollTop uses a button element with an aria-label that refers to the aria.scrollTop property of the locale API by default, you may use your own aria roles and attributes as any valid + attribute is passed to the button element implicitly. +
+Key | +Function | +
---|---|
enter | +Scrolls to top. | +
space | +Scrolls to top. | +
ScrollTop listens window scroll by default.
+Scroll down the page to display the ScrollTo component.
+ +Scroll down the page to display the ScrollTo component.
+ +Setting the target property to parent binds ScrollTop to its parent element that has scrolling content.
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae et leo duis ut diam. Ultricies mi quis hendrerit dolor magna eget est lorem. Amet consectetur + adipiscing elit ut. Nam libero justo laoreet sit amet. Pharetra massa massa ultricies mi quis hendrerit dolor magna. Est ultricies integer quis auctor elit sed vulputate. Consequat ac felis donec et. Tellus orci ac auctor augue + mauris. Semper feugiat nibh sed pulvinar proin gravida hendrerit lectus a. Tincidunt arcu non sodales neque sodales. Metus aliquam eleifend mi in nulla posuere sollicitudin aliquam ultrices. Sodales ut etiam sit amet nisl purus. + Cursus sit amet dictum sit amet. Tristique senectus et netus et malesuada fames ac turpis egestas. Et tortor consequat id porta nibh venenatis cras sed. Diam maecenas ultricies mi eget mauris. Eget egestas purus viverra accumsan + in nisl nisi. Suscipit adipiscing bibendum est ultricies integer. Mattis aliquam faucibus purus in massa tempor nec. +
++ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Vitae et leo duis ut diam. Ultricies mi quis hendrerit dolor magna eget est lorem. Amet consectetur + adipiscing elit ut. Nam libero justo laoreet sit amet. Pharetra massa massa ultricies mi quis hendrerit dolor magna. Est ultricies integer quis auctor elit sed vulputate. Consequat ac felis donec et. Tellus orci ac auctor augue + mauris. Semper feugiat nibh sed pulvinar proin gravida hendrerit lectus a. Tincidunt arcu non sodales neque sodales. Metus aliquam eleifend mi in nulla posuere sollicitudin aliquam ultrices. Sodales ut etiam sit amet nisl purus. + Cursus sit amet dictum sit amet. Tristique senectus et netus et malesuada fames ac turpis egestas. Et tortor consequat id porta nibh venenatis cras sed. Diam maecenas ultricies mi eget mauris. Eget egestas purus viverra accumsan + in nisl nisi. Suscipit adipiscing bibendum est ultricies integer. Mattis aliquam faucibus purus in massa tempor nec. +
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-scrolltop | +Container element. | +
p-scrolltop-sticky | +Container element when attached to its parent. | +
+ Value to describe the component can either be provided with ariaLabelledBy or ariaLabel props. The select element has a combobox role in addition to aria-haspopup and aria-expanded attributes. If the + editable option is enabled aria-autocomplete is also added. The relation between the combobox and the popup is created with aria-controls and aria-activedescendant attribute is used to instruct screen reader which + option to read during keyboard navigation within the popup list. +
++ The popup list has an id that refers to the aria-controls attribute of the combobox element and uses listbox as the role. Each list item has an option role, an id to match the + aria-activedescendant of the input element along with aria-label, aria-selected and aria-disabled attributes. +
+ +If filtering is enabled, filterInputProps can be defined to give aria-* props to the filter input element.
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the select element. | +
+ space + | +Opens the popup and moves visual focus to the selected option, if there is none then first option receives the focus. | +
+ down arrow + | +Opens the popup and moves visual focus to the selected option, if there is none then first option receives the focus. | +
+ up arrow + | +Opens the popup and moves visual focus to the selected option, if there is none then last option receives the focus. | +
Key | +Function | +
---|---|
+ tab + | +Moves focus to the next focusable element in the popup, if there is none then first focusable element receives the focus. | +
shift + tab | +Moves focus to the previous focusable element in the popup, if there is none then last focusable element receives the focus. | +
+ enter + | +Selects the focused option and closes the popup. | +
+ space + | +Selects the focused option and closes the popup. | +
+ escape + | +Closes the popup, moves focus to the select element. | +
+ down arrow + | +Moves focus to the next option, if there is none then visual focus does not change. | +
+ up arrow + | +Moves focus to the previous option, if there is none then visual focus does not change. | +
+ right arrow + | +If the select is editable, removes the visual focus from the current option and moves input cursor to one character left. | +
+ left arrow + | +If the select is editable, removes the visual focus from the current option and moves input cursor to one character right. | +
+ home + | +If the select is editable, moves input cursor at the end, if not then moves focus to the first option. | +
+ end + | +If the select is editable, moves input cursor at the beginning, if not then moves focus to the last option. | +
+ any printable character + | +Moves focus to the option whose label starts with the characters being typed if select is not editable. | +
Key | +Function | +
---|---|
+ enter + | +Closes the popup and moves focus to the select element. | +
+ escape + | +Closes the popup and moves focus to the select element. | +
+ Select is used as a controlled component with ngModel property along with an options collection. Label and value of an option are defined with the optionLabel and optionValue properties respectively. Note + that, when options are simple primitive values such as a string array, no optionLabel and optionValue would be necessary. +
+An alternative way to highlight the selected option is displaying a checkmark instead.
+When showClear is enabled, a clear icon is added to reset the Select.
Custom filter can be applied with the filterTemplate.
When disabled is present, the element cannot be edited and focused.
+When editable is present, the input can also be entered with typing.
Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
+Select provides built-in filtering that is enabled by adding the filter property.
++ A floating label appears on top of the input field when focused. Visit + FloatLabel documentation for more information. +
+Options can be grouped when a nested data structures is provided.
+IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
+Loading state can be used loading property.
+Select can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+Select provides small and large sizes as alternatives to the base.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-dropdown | +Container element. | +
p-dropdown-clearable | +Container element when showClear is on. | +
p-dropdown-label | +Element to display label of selected option. | +
p-dropdown-trigger | +Icon element. | +
p-dropdown-panel | +Icon element. | +
p-dropdown-items-wrapper | +Wrapper element of items list. | +
p-dropdown-items | +List element of items. | +
p-dropdown-item | +An item in the list. | +
p-dropdown-filter-container | +Container of filter input. | +
p-dropdown-filter | +Filter element. | +
p-dropdown-open | +Container element when overlay is visible. | +
+ Both the selected option and the options list can be templated to provide customizated representation. Use + selectedItem template to customize the selected label display and the item template to change the content of the options in the select panel. In addition when grouping is enabled, group template is available to + customize the option groups. All templates get the option instance as the default local template variable. +
++ VirtualScrolling is an efficient way of rendering the options by displaying a small subset of data in the viewport at any time. When dealing with huge number of options, it is suggested to enable VirtualScrolling to avoid performance + issues. Usage is simple as setting virtualScroll property to true and defining virtualScrollItemSize to specify the height of an item. +
++ The container element that wraps the buttons has a group role whereas each button element uses button role and aria-pressed is updated depending on selection state. Value to describe an option is automatically set + using the ariaLabel property that refers to the label of an option so it is still suggested to define a label even the option display consists of presentational content like icons only. +
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the buttons. | +
+ space + | +Toggles the checked state of a button. | +
SelectButton requires a value to bind and a collection of options.
+When disabled is present, the element cannot be edited and focused entirely. Certain options can also be disabled using the optionDisabled property.
+Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
+SelectButton allows selecting only one item by default and setting multiple option enables choosing more than one item. In multiple case, model property should be an array.
+SelectButton can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+SelectButton provides small and large sizes as alternatives to the base.
+For custom content support define a ng-template with pTemplate where the local ng-template variable refers to an option in the options collection.
++ Skeleton uses aria-hidden as "true" so that it gets ignored by screen readers, any valid attribute is passed to the root element so you may customize it further if required. If multiple skeletons are grouped inside a container, + you may use aria-busy on the container element as well to indicate the loading process. +
+Component does not include any interactive elements.
+Sample DataTable implementation using different Skeleton components and PrimeFlex CSS utilities.
+Sample List implementation using different Skeleton components and PrimeFlex CSS utilities.
+- Various shapes and sizes can be created using styling properties like shape, width, height, - borderRadius and styleClass. -
+Various shapes and sizes can be created using styling properties like shape, width, height, borderRadius and styleClass.
+ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-skeleton | +Container element. | +
p-skeleton-circle | +Container element of a determinate progressbar. | +
p-skeleton-animation-none | +Container element of an indeterminate progressbar. | +
+ Slider element component uses slider role on the handle in addition to the aria-orientation, aria-valuemin, aria-valuemax and aria-valuenow attributes. Value to describe the component can be defined + using ariaLabelledBy and ariaLabel props. +
+Key | +Function | +
---|---|
+ tab + | +Moves focus to the slider. | +
+ + left arrow + up arrow + + | +Decrements the value. | +
+ + right arrow + down arrow + + | +Increments the value. | +
+ home + | +Set the minimum value. | +
+ end + | +Set the maximum value. | +
+ page up + | +Increments the value by 10 steps. | +
+ page down + | +Decrements the value by 10 steps. | +
Two-way binding is defined using the standard ngModel directive.
+Image filter implementation using multiple sliders.
+Slider is connected to an input field using two-way binding.
+When range property is present, slider provides two handles to define two values. In range mode, value should be an array instead of a single value.
+Slider can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+Size of each movement is defined with the step property.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-slider | +Container element | +
p-slider-handle | +Handle element | +
Default layout of slider is horizontal, use orientation property for the alternative vertical mode.
++ SpeedDial component renders a native button element that implicitly includes any passed prop. Text to describe the button can be defined with the aria-labelledby or aria-label props. Addititonally the button includes + includes aria-haspopup, aria-expanded for states along with aria-controls to define the relation between the popup and the button. +
+ +The popup overlay uses menu role on the list and each action item has a menuitem role with an aria-label as the menuitem label. The id of the menu refers to the aria-controls of the button.
+Key | +Function | +
---|---|
+ enter + | +Toggles the visibility of the menu. | +
+ space + | +Toggles the visibility of the menu. | +
+ down arrow + | +Opens the menu and moves focus to the first item. | +
+ up arrow + | +Opens the menu and moves focus to the last item. | +
Key | +Function | +
---|---|
+ enter + | +Activates the menuitem, closes the menu and sets focus on the menu button. | +
+ escape + | +Closes the menu and sets focus on the menu button. | +
+ arrow keys + | +Navigates between the menu items. | +
+ home + | +Moves focus to the first item. | +
+ end + | +Moves focus to the last item. | +
- Items can be displayed around the button when type is set to circle. Additional radius property defines - the radius of the circle. -
+Items can be displayed around the button when type is set to circle. Additional radius property defines the radius of the circle.
SpeedDial items are defined with the model property based on MenuModel API. Default orientation of the items is linear and direction property is used to define the position of the items related to the button.
+Adding mask property displays a modal layer behind the popup items.
+When type is defined as semi-circle, items are displayed in a half-circle around the button.
++ SpeedDial offers item customization with the item template that receives the menuitem instance from the model as a parameter. The button has its own button template, additional template named icon is provided to + embed icon content for default button. +
+- Items display a tooltip on hover when a standalone Tooltip is present with a - target that matches the items. -
+Items display a tooltip on hover when a standalone Tooltip is present with a target that matches the items.
+ SplitButton component renders two native button elements, main button uses the label property to define aria-label by default which can be customized with buttonProps. Dropdown button requires an explicit definition to + describe it using menuButtonProps option and also includes aria-haspopup, aria-expanded for states along with aria-controls to define the relation between the popup and the button. +
+ +The popup overlay uses menu role on the list and each action item has a menuitem role with an aria-label as the menuitem label. The id of the menu refers to the aria-controls of the dropdown button.
+Key | +Function | +
---|---|
+ enter + | +Activates the button. | +
+ space + | +Activates the button. | +
Key | +Function | +
---|---|
+ enter + | +Toggles the visibility of the menu. | +
+ space + | +Toggles the visibility of the menu. | +
+ down arrow + | +Opens the menu and moves focus to the first item. | +
+ up arrow + | +Opens the menu and moves focus to the last item. | +
Key | +Function | +
---|---|
+ enter + | +Actives the menuitem, closes the menu and sets focus on the menu button. | +
+ escape + | +Closes the menu and sets focus on the menu button. | +
+ down arrow + | +Moves focus to the next item, if it is the last one then first item receives the focus. | +
+ up arrow + | +Moves focus to the previous item, if it is the first one then last item receives the focus. | +
+ home + | +Moves focus to the first item. | +
+ end + | +Moves focus to the last item. | +
SplitButton has a default action button and a collection of additional options defined by the model property based on MenuModel API.
++ When the disabled attribute is present, the element is uneditable and unfocused. Additionally, the disabled states of the button and menu button can be handled independently. The button is disabled when buttonDisabled is + present, and the menu button is disabled when menuButtonDisabled is present. +
+The buttons and menuitems have support to display icons.
+SplitButton has a default action button and a collection of additional options defined by the model property based on MenuModel API.
+Outlined buttons display a border without a background initially.
+Raised buttons display a shadow to indicate elevation.
+Text buttons can be displayed as raised as well for elevation.
+Rounded buttons have a circular border radius.
+The severity property defines the type of button.
+SplitButton provides small and large sizes as alternatives to the standard.
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-splitbutton | +Container element. | +
p-splitbutton-menubutton | +Dropdown button. | +
p-menu | +Overlay menu. | +
SplitButton has a default action button and a collection of additional options defined by the model property based on MenuModel API.
+Text buttons are displayed as textual elements.
+Splitter bar defines separator as the role with aria-orientation set to either horizontal or vertical.
+Key | +Function | +
---|---|
tab | +Moves focus through the splitter bar. | +
down arrow | +Moves a vertical splitter down. | +
up arrow | +Moves a vertical splitter up. | +
left arrow | +Moves a vertical splitter to the left. | +
right arrow | +Moves a vertical splitter to the right. | +
Splitter requires two SplitterPanel components as children which are displayed horizontally by default.
+Splitters can be combined to create advanced layouts.
+When no panelSizes are defined, panels are split 50/50, use the panelSizes property to give relative widths e.g. [25, 75].
++ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-splitter | +Container element. | +
p-splitter | +Container element during resize. | +
p-splitter-horizontal | +Container element with horizontal layout. | +
p-splitter-vertical | +Container element with vertical layout. | +
p-splitter-panel | +Splitter panel element. | +
p-splitter-gutter | +Gutter element to use when resizing the panels. | +
p-splitter-gutter-handle | +Handl element of the gutter. | +
Panels are displayed as stacked by setting the layout to vertical.
++ Stepper container is defined with the tablist role, as any attribute is passed to the container element aria-labelledby can be optionally used to specify an element to describe the Stepper. Each stepper header has a + tab role and aria-controls to refer to the corresponding stepper content element. The content element of each stepper has tabpanel role, an id to match the aria-controls of the header and + aria-labelledby reference to the header as the accessible name. +
+ +Key | +Function | +
---|---|
+ tab + | +Moves focus through the header. | +
+ enter + | +Activates the focused stepper header. | +
+ space + | +Activates the focused stepper header. | +
Stepper consists of a combination of StepList, Step, StepPanels and StepPanel components. The value property is essential for associating Step and StepPanel with each other.
+When linear property is set to true, current step must be completed in order to move to the next step.
+Stepper provides various templating options to customize the default UI design.
+Layout of the Stepper is configured with the orientation property that accepts horizontal and vertical as available options.
++ Steps component uses the nav element and since any attribute is passed to the root implicitly aria-labelledby or aria-label can be used to describe the component. Inside an ordered list is used where the current + step item defines aria-current as "step". +
+Key | +Function | +
---|---|
tab | +Adds focus to the active step when focus moves in to the component, if there is already a focused tab header then moves the focus out of the component based on the page tab sequence. | +
enter | +Activates the focused step if readonly is not enabled. | +
space | +Activates the focused step if readonly is not enabled. | +
right arrow | +Moves focus to the next step if readonly is not enabled. | +
left arrow | +Moves focus to the previous step if readonly is not enabled. | +
home | +Moves focus to the first step if readonly is not enabled. | +
end | +Moves focus to the last step if readonly is not enabled. | +
Steps requires a collection of menuitems as its model.
+Steps can be controlled programmatically using activeIndex property.
+- In order to add interactivity to the component, disable readonly and use a binding to activeIndex along with - activeIndexChange to control the Steps. -
+In order to add interactivity to the component, disable readonly and use a binding to activeIndex along with activeIndexChange to control the Steps.
+ Following is the list of structural style classes, for theming classes visit + theming page. +
+Name | +Element | +
---|---|
p-steps | +Container element. | +
p-steps-item | +Menuitem element. | +
p-steps-number | +Number of menuitem. | +
p-steps-title | +Label of menuitem. | +
+ Classes to apply during enter and leave animations are specified using the enterFromClass, enterActiveClass, enterToClass, leaveFromClass, leaveActiveClass,leaveToClassproperties. In addition + in case the target is an overlay, hideOnOutsideClick would be handy to hide the target if outside of the popup is clicked, or enable hideOnEscape to close the popup by listening escape key. +
+- StyleClass has two modes, toggleClass to simply add-remove a class and enter/leave animations. The target - element to change the styling is defined with the selector property that accepts any valid CSS selector or keywords - including @next, prev, parent, grandparent + StyleClass has two modes, toggleClass to simply add-remove a class and enter/leave animations. The target element to change the styling is defined with the selector property that accepts any valid CSS selector or + keywords including @next, prev, parent, grandparent
+ Default role of the table is table. Header, body and footer elements use rowgroup, rows use row role, header cells have columnheader and body cells use cell roles. Sortable headers utilizer + aria-sort attribute either set to "ascending" or "descending". +
+Table rows and table cells should be specified by users using the aria-posinset, aria-setsize, aria-label, and aria-describedby attributes, as they are determined through templating.
++ Built-in checkbox and radiobutton components for row selection use checkbox and radiobutton. The label to describe them is retrieved from the aria.selectRow and aria.unselectRow properties of the + locale API. Similarly header checkbox uses selectAll and unselectAll keys. When a row is selected, aria-selected is set to true on a row. +
++ The element to expand or collapse a row is a button with aria-expanded and aria-controls properties. Value to describe the buttons is derived from aria.expandRow and aria.collapseRow properties of the + locale API. +
++ The filter menu button use aria.showFilterMenu and aria.hideFilterMenu properties as aria-label in addition to the aria-haspopup, aria-expanded and aria-controls to define the relation between the + button and the overlay. Popop menu has dialog role with aria-modal as focus is kept within the overlay. The operator dropdown use aria.filterOperator and filter constraints dropdown use + aria.filterConstraint properties. Buttons to add rules on the other hand utilize aria.addRule and aria.removeRule properties. The footer buttons similarly use aria.clear and aria.apply properties. + filterInputProps of the Column component can be used to define aria labels for the built-in filter components, if a custom component is used with templating you also may define your own aria labels as well. +
++ Editable cells use custom templating so you need to manage aria roles and attributes manually if required. The row editor controls are button elements with aria.editRow, aria.cancelEdit and aria.saveEdit used for the + aria-label. +
+Paginator is a standalone component used inside the Table, refer to the paginator for more information about the accessibility features.
++ Any button element inside the Table used for cases like filter, row expansion, edit are tabbable and can be used with + space and enter keys. +
+Key | +Function | +
---|---|
tab | +Moves through the headers. | +
enter | +Sorts the column. | +
space | +Sorts the column. | +
Key | +Function | +
---|---|
tab | +Moves through the elements inside the popup. | +
escape | +Hides the popup. | +
enter | +Opens the popup. | +
Key | +Function | +
---|---|
tab | +Moves focus to the first selected row, if there is none then first row receives the focus. | +
up arrow | +Moves focus to the previous row. | +
down arrow | +Moves focus to the next row. | +
enter | +Toggles the selected state of the focused row depending on the metaKeySelection setting. | +
space | +Toggles the selected state of the focused row depending on the metaKeySelection setting. | +
home | +Moves focus to the first row. | +
end | +Moves focus to the last row. | +
shift + down arrow | +Moves focus to the next row and toggles the selection state. | +
shift + up arrow | +Moves focus to the previous row and toggles the selection state. | +
shift + space | +Selects the rows between the most recently selected row and the focused row. | +
control + shift + home | +Selects the focused rows and all the options up to the first one. | +
control + shift + end | +Selects the focused rows and all the options down to the last one. | +
control + a | +Selects all rows. | +
DataTable requires a collection to display along with column components for the representation of the data.
+- In-cell editing is enabled by adding pEditableColumn directive to an editable cell that has a - p-cellEditor helper component to define the input-output templates for the edit and view modes respectively. -
+In-cell editing is enabled by adding pEditableColumn directive to an editable cell that has a p-cellEditor helper component to define the input-output templates for the edit and view modes respectively.
- Multiple selection can also be handled using checkboxes by enabling the selectionMode property of column as - multiple. -
+Multiple selection can also be handled using checkboxes by enabling the selectionMode property of column as multiple.
Columns can be grouped using rowspan and colspan properties.
+- Columns can be resized using drag drop by setting the resizableColumns to true. Fit mode is the default one - and the overall table width does not change when a column is resized. -
+Columns can be resized using drag drop by setting the resizableColumns to true. Fit mode is the default one and the overall table width does not change when a column is resized.
This demo uses a multiselect component to implement toggleable columns.
++ Table has exclusive integration with contextmenu component. In order to attach a menu to a table, add pContextMenuRow directive to the rows that can be selected with context menu, define a local template variable for the + menu and bind it to the contextMenu property of the table. This enables displaying the menu whenever a row is right clicked. Optional pContextMenuRowIndex property is available to access the row index. A separate + contextMenuSelection property is used to get a hold of the right clicked row. For dynamic columns, setting pContextMenuRowDisabled property as true disables context menu for that particular row. +
+- Instead of using the built-in sorting algorithm a custom sort can be attached by enabling customSort property and - defining a sortFunction implementation. This function gets a SortEvent instance that provides the data to sort, + Instead of using the built-in sorting algorithm a custom sort can be attached by enabling customSort property and defining a sortFunction implementation. This function gets a SortEvent instance that provides the data to sort, sortField, sortOrder and multiSortMeta.
Columns can be defined dynamically using the *ngFor directive.
+- When expandableRowGroups is present in subheader based row grouping, groups can be expanded and collapsed. State of - the expansions are controlled using the expandedRows and onRowToggle properties. -
+When expandableRowGroups is present in subheader based row grouping, groups can be expanded and collapsed. State of the expansions are controlled using the expandedRows and onRowToggle properties.
- Data filtering is enabled by defining the filters property referring to a DataTableFilterMeta instance. Each - column to filter also requires filter to be enabled. Built-in filter element is a input field and using + Data filtering is enabled by defining the filters property referring to a DataTableFilterMeta instance. Each column to filter also requires filter to be enabled. Built-in filter element is a input field and using filterElement, it is possible to customize the filtering with your own UI.
-- The optional global filtering searches the data against a single value that is bound to the global key of the - filters object. The fields to search against is defined with the globalFilterFields. -
+The optional global filtering searches the data against a single value that is bound to the global key of the filters object. The fields to search against is defined with the globalFilterFields.
+ Flex scroll feature makes the scrollable viewport section dynamic instead of a fixed value so that it can grow or shrink relative to the parent size of the table. Click the button below to display a maximizable Dialog where data + viewport adjusts itself according to the size changes. +
+- Certain columns can be frozen by using the pFrozenColumn directive of the table component. In addition, - alignFrozen is available to define whether the column should be fixed on the left or right. -
+Certain columns can be frozen by using the pFrozenColumn directive of the table component. In addition, alignFrozen is available to define whether the column should be fixed on the left or right.
Frozen rows are used to fix certain rows while scrolling, this data is defined with the frozenValue property.
+Enabling showGridlines displays borders between cells.
++ Lazy mode is handy to deal with large datasets, instead of loading the entire data, small chunks of data is loaded by invoking onLazyLoad callback everytime paging, sorting and filtering happens. Sample here loads + the data from remote datasource efficiently using lazy loading. Also, the implementation of checkbox selection in lazy tables is left entirely to the user. Since the table component does not know what will happen to the data on + the next page or whether there are instant data changes, the selection array can be implemented in several ways. One of them is as in the example below. +
+- Multiple columns can be sorted by defining sortMode as multiple. This mode requires metaKey (e.g. ⌘) to - be pressed when clicking a header. -
+Multiple columns can be sorted by defining sortMode as multiple. This mode requires metaKey (e.g. ⌘) to be pressed when clicking a header.
- More than one row is selectable by setting selectionMode to multiple. By default in multiple selection mode, - metaKey press (e.g. ⌘) is not necessary to add to existing selections. When the optional metaKeySelection - is present, behavior is changed in a way that selecting a new row requires meta key to be present. Note that in touch - enabled devices, DataTable always ignores metaKey. + More than one row is selectable by setting selectionMode to multiple. By default in multiple selection mode, metaKey press (e.g. ⌘) is not necessary to add to existing selections. When the optional + metaKeySelection + is present, behavior is changed in a way that selecting a new row requires meta key to be present. Note that in touch enabled devices, DataTable always ignores metaKey.
+ Pagination is enabled by setting paginator property to true and defining a rows property to specify the number of rows per page. For server side pagination, see the lazy loading + example. +
++ paginator localization information such as page numbers and rows per page options are defined with the + paginatorLocale property which defaults to the user locale. +
+Paginator can also be controlled via model using a binding to the first property where changes trigger a pagination.
+- Defining a default sortField and sortOrder displays data as sorted initially in single column sorting. In - multiple sort mode, multiSortMeta should be used instead by providing an array of + Defining a default sortField and sortOrder displays data as sorted initially in single column sorting. In multiple sort mode, multiSortMeta should be used instead by providing an array of DataTableSortMeta objects.
+ Order of the columns and rows can be changed using drag and drop. Column reordering is configured by adding + reorderableColumns property. +
++ Similarly, adding reorderableRows property enables draggable rows. For the drag handle a column needs to have rowReorder property and onRowReorder callback is required to control the state of the rows after + reorder completes. +
+- Row editing toggles the visibility of all the editors in the row at once and provides additional options to save and cancel - editing. Row editing functionality is enabled by setting the editMode to "row" on table, defining a dataKey to - uniquely identify a row, adding pEditableRow directive to the editable rows and defining the UI Controls with - pInitEditableRow, pSaveEditableRow and pCancelEditableRow directives respectively. + Row editing toggles the visibility of all the editors in the row at once and provides additional options to save and cancel editing. Row editing functionality is enabled by setting the editMode to "row" on table, defining a + dataKey to uniquely identify a row, adding pEditableRow directive to the editable rows and defining the UI Controls with pInitEditableRow, pSaveEditableRow and pCancelEditableRow directives respectively.
- Save and Cancel functionality implementation is left to the page author to provide more control over the editing business - logic. Example below utilizes a simple implementation where a row is cloned when editing is initialized and is saved or - restored depending on the result of the editing. An implicit variable called "editing" is passed to the body template so you - may come up with your own UI controls that implement editing based on your own requirements such as adding validations and - styling. Note that pSaveEditableRow only switches the row to back view mode when there are no validation errors. + Save and Cancel functionality implementation is left to the page author to provide more control over the editing business logic. Example below utilizes a simple implementation where a row is cloned when editing is initialized and is + saved or restored depending on the result of the editing. An implicit variable called "editing" is passed to the body template so you may come up with your own UI controls that implement editing based on your own requirements such as + adding validations and styling. Note that pSaveEditableRow only switches the row to back view mode when there are no validation errors.
- Moreover, you may use setting pEditableRowDisabled property as true to disable editing for that particular row and in - case you need to display rows in edit mode by default, use the editingRowKeys property which is a map whose key is - the dataKey of the record where the value is any arbitrary number greater than zero. + Moreover, you may use setting pEditableRowDisabled property as true to disable editing for that particular row and in case you need to display rows in edit mode by default, use the editingRowKeys property which is a map + whose key is the dataKey of the record where the value is any arbitrary number greater than zero.
- Row expansion allows displaying detailed content for a particular row. To use this feature, add a template named - rowexpansion and use the pRowToggler directive whose value is the row data instance on an element of your choice - whose click event toggles the expansion. This enables providing your custom UI such as buttons, links and so on. Example - below uses an anchor with an icon as a toggler. Setting pRowTogglerDisabled as true disables the toggle event for the - element. + Row expansion allows displaying detailed content for a particular row. To use this feature, add a template named rowexpansion and use the pRowToggler directive whose value is the row data instance on an element of your choice + whose click event toggles the expansion. This enables providing your custom UI such as buttons, links and so on. Example below uses an anchor with an icon as a toggler. Setting pRowTogglerDisabled as true disables the toggle + event for the element.
- A column can be made sortable by adding the pSortableColumn directive whose value is the field to sort against and a - sort indicator via p-sortIcon component. For dynamic columns, setting pSortableColumnDisabled property as true - disables sorting for that particular column. + A column can be made sortable by adding the pSortableColumn directive whose value is the field to sort against and a sort indicator via p-sortIcon component. For dynamic columns, setting + pSortableColumnDisabled property as true disables sorting for that particular column.
Default sorting is executed on a single column, in order to enable multiple field sorting, set sortMode
@@ -51,14 +50,14 @@ import { ProductService } from '@service/productservice';
- Single row selection is enabled by defining selectionMode as single along with a value binding using
- selection property. When available, it is suggested to provide a unique identifier of a row with dataKey to
- optimize performance.
+ Single row selection is enabled by defining selectionMode as single along with a value binding using selection property. When available, it is suggested to provide a unique identifier of a row with
+ dataKey to optimize performance.
- By default, metaKey press (e.g. ⌘) is necessary to unselect a row however this can be configured with disabling the
- metaKeySelection property. In touch enabled devices this option has no effect and behavior is same as setting it to
- false.
+ By default, metaKey press (e.g. ⌘) is necessary to unselect a row however this can be configured with disabling the metaKeySelection property. In touch enabled devices this option has no effect and behavior is same as
+ setting it to false.
In addition to a regular table, alternatives with alternative sizes are available. Stateful table allows keeping the state such as page, sort and filtering either at local storage or session storage so that when the page is visited again, table would render the data using the last settings.
- Stateful table allows keeping the state such as page, sort and filtering either at local storage or session storage so that
- when the page is visited again, table would render the data using the last settings.
-
- Change the state of the table e.g paginate, navigate away and then return to this table again to test this feature, the
- setting is set as session with the stateStorage property so that Table retains the state until the browser is
- closed. Other alternative is local referring to localStorage for an extended lifetime.
+ Change the state of the table e.g paginate, navigate away and then return to this table again to test this feature, the setting is set as session with the stateStorage property so that Table retains the state until the
+ browser is closed. Other alternative is local referring to localStorage for an extended lifetime.
Certain rows or cells can easily be styled based on conditions.
- Rows are grouped with the groupRowsBy property. When rowGroupMode is set as subheader, a header and
- footer can be displayed for each group. The content of a group header is provided with groupheader and footer with
- groupfooter templates.
+ Rows are grouped with the groupRowsBy property. When rowGroupMode is set as subheader, a header and footer can be displayed for each group. The content of a group header is provided with groupheader and
+ footer with groupfooter templates.
Custom content at header, body and footer sections are supported via templating.
- Adding scrollable property along with a scrollHeight for the data viewport enables vertical scrolling with
- fixed headers.
-
+ VirtualScroller is a performance-approach to handle huge data efficiently. Setting virtualScroll property as true and providing a virtualScrollItemSize in pixels would be enough to enable this functionality. It is also
+ suggested to use the same virtualScrollItemSize value on the tr element inside the body template.
+
+ VirtualScroller is a performance-approach to handle huge data efficiently. Setting virtualScroll property as true and providing a virtualScrollItemSize in pixels would be enough to enable this functionality. It is also
+ suggested to use the same virtualScrollItemSize value on the tr element inside the body template.
+
+ Tabs container is defined with the tablist role, as any attribute is passed to the container element aria-labelledby can be optionally used to specify an element to describe the Tabs. Each tab header has a
+ tab role along with aria-selected state attribute and aria-controls to refer to the corresponding tab content element. The content element of each tab has tabpanel role, an id to match thearia-controls
+ of the header and aria-labelledby reference to the header as the accessible name.
+ Tabs is defined using TabList, Tab, TabPanels and TabPanel components. Tab and TabPanel components are associated with their value properties
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
+ laborum.
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo
+ enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi.
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in
+ culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
+ dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
+ ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat
+ nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit
+ anim id est laborum.
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem
+ aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni
+ dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius
+ modi.
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti
+ atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique
+ sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum
+ facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
+ impedit quo minus.
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
+ dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
+ ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat
+ nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit
+ anim id est laborum.
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem
+ aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni
+ dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius
+ modi.
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti
+ atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique
+ sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum
+ facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
+ impedit quo minus.
+ Tabs can be controlled programmatically using value property as a model.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
+ laborum.
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo
+ enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi.
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in
+ culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
+ magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+ pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
+ laborum.
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem
+ aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo
+ enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos
+ qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi.
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque
+ corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in
+ culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et
+ expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
+ magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
+ pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
+ laborum.
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem
+ aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo
+ enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos
+ qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi.
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque
+ corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in
+ culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et
+ expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
+
- Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore
- magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
- consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
- pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
laborum.
- Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem
- aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo
- enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos
- qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi.
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo
+ enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi.
- At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque
- corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in
- culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et
- expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in
+ culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
Enabling disabled property of a Tab prevents user interaction.
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est
+ laborum.
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo
+ enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius modi.
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in
+ culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
+ dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
+ ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat
+ nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit
+ anim id est laborum.
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem
+ aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni
+ dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius
+ modi.
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti
+ atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique
+ sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum
+ facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
+ impedit quo minus.
+
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
+ dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
+ ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat
+ nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit
+ anim id est laborum.
+
+ Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem
+ aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
+ Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni
+ dolores eos qui ratione voluptatem sequi nesciunt. Consectetur, adipisci velit, sed quia non numquam eius
+ modi.
+
+ At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti
+ atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique
+ sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum
+ facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil
+ impedit quo minus.
+ Tabs can be generated dynamically using the standard @for block. {{ tab.content }} {{ tab.content }} {{ tab.content }}
- A navigation menu is implemented using tabs without the panels where the content of a tab is provided by a route component
- like
- router-outlet. For the purpose of this demo, router-outlet is not included.
+ A navigation menu is implemented using tabs without the panels where the content of a tab is provided by a route component like
+ router-outlet. For the purpose of this demo, router-outlet is not included.
+ Tag does not include any roles and attributes by default, any attribute is passed to the root element so aria roles and attributes can be added if required. If the tags are dynamic,aria-live may be utilized as well. In case
+ badges need to be tabbable, tabIndex can be added to implement custom key handlers.
+ Component does not include any interactive elements. Label of the tag is defined with the value property. A font icon next to the value can be displayed with the icon property. Severity defines the color of the tag, possible values are success, info, warn and danger in addition to the default theme color.
+ Following is the list of structural style classes, for theming classes visit
+ theming page.
+ Children of the component are passed as the content for templating. The plugin also adds extended animation utilities that can be used with the styleclass and animateonscroll directives. PrimeNG color palette as utility classes. Using Tailwind utilities for the responsive layout of a form with PrimeNG components. A headless PrimeNG dialog with a custom UI.
- In styled mode, Tailwind utilities may not be able to override the default styling due to css specificity, there are two
- possible solutions.
- In styled mode, Tailwind utilities may not be able to override the default styling due to css specificity, there are two possible solutions. Use the ! as a prefix to enforce the styling.
+ Tailwind CSS is a popular CSS framework based on a utility-first design. The core provides flexible CSS classes with predefined CSS rules to build your own UI elements. For example, instead of an opinionated btn class as in
+ Bootstrap, Tailwind offers primitive classes like bg-blue-500, rounded and p-4 to apply a button. A set of reusable classes can also be grouped as a Tailwind CSS component and there are even a couple of libraries
+ that take this approach to build components specifically for Tailwind.
+
+ Tailwind is an outstanding CSS library, however it lacks a true comprehensive UI suite when combined with Angular, this is where PrimeNG comes in by providing a wide range of highly accessible and feature rich UI component library.
+ The core of PrimeNG does not depend on Tailwind CSS.
+
+ The
+ tailwindcss-primeui
+ is an official plugin by PrimeTek to provide first class integration between a Prime UI library like PrimeNG and Tailwind CSS. It is designed to work both in styled and unstyled modes. In styled mode, for instance the semantic colors
+ such as primary and surfaces are provided as Tailwind utilities e.g. bg-primary, text-surface-500, text-muted-color.
+ Plugin is available on npm. After installation, configure the plugin at your tailwind configuration file.
+ Terminal component has an input element that can be described with aria-label or aria-labelledby props. The element that lists the previous commands has aria-live so that changes are received by the screen reader.
+ Commands are processed using observables via the TerminalService. Import this service into your component and subscribe to commandHandler to process commands by sending replies with sendResponse function. Enter "date" to display the current date, "greet {0}" for a message and "random" to get a random number. Enter "date" to display the current date,
+"greet {0}" for a message and "random"
+to get a random number. Enter "date" to display the current date,
+ "greet {0}" for a message and "random"
+ to get a random number.
+ Following is the list of structural style classes, for theming classes visit
+ theming page.
+
+ Textarea component renders a native textarea element that implicitly includes any passed prop. Value to describe the component can either be provided via label tag combined with id prop or using aria-labelledby,
+ aria-label props.
+ Textarea is applied to an input field with pTextarea directive. When disabled is present, the element cannot be edited and focused. Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
+ A floating label appears on top of the input field when focused. Visit
+ FloatLabel documentation for more information.
+ IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information. Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation. InputText has built-in key filtering support to block certain keys, refer to keyfilter page for more information. Textarea can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control. Textarea provides small and large sizes as alternatives to the base.
+ PrimeNG is a design agnostic library so unlike some other UI libraries it does not enforce a certain styling such as material design. Styling is decoupled from the components using the themes instead. A theme consists of two parts;
+ base and preset. The base is the style rules with CSS variables as placeholders whereas the preset is a set of design tokens to feed a base by mapping the tokens to CSS variables. A base may be configured with different
+ presets, currently Aura, Lara and Nora are the available presets and in upcoming version more presets will be available such as Material Design.
+ The core of the styled mode architecture is based on a concept named design token, a preset defines the token configuration in 3 tiers; primitive, semantic and component.
+ Primitive tokens have no context, a color palette is a good example for a primitive token such as blue-50 to blue-900. A token named blue-500 may be used as the primary color, the background of a message however
+ on its own, the name of the token does not indicate context. Usually they are utilized by the semantic tokens.
+
+ Semantic tokens define content and their names indicate where they are utilized, a well known example of a semantic token is the primary.color. Semantic tokens map to primitive tokens or other semantic tokens. The
+ colorScheme token group is a special variable to define tokens based on the color scheme active in the application, this allows defining different tokens based on the color scheme like dark mode.
+
+ Component tokens are isolated tokens per component such as inputtext.background or button.color that map to the semantic tokens. As an example, button.background component token maps to the
+ primary.color semantic token which maps to the green.500 primitive token.
+
+ Use primitive tokens when defining the core color palette and semantic tokens to specify the common design elements such as focus ring, primary colors and surfaces. Components tokens should only be used when customizing a specific
+ component. By defining your own design tokens as a custom preset, you'll be able to define your own style without touching CSS. Overriding the PrimeNG components using style classes is not a best practice and should be the last
+ resort, design tokens are the suggested approach.
+ Bootstrap has a reboot utility to reset the CSS of the standard elements. If you are including this utility, you may give it a layer while importing it.
+ Tokens are described with the dot separator e.g. primary.color, form.field.background or checkbox.icon.checked.color. At preset configuration, camel case and object property are used when mapping the dot
+ separator. The following is an example from the checkbox component tokens to represent the checkbox.icon.checked.color, all alternatives have the same result.
+
+ Color palette of a preset is defined by the primitive design token group. The default colors are derived from the Tailwind colors with some extensions to make it consistent with the Tailwind Presets projects of the unstyled
+ mode.
+ Colors can be accessed at CSS as a variable and programmatically using the $dt utility.
- The design tokens of a specific component is defined at components layer. Overriding components tokens is not the
- recommended approach if you are building our own style, building your own preset should be preferred instead. This
- configuration is global and applies to all card components, in case you need to customize a particular component on a page
- locally, view the Scoped CSS section for an example.
+ The design tokens of a specific component is defined at components layer. Overriding components tokens is not the recommended approach if you are building our own style, building your own preset should be preferred instead.
+ This configuration is global and applies to all card components, in case you need to customize a particular component on a page locally, view the Scoped CSS section for an example.
+ PrimeNG uses the system as the default darkModeSelector in theme configuration. If you have a dark mode switch in your application, set the darkModeSelector to the selector you utilize such as
+ .my-app-dark so that PrimeNG can fit in seamlessly with your light-dark toggle.
+
+ Following is a very basic example implementation of a dark mode switch, you may extend it further by involving
+ prefers-color-scheme to retrieve it from the system initially and use localStorage to make it stateful. See this
+ article
+ for more information.
+ In case you prefer to use dark mode all the time, apply the darkModeSelector initially and never change it. The definePreset utility is used to customize an existing preset during the PrimeNG setup. The first parameter is the preset to customize and the second is the design tokens to override.
- The $dt function returns the information about a token like the full path and value. This would be useful if you need
- to access tokens programmatically.
- The $dt function returns the information about a token like the full path and value. This would be useful if you need to access tokens programmatically. Focus ring defines the outline width, style, color and offset. Let's use a thicker ring with the primary color for the outline. There is no design for fonts as UI components inherit their font settings from the application.
- The design tokens of the form input components are derived from the form.field token group. This customization
- example changes border color to primary on hover. Any component that depends on this semantic token such as
+ The design tokens of the form input components are derived from the form.field token group. This customization example changes border color to primary on hover. Any component that depends on this semantic token such as
dropdown.hover.border.color and textarea.hover.border.color would receive the change.
Example layer configuration for the popular CSS libraries.
- The noir mode is the nickname of a variant that uses black tones as the primary and requires and additional
- colorScheme configuration to implement. A sample preset configuration with black and white variants as the primary
- color;
+ The noir mode is the nickname of a variant that uses black tones as the primary and requires and additional colorScheme configuration to implement. A sample preset configuration with black and white variants as the
+ primary color;
The options property defines the how the CSS would be generated from the design tokens of the preset. The prefix of the CSS variables, defaults to p. For instance, the primary.color design token would be var(--p-primary-color).
+ The CSS rule to encapsulate the CSS variables of the dark mode, the default is the system to generate media (prefers-color-scheme: dark). If you need to make the dark mode toggleable based on the user selection define a
+ class selector such as .app-dark and toggle this class at the document root. See the dark mode toggle section for an example.
+
+ Defines whether the styles should be defined inside a
+ CSS layer
+ named primeui by default or not. A CSS layer would be handy to declare a custom cascade layer for easier customization. The default is false.
+ Returns shades and tints of a given color from 50 to 950 as an array. Currently Aura, Lara and Nora are the available presets, a new preset based on Material Design is planned by the end of 2024. Coming soon with a future update.
- The primary defines the main color palette, default value maps to the emerald primitive token. Let's setup to
- use indigo instead.
- The primary defines the main color palette, default value maps to the emerald primitive token. Let's setup to use indigo instead.
+ Ease of customization may present an issue if you have global styles on HTML elements like inputs and buttons that are also utilized by PrimeNG because global styles with a broader scope e.g. button { } and no layer
+ always override the PrimeNG components leading to unexpected results. A common use case for global styles applying to standard HTML elements is CSS reset utilities to remove the default styling of the browsers. In this case, best
+ practice is wrapping your CSS in a layer like reset and make sure PrimeNG comes after your layer since layers defined after has higher precedence. This way, your Reset CSS does not get in the way of PrimeNG components.
+
+ Following keys are reserved in the preset scheme and cannot be used as a token name; primitive, semantic, components, directives, colorscheme, light, dark, common, root,
+ states.
+
+ PrimeNG UI component use rem units, 1rem equals to the font size of the html element which is 16px by default. Use the root font-size to adjust the size of the components globally. This website uses 14px as
+ the base so it may differ from your application if your base font size is different.
+
- Design tokens can be scoped to a certain component using CSS variables. In this example, first switch uses the global tokens
- whereas second one overrides the global with its own tokens.
- Design tokens can be scoped to a certain component using CSS variables. In this example, first switch uses the global tokens whereas second one overrides the global with its own tokens.
+ The @layer is a standard CSS feature to define cascade layers for a customizable order of precedence. If you need to become more familiar with layers, visit the documentation at
+ MDN to begin with. In styled mode, when the cssLayer option is enabled at theme configuration, PrimeNG wraps the built-in style classes
+ under the primeng cascade layer to make the library styles easy to override. CSS in your app without a layer has the highest CSS specificity, so you'll be able to override styles regardless of the location or how strong a class
+ is written. The cssLayer is disabled by default to avoid compatibility issues with 3rd party CSS libraries which requires a layer configuration for compatibility that is discussed in the next reset section.
+
+ For example, let's assume you need to remove the rounded borders of the ToggleSwitch component defined by the theme in use. In order to achieve this, .p-toggleswitch .p-toggleswitch-slider selector needs to be overriden.
+ Without the layers, we'd have to write a stronger css or use !important however, with layers, this does not present an issue as your CSS can always override PrimeNG with a more straightforward class name such as
+ my-switch-slider. Another advantage of this approach is that it does not force you to figure out the built-in class names of the components.
+
The color scheme palette that varies between light and dark modes is specified with the surface tokens. Example below uses
- zinc for light mode and slategray for dark mode. With this setting, light mode, would have a grayscale tone
- and dark mode would include blue tone.
+ zinc for light mode and slategray for dark mode. With this setting, light mode, would have a grayscale tone and dark mode would include blue tone.
+ Tailwind CSS includes a reset utility in base called
+ preflight. If you are using this feature, wrap the base and utilities in separate layers and make sure primeng layer comes
+ after the base.
+ The theme property is used to customize the initial theme. Merges the provided tokens to the current preset, an example would be changing the primary color palette dynamically. Updates the primary colors, this is a shorthand to do the same update using updatePreset. Updates the surface colors, this is a shorthand to do the same update using updatePreset. Replaces the current presets entirely, common use case is changing the preset dynamically at runtime.
+ TieredMenu component uses the menubar role with aria-orientation set to "vertical" and the value to describe the menu can either be provided with aria-labelledby or aria-label props. Each list item has a
+ presentation role whereas anchor elements have a menuitem role with aria-label referring to the label of the item and aria-disabled defined if the item is disabled. A submenu within a TieredMenu uses the
+ menu role with an aria-labelledby defined as the id of the submenu root menuitem label. In addition, menuitems that open a submenu have aria-haspopup, aria-expanded and aria-controls to define the
+ relation between the item and the submenu.
+ In popup mode, the component implicitly manages the aria-expanded, aria-haspopup and aria-controls attributes of the target element to define the relation between the target and the popup. TieredMenu requires a collection of menuitems as its model. The command property defines the callback to run when an item is activated by click or a key event. Popup mode is enabled by adding popup property and calling toggle method with an event of the target. Items with navigation are defined with templating to be able to use a router link component, an external link or programmatic navigation.
+ Following is the list of structural style classes, for theming classes visit
+ theming page.
+ TieredMenu offers item customization with the item template that receives the menuitem instance from the model as a parameter. Timeline uses a semantic ordered list element to list the events. No specific role is enforced, still you may use any aria role and attributes as any valid attribute is passed to the list element. Component does not include any interactive elements.
+ Timeline receives the events with the value property as a collection of arbitrary objects. In addition, content template is required to display the representation of an event. Example below is a sample events array that
+ is used throughout the documentation.
+ TimeLine orientation is controlled with the layout property, default is vertical having horizontal as the alternative.
+ Following is the list of structural style classes, for theming classes visit
+ theming page.
+ Sample implementation with custom content and styled markers.
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate
+ neque quas!
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate
+ neque quas!
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore sed consequuntur error repudiandae numquam deserunt quisquam repellat libero asperiores earum nam nobis, culpa ratione quam perferendis esse, cupiditate
+ neque quas!
+ Toast component use alert role that implicitly defines aria-live as "assertive" and aria-atomic as "true". Close element is a button with an aria-label that refers to the aria.close property of the locale API by default. Transition of the animations can be customized using the showTransitionOptions, hideTransitionOptions, showTransformOptions and hideTransformOptions properties.
+ Toasts are displayed by calling the add and addAll method provided by the messageService. A single toast is specified by the Message interface that defines various properties such as severity,
+ summary and detail.
+
- Clicking the close icon on the toast, removes it manually. Same can also be achieved programmatically using the clear
- function of the messageService. Calling it without any arguments, removes all displayed messages whereas calling it
- with a key, removes the messages displayed on a toast having the same key.
+ Clicking the close icon on the toast, removes it manually. Same can also be achieved programmatically using the clear function of the messageService. Calling it without any arguments, removes all displayed messages whereas
+ calling it with a key, removes the messages displayed on a toast having the same key.
Headless mode allows you to customize the entire user interface instead of the default elements. A toast disappears after 3000ms by default, set the life option on either the message or toast to override this. Multiple toasts are displayed by passing an array to the showAll method of the messageService. Location of the toast is customized with the position property. Valid values are top-left, top-center, top-right, bottom-left, bottom-center, bottom-right and center.
+ Toast styling can be adjusted per screen size with the breakpoints option. The value of breakpoints
+ should be an object literal whose keys are the maximum screen sizes and values are the styles per screen. In example below, width of the toast messages cover the whole page on screens whose widths is smaller than 921px.
+
+ The severity option specifies the type of the message. There are four types of messages: success, info, warn and error. The severity of the message is used to display the icon and the color of the
+ toast.
+
- A toast disappears after the time defined by the life option, set sticky option true on the message to
- override this and not hide the toast automatically.
- A toast disappears after the time defined by the life option, set sticky option true on the message to override this and not hide the toast automatically.
+ Following is the list of structural style classes, for theming classes visit
+ theming page.
+
+ A page may have multiple toast components, in case you'd like to target a specific message to a particular toast, use the
+ key property so that toast and the message can match.
+ Templating allows customizing the content where the message instance is available as the implicit variable.
+ ToggleButton component uses an element with button role and updates aria-pressed state for screen readers. Value to describe the component can be defined with ariaLabelledBy or ariaLabel props, it is highly
+ suggested to use either of these props as the component changes the label displayed which will result in screen readers to read different labels when the component receives focus. To prevent this, always provide an aria label that
+ does not change related to state.
+ Two-way binding to a boolean property is defined using the standard ngModel directive. Icons and Labels can be customized using onLabel, offLabel, onIcon and offIcon properties. When disabled is present, the element cannot be edited and focused. Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation. ToggleButton can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control. ToggleButton provides small and large sizes as alternatives to the base.
+ Following is the list of structural style classes, for theming classes visit
+ theming page.
+
+ InputSwitch component uses a hidden native checkbox element with switch role internally that is only visible to screen readers. Value to describe the component can either be provided via label tag combined with
+ inputId prop or using ariaLabelledBy, ariaLabel props.
+ Two-way value binding is defined using ngModel. When disabled is present, the element cannot be edited and focused. Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation. ToggleSwitch can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control.
+ Toolbar uses toolbar role for the root element, aria-orientation is not included as it defaults to horizontal. Any valid attribute is passed to the root element so you may add additional properties like
+ aria-labelledby and aria-labelled to define the element if required.
+ Component does not include any interactive elements. Arbitrary content can be placed with templating and elements like buttons inside should follow the page tab sequence.
+ Toolbar is a grouping component for buttons and other content. Its content can be placed inside the
+ start, center and end sections.
+ Content can also be placed using the start, center and end templates.
+ Following is the list of structural style classes, for theming classes visit
+ theming page.
+ Tooltip component uses tooltip role and when it becomes visible the generated id of the tooltip is defined as the aria-describedby of the target. Tooltip can use either a string or a TemplateRef. Adding delays to the show and hide events are defined with showDelay and hideDelay options respectively. Tooltip gets displayed on hover event of its target by default, other option is the focus event to display and blur to hide. Tooltip is also configurable by using tooltipOptions property. Position of the tooltip is specified using tooltipPosition attribute. Valid values are top, bottom, right and left. Default position of the tooltip is right.
+ Following is the list of structural style classes, for theming classes visit
+ theming page.
+
+ Value to describe the component can either be provided with aria-labelledby or aria-label props. The root list element has a tree role whereas each list item has a treeitem role along with aria-label,
+ aria-selected and aria-expanded attributes. In checkbox selection, aria-checked is used instead of aria-selected. The container element of a treenode has the group role. Checkbox and toggle icons are
+ hidden from screen readers as their parent element with treeitem role and attributes are used instead for readers and keyboard support. The aria-setsize, aria-posinset and aria-level attributes are calculated
+ implicitly and added to each treeitem.
+ Tree component requires an array of TreeNode objects as its value. Selection of multiple nodes via checkboxes is enabled by configuring selectionMode as checkbox. Tree requires a collection of TreeNode instances as a value. Tree requires a collection of TreeNode instances as a value. Nodes can be reordered within the same tree and also can be transferred between other trees using drag&drop. An event is provided for each type of user interaction such as expand, collapse and selection.
+ Filtering is enabled by adding the filter property, by default label property of a node is used to compare against the value in the text field, in order to customize which field(s) should be used during search define
+ filterBy property. In addition filterMode specifies the filtering strategy. In lenient mode when the query matches a node, children of the node are not searched further as all descendants of the node are included.
+ On the other hand, in strict mode when the query matches a node, filtering continues on all descendants.
+
+ Lazy loading is useful when dealing with huge datasets, in this example nodes are dynamically loaded on demand using
+ loading property and onNodeExpand method. Default value of loadingMode is mask and also icon is available.
+
+ More than one node is selectable by setting selectionMode to multiple. By default in multiple selection mode, metaKey press (e.g. ⌘) is necessary to add to existing selections however this can be configured with
+ disabling the metaKeySelection property. Note that in touch enabled devices, Tree always ignores metaKey.
+ In multiple selection mode, value binding should be a key-value pair where key is the node key and value is a boolean to indicate selection.
- Single node selection is configured by setting selectionMode as single along with selection properties
- to manage the selection value binding.
- Single node selection is configured by setting selectionMode as single along with selection properties to manage the selection value binding. Custom node content instead of a node label is defined with the pTemplate property. VirtualScroller is a performance-approach to handle huge data efficiently. Setting virtualScroll property as true and providing a virtualScrollItemSize in pixels would be enough to enable this functionality. VirtualScroller is a performance-approach to handle huge data efficiently. Setting virtualScroll property as true and providing a virtualScrollItemSize in pixels would be enough to enable this functionality.
+ Value to describe the component can either be provided with ariaLabelledby or ariaLabel props. The treeselect element has a combobox role in addition to aria-haspopup and aria-expanded attributes.
+ The relation between the combobox and the popup is created with aria-controls that refers to the id of the popup.
+
+ The popup list has an id that refers to the aria-controls attribute of the combobox element and uses tree as the role. Each list item has a treeitem role along with aria-label,
+ aria-selected and aria-expanded attributes. In checkbox selection, aria-checked is used instead of aria-selected. Checkbox and toggle icons are hidden from screen readers as their parent element with
+ treeitem role and attributes are used instead for readers and keyboard support. The container element of a treenode has the group role. The aria-setsize, aria-posinset and aria-level attributes are
+ calculated implicitly and added to each treeitem.
+ If filtering is enabled, filterInputProps can be defined to give aria-* props to the filter input element. TreeSelect is used as a controlled component with ng-model directive along with an options collection. Internally Tree component is used so the options model is based on TreeNode API. In single selection mode, value binding should be the key value of a node. Selection of multiple nodes via checkboxes is enabled by configuring selectionMode as checkbox. When disabled is present, the element cannot be edited and focused. Specify the variant property as filled to display the component with a higher visual emphasis than the default outlined style.
+ Filtering is enabled by adding the filter property, by default label property of a node is used to compare against the value in the text field, in order to customize which field(s) should be used during search define
+ filterBy property. In addition filterMode specifies the filtering strategy. In lenient mode when the query matches a node, children of the node are not searched further as all descendants of the node are included.
+ On the other hand, in strict mode when the query matches a node, filtering continues on all descendants.
+
+ A floating label appears on top of the input field when focused. Visit
+ FloatLabel documentation for more information.
+ IftaLabel is used to create infield top aligned labels. Visit IftaLabel documentation for more information. Invalid state style is added using the ng-invalid and ng-dirty class to indicate a failed validation.
+ Lazy loading is useful when dealing with huge datasets, in this example nodes are dynamically loaded on demand using
+ loading property and onNodeExpand method.
+
+ More than one node is selectable by setting selectionMode to multiple. By default in multiple selection mode, metaKey press (e.g. ⌘) is necessary to add to existing selections however this can be configured with
+ disabling the metaKeySelection property. Note that in touch enabled devices, TreeSelect always ignores metaKey.
+ In multiple selection mode, value binding should be a key-value pair where key is the node key and value is a boolean to indicate selection. TreeSelect can also be used with reactive forms. In this case, the formControlName property is used to bind the component to a form control. TreeSelect provides small and large sizes as alternatives to the base.
+ Following is the list of structural style classes, for theming classes visit
+ theming page.
+ TreeSelect offers multiple templates for customization through templating.
+ VirtualScrolling is an efficient way of rendering the options by displaying a small subset of data in the viewport at any time. When dealing with huge number of options, it is suggested to enable VirtualScrolling to avoid performance
+ issues. Usage is simple as setting virtualScroll property to true and defining virtualScrollItemSize to specify the height of an item.
+
+ Default role of the table is table. Header, body and footer elements use rowgroup, rows use row role, header cells have columnheader and body cells use cell roles. Sortable headers utilizer
+ aria-sort attribute either set to "ascending" or "descending".
+
+ Row elements manage aria-expanded for state and aria-level attribute to define the hierachy by ttRow directive. Table rows and table cells should be specified by users using the aria-posinset,
+ aria-setsize, aria-label, and aria-describedby attributes, as they are determined through templating.
+ When selection is enabled, ttSelectableRow directive sets aria-selected to true on a row. In checkbox mode, the built-in checkbox component use checkbox role with aria-checked state attribute. Editable cells use custom templating so you need to manage aria roles and attributes manually if required. Paginator is a standalone component used inside the TreeTable, refer to the paginator for more information about the accessibility features. TreeTable requires a collection of TreeNode instances as a value components as children for the representation.
- Columns can be resized with drag and drop when resizableColumns is enabled. Default resize mode is fit that
- does not change the overall table width.
- Columns can be resized with drag and drop when resizableColumns is enabled. Default resize mode is fit that does not change the overall table width.
- To utilize the column resize modes with a scrollable TreeTable, a colgroup template must be defined. The
- default value of scrollHeight is "flex," it can also be set as a string value.
- To utilize the column resize modes with a scrollable TreeTable, a colgroup template must be defined. The default value of scrollHeight is "flex," it can also be set as a string value. Column visibility based on a condition can be implemented with dynamic columns, in this sample a MultiSelect is used to manage the visible columns.
- Particular rows and cells can be styled based on conditions. The ngClass receives a row data as a parameter to return
- a style class for a row whereas cells are customized using the body template.
- Particular rows and cells can be styled based on conditions. The ngClass receives a row data as a parameter to return a style class for a row whereas cells are customized using the body template. TreeTable has exclusive integration with ContextMenu using the contextMenu event to open a menu on right click alont with contextMenuSelection properties to control the selection via the menu. Expansion state is controlled with expandedKeys property.
+ The filterMode specifies the filtering strategy, in lenient mode when the query matches a node, children of the node are not searched further as all descendants of the node are included. On the other hand, in
+ strict mode when the query matches a node, filtering continues on all descendants. A general filled called filterGlobal is also provided to search all columns that support filtering.
+
+ Flex scroll feature makes the scrollable viewport section dynamic instead of a fixed value so that it can grow or shrink relative to the parent size of the table. Click the button below to display a maximizable Dialog where data
+ viewport adjusts itself according to the size changes.
+ Enabling showGridlines displays grid lines.
+ Lazy mode is handy to deal with large datasets, instead of loading the entire data, small chunks of data is loaded by invoking corresponding callbacks everytime paging, sorting and filtering occurs. Sample below
+ imitates lazy loading data from a remote datasource using an in-memory list and timeouts to mimic network connection.
+
+ Enabling the lazy property and assigning the logical number of rows to totalRecords by doing a projection query are the key elements of the implementation so that paginator displays the UI assuming there are actually
+ records of totalRecords size although in reality they are not present on page, only the records that are displayed on the current page exist.
+ In addition, only the root elements should be loaded, children can be loaded on demand using onNodeExpand callback. Pagination is enabled by adding paginator property and defining rows per page.
+ Paginator localization information such as page numbers and rows per page options are defined with the
+ paginatorLocale property which defaults to the user locale.
+
- Paginator UI is customized using the paginatorleft and paginatorright property. Each element can also be
- customized further with your own UI to replace the default one, refer to the
- Paginator component for more information about the advanced customization
- options.
+ Paginator UI is customized using the paginatorleft and paginatorright property. Each element can also be customized further with your own UI to replace the default one, refer to the
+ Paginator component for more information about the advanced customization options.
Order of the columns can be changed using drag and drop when reorderableColumns is present.
- Adding scrollable property along with a scrollHeight for the data viewport enables vertical scrolling with
- fixed headers.
- Adding scrollable property along with a scrollHeight for the data viewport enables vertical scrolling with fixed headers. Selection of multiple nodes via checkboxes is enabled by configuring selectionMode as checkbox.
- In checkbox selection mode, value binding should be a key-value pair where key (or the dataKey) is the node key and value is
- an object that has checked and partialChecked properties to represent the checked state of a node.
+ In checkbox selection mode, value binding should be a key-value pair where key (or the dataKey) is the node key and value is an object that has checked and partialChecked properties to represent the checked state of a
+ node.
Code
@@ -51,7 +42,7 @@ import { ProductService } from '@service/productservice';
+
+ Code
+ Name
+ Category
+ Quantity
+
+
+ {{ product.code }}
+ {{ product.name }}
+ {{ product.category }}
+ {{ product.quantity }}
+
+
+ Code
+ Name
+ Category
+ Quantity
+
+
+ {{ product.code }}
+ {{ product.name }}
+ {{ product.category }}
+ {{ product.quantity }}
+
+
+ Code
+ Name
+ Category
+ Quantity
+
+
+ {{ product.code }}
+ {{ product.name }}
+ {{ product.category }}
+ {{ product.quantity }}
+
Name
@@ -64,27 +55,18 @@ import { CustomerService } from '@service/customerservice';
{{ customer.name }}
Country
-
+
{{ customer.country.name }}
-
+
{{ customer.representative.name }}
@@ -92,26 +74,17 @@ import { CustomerService } from '@service/customerservice';
{{ customer.name }}
-
+
{{ customer.country.name }}
-
+
{{ customer.representative.name }}
@@ -128,7 +101,7 @@ import { CustomerService } from '@service/customerservice';
Name
@@ -179,7 +152,7 @@ export class StatefulDoc {
Status
{{ customer.name }}
@@ -209,7 +182,7 @@ export class StatefulDoc {
{{ customer.name }}
@@ -258,7 +231,7 @@ export class StatefulDoc {
stateStorage="session"
stateKey="statedemo-session"
>
-
Name
@@ -283,7 +256,7 @@ export class StatefulDoc {
Status
{{ customer.name }}
@@ -313,7 +286,7 @@ export class StatefulDoc {
{{ customer.name }}
@@ -350,8 +323,8 @@ export class StatefulDoc {
`,
typescript: `import { Component, OnInit } from '@angular/core';
-import { Customer } from '@domain/customer';
-import { CustomerService } from '@service/customerservice';
+import { Customer } from '@/domain/customer';
+import { CustomerService } from '@/service/customerservice';
import { TableModule } from 'primeng/table';
import { HttpClientModule } from '@angular/common/http';
import { InputTextModule } from 'primeng/inputtext';
@@ -415,7 +388,7 @@ export class TableStatefulDemo implements OnInit{
balance: 70663
},
...`,
- service: ['CustomerService'],
+ service: ['CustomerService']
};
getSeverity(status: string) {
@@ -469,7 +442,7 @@ export interface Customer {
representative?: Representative;
verified?: boolean;
balance?: number;
-}`,
- },
+}`
+ }
];
}
diff --git a/src/app/showcase/doc/table/stripeddoc.ts b/apps/showcase/doc/table/stripeddoc.ts
similarity index 91%
rename from src/app/showcase/doc/table/stripeddoc.ts
rename to apps/showcase/doc/table/stripeddoc.ts
index b4e6071a125..c0b9a86c7a6 100644
--- a/src/app/showcase/doc/table/stripeddoc.ts
+++ b/apps/showcase/doc/table/stripeddoc.ts
@@ -1,7 +1,7 @@
+import { Code } from '@/domain/code';
+import { Product } from '@/domain/product';
+import { ProductService } from '@/service/productservice';
import { ChangeDetectionStrategy, ChangeDetectorRef, Component } from '@angular/core';
-import { Code } from '@domain/code';
-import { Product } from '@domain/product';
-import { ProductService } from '@service/productservice';
@Component({
selector: 'striped-doc',
@@ -31,14 +31,14 @@ import { ProductService } from '@service/productservice';
+
+ Code
+ Name
+ Category
+ Quantity
+
+
+ {{ product.code }}
+ {{ product.name }}
+ {{ product.category }}
+
+
+
+
+ Code
+ Name
+ Category
+ Quantity
+
+
+ {{ product.code }}
+ {{ product.name }}
+ {{ product.category }}
+
+
+
+
+ Code
+ Name
+ Category
+ Quantity
+
+
+ {{ product.code }}
+ {{ product.name }}
+ {{ product.category }}
+
+
+
Name
@@ -36,21 +26,14 @@ import { CustomerService } from '@service/customerservice';
-
+
{{ customer.representative.name }}
-
- Total Customers: {{ calculateCustomerTotal(customer.representative.name) }}
-
+ Total Customers: {{ calculateCustomerTotal(customer.representative.name) }}
-
+
{{ customer.country.name }}
@@ -81,14 +60,14 @@ import { CustomerService } from '@service/customerservice';
+
+ Name
+ Image
+ Price
+ Category
+ Reviews
+ Status
+
+
+ {{ product.name }}
+
+
+
+ {{ product.price | currency: 'USD' }}
+ {{ product.category }}
+
+
+
+
+
+ Name
+ Image
+ Price
+ Category
+ Reviews
+ Status
+
+
+ {{ product.name }}
+
+
+
+ {{ product.price | currency: 'USD' }}
+ {{ product.category }}
+
+
+
+
+
+ Name
+ Image
+ Price
+ Category
+ Reviews
+ Status
+
+
+ {{ product.name }}
+
+
+
+ {{ product.price | currency: 'USD' }}
+ {{ product.category }}
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+ {{ rowData[col.field] }}
+
+
+
+
+ {{ col.header }}
+
+
+
+
+ {{ rowData[col.field] }}
+
+
+
+
+ {{ col.header }}
+
+
+
+
+ {{ rowData[col.field] }}
+
+
+
+
+ {{ col.header }}
+
+
+
+
+ {{ rowData[col.field] }}
+
+
+
+
+
+
+
+
+ {{col.header}}
+
+
+
+
+ {{rowData[col.field]}}
+
+
+
+
+
+
+
+
+ {{col.header}}
+
+
+
+
+ {{rowData[col.field]}}
+
+
+
+
+
+ Screen Reader
+ Tab Header Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+ tab
+ Moves focus through the header.
+
+
+ enter
+ Activates the focused tab header.
+
+
+ space
+ Activates the focused tab header.
+
+
+ right arrow
+ Moves focus to the next header.
+
+
+ left arrow
+ Moves focus to the previous header.
+
+
+ home
+ Moves focus to the last header.
+
+
+
+ end
+ Moves focus to the first header.
+ Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-tag
+ Tag element
+
+
+ p-tag-rounded
+ Rounded element
+
+
+ p-tag-icon
+ Icon of the tag
+
+
+
+ p-tag-value
+ Value of the tag
+ Animations
+
+
+
+
+
+
+
+ Class
+ Property
+
+
+ animate-fadein
+ fadein 0.15s linear
+
+
+ animate-fadeout
+ fadeout 0.15s linear
+
+
+ animate-slidedown
+ slidedown 0.45s ease-in-out
+
+
+ animate-slideup
+ slideup 0.45s cubic-bezier(0, 1, 0, 1)
+
+
+ animate-scalein
+ scalein 0.15s linear
+
+
+ animate-fadeinleft
+ fadeinleft 0.15s linear
+
+
+ animate-fadeoutleft
+ fadeoutleft 0.15s linear
+
+
+ animate-fadeinright
+ fadeinright 0.15s linear
+
+
+ animate-fadeoutright
+ fadeoutright 0.15s linear
+
+
+ animate-fadeinup
+ fadeinup 0.15s linear
+
+
+ animate-fadeoutup
+ fadeoutup 0.15s linear
+
+
+ animate-fadeindown
+ fadeindown 0.15s linear
+
+
+ animate-fadeoutup
+ fadeoutup 0.15s linear
+
+
+ animate-width
+ width 0.15s linear
+
+
+ animate-flip
+ flip 0.15s linear
+
+
+ animate-flipup
+ flipup 0.15s linear
+
+
+ animate-flipleft
+ fadein 0.15s linear
+
+
+ animate-flipright
+ flipright 0.15s linear
+
+
+ animate-zoomin
+ zoomin 0.15s linear
+
+
+ animate-zoomindown
+ zoomindown 0.15s linear
+
+
+ animate-zoominleft
+ zoominleft 0.15s linear
+
+
+ animate-zoominright
+ zoominright 0.15s linear
+
+
+
+ animate-zoominup
+ zoominup 0.15s linear
+ Animation Duration
+
+
+
+
+
+
+
+ Class
+ Property
+
+
+ animate-duration-0
+ animation-duration: 0s
+
+
+ animate-duration-75
+ animation-duration: 75ms
+
+
+ animate-duration-100
+ animation-duration: 100ms
+
+
+ animate-duration-200
+ animation-duration: 200ms
+
+
+ animate-duration-300
+ animation-duration: 300ms
+
+
+ animate-duration-400
+ animation-duration: 400ms
+
+
+ animate-duration-500
+ animation-duration: 500ms
+
+
+ animate-duration-700
+ animation-duration: 700ms
+
+
+ animate-duration-1000
+ animation-duration: 1000ms
+
+
+ animate-duration-2000
+ animation-duration: 2000ms
+
+
+
+ animate-duration-3000
+ animation-duration: 300ms
+ Animation Delay
+
+
+
+
+
+
+
+ Class
+ Property
+
+
+ animate-delay-none
+ animation-duration: 0s
+
+
+ animate-delay-75
+ animation-delay: 75ms
+
+
+ animate-delay-100
+ animation-delay: 100ms
+
+
+ animate-delay-150
+ animation-delay: 150ms
+
+
+ animate-delay-200
+ animation-delay: 200ms
+
+
+ animate-delay-300
+ animation-delay: 300ms
+
+
+ animate-delay-400
+ animation-delay: 400ms
+
+
+ animate-delay-500
+ animation-delay: 500ms
+
+
+ animate-delay-700
+ animation-delay: 700ms
+
+
+
+ animate-delay-1000
+ animation-delay: 1000ms
+ Iteration Count
+
+
+
+
+
+
+
+ Class
+ Property
+
+
+ animate-infinite
+ animation-iteration-count: infinite
+
+
+ animate-once
+ animation-iteration-count: 1
+
+
+
+ animate-twice
+ animation-iteration-count: 2
+ Direction
+
+
+
+
+
+
+
+ Class
+ Property
+
+
+ animate-normal
+ animation-direction: normal
+
+
+ animate-reverse
+ animation-direction: reverse
+
+
+ animate-alternate
+ animation-direction: alternate
+
+
+
+ animate-alternate-reverse
+ animation-direction: alternate-reverse
+ Timing Function
+
+
+
+
+
+
+
+ Class
+ Property
+
+
+ animate-ease-linear
+ animation-timing-function: linear
+
+
+ animate-ease-in
+ animation-timing-function: cubic-bezier(0.4, 0, 1, 1)
+
+
+ animate-ease-out
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1)
+
+
+
+ animate-ease-in-out
+ animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
+ Fill Mode
+
+
+
+
+
+
+
+ Class
+ Property
+
+
+ animate-fill-none
+ animation-fill-mode: normal
+
+
+ animate-fill-forwards
+ animation-fill-mode: forwards
+
+
+ animate-fill-backwards
+ animation-fill-mode: backwards
+
+
+
+ animate-fill-both
+ animation-fill-mode: both
+ Play State
+
+
+
+
+
+
+
+ Class
+ Property
+
+
+ animate-running
+ animation-play-state: running
+
+
+
+ animate-paused
+ animation-play-state: paused
+ Backface Visibility State
+
+
+
+
+
+
+
+ Class
+ Property
+
+
+ backface-visible
+ backface-visibility: visible
+
+
+
+ backface-hidden
+ backface-visibility: hidden
+
+
+
+ Important
Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+ tab
+ Moves focus through the input element.
+
+
+
+ enter
+ Executes the command when focus in on the input element.
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-terminal
+ Container element.
+
+
+ p-terminal-content
+ Content of terminal.
+
+
+ p-terminal-prompt
+ Prompt text.
+
+
+ p-terminal-response
+ Command response.
+
+
+
+ p-terminal-input
+ Input element to enter commands.
+ Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+
+
+ tab
+
+ Moves focus to the input.
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+
+ p-inputtextarea
+ Textarea element
+ Primitive Tokens
+ Semantic Tokens
+ Component Tokens
+ Best Practices
+
+ @for (color of colors; track color) {
+
+ prefix
+ darkModeSelector
+ cssLayer
+ Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+ tab
+ Add focus to the first item if focus moves in to the menu. If the focus is already within the menu, focus moves to the next focusable item in the page tab sequence.
+
+
+ shift + tab
+ Add focus to the last item if focus moves in to the menu. If the focus is already within the menu, focus moves to the previous focusable item in the page tab sequence.
+
+
+ enter
+ If menuitem has a submenu, toggles the visibility of the submenu otherwise activates the menuitem and closes all open overlays.
+
+
+ space
+ If menuitem has a submenu, toggles the visibility of the submenu otherwise activates the menuitem and closes all open overlays.
+
+
+ escape
+ If focus is inside a popup submenu, closes the submenu and moves focus to the root item of the closed submenu.
+
+
+ down arrow
+ Moves focus to the next menuitem within the submenu.
+
+
+ up arrow
+ Moves focus to the previous menuitem within the submenu.
+
+
+ right arrow
+ Opens a submenu if there is one available and moves focus to the first item.
+
+
+ left arrow
+ Closes a submenu and moves focus to the root item of the closed submenu.
+
+
+ home
+ Moves focus to the first menuitem within the submenu.
+
+
+
+ end
+ Moves focus to the last menuitem within the submenu.
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-tieredmenu
+ Container element.
+
+
+ p-menu-list
+ List element.
+
+
+ p-menuitem
+ Menuitem element.
+
+
+ p-menuitem-text
+ Label of a menuitem.
+
+
+ p-menuitem-icon
+ Icon of a menuitem.
+
+
+
+ p-submenu-icon
+ Arrow icon of a submenu.
+ Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-timeline
+ Container element.
+
+
+ p-timeline-left
+ Container element when alignment is left.
+
+
+ p-timeline-right
+ Container element when alignment is right.
+
+
+ p-timeline-top
+ Container element when alignment is top.
+
+
+ p-timeline-bottom
+ Container element when alignment is bottom.
+
+
+ p-timeline-alternate
+ Container element when alignment is alternating.
+
+
+ p-timeline-vertical
+ Container element of a vertical timeline.
+
+
+ p-timeline-horizontal
+ Container element of a horizontal timeline.
+
+
+ p-timeline-event
+ Event element.
+
+
+ p-timeline-event-opposite
+ Opposite of an event content.
+
+
+ p-timeline-event-content
+ Event content.
+
+
+ p-timeline-event-separator
+ Separator element of an event.
+
+
+ p-timeline-event-marker
+ Marker element of an event.
+
+
+
+ p-timeline-event-connector
+ Connector element of an event.
+ Screen Reader
+ Close Button Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+ enter
+ Closes the message.
+
+
+
+ space
+ Closes the message.
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-toast
+ Main container element.
+
+
+ p-toast-message
+ Container of a message item.
+
+
+ p-toast-icon-close
+ Close icon of a message.
+
+
+ p-toast-icon
+ Severity icon.
+
+
+ p-toast-message-content
+ Container of message texts.
+
+
+ p-toast-summary
+ Summary of the message.
+
+
+
+ p-toast-detail
+ Detail of the message.
+ Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+
+ tab
+
+ Moves focus to the button.
+
+
+
+
+ space
+
+ Toggles the checked state.
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-togglebutton
+ Container element.
+
+
+ p-button-icon-left
+ Text element.
+
+
+
+ p-button-icon-right
+ Value element.
+ Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+
+ tab
+
+ Moves focus to the switch.
+
+
+
+
+ space
+
+ Toggles the checked state.
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-inputswitch
+ Container element.
+
+
+ p-inputswitch-checked
+ Container element in active state.
+
+
+
+ p-inputswitch-slider
+ Slider element behind the handle.
+ Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-toolbar
+ Main container element.
+
+
+ p-toolbar-group-start
+ Start content container.
+
+
+ p-toolbar-group-center
+ Center content container.
+
+
+
+ p-toolbar-group-end
+ End content container.
+ Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+
+ escape
+ Closes the tooltip when focus is on the target.
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-tooltip
+ Container element.
+
+
+ p-tooltip-arrow
+ Arrow of the tooltip.
+
+
+
+ p-tooltip-text
+ Text of the tooltip.
+ Screen Reader
+ Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+ tab
+
+ Moves focus to the first selected node when focus enters the component, if there is none then first element receives the focus. If focus is already inside the component, moves focus to the next focusable element in the
+ page tab sequence.
+
+
+
+ shift + tab
+
+ Moves focus to the last selected node when focus enters the component, if there is none then first element receives the focus. If focus is already inside the component, moves focus to the previous focusable element in the
+ page tab sequence.
+
+
+
+ enter
+ Selects the focused treenode.
+
+
+ space
+ Selects the focused treenode.
+
+
+ down arrow
+ Moves focus to the next treenode.
+
+
+ up arrow
+ Moves focus to the previous treenode.
+
+
+ right arrow
+ If node is closed, opens the node otherwise moves focus to the first child node.
+
+
+
+ left arrow
+ If node is open, closes the node otherwise moves focus to the parent node.
+ Screen Reader
+ Closed State Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+
+ tab
+
+ Moves focus to the treeselect element.
+
+
+
+ space
+
+ Opens the popup and moves visual focus to the selected treenode, if there is none then first treenode receives the focus.
+
+
+
+
+ down arrow
+
+ Opens the popup and moves visual focus to the selected option, if there is none then first option receives the focus.
+ Popup Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+
+ tab
+
+ Moves focus to the next focusable element in the popup, if there is none then first focusable element receives the focus.
+
+
+ shift + tab
+ Moves focus to the previous focusable element in the popup, if there is none then last focusable element receives the focus.
+
+
+
+ enter
+
+ Selects the focused option, closes the popup if selection mode is single.
+
+
+
+ space
+
+ Selects the focused option, closes the popup if selection mode is single.
+
+
+
+ escape
+
+ Closes the popup, moves focus to the treeselect element.
+
+
+
+ down arrow
+
+ Moves focus to the next treenode.
+
+
+
+ up arrow
+
+ Moves focus to the previous treenode.
+
+
+
+ right arrow
+
+ If node is closed, opens the node otherwise moves focus to the first child node.
+
+
+
+
+ left arrow
+
+ If node is open, closes the node otherwise moves focus to the parent node.
+ Filter Input Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+
+ enter
+
+ Closes the popup and moves focus to the treeselect element.
+
+
+
+
+ escape
+
+ Closes the popup and moves focus to the treeselect element.
+ Close Button Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+
+ enter
+
+ Closes the popup and moves focus to the treeselect element.
+
+
+
+ space
+
+ Closes the popup and moves focus to the treeselect element.
+
+
+
+
+ escape
+
+ Closes the popup and moves focus to the treeselect element.
+
+
+
+
+
+
+
+ Name
+ Element
+
+
+ p-treeselect
+ Container element.
+
+
+ p-treeselect-label-container
+ Container of the label to display selected items.
+
+
+ p-treeselect-label
+ Label to display selected items.
+
+
+ p-treeselect-trigger
+ Dropdown button.
+
+
+ p-treeselect-panel
+ Overlay panel for items.
+
+
+
+ p-treeselect-items-wrapper
+ List container of items.
+ Screen Reader
+ Sortable Headers Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+ tab
+ Moves through the headers.
+
+
+ enter
+ Sorts the column.
+
+
+
+ space
+ Sorts the column.
+ Keyboard Support
+
+
+
+
+
+
+
+ Key
+ Function
+
+
+ tab
+
+ Moves focus to the first selected node when focus enters the component, if there is none then first element receives the focus. If focus is already inside the component, moves focus to the next focusable element in the
+ page tab sequence.
+
+
+
+ shift + tab
+
+ Moves focus to the last selected node when focus enters the component, if there is none then first element receives the focus. If focus is already inside the component, moves focus to the previous focusable element in the
+ page tab sequence.
+
+
+
+ enter
+ Selects the focused treenode.
+
+
+ space
+ Selects the focused treenode.
+
+
+ down arrow
+ Moves focus to the next treenode.
+
+
+ up arrow
+ Moves focus to the previous treenode.
+
+
+ right arrow
+ If node is closed, opens the node otherwise moves focus to the first child node.
+
+
+
+ left arrow
+ If node is open, closes the node otherwise moves focus to the parent node.
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
+
+ Brand
+ Sale Rate
+
+
+ Sales
+ Profits
+
+
+ Last Year
+ This Year
+ Last Year
+ This Year
+
+
+
+
+ {{ rowData.lastYearSale }}
+ {{ rowData.thisYearSale }}
+ {{ rowData.lastYearProfit }}
+ {{ rowData.thisYearProfit }}
+
+
+ Totals
+ $3,283,772
+ $2,126,925
+
+
+ Brand
+ Sale Rate
+
+
+ Sales
+ Profits
+
+
+ Last Year
+ This Year
+ Last Year
+ This Year
+
+
+
+
+ {{ rowData.lastYearSale }}
+ {{ rowData.thisYearSale }}
+ {{ rowData.lastYearProfit }}
+ {{ rowData.thisYearProfit }}
+
+
+ Totals
+ $3,283,772
+ $2,126,925
+
+
+ Brand
+ Sale Rate
+
+
+ Sales
+ Profits
+
+
+ Last Year
+ This Year
+ Last Year
+ This Year
+
+
+
+
+ {{ rowData.lastYearSale }}
+ {{ rowData.thisYearSale }}
+ {{ rowData.lastYearProfit }}
+ {{ rowData.thisYearProfit }}
+
+
+ Totals
+ $3,283,772
+ $2,126,925
+
@@ -37,7 +37,7 @@ interface Column {
-
@@ -71,7 +71,7 @@ export class ResizeExpandDoc {
@@ -79,10 +79,10 @@ export class ResizeExpandDoc {
`,
html: `
-
@@ -94,7 +94,7 @@ export class ResizeExpandDoc {
@@ -104,7 +104,7 @@ export class ResizeExpandDoc {
typescript: `import { Component, OnInit } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { NodeService } from '@service/nodeservice';
+import { NodeService } from '@/service/nodeservice';
import { TreeTableModule } from 'primeng/treetable';
import { CommonModule } from '@angular/common';
@@ -136,6 +136,6 @@ export class TreeTableResizeExpandDemo implements OnInit {
];
}
}`,
- service: ['NodeService'],
+ service: ['NodeService']
};
}
diff --git a/src/app/showcase/doc/treetable/columnresizefitdoc.ts b/apps/showcase/doc/treetable/columnresizefitdoc.ts
similarity index 81%
rename from src/app/showcase/doc/treetable/columnresizefitdoc.ts
rename to apps/showcase/doc/treetable/columnresizefitdoc.ts
index 1494877e473..69e93d02750 100644
--- a/src/app/showcase/doc/treetable/columnresizefitdoc.ts
+++ b/apps/showcase/doc/treetable/columnresizefitdoc.ts
@@ -1,7 +1,7 @@
+import { Code } from '@/domain/code';
+import { NodeService } from '@/service/nodeservice';
import { ChangeDetectionStrategy, Component } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { Code } from '@domain/code';
-import { NodeService } from '@service/nodeservice';
interface Column {
field: string;
@@ -12,10 +12,7 @@ interface Column {
selector: 'resize-fit-doc',
template: `
-
@@ -40,7 +37,7 @@ interface Column {
-
@@ -74,7 +71,7 @@ export class ResizeFitDoc {
@@ -82,10 +79,10 @@ export class ResizeFitDoc {
`,
html: `
-
@@ -97,7 +94,7 @@ export class ResizeFitDoc {
@@ -107,7 +104,7 @@ export class ResizeFitDoc {
typescript: `import { Component, OnInit } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { NodeService } from '@service/nodeservice';
+import { NodeService } from '@/service/nodeservice';
import { TreeTableModule } from 'primeng/treetable';
import { CommonModule } from '@angular/common';
@@ -140,6 +137,6 @@ export class TreeTableResizeFitDemo implements OnInit {
}
}`,
- service: ['NodeService'],
+ service: ['NodeService']
};
}
diff --git a/src/app/showcase/doc/treetable/columnresizescrollabledoc.ts b/apps/showcase/doc/treetable/columnresizescrollabledoc.ts
similarity index 77%
rename from src/app/showcase/doc/treetable/columnresizescrollabledoc.ts
rename to apps/showcase/doc/treetable/columnresizescrollabledoc.ts
index 7ec314ea54c..3aa21275759 100644
--- a/src/app/showcase/doc/treetable/columnresizescrollabledoc.ts
+++ b/apps/showcase/doc/treetable/columnresizescrollabledoc.ts
@@ -1,7 +1,7 @@
+import { Code } from '@/domain/code';
+import { NodeService } from '@/service/nodeservice';
import { ChangeDetectionStrategy, Component } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { Code } from '@domain/code';
-import { NodeService } from '@service/nodeservice';
interface Column {
field: string;
@@ -12,21 +12,11 @@ interface Column {
selector: 'resize-scrollable-doc',
template: `
-
@@ -52,7 +42,7 @@ interface Column {
-
@@ -100,11 +90,11 @@ export class ResizeScrollableDoc {
-
@@ -131,7 +121,7 @@ export class ResizeScrollableDoc {
typescript: `import { Component, OnInit } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { NodeService } from '@service/nodeservice';
+import { NodeService } from '@/service/nodeservice';
import { TreeTableModule } from 'primeng/treetable';
import { CommonModule } from '@angular/common';
@@ -164,6 +154,6 @@ export class TreeTableResizeScrollableDemo implements OnInit {
}
}`,
- service: ['NodeService'],
+ service: ['NodeService']
};
}
diff --git a/apps/showcase/doc/treetable/columntoggledoc.ts b/apps/showcase/doc/treetable/columntoggledoc.ts
new file mode 100644
index 00000000000..792510c7915
--- /dev/null
+++ b/apps/showcase/doc/treetable/columntoggledoc.ts
@@ -0,0 +1,181 @@
+import { Code } from '@/domain/code';
+import { NodeService } from '@/service/nodeservice';
+import { ChangeDetectionStrategy, Component } from '@angular/core';
+import { TreeNode } from 'primeng/api';
+
+interface Column {
+ field: string;
+ header: string;
+}
+
+@Component({
+ selector: 'column-toggle-doc',
+ template: `
+
-
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
-
@@ -43,7 +37,7 @@ interface Column {
-
+
@@ -76,10 +70,10 @@ export class ConditionalStyleDoc {
-
@@ -87,10 +81,10 @@ export class ConditionalStyleDoc {
`,
html: `
-
@@ -101,10 +95,10 @@ export class ConditionalStyleDoc {
-
@@ -114,7 +108,7 @@ export class ConditionalStyleDoc {
typescript: `import { Component, OnInit } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { NodeService } from '@service/nodeservice';
+import { NodeService } from '@/service/nodeservice';
import { TreeTableModule } from 'primeng/treetable';
import { CommonModule } from '@angular/common';
@@ -147,6 +141,6 @@ export class TreeTableConditionalStyleDemo implements OnInit{
}
}`,
- service: ['NodeService'],
+ service: ['NodeService']
};
}
diff --git a/apps/showcase/doc/treetable/contextmenudoc.ts b/apps/showcase/doc/treetable/contextmenudoc.ts
new file mode 100644
index 00000000000..7bd64f02d30
--- /dev/null
+++ b/apps/showcase/doc/treetable/contextmenudoc.ts
@@ -0,0 +1,202 @@
+import { Code } from '@/domain/code';
+import { NodeService } from '@/service/nodeservice';
+import { ChangeDetectionStrategy, Component } from '@angular/core';
+import { MenuItem, MessageService, TreeNode } from 'primeng/api';
+
+interface Column {
+ field: string;
+ header: string;
+}
+
+@Component({
+ selector: 'context-menu-doc',
+ template: `
+
-
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
@@ -37,7 +37,7 @@ interface Column {
-
@@ -84,7 +84,7 @@ export class DynamicColumnsDoc {
-
@@ -93,7 +93,7 @@ export class DynamicColumnsDoc {
`,
typescript: `import { Component, OnInit } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { NodeService } from '@service/nodeservice';
+import { NodeService } from '@/service/nodeservice';
import { TreeTableModule } from 'primeng/treetable';
import { CommonModule } from '@angular/common';
@@ -125,6 +125,6 @@ export class TreeTableDynamicColumnsDemo implements OnInit {
];
}
}`,
- service: ['NodeService'],
+ service: ['NodeService']
};
}
diff --git a/src/app/showcase/doc/treetable/editdoc.ts b/apps/showcase/doc/treetable/editdoc.ts
similarity index 84%
rename from src/app/showcase/doc/treetable/editdoc.ts
rename to apps/showcase/doc/treetable/editdoc.ts
index 945ed7557e4..381f58ab0eb 100644
--- a/src/app/showcase/doc/treetable/editdoc.ts
+++ b/apps/showcase/doc/treetable/editdoc.ts
@@ -1,7 +1,7 @@
+import { Code } from '@/domain/code';
+import { NodeService } from '@/service/nodeservice';
import { ChangeDetectionStrategy, Component } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { Code } from '@domain/code';
-import { NodeService } from '@service/nodeservice';
interface Column {
field: string;
@@ -26,13 +26,8 @@ interface Column {
-
-
-
+
@@ -81,7 +76,7 @@ export class EditDoc {
-
@@ -111,7 +106,7 @@ export class EditDoc {
-
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+
+
+
+
+ No data found.
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+
+
+
+
+ No data found.
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+
+
+
+
+ No data found.
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
+
+ Name
+ Size
+ Type
+
+
+
+
+
+ {{ rowData.size }}
+
+
+ {{ rowData.type }}
+
+
+
+ Name
+ Size
+ Type
+
+
+
+
+
+ {{ rowData.size }}
+
+
+ {{ rowData.type }}
+
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
+
+ Name
+ Size
+ Type
+
+
+
+
+ {{ rowData.size }}
+ {{ rowData.type }}
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
@@ -38,24 +29,24 @@ interface Column {
-
@@ -110,26 +101,26 @@ export class PaginatorTemplateDoc {
-
@@ -141,16 +132,16 @@ export class PaginatorTemplateDoc {
-
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
+
+
+ {{ col.header }}
+
+
+
+
+
+
@@ -58,7 +49,7 @@ interface Column {
-
@@ -131,14 +122,14 @@ export class FrozenColumnsDoc {
-
@@ -172,7 +163,7 @@ export class FrozenColumnsDoc {
typescript: `import { Component, OnInit } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { NodeService } from '@service/nodeservice';
+import { NodeService } from '@/service/nodeservice';
import { TreeTableModule } from 'primeng/treetable';
import { CommonModule } from '@angular/common';
@@ -220,6 +211,6 @@ export class TreeTableScrollFrozenColumnsDemo implements OnInit {
}
}`,
- service: ['NodeService'],
+ service: ['NodeService']
};
}
diff --git a/src/app/showcase/doc/treetable/scrollhorizontaldoc.ts b/apps/showcase/doc/treetable/scrollhorizontaldoc.ts
similarity index 84%
rename from src/app/showcase/doc/treetable/scrollhorizontaldoc.ts
rename to apps/showcase/doc/treetable/scrollhorizontaldoc.ts
index 1320b6a3e9c..fa0cc425c34 100644
--- a/src/app/showcase/doc/treetable/scrollhorizontaldoc.ts
+++ b/apps/showcase/doc/treetable/scrollhorizontaldoc.ts
@@ -1,7 +1,7 @@
+import { Code } from '@/domain/code';
+import { NodeService } from '@/service/nodeservice';
import { Component } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { Code } from '@domain/code';
-import { NodeService } from '@service/nodeservice';
interface Column {
field: string;
@@ -16,14 +16,7 @@ interface Column {
-
@@ -48,7 +41,7 @@ interface Column {
-
@@ -108,7 +101,7 @@ export class ScrollHorizontalDoc {
-
@@ -119,7 +112,7 @@ export class ScrollHorizontalDoc {
typescript: `
import { Component, OnInit } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { NodeService } from '@service/nodeservice';
+import { NodeService } from '@/service/nodeservice';
interface Column {
field: string;
@@ -147,6 +140,6 @@ export class TreeTableScrollHorizontalDemo implements OnInit {
}
}`,
- service: ['NodeService'],
+ service: ['NodeService']
};
}
diff --git a/src/app/showcase/doc/treetable/scrollverticaldoc.ts b/apps/showcase/doc/treetable/scrollverticaldoc.ts
similarity index 75%
rename from src/app/showcase/doc/treetable/scrollverticaldoc.ts
rename to apps/showcase/doc/treetable/scrollverticaldoc.ts
index 092635dbbbb..59ac34b4c4c 100644
--- a/src/app/showcase/doc/treetable/scrollverticaldoc.ts
+++ b/apps/showcase/doc/treetable/scrollverticaldoc.ts
@@ -1,7 +1,7 @@
+import { Code } from '@/domain/code';
+import { NodeService } from '@/service/nodeservice';
import { ChangeDetectionStrategy, Component } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { Code } from '@domain/code';
-import { NodeService } from '@service/nodeservice';
interface Column {
field: string;
@@ -12,21 +12,11 @@ interface Column {
selector: 'scroll-vertical-doc',
template: `
-
@@ -37,7 +27,7 @@ interface Column {
@@ -47,7 +37,7 @@ interface Column {
-
@@ -83,7 +73,7 @@ export class ScrollVerticalDoc {
@@ -91,12 +81,12 @@ export class ScrollVerticalDoc {
`,
html: `
-
@@ -108,7 +98,7 @@ export class ScrollVerticalDoc {
@@ -118,7 +108,7 @@ export class ScrollVerticalDoc {
typescript: `import { Component, OnInit } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { NodeService } from '@service/nodeservice';
+import { NodeService } from '@/service/nodeservice';
import { TreeTableModule } from 'primeng/treetable';
import { CommonModule } from '@angular/common';
@@ -151,6 +141,6 @@ export class TreeTableScrollVerticalDemo implements OnInit{
}
}`,
- service: ['NodeService'],
+ service: ['NodeService']
};
}
diff --git a/src/app/showcase/doc/treetable/selectioncheckboxdoc.ts b/apps/showcase/doc/treetable/selectioncheckboxdoc.ts
similarity index 78%
rename from src/app/showcase/doc/treetable/selectioncheckboxdoc.ts
rename to apps/showcase/doc/treetable/selectioncheckboxdoc.ts
index 4ea49f4be67..ba2308d33a9 100644
--- a/src/app/showcase/doc/treetable/selectioncheckboxdoc.ts
+++ b/apps/showcase/doc/treetable/selectioncheckboxdoc.ts
@@ -1,7 +1,7 @@
+import { Code } from '@/domain/code';
+import { NodeService } from '@/service/nodeservice';
import { ChangeDetectionStrategy, ChangeDetectorRef, Component } from '@angular/core';
import { TreeNode } from 'primeng/api';
-import { Code } from '@domain/code';
-import { NodeService } from '@service/nodeservice';
interface Column {
field: string;
@@ -14,22 +14,14 @@ interface Column {
-
@@ -40,7 +32,7 @@ interface Column {
-
@@ -51,7 +43,7 @@ interface Column {