diff --git a/angular.json b/angular.json index c67b15de71b..724cf6ef891 100644 --- a/angular.json +++ b/angular.json @@ -78,7 +78,7 @@ "development": { "optimization": false, "extractLicenses": false, - "sourceMap": true + "sourceMap": false } }, "defaultConfiguration": "production" diff --git a/api-generator/build-apidoc.ts b/api-generator/build-apidoc.ts index 40ad1fe95d6..2498b8be51d 100644 --- a/api-generator/build-apidoc.ts +++ b/api-generator/build-apidoc.ts @@ -95,7 +95,6 @@ async function main() { const module_interface_group = module.groups.find((g) => g.title === 'Interface'); const module_service_group = module.groups.find((g) => g.title === 'Service'); const module_enums_group = module.groups.find((g) => g.title === 'Enumerations'); - const module_types_group = module.groups.find((g) => g.title === 'Types'); if (isProcessable(module_types_group)) { @@ -288,14 +287,12 @@ async function main() { const templateType = template.type && template.type.toString(); let contextType = 'unknown'; - // Regex ile TemplateRef kısmını yakalamak const match = templateType && templateType.match(/TemplateRef<(.+)>/); if (match && match[1]) { contextType = match[1]; } - templates.values.push({ - name: template.name, + name: template.name.replace(/Template$/, '').toLowerCase(), description: template.comment && template.comment.summary.map((s) => s.text || '').join(' '), type: templateType, parameters: parameters(template).map((param) => diff --git a/api-generator/themedoc.json b/api-generator/themedoc.json index 68b28e881e5..232e8bc27b3 100644 --- a/api-generator/themedoc.json +++ b/api-generator/themedoc.json @@ -48,7 +48,7 @@ "fileName": "accordion/index.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L17" } ], "type": { @@ -92,7 +92,7 @@ "fileName": "accordion/index.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L23" } ], "type": { @@ -114,7 +114,7 @@ "fileName": "accordion/index.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L17" } ] } @@ -141,7 +141,7 @@ "fileName": "accordion/index.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L28" } ], "type": { @@ -185,7 +185,7 @@ "fileName": "accordion/index.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L34" } ], "type": { @@ -225,7 +225,7 @@ "fileName": "accordion/index.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L40" } ], "type": { @@ -248,7 +248,7 @@ "fileName": "accordion/index.ts", "line": 28, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L28" } ] } @@ -275,7 +275,7 @@ "fileName": "accordion/index.ts", "line": 45, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L45" } ], "type": { @@ -319,7 +319,7 @@ "fileName": "accordion/index.ts", "line": 51, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L51" } ], "type": { @@ -359,7 +359,7 @@ "fileName": "accordion/index.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L57" } ], "type": { @@ -399,7 +399,7 @@ "fileName": "accordion/index.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L63" } ], "type": { @@ -439,7 +439,7 @@ "fileName": "accordion/index.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L69" } ], "type": { @@ -479,7 +479,7 @@ "fileName": "accordion/index.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L75" } ], "type": { @@ -519,7 +519,7 @@ "fileName": "accordion/index.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L81" } ], "type": { @@ -559,7 +559,7 @@ "fileName": "accordion/index.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L87" } ], "type": { @@ -599,7 +599,7 @@ "fileName": "accordion/index.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L93" } ], "type": { @@ -639,7 +639,7 @@ "fileName": "accordion/index.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L99" } ], "type": { @@ -679,7 +679,7 @@ "fileName": "accordion/index.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L105" } ], "type": { @@ -719,7 +719,7 @@ "fileName": "accordion/index.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L111" } ], "type": { @@ -759,7 +759,7 @@ "fileName": "accordion/index.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L117" } ], "type": { @@ -788,7 +788,7 @@ "fileName": "accordion/index.ts", "line": 121, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L121" } ], "type": { @@ -832,7 +832,7 @@ "fileName": "accordion/index.ts", "line": 127, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L127" } ], "type": { @@ -872,7 +872,7 @@ "fileName": "accordion/index.ts", "line": 133, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L133" } ], "type": { @@ -912,7 +912,7 @@ "fileName": "accordion/index.ts", "line": 139, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L139" } ], "type": { @@ -952,7 +952,7 @@ "fileName": "accordion/index.ts", "line": 145, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L145" } ], "type": { @@ -992,7 +992,7 @@ "fileName": "accordion/index.ts", "line": 151, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L151" } ], "type": { @@ -1018,7 +1018,7 @@ "fileName": "accordion/index.ts", "line": 121, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L121" } ] } @@ -1045,7 +1045,7 @@ "fileName": "accordion/index.ts", "line": 156, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L156" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L156" } ], "type": { @@ -1089,7 +1089,7 @@ "fileName": "accordion/index.ts", "line": 162, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L162" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L162" } ], "type": { @@ -1129,7 +1129,7 @@ "fileName": "accordion/index.ts", "line": 168, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L168" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L168" } ], "type": { @@ -1169,7 +1169,7 @@ "fileName": "accordion/index.ts", "line": 174, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L174" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L174" } ], "type": { @@ -1209,7 +1209,7 @@ "fileName": "accordion/index.ts", "line": 180, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L180" } ], "type": { @@ -1234,7 +1234,7 @@ "fileName": "accordion/index.ts", "line": 156, "character": 21, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L156" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L156" } ] } @@ -1261,7 +1261,7 @@ "fileName": "accordion/index.ts", "line": 185, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L185" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L185" } ], "type": { @@ -1305,7 +1305,7 @@ "fileName": "accordion/index.ts", "line": 191, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L191" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L191" } ], "type": { @@ -1345,7 +1345,7 @@ "fileName": "accordion/index.ts", "line": 197, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L197" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L197" } ], "type": { @@ -1368,7 +1368,7 @@ "fileName": "accordion/index.ts", "line": 185, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L185" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L185" } ] } @@ -1395,7 +1395,7 @@ "fileName": "accordion/index.ts", "line": 202, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L202" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L202" } ], "type": { @@ -1439,7 +1439,7 @@ "fileName": "accordion/index.ts", "line": 208, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L208" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L208" } ], "type": { @@ -1479,7 +1479,7 @@ "fileName": "accordion/index.ts", "line": 214, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L214" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L214" } ], "type": { @@ -1502,7 +1502,7 @@ "fileName": "accordion/index.ts", "line": 202, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L202" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L202" } ] } @@ -1537,7 +1537,7 @@ "fileName": "accordion/index.ts", "line": 45, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L45" } ] } @@ -1564,7 +1564,7 @@ "fileName": "accordion/index.ts", "line": 220, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L220" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L220" } ], "type": { @@ -1608,7 +1608,7 @@ "fileName": "accordion/index.ts", "line": 226, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L226" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L226" } ], "type": { @@ -1648,7 +1648,7 @@ "fileName": "accordion/index.ts", "line": 232, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L232" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L232" } ], "type": { @@ -1688,7 +1688,7 @@ "fileName": "accordion/index.ts", "line": 238, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L238" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L238" } ], "type": { @@ -1728,7 +1728,7 @@ "fileName": "accordion/index.ts", "line": 244, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L244" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L244" } ], "type": { @@ -1768,7 +1768,7 @@ "fileName": "accordion/index.ts", "line": 250, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L250" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L250" } ], "type": { @@ -1794,7 +1794,7 @@ "fileName": "accordion/index.ts", "line": 220, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L220" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L220" } ] } @@ -1813,7 +1813,7 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { @@ -1838,7 +1838,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -1876,7 +1876,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -1916,14 +1916,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -1945,13 +1945,13 @@ "fileName": "accordion/index.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", @@ -1979,7 +1979,7 @@ "fileName": "accordion/index.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/accordion/index.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/accordion/index.ts#L1" } ] }, @@ -2026,7 +2026,7 @@ "fileName": "autocomplete/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L17" } ], "type": { @@ -2070,7 +2070,7 @@ "fileName": "autocomplete/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L23" } ], "type": { @@ -2110,7 +2110,7 @@ "fileName": "autocomplete/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L29" } ], "type": { @@ -2150,7 +2150,7 @@ "fileName": "autocomplete/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L35" } ], "type": { @@ -2160,6 +2160,46 @@ }, { "id": 63, + "name": "filledHoverBackground", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Filled hover background of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "autocomplete.filled.hover.background" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 41, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L41" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 64, "name": "filledFocusBackground", "variant": "declaration", "kind": 1024, @@ -2188,9 +2228,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 41, + "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L47" } ], "type": { @@ -2199,7 +2239,7 @@ } }, { - "id": 64, + "id": 65, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -2228,9 +2268,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 47, + "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L53" } ], "type": { @@ -2239,7 +2279,7 @@ } }, { - "id": 65, + "id": 66, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -2268,9 +2308,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 53, + "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L59" } ], "type": { @@ -2279,7 +2319,7 @@ } }, { - "id": 66, + "id": 67, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -2308,9 +2348,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 59, + "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L65" } ], "type": { @@ -2319,7 +2359,7 @@ } }, { - "id": 67, + "id": 68, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -2348,9 +2388,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 65, + "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L71" } ], "type": { @@ -2359,7 +2399,7 @@ } }, { - "id": 68, + "id": 69, "name": "color", "variant": "declaration", "kind": 1024, @@ -2388,9 +2428,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 71, + "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L77" } ], "type": { @@ -2399,7 +2439,7 @@ } }, { - "id": 69, + "id": 70, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -2428,9 +2468,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 77, + "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L83" } ], "type": { @@ -2439,7 +2479,7 @@ } }, { - "id": 70, + "id": 71, "name": "placeholderColor", "variant": "declaration", "kind": 1024, @@ -2468,9 +2508,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 83, + "line": 89, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L89" } ], "type": { @@ -2479,7 +2519,47 @@ } }, { - "id": 71, + "id": 72, + "name": "invalidPlaceholderColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invalid placeholder color of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "autocomplete.invalid.placeholder.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 95, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 73, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -2508,9 +2588,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 89, + "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L101" } ], "type": { @@ -2519,7 +2599,7 @@ } }, { - "id": 72, + "id": 74, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -2548,9 +2628,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 95, + "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L107" } ], "type": { @@ -2559,7 +2639,7 @@ } }, { - "id": 73, + "id": 75, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -2588,9 +2668,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 101, + "line": 113, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L113" } ], "type": { @@ -2599,7 +2679,7 @@ } }, { - "id": 74, + "id": 76, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -2628,9 +2708,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 107, + "line": 119, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L119" } ], "type": { @@ -2639,7 +2719,7 @@ } }, { - "id": 75, + "id": 77, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -2657,22 +2737,22 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 111, + "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L123" } ], "type": { "type": "reflection", "declaration": { - "id": 76, + "id": 78, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 77, + "id": 79, "name": "width", "variant": "declaration", "kind": 1024, @@ -2701,9 +2781,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 117, + "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L129" } ], "type": { @@ -2712,7 +2792,7 @@ } }, { - "id": 78, + "id": 80, "name": "style", "variant": "declaration", "kind": 1024, @@ -2741,9 +2821,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 123, + "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L135" } ], "type": { @@ -2752,7 +2832,7 @@ } }, { - "id": 79, + "id": 81, "name": "color", "variant": "declaration", "kind": 1024, @@ -2781,9 +2861,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 129, + "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L141" } ], "type": { @@ -2792,7 +2872,7 @@ } }, { - "id": 80, + "id": 82, "name": "offset", "variant": "declaration", "kind": 1024, @@ -2821,9 +2901,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 135, + "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L147" } ], "type": { @@ -2832,7 +2912,7 @@ } }, { - "id": 81, + "id": 83, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -2861,9 +2941,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 141, + "line": 153, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L153" } ], "type": { @@ -2876,27 +2956,27 @@ { "title": "Properties", "children": [ - 77, - 78, 79, 80, - 81 + 81, + 82, + 83 ] } ], "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 111, + "line": 123, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L123" } ] } } }, { - "id": 82, + "id": 84, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -2925,9 +3005,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 148, + "line": 160, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L160" } ], "type": { @@ -2956,7 +3036,9 @@ 73, 74, 75, - 82 + 76, + 77, + 84 ] } ], @@ -2965,14 +3047,14 @@ "fileName": "autocomplete/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L17" } ] } } }, { - "id": 83, + "id": 85, "name": "overlay", "variant": "declaration", "kind": 1024, @@ -2990,22 +3072,22 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 153, + "line": 165, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L165" } ], "type": { "type": "reflection", "declaration": { - "id": 84, + "id": 86, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 85, + "id": 87, "name": "background", "variant": "declaration", "kind": 1024, @@ -3034,9 +3116,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 159, + "line": 171, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L171" } ], "type": { @@ -3045,7 +3127,7 @@ } }, { - "id": 86, + "id": 88, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -3074,9 +3156,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 165, + "line": 177, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L177" } ], "type": { @@ -3085,7 +3167,7 @@ } }, { - "id": 87, + "id": 89, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -3114,9 +3196,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 171, + "line": 183, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L171" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L183" } ], "type": { @@ -3125,7 +3207,7 @@ } }, { - "id": 88, + "id": 90, "name": "color", "variant": "declaration", "kind": 1024, @@ -3154,9 +3236,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 177, + "line": 189, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L177" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L189" } ], "type": { @@ -3165,7 +3247,7 @@ } }, { - "id": 89, + "id": 91, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -3194,9 +3276,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 183, + "line": 195, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L183" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L195" } ], "type": { @@ -3209,27 +3291,27 @@ { "title": "Properties", "children": [ - 85, - 86, 87, 88, - 89 + 89, + 90, + 91 ] } ], "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 153, + "line": 165, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L165" } ] } } }, { - "id": 90, + "id": 92, "name": "list", "variant": "declaration", "kind": 1024, @@ -3247,22 +3329,22 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 188, + "line": 200, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L188" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L200" } ], "type": { "type": "reflection", "declaration": { - "id": 91, + "id": 93, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 92, + "id": 94, "name": "padding", "variant": "declaration", "kind": 1024, @@ -3291,9 +3373,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 194, + "line": 206, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L194" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L206" } ], "type": { @@ -3302,7 +3384,7 @@ } }, { - "id": 93, + "id": 95, "name": "gap", "variant": "declaration", "kind": 1024, @@ -3331,9 +3413,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 200, + "line": 212, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L200" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L212" } ], "type": { @@ -3346,24 +3428,24 @@ { "title": "Properties", "children": [ - 92, - 93 + 94, + 95 ] } ], "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 188, + "line": 200, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L188" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L200" } ] } } }, { - "id": 94, + "id": 96, "name": "option", "variant": "declaration", "kind": 1024, @@ -3381,22 +3463,22 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 205, + "line": 217, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L217" } ], "type": { "type": "reflection", "declaration": { - "id": 95, + "id": 97, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 96, + "id": 98, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -3425,9 +3507,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 211, + "line": 223, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L223" } ], "type": { @@ -3436,7 +3518,7 @@ } }, { - "id": 97, + "id": 99, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -3465,9 +3547,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 217, + "line": 229, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L217" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L229" } ], "type": { @@ -3476,7 +3558,7 @@ } }, { - "id": 98, + "id": 100, "name": "selectedFocusBackground", "variant": "declaration", "kind": 1024, @@ -3505,9 +3587,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 223, + "line": 235, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L223" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L235" } ], "type": { @@ -3516,7 +3598,7 @@ } }, { - "id": 99, + "id": 101, "name": "color", "variant": "declaration", "kind": 1024, @@ -3545,9 +3627,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 229, + "line": 241, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L229" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L241" } ], "type": { @@ -3556,7 +3638,7 @@ } }, { - "id": 100, + "id": 102, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -3585,9 +3667,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 235, + "line": 247, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L235" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L247" } ], "type": { @@ -3596,7 +3678,7 @@ } }, { - "id": 101, + "id": 103, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -3625,9 +3707,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 241, + "line": 253, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L241" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L253" } ], "type": { @@ -3636,7 +3718,7 @@ } }, { - "id": 102, + "id": 104, "name": "selectedFocusColor", "variant": "declaration", "kind": 1024, @@ -3665,9 +3747,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 247, + "line": 259, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L247" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L259" } ], "type": { @@ -3676,7 +3758,7 @@ } }, { - "id": 103, + "id": 105, "name": "padding", "variant": "declaration", "kind": 1024, @@ -3705,9 +3787,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 253, + "line": 265, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L253" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L265" } ], "type": { @@ -3716,7 +3798,7 @@ } }, { - "id": 104, + "id": 106, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -3745,9 +3827,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 259, + "line": 271, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L259" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L271" } ], "type": { @@ -3760,31 +3842,31 @@ { "title": "Properties", "children": [ - 96, - 97, 98, 99, 100, 101, 102, 103, - 104 + 104, + 105, + 106 ] } ], "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 205, + "line": 217, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L217" } ] } } }, { - "id": 105, + "id": 107, "name": "optionGroup", "variant": "declaration", "kind": 1024, @@ -3802,22 +3884,22 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 264, + "line": 276, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L264" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L276" } ], "type": { "type": "reflection", "declaration": { - "id": 106, + "id": 108, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 107, + "id": 109, "name": "background", "variant": "declaration", "kind": 1024, @@ -3846,9 +3928,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 270, + "line": 282, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L270" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L282" } ], "type": { @@ -3857,7 +3939,7 @@ } }, { - "id": 108, + "id": 110, "name": "color", "variant": "declaration", "kind": 1024, @@ -3886,9 +3968,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 276, + "line": 288, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L276" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L288" } ], "type": { @@ -3897,7 +3979,7 @@ } }, { - "id": 109, + "id": 111, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -3926,9 +4008,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 282, + "line": 294, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L282" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L294" } ], "type": { @@ -3937,7 +4019,7 @@ } }, { - "id": 110, + "id": 112, "name": "padding", "variant": "declaration", "kind": 1024, @@ -3966,9 +4048,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 288, + "line": 300, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L288" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L300" } ], "type": { @@ -3981,26 +4063,26 @@ { "title": "Properties", "children": [ - 107, - 108, 109, - 110 + 110, + 111, + 112 ] } ], "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 264, + "line": 276, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L264" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L276" } ] } } }, { - "id": 111, + "id": 113, "name": "dropdown", "variant": "declaration", "kind": 1024, @@ -4018,22 +4100,22 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 293, + "line": 305, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L293" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L305" } ], "type": { "type": "reflection", "declaration": { - "id": 112, + "id": 114, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 113, + "id": 115, "name": "width", "variant": "declaration", "kind": 1024, @@ -4062,9 +4144,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 299, + "line": 311, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L299" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L311" } ], "type": { @@ -4073,7 +4155,193 @@ } }, { - "id": 114, + "id": 116, + "name": "sm", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sm of dropdown" + } + ] + }, + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 315, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L315" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 117, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 118, + "name": "width", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sm width of dropdown" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "autocomplete.dropdown.sm.width" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 321, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L321" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 118 + ] + } + ], + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 315, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L315" + } + ] + } + } + }, + { + "id": 119, + "name": "lg", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Lg of dropdown" + } + ] + }, + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 326, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L326" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 120, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 121, + "name": "width", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Lg width of dropdown" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "autocomplete.dropdown.lg.width" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 332, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L332" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 121 + ] + } + ], + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 326, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L326" + } + ] + } + } + }, + { + "id": 122, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -4102,9 +4370,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 305, + "line": 339, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L305" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L339" } ], "type": { @@ -4113,7 +4381,7 @@ } }, { - "id": 115, + "id": 123, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -4142,9 +4410,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 311, + "line": 345, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L311" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L345" } ], "type": { @@ -4153,7 +4421,7 @@ } }, { - "id": 116, + "id": 124, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -4182,9 +4450,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 317, + "line": 351, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L317" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L351" } ], "type": { @@ -4193,7 +4461,7 @@ } }, { - "id": 117, + "id": 125, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -4222,9 +4490,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 323, + "line": 357, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L323" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L357" } ], "type": { @@ -4233,7 +4501,7 @@ } }, { - "id": 118, + "id": 126, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -4251,22 +4519,22 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 327, + "line": 361, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L327" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L361" } ], "type": { "type": "reflection", "declaration": { - "id": 119, + "id": 127, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 120, + "id": 128, "name": "width", "variant": "declaration", "kind": 1024, @@ -4295,9 +4563,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 333, + "line": 367, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L333" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L367" } ], "type": { @@ -4306,7 +4574,7 @@ } }, { - "id": 121, + "id": 129, "name": "style", "variant": "declaration", "kind": 1024, @@ -4335,9 +4603,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 339, + "line": 373, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L339" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L373" } ], "type": { @@ -4346,7 +4614,7 @@ } }, { - "id": 122, + "id": 130, "name": "color", "variant": "declaration", "kind": 1024, @@ -4375,9 +4643,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 345, + "line": 379, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L345" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L379" } ], "type": { @@ -4386,7 +4654,7 @@ } }, { - "id": 123, + "id": 131, "name": "offset", "variant": "declaration", "kind": 1024, @@ -4415,9 +4683,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 351, + "line": 385, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L351" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L385" } ], "type": { @@ -4426,7 +4694,7 @@ } }, { - "id": 124, + "id": 132, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -4455,9 +4723,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 357, + "line": 391, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L357" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L391" } ], "type": { @@ -4470,27 +4738,27 @@ { "title": "Properties", "children": [ - 120, - 121, - 122, - 123, - 124 + 128, + 129, + 130, + 131, + 132 ] } ], "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 327, + "line": 361, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L327" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L361" } ] } } }, { - "id": 125, + "id": 133, "name": "background", "variant": "declaration", "kind": 1024, @@ -4519,9 +4787,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 364, + "line": 398, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L364" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L398" } ], "type": { @@ -4530,7 +4798,7 @@ } }, { - "id": 126, + "id": 134, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -4559,9 +4827,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 370, + "line": 404, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L370" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L404" } ], "type": { @@ -4570,7 +4838,7 @@ } }, { - "id": 127, + "id": 135, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -4599,9 +4867,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 376, + "line": 410, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L376" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L410" } ], "type": { @@ -4610,7 +4878,7 @@ } }, { - "id": 128, + "id": 136, "name": "color", "variant": "declaration", "kind": 1024, @@ -4639,9 +4907,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 382, + "line": 416, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L382" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L416" } ], "type": { @@ -4650,7 +4918,7 @@ } }, { - "id": 129, + "id": 137, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -4679,9 +4947,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 388, + "line": 422, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L388" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L422" } ], "type": { @@ -4690,7 +4958,7 @@ } }, { - "id": 130, + "id": 138, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -4719,9 +4987,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 394, + "line": 428, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L394" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L428" } ], "type": { @@ -4734,34 +5002,36 @@ { "title": "Properties", "children": [ - 113, - 114, 115, 116, - 117, - 118, + 119, + 122, + 123, + 124, 125, 126, - 127, - 128, - 129, - 130 + 133, + 134, + 135, + 136, + 137, + 138 ] } ], "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 293, + "line": 305, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L293" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L305" } ] } } }, { - "id": 131, + "id": 139, "name": "chip", "variant": "declaration", "kind": 1024, @@ -4779,22 +5049,22 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 399, + "line": 433, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L399" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L433" } ], "type": { "type": "reflection", "declaration": { - "id": 132, + "id": 140, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 133, + "id": 141, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -4823,9 +5093,89 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 405, + "line": 439, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L405" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L439" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 142, + "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": "autocomplete.chip.focus.background" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 445, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L445" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 143, + "name": "focusColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Focus color of chip" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "autocomplete.chip.focus.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "autocomplete/index.d.ts", + "line": 451, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L451" } ], "type": { @@ -4838,23 +5188,25 @@ { "title": "Properties", "children": [ - 133 + 141, + 142, + 143 ] } ], "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 399, + "line": 433, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L399" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L433" } ] } } }, { - "id": 134, + "id": 144, "name": "emptyMessage", "variant": "declaration", "kind": 1024, @@ -4872,22 +5224,22 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 410, + "line": 456, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L410" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L456" } ], "type": { "type": "reflection", "declaration": { - "id": 135, + "id": 145, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 136, + "id": 146, "name": "padding", "variant": "declaration", "kind": 1024, @@ -4916,9 +5268,9 @@ "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 416, + "line": 462, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L416" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L462" } ], "type": { @@ -4931,23 +5283,23 @@ { "title": "Properties", "children": [ - 136 + 146 ] } ], "sources": [ { "fileName": "autocomplete/index.d.ts", - "line": 410, + "line": 456, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L410" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L456" } ] } } }, { - "id": 137, + "id": 147, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -4959,20 +5311,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 138, + "id": 148, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 139, + "id": 149, "name": "light", "variant": "declaration", "kind": 1024, @@ -4984,7 +5336,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -5010,7 +5362,7 @@ } }, { - "id": 140, + "id": 150, "name": "dark", "variant": "declaration", "kind": 1024, @@ -5022,7 +5374,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -5052,8 +5404,8 @@ { "title": "Properties", "children": [ - 139, - 140 + 149, + 150 ] } ], @@ -5062,14 +5414,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -5079,14 +5431,14 @@ "title": "Properties", "children": [ 58, - 83, - 90, - 94, - 105, - 111, - 131, - 134, - 137 + 85, + 92, + 96, + 107, + 113, + 139, + 144, + 147 ] } ], @@ -5095,13 +5447,13 @@ "fileName": "autocomplete/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", @@ -5129,12 +5481,12 @@ "fileName": "autocomplete/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/autocomplete/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/autocomplete/index.d.ts#L1" } ] }, { - "id": 141, + "id": 151, "name": "themes/avatar", "variant": "declaration", "kind": 2, @@ -5149,14 +5501,14 @@ }, "children": [ { - "id": 142, + "id": 152, "name": "AvatarDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 143, + "id": 153, "name": "root", "variant": "declaration", "kind": 1024, @@ -5176,20 +5528,20 @@ "fileName": "avatar/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 144, + "id": 154, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 145, + "id": 155, "name": "width", "variant": "declaration", "kind": 1024, @@ -5220,7 +5572,7 @@ "fileName": "avatar/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L23" } ], "type": { @@ -5229,7 +5581,7 @@ } }, { - "id": 146, + "id": 156, "name": "height", "variant": "declaration", "kind": 1024, @@ -5260,7 +5612,7 @@ "fileName": "avatar/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L29" } ], "type": { @@ -5269,7 +5621,7 @@ } }, { - "id": 147, + "id": 157, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -5300,7 +5652,7 @@ "fileName": "avatar/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L35" } ], "type": { @@ -5309,7 +5661,7 @@ } }, { - "id": 148, + "id": 158, "name": "background", "variant": "declaration", "kind": 1024, @@ -5340,7 +5692,7 @@ "fileName": "avatar/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L41" } ], "type": { @@ -5349,7 +5701,7 @@ } }, { - "id": 149, + "id": 159, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -5380,7 +5732,7 @@ "fileName": "avatar/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L47" } ], "type": { @@ -5393,11 +5745,11 @@ { "title": "Properties", "children": [ - 145, - 146, - 147, - 148, - 149 + 155, + 156, + 157, + 158, + 159 ] } ], @@ -5406,14 +5758,14 @@ "fileName": "avatar/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L17" } ] } } }, { - "id": 150, + "id": 160, "name": "group", "variant": "declaration", "kind": 1024, @@ -5433,20 +5785,20 @@ "fileName": "avatar/index.d.ts", "line": 52, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L52" } ], "type": { "type": "reflection", "declaration": { - "id": 151, + "id": 161, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 152, + "id": 162, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -5477,7 +5829,7 @@ "fileName": "avatar/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L58" } ], "type": { @@ -5486,7 +5838,7 @@ } }, { - "id": 153, + "id": 163, "name": "offset", "variant": "declaration", "kind": 1024, @@ -5517,7 +5869,7 @@ "fileName": "avatar/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L64" } ], "type": { @@ -5530,8 +5882,8 @@ { "title": "Properties", "children": [ - 152, - 153 + 162, + 163 ] } ], @@ -5540,14 +5892,14 @@ "fileName": "avatar/index.d.ts", "line": 52, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L52" } ] } } }, { - "id": 154, + "id": 164, "name": "lg", "variant": "declaration", "kind": 1024, @@ -5567,20 +5919,20 @@ "fileName": "avatar/index.d.ts", "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 155, + "id": 165, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 156, + "id": 166, "name": "width", "variant": "declaration", "kind": 1024, @@ -5611,7 +5963,7 @@ "fileName": "avatar/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L75" } ], "type": { @@ -5620,7 +5972,7 @@ } }, { - "id": 157, + "id": 167, "name": "height", "variant": "declaration", "kind": 1024, @@ -5651,7 +6003,7 @@ "fileName": "avatar/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L81" } ], "type": { @@ -5660,7 +6012,7 @@ } }, { - "id": 158, + "id": 168, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -5691,7 +6043,7 @@ "fileName": "avatar/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L87" } ], "type": { @@ -5704,9 +6056,9 @@ { "title": "Properties", "children": [ - 156, - 157, - 158 + 166, + 167, + 168 ] } ], @@ -5715,14 +6067,14 @@ "fileName": "avatar/index.d.ts", "line": 69, "character": 9, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L69" } ] } } }, { - "id": 159, + "id": 169, "name": "xl", "variant": "declaration", "kind": 1024, @@ -5742,20 +6094,20 @@ "fileName": "avatar/index.d.ts", "line": 92, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L92" } ], "type": { "type": "reflection", "declaration": { - "id": 160, + "id": 170, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 161, + "id": 171, "name": "width", "variant": "declaration", "kind": 1024, @@ -5786,7 +6138,7 @@ "fileName": "avatar/index.d.ts", "line": 98, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L98" } ], "type": { @@ -5795,7 +6147,7 @@ } }, { - "id": 162, + "id": 172, "name": "height", "variant": "declaration", "kind": 1024, @@ -5826,7 +6178,7 @@ "fileName": "avatar/index.d.ts", "line": 104, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L104" } ], "type": { @@ -5835,7 +6187,7 @@ } }, { - "id": 163, + "id": 173, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -5866,7 +6218,7 @@ "fileName": "avatar/index.d.ts", "line": 110, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L110" } ], "type": { @@ -5879,9 +6231,9 @@ { "title": "Properties", "children": [ - 161, - 162, - 163 + 171, + 172, + 173 ] } ], @@ -5890,14 +6242,14 @@ "fileName": "avatar/index.d.ts", "line": 92, "character": 9, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L92" } ] } } }, { - "id": 164, + "id": 174, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -5909,20 +6261,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 165, + "id": 175, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 166, + "id": 176, "name": "light", "variant": "declaration", "kind": 1024, @@ -5934,7 +6286,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -5946,7 +6298,7 @@ "typeArguments": [ { "type": "reference", - "target": 142, + "target": 152, "name": "AvatarDesignTokens", "package": "primeng" }, @@ -5960,7 +6312,7 @@ } }, { - "id": 167, + "id": 177, "name": "dark", "variant": "declaration", "kind": 1024, @@ -5972,7 +6324,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -5984,7 +6336,7 @@ "typeArguments": [ { "type": "reference", - "target": 142, + "target": 152, "name": "AvatarDesignTokens", "package": "primeng" }, @@ -6002,8 +6354,8 @@ { "title": "Properties", "children": [ - 166, - 167 + 176, + 177 ] } ], @@ -6012,14 +6364,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -6028,11 +6380,11 @@ { "title": "Properties", "children": [ - 143, - 150, - 154, - 159, - 164 + 153, + 160, + 164, + 169, + 174 ] } ], @@ -6041,17 +6393,17 @@ "fileName": "avatar/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 142, + "target": 152, "name": "AvatarDesignTokens", "package": "primeng" } @@ -6066,7 +6418,7 @@ { "title": "Interfaces", "children": [ - 142 + 152 ] } ], @@ -6075,12 +6427,12 @@ "fileName": "avatar/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/avatar/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/avatar/index.d.ts#L1" } ] }, { - "id": 168, + "id": 178, "name": "themes/badge", "variant": "declaration", "kind": 2, @@ -6095,14 +6447,14 @@ }, "children": [ { - "id": 169, + "id": 179, "name": "BadgeDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 170, + "id": 180, "name": "root", "variant": "declaration", "kind": 1024, @@ -6122,20 +6474,20 @@ "fileName": "badge/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 171, + "id": 181, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 172, + "id": 182, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -6166,7 +6518,7 @@ "fileName": "badge/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L23" } ], "type": { @@ -6175,7 +6527,7 @@ } }, { - "id": 173, + "id": 183, "name": "padding", "variant": "declaration", "kind": 1024, @@ -6206,7 +6558,7 @@ "fileName": "badge/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L29" } ], "type": { @@ -6215,7 +6567,7 @@ } }, { - "id": 174, + "id": 184, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -6246,7 +6598,7 @@ "fileName": "badge/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L35" } ], "type": { @@ -6255,7 +6607,7 @@ } }, { - "id": 175, + "id": 185, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -6286,7 +6638,7 @@ "fileName": "badge/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L41" } ], "type": { @@ -6295,7 +6647,7 @@ } }, { - "id": 176, + "id": 186, "name": "minWidth", "variant": "declaration", "kind": 1024, @@ -6326,7 +6678,7 @@ "fileName": "badge/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L47" } ], "type": { @@ -6335,7 +6687,7 @@ } }, { - "id": 177, + "id": 187, "name": "height", "variant": "declaration", "kind": 1024, @@ -6366,7 +6718,7 @@ "fileName": "badge/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L53" } ], "type": { @@ -6379,12 +6731,12 @@ { "title": "Properties", "children": [ - 172, - 173, - 174, - 175, - 176, - 177 + 182, + 183, + 184, + 185, + 186, + 187 ] } ], @@ -6393,14 +6745,14 @@ "fileName": "badge/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L17" } ] } } }, { - "id": 178, + "id": 188, "name": "dot", "variant": "declaration", "kind": 1024, @@ -6420,20 +6772,20 @@ "fileName": "badge/index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L58" } ], "type": { "type": "reflection", "declaration": { - "id": 179, + "id": 189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 180, + "id": 190, "name": "size", "variant": "declaration", "kind": 1024, @@ -6464,7 +6816,7 @@ "fileName": "badge/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L64" } ], "type": { @@ -6477,7 +6829,7 @@ { "title": "Properties", "children": [ - 180 + 190 ] } ], @@ -6486,14 +6838,14 @@ "fileName": "badge/index.d.ts", "line": 58, "character": 10, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L58" } ] } } }, { - "id": 181, + "id": 191, "name": "sm", "variant": "declaration", "kind": 1024, @@ -6513,20 +6865,20 @@ "fileName": "badge/index.d.ts", "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 182, + "id": 192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 183, + "id": 193, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -6557,7 +6909,7 @@ "fileName": "badge/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L75" } ], "type": { @@ -6566,7 +6918,7 @@ } }, { - "id": 184, + "id": 194, "name": "minWidth", "variant": "declaration", "kind": 1024, @@ -6597,7 +6949,7 @@ "fileName": "badge/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L81" } ], "type": { @@ -6606,7 +6958,7 @@ } }, { - "id": 185, + "id": 195, "name": "height", "variant": "declaration", "kind": 1024, @@ -6637,7 +6989,7 @@ "fileName": "badge/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L87" } ], "type": { @@ -6650,9 +7002,9 @@ { "title": "Properties", "children": [ - 183, - 184, - 185 + 193, + 194, + 195 ] } ], @@ -6661,14 +7013,14 @@ "fileName": "badge/index.d.ts", "line": 69, "character": 9, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L69" } ] } } }, { - "id": 186, + "id": 196, "name": "lg", "variant": "declaration", "kind": 1024, @@ -6688,20 +7040,20 @@ "fileName": "badge/index.d.ts", "line": 92, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L92" } ], "type": { "type": "reflection", "declaration": { - "id": 187, + "id": 197, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 188, + "id": 198, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -6732,7 +7084,7 @@ "fileName": "badge/index.d.ts", "line": 98, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L98" } ], "type": { @@ -6741,7 +7093,7 @@ } }, { - "id": 189, + "id": 199, "name": "minWidth", "variant": "declaration", "kind": 1024, @@ -6772,7 +7124,7 @@ "fileName": "badge/index.d.ts", "line": 104, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L104" } ], "type": { @@ -6781,7 +7133,7 @@ } }, { - "id": 190, + "id": 200, "name": "height", "variant": "declaration", "kind": 1024, @@ -6812,7 +7164,7 @@ "fileName": "badge/index.d.ts", "line": 110, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L110" } ], "type": { @@ -6825,9 +7177,9 @@ { "title": "Properties", "children": [ - 188, - 189, - 190 + 198, + 199, + 200 ] } ], @@ -6836,14 +7188,14 @@ "fileName": "badge/index.d.ts", "line": 92, "character": 9, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L92" } ] } } }, { - "id": 191, + "id": 201, "name": "xl", "variant": "declaration", "kind": 1024, @@ -6863,20 +7215,20 @@ "fileName": "badge/index.d.ts", "line": 115, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L115" } ], "type": { "type": "reflection", "declaration": { - "id": 192, + "id": 202, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 193, + "id": 203, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -6907,7 +7259,7 @@ "fileName": "badge/index.d.ts", "line": 121, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L121" } ], "type": { @@ -6916,7 +7268,7 @@ } }, { - "id": 194, + "id": 204, "name": "minWidth", "variant": "declaration", "kind": 1024, @@ -6947,7 +7299,7 @@ "fileName": "badge/index.d.ts", "line": 127, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L127" } ], "type": { @@ -6956,7 +7308,7 @@ } }, { - "id": 195, + "id": 205, "name": "height", "variant": "declaration", "kind": 1024, @@ -6987,7 +7339,7 @@ "fileName": "badge/index.d.ts", "line": 133, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L133" } ], "type": { @@ -7000,9 +7352,9 @@ { "title": "Properties", "children": [ - 193, - 194, - 195 + 203, + 204, + 205 ] } ], @@ -7011,14 +7363,14 @@ "fileName": "badge/index.d.ts", "line": 115, "character": 9, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L115" } ] } } }, { - "id": 196, + "id": 206, "name": "primary", "variant": "declaration", "kind": 1024, @@ -7038,20 +7390,20 @@ "fileName": "badge/index.d.ts", "line": 138, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L138" } ], "type": { "type": "reflection", "declaration": { - "id": 197, + "id": 207, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 198, + "id": 208, "name": "background", "variant": "declaration", "kind": 1024, @@ -7082,7 +7434,7 @@ "fileName": "badge/index.d.ts", "line": 144, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L144" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L144" } ], "type": { @@ -7091,7 +7443,7 @@ } }, { - "id": 199, + "id": 209, "name": "color", "variant": "declaration", "kind": 1024, @@ -7122,7 +7474,7 @@ "fileName": "badge/index.d.ts", "line": 150, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L150" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L150" } ], "type": { @@ -7135,8 +7487,8 @@ { "title": "Properties", "children": [ - 198, - 199 + 208, + 209 ] } ], @@ -7145,14 +7497,14 @@ "fileName": "badge/index.d.ts", "line": 138, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L138" } ] } } }, { - "id": 200, + "id": 210, "name": "secondary", "variant": "declaration", "kind": 1024, @@ -7172,20 +7524,20 @@ "fileName": "badge/index.d.ts", "line": 155, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L155" } ], "type": { "type": "reflection", "declaration": { - "id": 201, + "id": 211, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 202, + "id": 212, "name": "background", "variant": "declaration", "kind": 1024, @@ -7216,7 +7568,7 @@ "fileName": "badge/index.d.ts", "line": 161, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L161" } ], "type": { @@ -7225,7 +7577,7 @@ } }, { - "id": 203, + "id": 213, "name": "color", "variant": "declaration", "kind": 1024, @@ -7256,7 +7608,7 @@ "fileName": "badge/index.d.ts", "line": 167, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L167" } ], "type": { @@ -7269,8 +7621,8 @@ { "title": "Properties", "children": [ - 202, - 203 + 212, + 213 ] } ], @@ -7279,14 +7631,14 @@ "fileName": "badge/index.d.ts", "line": 155, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L155" } ] } } }, { - "id": 204, + "id": 214, "name": "success", "variant": "declaration", "kind": 1024, @@ -7306,20 +7658,20 @@ "fileName": "badge/index.d.ts", "line": 172, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L172" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L172" } ], "type": { "type": "reflection", "declaration": { - "id": 205, + "id": 215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 206, + "id": 216, "name": "background", "variant": "declaration", "kind": 1024, @@ -7350,7 +7702,7 @@ "fileName": "badge/index.d.ts", "line": 178, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L178" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L178" } ], "type": { @@ -7359,7 +7711,7 @@ } }, { - "id": 207, + "id": 217, "name": "color", "variant": "declaration", "kind": 1024, @@ -7390,7 +7742,7 @@ "fileName": "badge/index.d.ts", "line": 184, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L184" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L184" } ], "type": { @@ -7403,8 +7755,8 @@ { "title": "Properties", "children": [ - 206, - 207 + 216, + 217 ] } ], @@ -7413,14 +7765,14 @@ "fileName": "badge/index.d.ts", "line": 172, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L172" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L172" } ] } } }, { - "id": 208, + "id": 218, "name": "info", "variant": "declaration", "kind": 1024, @@ -7440,20 +7792,20 @@ "fileName": "badge/index.d.ts", "line": 189, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L189" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L189" } ], "type": { "type": "reflection", "declaration": { - "id": 209, + "id": 219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 210, + "id": 220, "name": "background", "variant": "declaration", "kind": 1024, @@ -7484,7 +7836,7 @@ "fileName": "badge/index.d.ts", "line": 195, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L195" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L195" } ], "type": { @@ -7493,7 +7845,7 @@ } }, { - "id": 211, + "id": 221, "name": "color", "variant": "declaration", "kind": 1024, @@ -7524,7 +7876,7 @@ "fileName": "badge/index.d.ts", "line": 201, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L201" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L201" } ], "type": { @@ -7537,8 +7889,8 @@ { "title": "Properties", "children": [ - 210, - 211 + 220, + 221 ] } ], @@ -7547,14 +7899,14 @@ "fileName": "badge/index.d.ts", "line": 189, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L189" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L189" } ] } } }, { - "id": 212, + "id": 222, "name": "warn", "variant": "declaration", "kind": 1024, @@ -7574,20 +7926,20 @@ "fileName": "badge/index.d.ts", "line": 206, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L206" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L206" } ], "type": { "type": "reflection", "declaration": { - "id": 213, + "id": 223, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 214, + "id": 224, "name": "background", "variant": "declaration", "kind": 1024, @@ -7618,7 +7970,7 @@ "fileName": "badge/index.d.ts", "line": 212, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L212" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L212" } ], "type": { @@ -7627,7 +7979,7 @@ } }, { - "id": 215, + "id": 225, "name": "color", "variant": "declaration", "kind": 1024, @@ -7658,7 +8010,7 @@ "fileName": "badge/index.d.ts", "line": 218, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L218" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L218" } ], "type": { @@ -7671,8 +8023,8 @@ { "title": "Properties", "children": [ - 214, - 215 + 224, + 225 ] } ], @@ -7681,14 +8033,14 @@ "fileName": "badge/index.d.ts", "line": 206, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L206" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L206" } ] } } }, { - "id": 216, + "id": 226, "name": "danger", "variant": "declaration", "kind": 1024, @@ -7708,20 +8060,20 @@ "fileName": "badge/index.d.ts", "line": 223, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L223" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L223" } ], "type": { "type": "reflection", "declaration": { - "id": 217, + "id": 227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 218, + "id": 228, "name": "background", "variant": "declaration", "kind": 1024, @@ -7752,7 +8104,7 @@ "fileName": "badge/index.d.ts", "line": 229, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L229" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L229" } ], "type": { @@ -7761,7 +8113,7 @@ } }, { - "id": 219, + "id": 229, "name": "color", "variant": "declaration", "kind": 1024, @@ -7792,7 +8144,7 @@ "fileName": "badge/index.d.ts", "line": 235, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L235" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L235" } ], "type": { @@ -7805,8 +8157,8 @@ { "title": "Properties", "children": [ - 218, - 219 + 228, + 229 ] } ], @@ -7815,14 +8167,14 @@ "fileName": "badge/index.d.ts", "line": 223, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L223" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L223" } ] } } }, { - "id": 220, + "id": 230, "name": "contrast", "variant": "declaration", "kind": 1024, @@ -7842,20 +8194,20 @@ "fileName": "badge/index.d.ts", "line": 240, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L240" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L240" } ], "type": { "type": "reflection", "declaration": { - "id": 221, + "id": 231, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 222, + "id": 232, "name": "background", "variant": "declaration", "kind": 1024, @@ -7886,7 +8238,7 @@ "fileName": "badge/index.d.ts", "line": 246, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L246" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L246" } ], "type": { @@ -7895,7 +8247,7 @@ } }, { - "id": 223, + "id": 233, "name": "color", "variant": "declaration", "kind": 1024, @@ -7926,7 +8278,7 @@ "fileName": "badge/index.d.ts", "line": 252, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L252" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L252" } ], "type": { @@ -7939,8 +8291,8 @@ { "title": "Properties", "children": [ - 222, - 223 + 232, + 233 ] } ], @@ -7949,14 +8301,14 @@ "fileName": "badge/index.d.ts", "line": 240, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L240" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L240" } ] } } }, { - "id": 224, + "id": 234, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -7968,20 +8320,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 225, + "id": 235, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 226, + "id": 236, "name": "light", "variant": "declaration", "kind": 1024, @@ -7993,7 +8345,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -8005,7 +8357,7 @@ "typeArguments": [ { "type": "reference", - "target": 169, + "target": 179, "name": "BadgeDesignTokens", "package": "primeng" }, @@ -8019,7 +8371,7 @@ } }, { - "id": 227, + "id": 237, "name": "dark", "variant": "declaration", "kind": 1024, @@ -8031,7 +8383,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -8043,7 +8395,7 @@ "typeArguments": [ { "type": "reference", - "target": 169, + "target": 179, "name": "BadgeDesignTokens", "package": "primeng" }, @@ -8061,8 +8413,8 @@ { "title": "Properties", "children": [ - 226, - 227 + 236, + 237 ] } ], @@ -8071,14 +8423,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -8087,19 +8439,19 @@ { "title": "Properties", "children": [ - 170, - 178, - 181, - 186, + 180, + 188, 191, 196, - 200, - 204, - 208, - 212, - 216, - 220, - 224 + 201, + 206, + 210, + 214, + 218, + 222, + 226, + 230, + 234 ] } ], @@ -8108,17 +8460,17 @@ "fileName": "badge/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 169, + "target": 179, "name": "BadgeDesignTokens", "package": "primeng" } @@ -8133,7 +8485,7 @@ { "title": "Interfaces", "children": [ - 169 + 179 ] } ], @@ -8142,12 +8494,12 @@ "fileName": "badge/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/badge/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/badge/index.d.ts#L1" } ] }, { - "id": 228, + "id": 238, "name": "themes/blockui", "variant": "declaration", "kind": 2, @@ -8162,14 +8514,14 @@ }, "children": [ { - "id": 229, + "id": 239, "name": "BlockUIDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 230, + "id": 240, "name": "root", "variant": "declaration", "kind": 1024, @@ -8189,20 +8541,20 @@ "fileName": "blockui/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/blockui/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/blockui/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 231, + "id": 241, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 232, + "id": 242, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -8233,7 +8585,7 @@ "fileName": "blockui/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/blockui/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/blockui/index.d.ts#L23" } ], "type": { @@ -8246,7 +8598,7 @@ { "title": "Properties", "children": [ - 232 + 242 ] } ], @@ -8255,14 +8607,14 @@ "fileName": "blockui/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/blockui/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/blockui/index.d.ts#L17" } ] } } }, { - "id": 233, + "id": 243, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -8274,20 +8626,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 234, + "id": 244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 235, + "id": 245, "name": "light", "variant": "declaration", "kind": 1024, @@ -8299,7 +8651,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -8311,7 +8663,7 @@ "typeArguments": [ { "type": "reference", - "target": 229, + "target": 239, "name": "BlockUIDesignTokens", "package": "primeng" }, @@ -8325,7 +8677,7 @@ } }, { - "id": 236, + "id": 246, "name": "dark", "variant": "declaration", "kind": 1024, @@ -8337,7 +8689,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -8349,7 +8701,7 @@ "typeArguments": [ { "type": "reference", - "target": 229, + "target": 239, "name": "BlockUIDesignTokens", "package": "primeng" }, @@ -8367,8 +8719,8 @@ { "title": "Properties", "children": [ - 235, - 236 + 245, + 246 ] } ], @@ -8377,14 +8729,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -8393,8 +8745,8 @@ { "title": "Properties", "children": [ - 230, - 233 + 240, + 243 ] } ], @@ -8403,17 +8755,17 @@ "fileName": "blockui/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/blockui/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/blockui/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 229, + "target": 239, "name": "BlockUIDesignTokens", "package": "primeng" } @@ -8428,7 +8780,7 @@ { "title": "Interfaces", "children": [ - 229 + 239 ] } ], @@ -8437,12 +8789,12 @@ "fileName": "blockui/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/blockui/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/blockui/index.d.ts#L1" } ] }, { - "id": 237, + "id": 247, "name": "themes/breadcrumb", "variant": "declaration", "kind": 2, @@ -8457,14 +8809,14 @@ }, "children": [ { - "id": 238, + "id": 248, "name": "BreadcrumbDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 239, + "id": 249, "name": "root", "variant": "declaration", "kind": 1024, @@ -8484,20 +8836,20 @@ "fileName": "breadcrumb/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 240, + "id": 250, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 241, + "id": 251, "name": "padding", "variant": "declaration", "kind": 1024, @@ -8528,7 +8880,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L23" } ], "type": { @@ -8537,7 +8889,7 @@ } }, { - "id": 242, + "id": 252, "name": "background", "variant": "declaration", "kind": 1024, @@ -8568,7 +8920,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L29" } ], "type": { @@ -8577,7 +8929,7 @@ } }, { - "id": 243, + "id": 253, "name": "gap", "variant": "declaration", "kind": 1024, @@ -8608,7 +8960,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L35" } ], "type": { @@ -8617,7 +8969,7 @@ } }, { - "id": 244, + "id": 254, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -8648,7 +9000,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L41" } ], "type": { @@ -8661,10 +9013,10 @@ { "title": "Properties", "children": [ - 241, - 242, - 243, - 244 + 251, + 252, + 253, + 254 ] } ], @@ -8673,14 +9025,14 @@ "fileName": "breadcrumb/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L17" } ] } } }, { - "id": 245, + "id": 255, "name": "item", "variant": "declaration", "kind": 1024, @@ -8700,20 +9052,20 @@ "fileName": "breadcrumb/index.d.ts", "line": 46, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 246, + "id": 256, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 247, + "id": 257, "name": "color", "variant": "declaration", "kind": 1024, @@ -8744,7 +9096,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L52" } ], "type": { @@ -8753,7 +9105,7 @@ } }, { - "id": 248, + "id": 258, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -8784,7 +9136,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L58" } ], "type": { @@ -8793,7 +9145,7 @@ } }, { - "id": 249, + "id": 259, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -8824,7 +9176,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L64" } ], "type": { @@ -8833,7 +9185,7 @@ } }, { - "id": 250, + "id": 260, "name": "gap", "variant": "declaration", "kind": 1024, @@ -8864,7 +9216,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L70" } ], "type": { @@ -8873,7 +9225,7 @@ } }, { - "id": 251, + "id": 261, "name": "icon", "variant": "declaration", "kind": 1024, @@ -8893,20 +9245,20 @@ "fileName": "breadcrumb/index.d.ts", "line": 74, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 252, + "id": 262, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 253, + "id": 263, "name": "color", "variant": "declaration", "kind": 1024, @@ -8937,7 +9289,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 80, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L80" } ], "type": { @@ -8946,7 +9298,7 @@ } }, { - "id": 254, + "id": 264, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -8977,7 +9329,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 86, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L86" } ], "type": { @@ -8990,8 +9342,8 @@ { "title": "Properties", "children": [ - 253, - 254 + 263, + 264 ] } ], @@ -9000,14 +9352,14 @@ "fileName": "breadcrumb/index.d.ts", "line": 74, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L74" } ] } } }, { - "id": 255, + "id": 265, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -9027,20 +9379,20 @@ "fileName": "breadcrumb/index.d.ts", "line": 91, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L91" } ], "type": { "type": "reflection", "declaration": { - "id": 256, + "id": 266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 257, + "id": 267, "name": "width", "variant": "declaration", "kind": 1024, @@ -9071,7 +9423,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 97, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L97" } ], "type": { @@ -9080,7 +9432,7 @@ } }, { - "id": 258, + "id": 268, "name": "style", "variant": "declaration", "kind": 1024, @@ -9111,7 +9463,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 103, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L103" } ], "type": { @@ -9120,7 +9472,7 @@ } }, { - "id": 259, + "id": 269, "name": "color", "variant": "declaration", "kind": 1024, @@ -9151,7 +9503,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 109, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L109" } ], "type": { @@ -9160,7 +9512,7 @@ } }, { - "id": 260, + "id": 270, "name": "offset", "variant": "declaration", "kind": 1024, @@ -9191,7 +9543,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 115, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L115" } ], "type": { @@ -9200,7 +9552,7 @@ } }, { - "id": 261, + "id": 271, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -9231,7 +9583,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 121, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L121" } ], "type": { @@ -9244,11 +9596,11 @@ { "title": "Properties", "children": [ - 257, - 258, - 259, - 260, - 261 + 267, + 268, + 269, + 270, + 271 ] } ], @@ -9257,7 +9609,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 91, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L91" } ] } @@ -9268,12 +9620,12 @@ { "title": "Properties", "children": [ - 247, - 248, - 249, - 250, - 251, - 255 + 257, + 258, + 259, + 260, + 261, + 265 ] } ], @@ -9282,14 +9634,14 @@ "fileName": "breadcrumb/index.d.ts", "line": 46, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L46" } ] } } }, { - "id": 262, + "id": 272, "name": "separator", "variant": "declaration", "kind": 1024, @@ -9309,20 +9661,20 @@ "fileName": "breadcrumb/index.d.ts", "line": 127, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L127" } ], "type": { "type": "reflection", "declaration": { - "id": 263, + "id": 273, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 264, + "id": 274, "name": "color", "variant": "declaration", "kind": 1024, @@ -9353,7 +9705,7 @@ "fileName": "breadcrumb/index.d.ts", "line": 133, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L133" } ], "type": { @@ -9366,7 +9718,7 @@ { "title": "Properties", "children": [ - 264 + 274 ] } ], @@ -9375,14 +9727,14 @@ "fileName": "breadcrumb/index.d.ts", "line": 127, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L127" } ] } } }, { - "id": 265, + "id": 275, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -9394,20 +9746,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 266, + "id": 276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 267, + "id": 277, "name": "light", "variant": "declaration", "kind": 1024, @@ -9419,7 +9771,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -9431,7 +9783,7 @@ "typeArguments": [ { "type": "reference", - "target": 238, + "target": 248, "name": "BreadcrumbDesignTokens", "package": "primeng" }, @@ -9445,7 +9797,7 @@ } }, { - "id": 268, + "id": 278, "name": "dark", "variant": "declaration", "kind": 1024, @@ -9457,7 +9809,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -9469,7 +9821,7 @@ "typeArguments": [ { "type": "reference", - "target": 238, + "target": 248, "name": "BreadcrumbDesignTokens", "package": "primeng" }, @@ -9487,8 +9839,8 @@ { "title": "Properties", "children": [ - 267, - 268 + 277, + 278 ] } ], @@ -9497,14 +9849,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -9513,10 +9865,10 @@ { "title": "Properties", "children": [ - 239, - 245, - 262, - 265 + 249, + 255, + 272, + 275 ] } ], @@ -9525,17 +9877,17 @@ "fileName": "breadcrumb/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 238, + "target": 248, "name": "BreadcrumbDesignTokens", "package": "primeng" } @@ -9550,7 +9902,7 @@ { "title": "Interfaces", "children": [ - 238 + 248 ] } ], @@ -9559,12 +9911,12 @@ "fileName": "breadcrumb/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/breadcrumb/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/breadcrumb/index.d.ts#L1" } ] }, { - "id": 269, + "id": 279, "name": "themes/button", "variant": "declaration", "kind": 2, @@ -9579,14 +9931,14 @@ }, "children": [ { - "id": 270, + "id": 280, "name": "ButtonDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 271, + "id": 281, "name": "root", "variant": "declaration", "kind": 1024, @@ -9606,20 +9958,20 @@ "fileName": "button/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 272, + "id": 282, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 273, + "id": 283, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -9650,7 +10002,7 @@ "fileName": "button/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L23" } ], "type": { @@ -9659,7 +10011,7 @@ } }, { - "id": 274, + "id": 284, "name": "roundedBorderRadius", "variant": "declaration", "kind": 1024, @@ -9690,7 +10042,7 @@ "fileName": "button/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L29" } ], "type": { @@ -9699,7 +10051,7 @@ } }, { - "id": 275, + "id": 285, "name": "gap", "variant": "declaration", "kind": 1024, @@ -9730,7 +10082,7 @@ "fileName": "button/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L35" } ], "type": { @@ -9739,7 +10091,7 @@ } }, { - "id": 276, + "id": 286, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -9770,7 +10122,7 @@ "fileName": "button/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L41" } ], "type": { @@ -9779,7 +10131,7 @@ } }, { - "id": 277, + "id": 287, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -9810,7 +10162,7 @@ "fileName": "button/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L47" } ], "type": { @@ -9819,7 +10171,7 @@ } }, { - "id": 278, + "id": 288, "name": "iconOnlyWidth", "variant": "declaration", "kind": 1024, @@ -9850,7 +10202,7 @@ "fileName": "button/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L53" } ], "type": { @@ -9859,7 +10211,7 @@ } }, { - "id": 279, + "id": 289, "name": "sm", "variant": "declaration", "kind": 1024, @@ -9879,20 +10231,20 @@ "fileName": "button/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L57" } ], "type": { "type": "reflection", "declaration": { - "id": 280, + "id": 290, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 281, + "id": 291, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -9923,7 +10275,7 @@ "fileName": "button/index.d.ts", "line": 63, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L63" } ], "type": { @@ -9932,7 +10284,7 @@ } }, { - "id": 282, + "id": 292, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -9963,7 +10315,7 @@ "fileName": "button/index.d.ts", "line": 69, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L69" } ], "type": { @@ -9972,7 +10324,7 @@ } }, { - "id": 283, + "id": 293, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -10003,7 +10355,7 @@ "fileName": "button/index.d.ts", "line": 75, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L75" } ], "type": { @@ -10016,9 +10368,9 @@ { "title": "Properties", "children": [ - 281, - 282, - 283 + 291, + 292, + 293 ] } ], @@ -10027,14 +10379,14 @@ "fileName": "button/index.d.ts", "line": 57, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L57" } ] } } }, { - "id": 284, + "id": 294, "name": "lg", "variant": "declaration", "kind": 1024, @@ -10054,20 +10406,20 @@ "fileName": "button/index.d.ts", "line": 80, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L80" } ], "type": { "type": "reflection", "declaration": { - "id": 285, + "id": 295, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 286, + "id": 296, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -10098,7 +10450,7 @@ "fileName": "button/index.d.ts", "line": 86, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L86" } ], "type": { @@ -10107,7 +10459,7 @@ } }, { - "id": 287, + "id": 297, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -10138,7 +10490,7 @@ "fileName": "button/index.d.ts", "line": 92, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L92" } ], "type": { @@ -10147,7 +10499,7 @@ } }, { - "id": 288, + "id": 298, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -10178,7 +10530,7 @@ "fileName": "button/index.d.ts", "line": 98, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L98" } ], "type": { @@ -10191,9 +10543,9 @@ { "title": "Properties", "children": [ - 286, - 287, - 288 + 296, + 297, + 298 ] } ], @@ -10202,14 +10554,14 @@ "fileName": "button/index.d.ts", "line": 80, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L80" } ] } } }, { - "id": 289, + "id": 299, "name": "label", "variant": "declaration", "kind": 1024, @@ -10229,20 +10581,20 @@ "fileName": "button/index.d.ts", "line": 103, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L103" } ], "type": { "type": "reflection", "declaration": { - "id": 290, + "id": 300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 291, + "id": 301, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -10273,7 +10625,7 @@ "fileName": "button/index.d.ts", "line": 109, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L109" } ], "type": { @@ -10286,7 +10638,7 @@ { "title": "Properties", "children": [ - 291 + 301 ] } ], @@ -10295,14 +10647,14 @@ "fileName": "button/index.d.ts", "line": 103, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L103" } ] } } }, { - "id": 292, + "id": 302, "name": "raisedShadow", "variant": "declaration", "kind": 1024, @@ -10333,7 +10685,7 @@ "fileName": "button/index.d.ts", "line": 116, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L116" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L116" } ], "type": { @@ -10342,7 +10694,7 @@ } }, { - "id": 293, + "id": 303, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -10362,20 +10714,20 @@ "fileName": "button/index.d.ts", "line": 120, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L120" } ], "type": { "type": "reflection", "declaration": { - "id": 294, + "id": 304, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 295, + "id": 305, "name": "width", "variant": "declaration", "kind": 1024, @@ -10406,7 +10758,7 @@ "fileName": "button/index.d.ts", "line": 126, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L126" } ], "type": { @@ -10415,7 +10767,7 @@ } }, { - "id": 296, + "id": 306, "name": "style", "variant": "declaration", "kind": 1024, @@ -10446,7 +10798,7 @@ "fileName": "button/index.d.ts", "line": 132, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L132" } ], "type": { @@ -10455,7 +10807,7 @@ } }, { - "id": 297, + "id": 307, "name": "offset", "variant": "declaration", "kind": 1024, @@ -10486,7 +10838,7 @@ "fileName": "button/index.d.ts", "line": 138, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L138" } ], "type": { @@ -10499,9 +10851,9 @@ { "title": "Properties", "children": [ - 295, - 296, - 297 + 305, + 306, + 307 ] } ], @@ -10510,14 +10862,14 @@ "fileName": "button/index.d.ts", "line": 120, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L120" } ] } } }, { - "id": 298, + "id": 308, "name": "badgeSize", "variant": "declaration", "kind": 1024, @@ -10548,7 +10900,7 @@ "fileName": "button/index.d.ts", "line": 145, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L145" } ], "type": { @@ -10557,7 +10909,7 @@ } }, { - "id": 299, + "id": 309, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -10588,7 +10940,7 @@ "fileName": "button/index.d.ts", "line": 151, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L151" } ], "type": { @@ -10597,7 +10949,7 @@ } }, { - "id": 300, + "id": 310, "name": "primary", "variant": "declaration", "kind": 1024, @@ -10617,20 +10969,20 @@ "fileName": "button/index.d.ts", "line": 155, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L155" } ], "type": { "type": "reflection", "declaration": { - "id": 301, + "id": 311, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 302, + "id": 312, "name": "background", "variant": "declaration", "kind": 1024, @@ -10661,7 +11013,7 @@ "fileName": "button/index.d.ts", "line": 161, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L161" } ], "type": { @@ -10670,7 +11022,7 @@ } }, { - "id": 303, + "id": 313, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -10701,7 +11053,7 @@ "fileName": "button/index.d.ts", "line": 167, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L167" } ], "type": { @@ -10710,7 +11062,7 @@ } }, { - "id": 304, + "id": 314, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -10741,7 +11093,7 @@ "fileName": "button/index.d.ts", "line": 173, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L173" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L173" } ], "type": { @@ -10750,7 +11102,7 @@ } }, { - "id": 305, + "id": 315, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -10781,7 +11133,7 @@ "fileName": "button/index.d.ts", "line": 179, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L179" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L179" } ], "type": { @@ -10790,7 +11142,7 @@ } }, { - "id": 306, + "id": 316, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -10821,7 +11173,7 @@ "fileName": "button/index.d.ts", "line": 185, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L185" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L185" } ], "type": { @@ -10830,7 +11182,7 @@ } }, { - "id": 307, + "id": 317, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -10861,7 +11213,7 @@ "fileName": "button/index.d.ts", "line": 191, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L191" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L191" } ], "type": { @@ -10870,7 +11222,7 @@ } }, { - "id": 308, + "id": 318, "name": "color", "variant": "declaration", "kind": 1024, @@ -10901,7 +11253,7 @@ "fileName": "button/index.d.ts", "line": 197, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L197" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L197" } ], "type": { @@ -10910,7 +11262,7 @@ } }, { - "id": 309, + "id": 319, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -10941,7 +11293,7 @@ "fileName": "button/index.d.ts", "line": 203, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L203" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L203" } ], "type": { @@ -10950,7 +11302,7 @@ } }, { - "id": 310, + "id": 320, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -10981,7 +11333,7 @@ "fileName": "button/index.d.ts", "line": 209, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L209" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L209" } ], "type": { @@ -10990,7 +11342,7 @@ } }, { - "id": 311, + "id": 321, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -11010,20 +11362,20 @@ "fileName": "button/index.d.ts", "line": 213, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L213" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L213" } ], "type": { "type": "reflection", "declaration": { - "id": 312, + "id": 322, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 313, + "id": 323, "name": "color", "variant": "declaration", "kind": 1024, @@ -11054,7 +11406,7 @@ "fileName": "button/index.d.ts", "line": 219, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L219" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L219" } ], "type": { @@ -11063,7 +11415,7 @@ } }, { - "id": 314, + "id": 324, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -11094,7 +11446,7 @@ "fileName": "button/index.d.ts", "line": 225, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L225" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L225" } ], "type": { @@ -11107,8 +11459,8 @@ { "title": "Properties", "children": [ - 313, - 314 + 323, + 324 ] } ], @@ -11117,7 +11469,7 @@ "fileName": "button/index.d.ts", "line": 213, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L213" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L213" } ] } @@ -11128,16 +11480,16 @@ { "title": "Properties", "children": [ - 302, - 303, - 304, - 305, - 306, - 307, - 308, - 309, - 310, - 311 + 312, + 313, + 314, + 315, + 316, + 317, + 318, + 319, + 320, + 321 ] } ], @@ -11146,14 +11498,14 @@ "fileName": "button/index.d.ts", "line": 155, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L155" } ] } } }, { - "id": 315, + "id": 325, "name": "secondary", "variant": "declaration", "kind": 1024, @@ -11173,20 +11525,20 @@ "fileName": "button/index.d.ts", "line": 231, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L231" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L231" } ], "type": { "type": "reflection", "declaration": { - "id": 316, + "id": 326, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 317, + "id": 327, "name": "background", "variant": "declaration", "kind": 1024, @@ -11217,7 +11569,7 @@ "fileName": "button/index.d.ts", "line": 237, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L237" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L237" } ], "type": { @@ -11226,7 +11578,7 @@ } }, { - "id": 318, + "id": 328, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -11257,7 +11609,7 @@ "fileName": "button/index.d.ts", "line": 243, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L243" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L243" } ], "type": { @@ -11266,7 +11618,7 @@ } }, { - "id": 319, + "id": 329, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -11297,7 +11649,7 @@ "fileName": "button/index.d.ts", "line": 249, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L249" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L249" } ], "type": { @@ -11306,7 +11658,7 @@ } }, { - "id": 320, + "id": 330, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -11337,7 +11689,7 @@ "fileName": "button/index.d.ts", "line": 255, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L255" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L255" } ], "type": { @@ -11346,7 +11698,7 @@ } }, { - "id": 321, + "id": 331, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -11377,7 +11729,7 @@ "fileName": "button/index.d.ts", "line": 261, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L261" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L261" } ], "type": { @@ -11386,7 +11738,7 @@ } }, { - "id": 322, + "id": 332, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -11417,7 +11769,7 @@ "fileName": "button/index.d.ts", "line": 267, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L267" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L267" } ], "type": { @@ -11426,7 +11778,7 @@ } }, { - "id": 323, + "id": 333, "name": "color", "variant": "declaration", "kind": 1024, @@ -11457,7 +11809,7 @@ "fileName": "button/index.d.ts", "line": 273, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L273" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L273" } ], "type": { @@ -11466,7 +11818,7 @@ } }, { - "id": 324, + "id": 334, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -11497,7 +11849,7 @@ "fileName": "button/index.d.ts", "line": 279, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L279" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L279" } ], "type": { @@ -11506,7 +11858,7 @@ } }, { - "id": 325, + "id": 335, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -11537,7 +11889,7 @@ "fileName": "button/index.d.ts", "line": 285, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L285" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L285" } ], "type": { @@ -11546,7 +11898,7 @@ } }, { - "id": 326, + "id": 336, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -11566,20 +11918,20 @@ "fileName": "button/index.d.ts", "line": 289, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L289" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L289" } ], "type": { "type": "reflection", "declaration": { - "id": 327, + "id": 337, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 328, + "id": 338, "name": "color", "variant": "declaration", "kind": 1024, @@ -11610,7 +11962,7 @@ "fileName": "button/index.d.ts", "line": 295, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L295" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L295" } ], "type": { @@ -11619,7 +11971,7 @@ } }, { - "id": 329, + "id": 339, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -11650,7 +12002,7 @@ "fileName": "button/index.d.ts", "line": 301, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L301" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L301" } ], "type": { @@ -11663,8 +12015,8 @@ { "title": "Properties", "children": [ - 328, - 329 + 338, + 339 ] } ], @@ -11673,7 +12025,7 @@ "fileName": "button/index.d.ts", "line": 289, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L289" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L289" } ] } @@ -11684,16 +12036,16 @@ { "title": "Properties", "children": [ - 317, - 318, - 319, - 320, - 321, - 322, - 323, - 324, - 325, - 326 + 327, + 328, + 329, + 330, + 331, + 332, + 333, + 334, + 335, + 336 ] } ], @@ -11702,14 +12054,14 @@ "fileName": "button/index.d.ts", "line": 231, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L231" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L231" } ] } } }, { - "id": 330, + "id": 340, "name": "info", "variant": "declaration", "kind": 1024, @@ -11729,20 +12081,20 @@ "fileName": "button/index.d.ts", "line": 307, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L307" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L307" } ], "type": { "type": "reflection", "declaration": { - "id": 331, + "id": 341, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 332, + "id": 342, "name": "background", "variant": "declaration", "kind": 1024, @@ -11773,7 +12125,7 @@ "fileName": "button/index.d.ts", "line": 313, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L313" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L313" } ], "type": { @@ -11782,7 +12134,7 @@ } }, { - "id": 333, + "id": 343, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -11813,7 +12165,7 @@ "fileName": "button/index.d.ts", "line": 319, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L319" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L319" } ], "type": { @@ -11822,7 +12174,7 @@ } }, { - "id": 334, + "id": 344, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -11853,7 +12205,7 @@ "fileName": "button/index.d.ts", "line": 325, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L325" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L325" } ], "type": { @@ -11862,7 +12214,7 @@ } }, { - "id": 335, + "id": 345, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -11893,7 +12245,7 @@ "fileName": "button/index.d.ts", "line": 331, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L331" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L331" } ], "type": { @@ -11902,7 +12254,7 @@ } }, { - "id": 336, + "id": 346, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -11933,7 +12285,7 @@ "fileName": "button/index.d.ts", "line": 337, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L337" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L337" } ], "type": { @@ -11942,7 +12294,7 @@ } }, { - "id": 337, + "id": 347, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -11973,7 +12325,7 @@ "fileName": "button/index.d.ts", "line": 343, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L343" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L343" } ], "type": { @@ -11982,7 +12334,7 @@ } }, { - "id": 338, + "id": 348, "name": "color", "variant": "declaration", "kind": 1024, @@ -12013,7 +12365,7 @@ "fileName": "button/index.d.ts", "line": 349, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L349" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L349" } ], "type": { @@ -12022,7 +12374,7 @@ } }, { - "id": 339, + "id": 349, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -12053,7 +12405,7 @@ "fileName": "button/index.d.ts", "line": 355, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L355" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L355" } ], "type": { @@ -12062,7 +12414,7 @@ } }, { - "id": 340, + "id": 350, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -12093,7 +12445,7 @@ "fileName": "button/index.d.ts", "line": 361, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L361" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L361" } ], "type": { @@ -12102,7 +12454,7 @@ } }, { - "id": 341, + "id": 351, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -12122,20 +12474,20 @@ "fileName": "button/index.d.ts", "line": 365, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L365" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L365" } ], "type": { "type": "reflection", "declaration": { - "id": 342, + "id": 352, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 343, + "id": 353, "name": "color", "variant": "declaration", "kind": 1024, @@ -12166,7 +12518,7 @@ "fileName": "button/index.d.ts", "line": 371, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L371" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L371" } ], "type": { @@ -12175,7 +12527,7 @@ } }, { - "id": 344, + "id": 354, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -12206,7 +12558,7 @@ "fileName": "button/index.d.ts", "line": 377, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L377" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L377" } ], "type": { @@ -12219,8 +12571,8 @@ { "title": "Properties", "children": [ - 343, - 344 + 353, + 354 ] } ], @@ -12229,7 +12581,7 @@ "fileName": "button/index.d.ts", "line": 365, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L365" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L365" } ] } @@ -12240,16 +12592,16 @@ { "title": "Properties", "children": [ - 332, - 333, - 334, - 335, - 336, - 337, - 338, - 339, - 340, - 341 + 342, + 343, + 344, + 345, + 346, + 347, + 348, + 349, + 350, + 351 ] } ], @@ -12258,14 +12610,14 @@ "fileName": "button/index.d.ts", "line": 307, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L307" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L307" } ] } } }, { - "id": 345, + "id": 355, "name": "success", "variant": "declaration", "kind": 1024, @@ -12285,20 +12637,20 @@ "fileName": "button/index.d.ts", "line": 383, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L383" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L383" } ], "type": { "type": "reflection", "declaration": { - "id": 346, + "id": 356, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 347, + "id": 357, "name": "background", "variant": "declaration", "kind": 1024, @@ -12329,7 +12681,7 @@ "fileName": "button/index.d.ts", "line": 389, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L389" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L389" } ], "type": { @@ -12338,7 +12690,7 @@ } }, { - "id": 348, + "id": 358, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -12369,7 +12721,7 @@ "fileName": "button/index.d.ts", "line": 395, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L395" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L395" } ], "type": { @@ -12378,7 +12730,7 @@ } }, { - "id": 349, + "id": 359, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -12409,7 +12761,7 @@ "fileName": "button/index.d.ts", "line": 401, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L401" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L401" } ], "type": { @@ -12418,7 +12770,7 @@ } }, { - "id": 350, + "id": 360, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -12449,7 +12801,7 @@ "fileName": "button/index.d.ts", "line": 407, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L407" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L407" } ], "type": { @@ -12458,7 +12810,7 @@ } }, { - "id": 351, + "id": 361, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -12489,7 +12841,7 @@ "fileName": "button/index.d.ts", "line": 413, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L413" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L413" } ], "type": { @@ -12498,7 +12850,7 @@ } }, { - "id": 352, + "id": 362, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -12529,7 +12881,7 @@ "fileName": "button/index.d.ts", "line": 419, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L419" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L419" } ], "type": { @@ -12538,7 +12890,7 @@ } }, { - "id": 353, + "id": 363, "name": "color", "variant": "declaration", "kind": 1024, @@ -12569,7 +12921,7 @@ "fileName": "button/index.d.ts", "line": 425, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L425" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L425" } ], "type": { @@ -12578,7 +12930,7 @@ } }, { - "id": 354, + "id": 364, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -12609,7 +12961,7 @@ "fileName": "button/index.d.ts", "line": 431, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L431" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L431" } ], "type": { @@ -12618,7 +12970,7 @@ } }, { - "id": 355, + "id": 365, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -12649,7 +13001,7 @@ "fileName": "button/index.d.ts", "line": 437, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L437" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L437" } ], "type": { @@ -12658,7 +13010,7 @@ } }, { - "id": 356, + "id": 366, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -12678,20 +13030,20 @@ "fileName": "button/index.d.ts", "line": 441, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L441" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L441" } ], "type": { "type": "reflection", "declaration": { - "id": 357, + "id": 367, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 358, + "id": 368, "name": "color", "variant": "declaration", "kind": 1024, @@ -12722,7 +13074,7 @@ "fileName": "button/index.d.ts", "line": 447, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L447" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L447" } ], "type": { @@ -12731,7 +13083,7 @@ } }, { - "id": 359, + "id": 369, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -12762,7 +13114,7 @@ "fileName": "button/index.d.ts", "line": 453, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L453" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L453" } ], "type": { @@ -12775,8 +13127,8 @@ { "title": "Properties", "children": [ - 358, - 359 + 368, + 369 ] } ], @@ -12785,7 +13137,7 @@ "fileName": "button/index.d.ts", "line": 441, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L441" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L441" } ] } @@ -12796,16 +13148,16 @@ { "title": "Properties", "children": [ - 347, - 348, - 349, - 350, - 351, - 352, - 353, - 354, - 355, - 356 + 357, + 358, + 359, + 360, + 361, + 362, + 363, + 364, + 365, + 366 ] } ], @@ -12814,14 +13166,14 @@ "fileName": "button/index.d.ts", "line": 383, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L383" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L383" } ] } } }, { - "id": 360, + "id": 370, "name": "warn", "variant": "declaration", "kind": 1024, @@ -12841,20 +13193,20 @@ "fileName": "button/index.d.ts", "line": 459, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L459" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L459" } ], "type": { "type": "reflection", "declaration": { - "id": 361, + "id": 371, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 362, + "id": 372, "name": "background", "variant": "declaration", "kind": 1024, @@ -12885,7 +13237,7 @@ "fileName": "button/index.d.ts", "line": 465, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L465" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L465" } ], "type": { @@ -12894,7 +13246,7 @@ } }, { - "id": 363, + "id": 373, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -12925,7 +13277,7 @@ "fileName": "button/index.d.ts", "line": 471, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L471" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L471" } ], "type": { @@ -12934,7 +13286,7 @@ } }, { - "id": 364, + "id": 374, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -12965,7 +13317,7 @@ "fileName": "button/index.d.ts", "line": 477, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L477" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L477" } ], "type": { @@ -12974,7 +13326,7 @@ } }, { - "id": 365, + "id": 375, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -13005,7 +13357,7 @@ "fileName": "button/index.d.ts", "line": 483, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L483" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L483" } ], "type": { @@ -13014,7 +13366,7 @@ } }, { - "id": 366, + "id": 376, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -13045,7 +13397,7 @@ "fileName": "button/index.d.ts", "line": 489, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L489" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L489" } ], "type": { @@ -13054,7 +13406,7 @@ } }, { - "id": 367, + "id": 377, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -13085,7 +13437,7 @@ "fileName": "button/index.d.ts", "line": 495, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L495" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L495" } ], "type": { @@ -13094,7 +13446,7 @@ } }, { - "id": 368, + "id": 378, "name": "color", "variant": "declaration", "kind": 1024, @@ -13125,7 +13477,7 @@ "fileName": "button/index.d.ts", "line": 501, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L501" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L501" } ], "type": { @@ -13134,7 +13486,7 @@ } }, { - "id": 369, + "id": 379, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -13165,7 +13517,7 @@ "fileName": "button/index.d.ts", "line": 507, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L507" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L507" } ], "type": { @@ -13174,7 +13526,7 @@ } }, { - "id": 370, + "id": 380, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -13205,7 +13557,7 @@ "fileName": "button/index.d.ts", "line": 513, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L513" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L513" } ], "type": { @@ -13214,7 +13566,7 @@ } }, { - "id": 371, + "id": 381, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -13234,20 +13586,20 @@ "fileName": "button/index.d.ts", "line": 517, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L517" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L517" } ], "type": { "type": "reflection", "declaration": { - "id": 372, + "id": 382, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 373, + "id": 383, "name": "color", "variant": "declaration", "kind": 1024, @@ -13278,7 +13630,7 @@ "fileName": "button/index.d.ts", "line": 523, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L523" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L523" } ], "type": { @@ -13287,7 +13639,7 @@ } }, { - "id": 374, + "id": 384, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -13318,7 +13670,7 @@ "fileName": "button/index.d.ts", "line": 529, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L529" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L529" } ], "type": { @@ -13331,8 +13683,8 @@ { "title": "Properties", "children": [ - 373, - 374 + 383, + 384 ] } ], @@ -13341,7 +13693,7 @@ "fileName": "button/index.d.ts", "line": 517, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L517" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L517" } ] } @@ -13352,16 +13704,16 @@ { "title": "Properties", "children": [ - 362, - 363, - 364, - 365, - 366, - 367, - 368, - 369, - 370, - 371 + 372, + 373, + 374, + 375, + 376, + 377, + 378, + 379, + 380, + 381 ] } ], @@ -13370,14 +13722,14 @@ "fileName": "button/index.d.ts", "line": 459, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L459" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L459" } ] } } }, { - "id": 375, + "id": 385, "name": "help", "variant": "declaration", "kind": 1024, @@ -13397,20 +13749,20 @@ "fileName": "button/index.d.ts", "line": 535, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L535" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L535" } ], "type": { "type": "reflection", "declaration": { - "id": 376, + "id": 386, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 377, + "id": 387, "name": "background", "variant": "declaration", "kind": 1024, @@ -13441,7 +13793,7 @@ "fileName": "button/index.d.ts", "line": 541, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L541" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L541" } ], "type": { @@ -13450,7 +13802,7 @@ } }, { - "id": 378, + "id": 388, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -13481,7 +13833,7 @@ "fileName": "button/index.d.ts", "line": 547, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L547" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L547" } ], "type": { @@ -13490,7 +13842,7 @@ } }, { - "id": 379, + "id": 389, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -13521,7 +13873,7 @@ "fileName": "button/index.d.ts", "line": 553, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L553" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L553" } ], "type": { @@ -13530,7 +13882,7 @@ } }, { - "id": 380, + "id": 390, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -13561,7 +13913,7 @@ "fileName": "button/index.d.ts", "line": 559, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L559" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L559" } ], "type": { @@ -13570,7 +13922,7 @@ } }, { - "id": 381, + "id": 391, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -13601,7 +13953,7 @@ "fileName": "button/index.d.ts", "line": 565, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L565" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L565" } ], "type": { @@ -13610,7 +13962,7 @@ } }, { - "id": 382, + "id": 392, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -13641,7 +13993,7 @@ "fileName": "button/index.d.ts", "line": 571, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L571" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L571" } ], "type": { @@ -13650,7 +14002,7 @@ } }, { - "id": 383, + "id": 393, "name": "color", "variant": "declaration", "kind": 1024, @@ -13681,7 +14033,7 @@ "fileName": "button/index.d.ts", "line": 577, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L577" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L577" } ], "type": { @@ -13690,7 +14042,7 @@ } }, { - "id": 384, + "id": 394, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -13721,7 +14073,7 @@ "fileName": "button/index.d.ts", "line": 583, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L583" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L583" } ], "type": { @@ -13730,7 +14082,7 @@ } }, { - "id": 385, + "id": 395, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -13761,7 +14113,7 @@ "fileName": "button/index.d.ts", "line": 589, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L589" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L589" } ], "type": { @@ -13770,7 +14122,7 @@ } }, { - "id": 386, + "id": 396, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -13790,20 +14142,20 @@ "fileName": "button/index.d.ts", "line": 593, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L593" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L593" } ], "type": { "type": "reflection", "declaration": { - "id": 387, + "id": 397, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 388, + "id": 398, "name": "color", "variant": "declaration", "kind": 1024, @@ -13834,7 +14186,7 @@ "fileName": "button/index.d.ts", "line": 599, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L599" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L599" } ], "type": { @@ -13843,7 +14195,7 @@ } }, { - "id": 389, + "id": 399, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -13874,7 +14226,7 @@ "fileName": "button/index.d.ts", "line": 605, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L605" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L605" } ], "type": { @@ -13887,8 +14239,8 @@ { "title": "Properties", "children": [ - 388, - 389 + 398, + 399 ] } ], @@ -13897,7 +14249,7 @@ "fileName": "button/index.d.ts", "line": 593, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L593" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L593" } ] } @@ -13908,16 +14260,16 @@ { "title": "Properties", "children": [ - 377, - 378, - 379, - 380, - 381, - 382, - 383, - 384, - 385, - 386 + 387, + 388, + 389, + 390, + 391, + 392, + 393, + 394, + 395, + 396 ] } ], @@ -13926,14 +14278,14 @@ "fileName": "button/index.d.ts", "line": 535, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L535" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L535" } ] } } }, { - "id": 390, + "id": 400, "name": "danger", "variant": "declaration", "kind": 1024, @@ -13953,20 +14305,20 @@ "fileName": "button/index.d.ts", "line": 611, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L611" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L611" } ], "type": { "type": "reflection", "declaration": { - "id": 391, + "id": 401, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 392, + "id": 402, "name": "background", "variant": "declaration", "kind": 1024, @@ -13997,7 +14349,7 @@ "fileName": "button/index.d.ts", "line": 617, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L617" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L617" } ], "type": { @@ -14006,7 +14358,7 @@ } }, { - "id": 393, + "id": 403, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -14037,7 +14389,7 @@ "fileName": "button/index.d.ts", "line": 623, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L623" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L623" } ], "type": { @@ -14046,7 +14398,7 @@ } }, { - "id": 394, + "id": 404, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -14077,7 +14429,7 @@ "fileName": "button/index.d.ts", "line": 629, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L629" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L629" } ], "type": { @@ -14086,7 +14438,7 @@ } }, { - "id": 395, + "id": 405, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -14117,7 +14469,7 @@ "fileName": "button/index.d.ts", "line": 635, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L635" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L635" } ], "type": { @@ -14126,7 +14478,7 @@ } }, { - "id": 396, + "id": 406, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -14157,7 +14509,7 @@ "fileName": "button/index.d.ts", "line": 641, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L641" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L641" } ], "type": { @@ -14166,7 +14518,7 @@ } }, { - "id": 397, + "id": 407, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -14197,7 +14549,7 @@ "fileName": "button/index.d.ts", "line": 647, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L647" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L647" } ], "type": { @@ -14206,7 +14558,7 @@ } }, { - "id": 398, + "id": 408, "name": "color", "variant": "declaration", "kind": 1024, @@ -14237,7 +14589,7 @@ "fileName": "button/index.d.ts", "line": 653, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L653" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L653" } ], "type": { @@ -14246,7 +14598,7 @@ } }, { - "id": 399, + "id": 409, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -14277,7 +14629,7 @@ "fileName": "button/index.d.ts", "line": 659, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L659" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L659" } ], "type": { @@ -14286,7 +14638,7 @@ } }, { - "id": 400, + "id": 410, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -14317,7 +14669,7 @@ "fileName": "button/index.d.ts", "line": 665, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L665" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L665" } ], "type": { @@ -14326,7 +14678,7 @@ } }, { - "id": 401, + "id": 411, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -14346,20 +14698,20 @@ "fileName": "button/index.d.ts", "line": 669, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L669" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L669" } ], "type": { "type": "reflection", "declaration": { - "id": 402, + "id": 412, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 403, + "id": 413, "name": "color", "variant": "declaration", "kind": 1024, @@ -14390,7 +14742,7 @@ "fileName": "button/index.d.ts", "line": 675, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L675" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L675" } ], "type": { @@ -14399,7 +14751,7 @@ } }, { - "id": 404, + "id": 414, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -14430,7 +14782,7 @@ "fileName": "button/index.d.ts", "line": 681, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L681" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L681" } ], "type": { @@ -14443,8 +14795,8 @@ { "title": "Properties", "children": [ - 403, - 404 + 413, + 414 ] } ], @@ -14453,7 +14805,7 @@ "fileName": "button/index.d.ts", "line": 669, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L669" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L669" } ] } @@ -14464,16 +14816,16 @@ { "title": "Properties", "children": [ - 392, - 393, - 394, - 395, - 396, - 397, - 398, - 399, - 400, - 401 + 402, + 403, + 404, + 405, + 406, + 407, + 408, + 409, + 410, + 411 ] } ], @@ -14482,14 +14834,14 @@ "fileName": "button/index.d.ts", "line": 611, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L611" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L611" } ] } } }, { - "id": 405, + "id": 415, "name": "contrast", "variant": "declaration", "kind": 1024, @@ -14509,20 +14861,20 @@ "fileName": "button/index.d.ts", "line": 687, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L687" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L687" } ], "type": { "type": "reflection", "declaration": { - "id": 406, + "id": 416, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 407, + "id": 417, "name": "background", "variant": "declaration", "kind": 1024, @@ -14553,7 +14905,7 @@ "fileName": "button/index.d.ts", "line": 693, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L693" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L693" } ], "type": { @@ -14562,7 +14914,7 @@ } }, { - "id": 408, + "id": 418, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -14593,7 +14945,7 @@ "fileName": "button/index.d.ts", "line": 699, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L699" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L699" } ], "type": { @@ -14602,7 +14954,7 @@ } }, { - "id": 409, + "id": 419, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -14633,7 +14985,7 @@ "fileName": "button/index.d.ts", "line": 705, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L705" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L705" } ], "type": { @@ -14642,7 +14994,7 @@ } }, { - "id": 410, + "id": 420, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -14673,7 +15025,7 @@ "fileName": "button/index.d.ts", "line": 711, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L711" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L711" } ], "type": { @@ -14682,7 +15034,7 @@ } }, { - "id": 411, + "id": 421, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -14713,7 +15065,7 @@ "fileName": "button/index.d.ts", "line": 717, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L717" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L717" } ], "type": { @@ -14722,7 +15074,7 @@ } }, { - "id": 412, + "id": 422, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -14753,7 +15105,7 @@ "fileName": "button/index.d.ts", "line": 723, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L723" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L723" } ], "type": { @@ -14762,7 +15114,7 @@ } }, { - "id": 413, + "id": 423, "name": "color", "variant": "declaration", "kind": 1024, @@ -14793,7 +15145,7 @@ "fileName": "button/index.d.ts", "line": 729, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L729" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L729" } ], "type": { @@ -14802,7 +15154,7 @@ } }, { - "id": 414, + "id": 424, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -14833,7 +15185,7 @@ "fileName": "button/index.d.ts", "line": 735, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L735" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L735" } ], "type": { @@ -14842,7 +15194,7 @@ } }, { - "id": 415, + "id": 425, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -14873,7 +15225,7 @@ "fileName": "button/index.d.ts", "line": 741, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L741" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L741" } ], "type": { @@ -14882,7 +15234,7 @@ } }, { - "id": 416, + "id": 426, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -14902,20 +15254,20 @@ "fileName": "button/index.d.ts", "line": 745, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L745" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L745" } ], "type": { "type": "reflection", "declaration": { - "id": 417, + "id": 427, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 418, + "id": 428, "name": "color", "variant": "declaration", "kind": 1024, @@ -14946,7 +15298,7 @@ "fileName": "button/index.d.ts", "line": 751, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L751" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L751" } ], "type": { @@ -14955,7 +15307,7 @@ } }, { - "id": 419, + "id": 429, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -14986,7 +15338,7 @@ "fileName": "button/index.d.ts", "line": 757, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L757" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L757" } ], "type": { @@ -14999,8 +15351,8 @@ { "title": "Properties", "children": [ - 418, - 419 + 428, + 429 ] } ], @@ -15009,7 +15361,7 @@ "fileName": "button/index.d.ts", "line": 745, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L745" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L745" } ] } @@ -15020,16 +15372,16 @@ { "title": "Properties", "children": [ - 407, - 408, - 409, - 410, - 411, - 412, - 413, - 414, - 415, - 416 + 417, + 418, + 419, + 420, + 421, + 422, + 423, + 424, + 425, + 426 ] } ], @@ -15038,7 +15390,7 @@ "fileName": "button/index.d.ts", "line": 687, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L687" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L687" } ] } @@ -15049,27 +15401,27 @@ { "title": "Properties", "children": [ - 273, - 274, - 275, - 276, - 277, - 278, - 279, + 283, 284, + 285, + 286, + 287, + 288, 289, - 292, - 293, - 298, + 294, 299, - 300, - 315, - 330, - 345, - 360, - 375, - 390, - 405 + 302, + 303, + 308, + 309, + 310, + 325, + 340, + 355, + 370, + 385, + 400, + 415 ] } ], @@ -15078,14 +15430,14 @@ "fileName": "button/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L17" } ] } } }, { - "id": 420, + "id": 430, "name": "outlined", "variant": "declaration", "kind": 1024, @@ -15105,20 +15457,20 @@ "fileName": "button/index.d.ts", "line": 764, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L764" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L764" } ], "type": { "type": "reflection", "declaration": { - "id": 421, + "id": 431, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 422, + "id": 432, "name": "primary", "variant": "declaration", "kind": 1024, @@ -15138,20 +15490,20 @@ "fileName": "button/index.d.ts", "line": 768, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L768" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L768" } ], "type": { "type": "reflection", "declaration": { - "id": 423, + "id": 433, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 424, + "id": 434, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -15182,7 +15534,7 @@ "fileName": "button/index.d.ts", "line": 774, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L774" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L774" } ], "type": { @@ -15191,7 +15543,7 @@ } }, { - "id": 425, + "id": 435, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -15222,7 +15574,7 @@ "fileName": "button/index.d.ts", "line": 780, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L780" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L780" } ], "type": { @@ -15231,7 +15583,7 @@ } }, { - "id": 426, + "id": 436, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -15262,7 +15614,7 @@ "fileName": "button/index.d.ts", "line": 786, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L786" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L786" } ], "type": { @@ -15271,7 +15623,7 @@ } }, { - "id": 427, + "id": 437, "name": "color", "variant": "declaration", "kind": 1024, @@ -15302,7 +15654,7 @@ "fileName": "button/index.d.ts", "line": 792, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L792" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L792" } ], "type": { @@ -15315,10 +15667,10 @@ { "title": "Properties", "children": [ - 424, - 425, - 426, - 427 + 434, + 435, + 436, + 437 ] } ], @@ -15327,14 +15679,14 @@ "fileName": "button/index.d.ts", "line": 768, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L768" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L768" } ] } } }, { - "id": 428, + "id": 438, "name": "secondary", "variant": "declaration", "kind": 1024, @@ -15354,20 +15706,20 @@ "fileName": "button/index.d.ts", "line": 797, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L797" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L797" } ], "type": { "type": "reflection", "declaration": { - "id": 429, + "id": 439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 430, + "id": 440, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -15398,7 +15750,7 @@ "fileName": "button/index.d.ts", "line": 803, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L803" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L803" } ], "type": { @@ -15407,7 +15759,7 @@ } }, { - "id": 431, + "id": 441, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -15438,7 +15790,7 @@ "fileName": "button/index.d.ts", "line": 809, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L809" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L809" } ], "type": { @@ -15447,7 +15799,7 @@ } }, { - "id": 432, + "id": 442, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -15478,7 +15830,7 @@ "fileName": "button/index.d.ts", "line": 815, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L815" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L815" } ], "type": { @@ -15487,7 +15839,7 @@ } }, { - "id": 433, + "id": 443, "name": "color", "variant": "declaration", "kind": 1024, @@ -15518,7 +15870,7 @@ "fileName": "button/index.d.ts", "line": 821, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L821" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L821" } ], "type": { @@ -15531,10 +15883,10 @@ { "title": "Properties", "children": [ - 430, - 431, - 432, - 433 + 440, + 441, + 442, + 443 ] } ], @@ -15543,14 +15895,14 @@ "fileName": "button/index.d.ts", "line": 797, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L797" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L797" } ] } } }, { - "id": 434, + "id": 444, "name": "success", "variant": "declaration", "kind": 1024, @@ -15570,20 +15922,20 @@ "fileName": "button/index.d.ts", "line": 826, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L826" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L826" } ], "type": { "type": "reflection", "declaration": { - "id": 435, + "id": 445, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 436, + "id": 446, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -15614,7 +15966,7 @@ "fileName": "button/index.d.ts", "line": 832, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L832" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L832" } ], "type": { @@ -15623,7 +15975,7 @@ } }, { - "id": 437, + "id": 447, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -15654,7 +16006,7 @@ "fileName": "button/index.d.ts", "line": 838, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L838" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L838" } ], "type": { @@ -15663,7 +16015,7 @@ } }, { - "id": 438, + "id": 448, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -15694,7 +16046,7 @@ "fileName": "button/index.d.ts", "line": 844, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L844" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L844" } ], "type": { @@ -15703,7 +16055,7 @@ } }, { - "id": 439, + "id": 449, "name": "color", "variant": "declaration", "kind": 1024, @@ -15734,7 +16086,7 @@ "fileName": "button/index.d.ts", "line": 850, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L850" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L850" } ], "type": { @@ -15747,10 +16099,10 @@ { "title": "Properties", "children": [ - 436, - 437, - 438, - 439 + 446, + 447, + 448, + 449 ] } ], @@ -15759,14 +16111,14 @@ "fileName": "button/index.d.ts", "line": 826, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L826" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L826" } ] } } }, { - "id": 440, + "id": 450, "name": "info", "variant": "declaration", "kind": 1024, @@ -15786,20 +16138,20 @@ "fileName": "button/index.d.ts", "line": 855, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L855" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L855" } ], "type": { "type": "reflection", "declaration": { - "id": 441, + "id": 451, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 442, + "id": 452, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -15830,7 +16182,7 @@ "fileName": "button/index.d.ts", "line": 861, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L861" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L861" } ], "type": { @@ -15839,7 +16191,7 @@ } }, { - "id": 443, + "id": 453, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -15870,7 +16222,7 @@ "fileName": "button/index.d.ts", "line": 867, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L867" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L867" } ], "type": { @@ -15879,7 +16231,7 @@ } }, { - "id": 444, + "id": 454, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -15910,7 +16262,7 @@ "fileName": "button/index.d.ts", "line": 873, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L873" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L873" } ], "type": { @@ -15919,7 +16271,7 @@ } }, { - "id": 445, + "id": 455, "name": "color", "variant": "declaration", "kind": 1024, @@ -15950,7 +16302,7 @@ "fileName": "button/index.d.ts", "line": 879, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L879" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L879" } ], "type": { @@ -15963,10 +16315,10 @@ { "title": "Properties", "children": [ - 442, - 443, - 444, - 445 + 452, + 453, + 454, + 455 ] } ], @@ -15975,14 +16327,14 @@ "fileName": "button/index.d.ts", "line": 855, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L855" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L855" } ] } } }, { - "id": 446, + "id": 456, "name": "warn", "variant": "declaration", "kind": 1024, @@ -16002,20 +16354,20 @@ "fileName": "button/index.d.ts", "line": 884, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L884" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L884" } ], "type": { "type": "reflection", "declaration": { - "id": 447, + "id": 457, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 448, + "id": 458, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -16046,7 +16398,7 @@ "fileName": "button/index.d.ts", "line": 890, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L890" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L890" } ], "type": { @@ -16055,7 +16407,7 @@ } }, { - "id": 449, + "id": 459, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -16086,7 +16438,7 @@ "fileName": "button/index.d.ts", "line": 896, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L896" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L896" } ], "type": { @@ -16095,7 +16447,7 @@ } }, { - "id": 450, + "id": 460, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -16126,7 +16478,7 @@ "fileName": "button/index.d.ts", "line": 902, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L902" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L902" } ], "type": { @@ -16135,7 +16487,7 @@ } }, { - "id": 451, + "id": 461, "name": "color", "variant": "declaration", "kind": 1024, @@ -16166,7 +16518,7 @@ "fileName": "button/index.d.ts", "line": 908, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L908" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L908" } ], "type": { @@ -16179,10 +16531,10 @@ { "title": "Properties", "children": [ - 448, - 449, - 450, - 451 + 458, + 459, + 460, + 461 ] } ], @@ -16191,14 +16543,14 @@ "fileName": "button/index.d.ts", "line": 884, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L884" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L884" } ] } } }, { - "id": 452, + "id": 462, "name": "help", "variant": "declaration", "kind": 1024, @@ -16218,20 +16570,20 @@ "fileName": "button/index.d.ts", "line": 913, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L913" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L913" } ], "type": { "type": "reflection", "declaration": { - "id": 453, + "id": 463, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 454, + "id": 464, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -16262,7 +16614,7 @@ "fileName": "button/index.d.ts", "line": 919, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L919" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L919" } ], "type": { @@ -16271,7 +16623,7 @@ } }, { - "id": 455, + "id": 465, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -16302,7 +16654,7 @@ "fileName": "button/index.d.ts", "line": 925, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L925" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L925" } ], "type": { @@ -16311,7 +16663,7 @@ } }, { - "id": 456, + "id": 466, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -16342,7 +16694,7 @@ "fileName": "button/index.d.ts", "line": 931, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L931" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L931" } ], "type": { @@ -16351,7 +16703,7 @@ } }, { - "id": 457, + "id": 467, "name": "color", "variant": "declaration", "kind": 1024, @@ -16382,7 +16734,7 @@ "fileName": "button/index.d.ts", "line": 937, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L937" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L937" } ], "type": { @@ -16395,10 +16747,10 @@ { "title": "Properties", "children": [ - 454, - 455, - 456, - 457 + 464, + 465, + 466, + 467 ] } ], @@ -16407,14 +16759,14 @@ "fileName": "button/index.d.ts", "line": 913, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L913" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L913" } ] } } }, { - "id": 458, + "id": 468, "name": "danger", "variant": "declaration", "kind": 1024, @@ -16434,20 +16786,20 @@ "fileName": "button/index.d.ts", "line": 942, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L942" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L942" } ], "type": { "type": "reflection", "declaration": { - "id": 459, + "id": 469, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 460, + "id": 470, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -16478,7 +16830,7 @@ "fileName": "button/index.d.ts", "line": 948, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L948" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L948" } ], "type": { @@ -16487,7 +16839,7 @@ } }, { - "id": 461, + "id": 471, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -16518,7 +16870,7 @@ "fileName": "button/index.d.ts", "line": 954, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L954" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L954" } ], "type": { @@ -16527,7 +16879,7 @@ } }, { - "id": 462, + "id": 472, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -16558,7 +16910,7 @@ "fileName": "button/index.d.ts", "line": 960, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L960" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L960" } ], "type": { @@ -16567,7 +16919,7 @@ } }, { - "id": 463, + "id": 473, "name": "color", "variant": "declaration", "kind": 1024, @@ -16598,7 +16950,7 @@ "fileName": "button/index.d.ts", "line": 966, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L966" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L966" } ], "type": { @@ -16611,10 +16963,10 @@ { "title": "Properties", "children": [ - 460, - 461, - 462, - 463 + 470, + 471, + 472, + 473 ] } ], @@ -16623,14 +16975,14 @@ "fileName": "button/index.d.ts", "line": 942, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L942" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L942" } ] } } }, { - "id": 464, + "id": 474, "name": "contrast", "variant": "declaration", "kind": 1024, @@ -16650,20 +17002,20 @@ "fileName": "button/index.d.ts", "line": 971, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L971" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L971" } ], "type": { "type": "reflection", "declaration": { - "id": 465, + "id": 475, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 466, + "id": 476, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -16694,7 +17046,7 @@ "fileName": "button/index.d.ts", "line": 977, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L977" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L977" } ], "type": { @@ -16703,7 +17055,7 @@ } }, { - "id": 467, + "id": 477, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -16734,7 +17086,7 @@ "fileName": "button/index.d.ts", "line": 983, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L983" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L983" } ], "type": { @@ -16743,7 +17095,7 @@ } }, { - "id": 468, + "id": 478, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -16774,7 +17126,7 @@ "fileName": "button/index.d.ts", "line": 989, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L989" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L989" } ], "type": { @@ -16783,7 +17135,7 @@ } }, { - "id": 469, + "id": 479, "name": "color", "variant": "declaration", "kind": 1024, @@ -16814,7 +17166,7 @@ "fileName": "button/index.d.ts", "line": 995, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L995" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L995" } ], "type": { @@ -16827,10 +17179,10 @@ { "title": "Properties", "children": [ - 466, - 467, - 468, - 469 + 476, + 477, + 478, + 479 ] } ], @@ -16839,14 +17191,14 @@ "fileName": "button/index.d.ts", "line": 971, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L971" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L971" } ] } } }, { - "id": 470, + "id": 480, "name": "plain", "variant": "declaration", "kind": 1024, @@ -16866,20 +17218,20 @@ "fileName": "button/index.d.ts", "line": 1000, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1000" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1000" } ], "type": { "type": "reflection", "declaration": { - "id": 471, + "id": 481, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 472, + "id": 482, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -16910,7 +17262,7 @@ "fileName": "button/index.d.ts", "line": 1006, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1006" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1006" } ], "type": { @@ -16919,7 +17271,7 @@ } }, { - "id": 473, + "id": 483, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -16950,7 +17302,7 @@ "fileName": "button/index.d.ts", "line": 1012, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1012" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1012" } ], "type": { @@ -16959,7 +17311,7 @@ } }, { - "id": 474, + "id": 484, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -16990,7 +17342,7 @@ "fileName": "button/index.d.ts", "line": 1018, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1018" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1018" } ], "type": { @@ -16999,7 +17351,7 @@ } }, { - "id": 475, + "id": 485, "name": "color", "variant": "declaration", "kind": 1024, @@ -17030,7 +17382,7 @@ "fileName": "button/index.d.ts", "line": 1024, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1024" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1024" } ], "type": { @@ -17043,10 +17395,10 @@ { "title": "Properties", "children": [ - 472, - 473, - 474, - 475 + 482, + 483, + 484, + 485 ] } ], @@ -17055,7 +17407,7 @@ "fileName": "button/index.d.ts", "line": 1000, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1000" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1000" } ] } @@ -17066,15 +17418,15 @@ { "title": "Properties", "children": [ - 422, - 428, - 434, - 440, - 446, - 452, - 458, - 464, - 470 + 432, + 438, + 444, + 450, + 456, + 462, + 468, + 474, + 480 ] } ], @@ -17083,14 +17435,14 @@ "fileName": "button/index.d.ts", "line": 764, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L764" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L764" } ] } } }, { - "id": 476, + "id": 486, "name": "text", "variant": "declaration", "kind": 1024, @@ -17110,20 +17462,20 @@ "fileName": "button/index.d.ts", "line": 1030, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1030" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1030" } ], "type": { "type": "reflection", "declaration": { - "id": 477, + "id": 487, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 478, + "id": 488, "name": "primary", "variant": "declaration", "kind": 1024, @@ -17143,20 +17495,20 @@ "fileName": "button/index.d.ts", "line": 1034, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1034" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1034" } ], "type": { "type": "reflection", "declaration": { - "id": 479, + "id": 489, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 480, + "id": 490, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -17187,7 +17539,7 @@ "fileName": "button/index.d.ts", "line": 1040, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1040" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1040" } ], "type": { @@ -17196,7 +17548,7 @@ } }, { - "id": 481, + "id": 491, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -17227,7 +17579,7 @@ "fileName": "button/index.d.ts", "line": 1046, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1046" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1046" } ], "type": { @@ -17236,7 +17588,7 @@ } }, { - "id": 482, + "id": 492, "name": "color", "variant": "declaration", "kind": 1024, @@ -17267,7 +17619,7 @@ "fileName": "button/index.d.ts", "line": 1052, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1052" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1052" } ], "type": { @@ -17280,9 +17632,9 @@ { "title": "Properties", "children": [ - 480, - 481, - 482 + 490, + 491, + 492 ] } ], @@ -17291,14 +17643,14 @@ "fileName": "button/index.d.ts", "line": 1034, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1034" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1034" } ] } } }, { - "id": 483, + "id": 493, "name": "secondary", "variant": "declaration", "kind": 1024, @@ -17318,20 +17670,20 @@ "fileName": "button/index.d.ts", "line": 1057, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1057" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1057" } ], "type": { "type": "reflection", "declaration": { - "id": 484, + "id": 494, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 485, + "id": 495, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -17362,7 +17714,7 @@ "fileName": "button/index.d.ts", "line": 1063, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1063" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1063" } ], "type": { @@ -17371,7 +17723,7 @@ } }, { - "id": 486, + "id": 496, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -17402,7 +17754,7 @@ "fileName": "button/index.d.ts", "line": 1069, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1069" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1069" } ], "type": { @@ -17411,7 +17763,7 @@ } }, { - "id": 487, + "id": 497, "name": "color", "variant": "declaration", "kind": 1024, @@ -17442,7 +17794,7 @@ "fileName": "button/index.d.ts", "line": 1075, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1075" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1075" } ], "type": { @@ -17455,9 +17807,9 @@ { "title": "Properties", "children": [ - 485, - 486, - 487 + 495, + 496, + 497 ] } ], @@ -17466,14 +17818,14 @@ "fileName": "button/index.d.ts", "line": 1057, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1057" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1057" } ] } } }, { - "id": 488, + "id": 498, "name": "success", "variant": "declaration", "kind": 1024, @@ -17493,20 +17845,20 @@ "fileName": "button/index.d.ts", "line": 1080, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1080" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1080" } ], "type": { "type": "reflection", "declaration": { - "id": 489, + "id": 499, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 490, + "id": 500, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -17537,7 +17889,7 @@ "fileName": "button/index.d.ts", "line": 1086, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1086" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1086" } ], "type": { @@ -17546,7 +17898,7 @@ } }, { - "id": 491, + "id": 501, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -17577,7 +17929,7 @@ "fileName": "button/index.d.ts", "line": 1092, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1092" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1092" } ], "type": { @@ -17586,7 +17938,7 @@ } }, { - "id": 492, + "id": 502, "name": "color", "variant": "declaration", "kind": 1024, @@ -17617,7 +17969,7 @@ "fileName": "button/index.d.ts", "line": 1098, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1098" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1098" } ], "type": { @@ -17630,9 +17982,9 @@ { "title": "Properties", "children": [ - 490, - 491, - 492 + 500, + 501, + 502 ] } ], @@ -17641,14 +17993,14 @@ "fileName": "button/index.d.ts", "line": 1080, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1080" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1080" } ] } } }, { - "id": 493, + "id": 503, "name": "info", "variant": "declaration", "kind": 1024, @@ -17668,20 +18020,20 @@ "fileName": "button/index.d.ts", "line": 1103, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1103" } ], "type": { "type": "reflection", "declaration": { - "id": 494, + "id": 504, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 495, + "id": 505, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -17712,7 +18064,7 @@ "fileName": "button/index.d.ts", "line": 1109, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1109" } ], "type": { @@ -17721,7 +18073,7 @@ } }, { - "id": 496, + "id": 506, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -17752,7 +18104,7 @@ "fileName": "button/index.d.ts", "line": 1115, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1115" } ], "type": { @@ -17761,7 +18113,7 @@ } }, { - "id": 497, + "id": 507, "name": "color", "variant": "declaration", "kind": 1024, @@ -17792,7 +18144,7 @@ "fileName": "button/index.d.ts", "line": 1121, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1121" } ], "type": { @@ -17805,9 +18157,9 @@ { "title": "Properties", "children": [ - 495, - 496, - 497 + 505, + 506, + 507 ] } ], @@ -17816,14 +18168,14 @@ "fileName": "button/index.d.ts", "line": 1103, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1103" } ] } } }, { - "id": 498, + "id": 508, "name": "warn", "variant": "declaration", "kind": 1024, @@ -17843,20 +18195,20 @@ "fileName": "button/index.d.ts", "line": 1126, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1126" } ], "type": { "type": "reflection", "declaration": { - "id": 499, + "id": 509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 500, + "id": 510, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -17887,7 +18239,7 @@ "fileName": "button/index.d.ts", "line": 1132, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1132" } ], "type": { @@ -17896,7 +18248,7 @@ } }, { - "id": 501, + "id": 511, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -17927,7 +18279,7 @@ "fileName": "button/index.d.ts", "line": 1138, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1138" } ], "type": { @@ -17936,7 +18288,7 @@ } }, { - "id": 502, + "id": 512, "name": "color", "variant": "declaration", "kind": 1024, @@ -17967,7 +18319,7 @@ "fileName": "button/index.d.ts", "line": 1144, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1144" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1144" } ], "type": { @@ -17980,9 +18332,9 @@ { "title": "Properties", "children": [ - 500, - 501, - 502 + 510, + 511, + 512 ] } ], @@ -17991,14 +18343,14 @@ "fileName": "button/index.d.ts", "line": 1126, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1126" } ] } } }, { - "id": 503, + "id": 513, "name": "help", "variant": "declaration", "kind": 1024, @@ -18018,20 +18370,20 @@ "fileName": "button/index.d.ts", "line": 1149, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1149" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1149" } ], "type": { "type": "reflection", "declaration": { - "id": 504, + "id": 514, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 505, + "id": 515, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -18062,7 +18414,7 @@ "fileName": "button/index.d.ts", "line": 1155, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1155" } ], "type": { @@ -18071,7 +18423,7 @@ } }, { - "id": 506, + "id": 516, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -18102,7 +18454,7 @@ "fileName": "button/index.d.ts", "line": 1161, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1161" } ], "type": { @@ -18111,7 +18463,7 @@ } }, { - "id": 507, + "id": 517, "name": "color", "variant": "declaration", "kind": 1024, @@ -18142,7 +18494,7 @@ "fileName": "button/index.d.ts", "line": 1167, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1167" } ], "type": { @@ -18155,9 +18507,9 @@ { "title": "Properties", "children": [ - 505, - 506, - 507 + 515, + 516, + 517 ] } ], @@ -18166,14 +18518,14 @@ "fileName": "button/index.d.ts", "line": 1149, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1149" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1149" } ] } } }, { - "id": 508, + "id": 518, "name": "danger", "variant": "declaration", "kind": 1024, @@ -18193,20 +18545,20 @@ "fileName": "button/index.d.ts", "line": 1172, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1172" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1172" } ], "type": { "type": "reflection", "declaration": { - "id": 509, + "id": 519, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 510, + "id": 520, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -18237,7 +18589,7 @@ "fileName": "button/index.d.ts", "line": 1178, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1178" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1178" } ], "type": { @@ -18246,7 +18598,7 @@ } }, { - "id": 511, + "id": 521, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -18277,7 +18629,7 @@ "fileName": "button/index.d.ts", "line": 1184, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1184" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1184" } ], "type": { @@ -18286,7 +18638,7 @@ } }, { - "id": 512, + "id": 522, "name": "color", "variant": "declaration", "kind": 1024, @@ -18317,7 +18669,7 @@ "fileName": "button/index.d.ts", "line": 1190, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1190" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1190" } ], "type": { @@ -18330,9 +18682,9 @@ { "title": "Properties", "children": [ - 510, - 511, - 512 + 520, + 521, + 522 ] } ], @@ -18341,14 +18693,14 @@ "fileName": "button/index.d.ts", "line": 1172, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1172" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1172" } ] } } }, { - "id": 513, + "id": 523, "name": "plain", "variant": "declaration", "kind": 1024, @@ -18368,20 +18720,20 @@ "fileName": "button/index.d.ts", "line": 1195, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1195" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1195" } ], "type": { "type": "reflection", "declaration": { - "id": 514, + "id": 524, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 515, + "id": 525, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -18412,7 +18764,7 @@ "fileName": "button/index.d.ts", "line": 1201, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1201" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1201" } ], "type": { @@ -18421,7 +18773,7 @@ } }, { - "id": 516, + "id": 526, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -18452,7 +18804,7 @@ "fileName": "button/index.d.ts", "line": 1207, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1207" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1207" } ], "type": { @@ -18461,7 +18813,7 @@ } }, { - "id": 517, + "id": 527, "name": "color", "variant": "declaration", "kind": 1024, @@ -18492,7 +18844,7 @@ "fileName": "button/index.d.ts", "line": 1213, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1213" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1213" } ], "type": { @@ -18505,9 +18857,9 @@ { "title": "Properties", "children": [ - 515, - 516, - 517 + 525, + 526, + 527 ] } ], @@ -18516,7 +18868,7 @@ "fileName": "button/index.d.ts", "line": 1195, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1195" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1195" } ] } @@ -18527,14 +18879,14 @@ { "title": "Properties", "children": [ - 478, - 483, 488, 493, 498, 503, 508, - 513 + 513, + 518, + 523 ] } ], @@ -18543,14 +18895,14 @@ "fileName": "button/index.d.ts", "line": 1030, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1030" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1030" } ] } } }, { - "id": 518, + "id": 528, "name": "link", "variant": "declaration", "kind": 1024, @@ -18570,20 +18922,20 @@ "fileName": "button/index.d.ts", "line": 1219, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1219" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1219" } ], "type": { "type": "reflection", "declaration": { - "id": 519, + "id": 529, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 520, + "id": 530, "name": "color", "variant": "declaration", "kind": 1024, @@ -18614,7 +18966,7 @@ "fileName": "button/index.d.ts", "line": 1225, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1225" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1225" } ], "type": { @@ -18623,7 +18975,7 @@ } }, { - "id": 521, + "id": 531, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -18654,7 +19006,7 @@ "fileName": "button/index.d.ts", "line": 1231, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1231" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1231" } ], "type": { @@ -18663,7 +19015,7 @@ } }, { - "id": 522, + "id": 532, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -18694,7 +19046,7 @@ "fileName": "button/index.d.ts", "line": 1237, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1237" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1237" } ], "type": { @@ -18707,9 +19059,9 @@ { "title": "Properties", "children": [ - 520, - 521, - 522 + 530, + 531, + 532 ] } ], @@ -18718,14 +19070,14 @@ "fileName": "button/index.d.ts", "line": 1219, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1219" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1219" } ] } } }, { - "id": 523, + "id": 533, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -18737,20 +19089,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 524, + "id": 534, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 525, + "id": 535, "name": "light", "variant": "declaration", "kind": 1024, @@ -18762,7 +19114,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -18774,7 +19126,7 @@ "typeArguments": [ { "type": "reference", - "target": 270, + "target": 280, "name": "ButtonDesignTokens", "package": "primeng" }, @@ -18788,7 +19140,7 @@ } }, { - "id": 526, + "id": 536, "name": "dark", "variant": "declaration", "kind": 1024, @@ -18800,7 +19152,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -18812,7 +19164,7 @@ "typeArguments": [ { "type": "reference", - "target": 270, + "target": 280, "name": "ButtonDesignTokens", "package": "primeng" }, @@ -18830,8 +19182,8 @@ { "title": "Properties", "children": [ - 525, - 526 + 535, + 536 ] } ], @@ -18840,14 +19192,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -18856,11 +19208,11 @@ { "title": "Properties", "children": [ - 271, - 420, - 476, - 518, - 523 + 281, + 430, + 486, + 528, + 533 ] } ], @@ -18869,17 +19221,17 @@ "fileName": "button/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 270, + "target": 280, "name": "ButtonDesignTokens", "package": "primeng" } @@ -18894,7 +19246,7 @@ { "title": "Interfaces", "children": [ - 270 + 280 ] } ], @@ -18903,12 +19255,12 @@ "fileName": "button/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/button/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/button/index.d.ts#L1" } ] }, { - "id": 527, + "id": 537, "name": "themes/card", "variant": "declaration", "kind": 2, @@ -18923,14 +19275,14 @@ }, "children": [ { - "id": 528, + "id": 538, "name": "CardDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 529, + "id": 539, "name": "root", "variant": "declaration", "kind": 1024, @@ -18950,20 +19302,20 @@ "fileName": "card/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 530, + "id": 540, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 531, + "id": 541, "name": "background", "variant": "declaration", "kind": 1024, @@ -18994,7 +19346,7 @@ "fileName": "card/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L23" } ], "type": { @@ -19003,7 +19355,7 @@ } }, { - "id": 532, + "id": 542, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -19034,7 +19386,7 @@ "fileName": "card/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L29" } ], "type": { @@ -19043,7 +19395,7 @@ } }, { - "id": 533, + "id": 543, "name": "color", "variant": "declaration", "kind": 1024, @@ -19074,7 +19426,7 @@ "fileName": "card/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L35" } ], "type": { @@ -19083,7 +19435,7 @@ } }, { - "id": 534, + "id": 544, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -19114,7 +19466,7 @@ "fileName": "card/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L41" } ], "type": { @@ -19127,10 +19479,10 @@ { "title": "Properties", "children": [ - 531, - 532, - 533, - 534 + 541, + 542, + 543, + 544 ] } ], @@ -19139,14 +19491,14 @@ "fileName": "card/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L17" } ] } } }, { - "id": 535, + "id": 545, "name": "body", "variant": "declaration", "kind": 1024, @@ -19166,20 +19518,20 @@ "fileName": "card/index.d.ts", "line": 46, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 536, + "id": 546, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 537, + "id": 547, "name": "padding", "variant": "declaration", "kind": 1024, @@ -19210,7 +19562,7 @@ "fileName": "card/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L52" } ], "type": { @@ -19219,7 +19571,7 @@ } }, { - "id": 538, + "id": 548, "name": "gap", "variant": "declaration", "kind": 1024, @@ -19250,7 +19602,7 @@ "fileName": "card/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L58" } ], "type": { @@ -19263,8 +19615,8 @@ { "title": "Properties", "children": [ - 537, - 538 + 547, + 548 ] } ], @@ -19273,14 +19625,14 @@ "fileName": "card/index.d.ts", "line": 46, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L46" } ] } } }, { - "id": 539, + "id": 549, "name": "caption", "variant": "declaration", "kind": 1024, @@ -19300,20 +19652,20 @@ "fileName": "card/index.d.ts", "line": 63, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L63" } ], "type": { "type": "reflection", "declaration": { - "id": 540, + "id": 550, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 541, + "id": 551, "name": "gap", "variant": "declaration", "kind": 1024, @@ -19344,7 +19696,7 @@ "fileName": "card/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L69" } ], "type": { @@ -19357,7 +19709,7 @@ { "title": "Properties", "children": [ - 541 + 551 ] } ], @@ -19366,14 +19718,14 @@ "fileName": "card/index.d.ts", "line": 63, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L63" } ] } } }, { - "id": 542, + "id": 552, "name": "title", "variant": "declaration", "kind": 1024, @@ -19393,20 +19745,20 @@ "fileName": "card/index.d.ts", "line": 74, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 543, + "id": 553, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 544, + "id": 554, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -19437,7 +19789,7 @@ "fileName": "card/index.d.ts", "line": 80, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L80" } ], "type": { @@ -19446,7 +19798,7 @@ } }, { - "id": 545, + "id": 555, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -19477,7 +19829,7 @@ "fileName": "card/index.d.ts", "line": 86, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L86" } ], "type": { @@ -19490,8 +19842,8 @@ { "title": "Properties", "children": [ - 544, - 545 + 554, + 555 ] } ], @@ -19500,14 +19852,14 @@ "fileName": "card/index.d.ts", "line": 74, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L74" } ] } } }, { - "id": 546, + "id": 556, "name": "subtitle", "variant": "declaration", "kind": 1024, @@ -19527,20 +19879,20 @@ "fileName": "card/index.d.ts", "line": 91, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L91" } ], "type": { "type": "reflection", "declaration": { - "id": 547, + "id": 557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 548, + "id": 558, "name": "color", "variant": "declaration", "kind": 1024, @@ -19571,7 +19923,7 @@ "fileName": "card/index.d.ts", "line": 97, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L97" } ], "type": { @@ -19584,7 +19936,7 @@ { "title": "Properties", "children": [ - 548 + 558 ] } ], @@ -19593,14 +19945,14 @@ "fileName": "card/index.d.ts", "line": 91, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L91" } ] } } }, { - "id": 549, + "id": 559, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -19612,20 +19964,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 550, + "id": 560, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 551, + "id": 561, "name": "light", "variant": "declaration", "kind": 1024, @@ -19637,7 +19989,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -19649,7 +20001,7 @@ "typeArguments": [ { "type": "reference", - "target": 528, + "target": 538, "name": "CardDesignTokens", "package": "primeng" }, @@ -19663,7 +20015,7 @@ } }, { - "id": 552, + "id": 562, "name": "dark", "variant": "declaration", "kind": 1024, @@ -19675,7 +20027,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -19687,7 +20039,7 @@ "typeArguments": [ { "type": "reference", - "target": 528, + "target": 538, "name": "CardDesignTokens", "package": "primeng" }, @@ -19705,8 +20057,8 @@ { "title": "Properties", "children": [ - 551, - 552 + 561, + 562 ] } ], @@ -19715,14 +20067,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -19731,12 +20083,12 @@ { "title": "Properties", "children": [ - 529, - 535, 539, - 542, - 546, - 549 + 545, + 549, + 552, + 556, + 559 ] } ], @@ -19745,17 +20097,17 @@ "fileName": "card/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 528, + "target": 538, "name": "CardDesignTokens", "package": "primeng" } @@ -19770,7 +20122,7 @@ { "title": "Interfaces", "children": [ - 528 + 538 ] } ], @@ -19779,12 +20131,12 @@ "fileName": "card/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/card/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/card/index.d.ts#L1" } ] }, { - "id": 553, + "id": 563, "name": "themes/carousel", "variant": "declaration", "kind": 2, @@ -19799,14 +20151,14 @@ }, "children": [ { - "id": 554, + "id": 564, "name": "CarouselDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 555, + "id": 565, "name": "root", "variant": "declaration", "kind": 1024, @@ -19826,20 +20178,20 @@ "fileName": "carousel/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 556, + "id": 566, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 557, + "id": 567, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -19870,7 +20222,7 @@ "fileName": "carousel/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L23" } ], "type": { @@ -19883,7 +20235,7 @@ { "title": "Properties", "children": [ - 557 + 567 ] } ], @@ -19892,14 +20244,14 @@ "fileName": "carousel/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L17" } ] } } }, { - "id": 558, + "id": 568, "name": "content", "variant": "declaration", "kind": 1024, @@ -19919,20 +20271,20 @@ "fileName": "carousel/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 559, + "id": 569, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 560, + "id": 570, "name": "gap", "variant": "declaration", "kind": 1024, @@ -19963,7 +20315,7 @@ "fileName": "carousel/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L34" } ], "type": { @@ -19976,7 +20328,7 @@ { "title": "Properties", "children": [ - 560 + 570 ] } ], @@ -19985,14 +20337,14 @@ "fileName": "carousel/index.d.ts", "line": 28, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L28" } ] } } }, { - "id": 561, + "id": 571, "name": "indicatorList", "variant": "declaration", "kind": 1024, @@ -20012,20 +20364,20 @@ "fileName": "carousel/index.d.ts", "line": 39, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L39" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L39" } ], "type": { "type": "reflection", "declaration": { - "id": 562, + "id": 572, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 563, + "id": 573, "name": "padding", "variant": "declaration", "kind": 1024, @@ -20056,7 +20408,7 @@ "fileName": "carousel/index.d.ts", "line": 45, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L45" } ], "type": { @@ -20065,7 +20417,7 @@ } }, { - "id": 564, + "id": 574, "name": "gap", "variant": "declaration", "kind": 1024, @@ -20096,7 +20448,7 @@ "fileName": "carousel/index.d.ts", "line": 51, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L51" } ], "type": { @@ -20109,8 +20461,8 @@ { "title": "Properties", "children": [ - 563, - 564 + 573, + 574 ] } ], @@ -20119,14 +20471,14 @@ "fileName": "carousel/index.d.ts", "line": 39, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L39" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L39" } ] } } }, { - "id": 565, + "id": 575, "name": "indicator", "variant": "declaration", "kind": 1024, @@ -20146,20 +20498,20 @@ "fileName": "carousel/index.d.ts", "line": 56, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L56" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L56" } ], "type": { "type": "reflection", "declaration": { - "id": 566, + "id": 576, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 567, + "id": 577, "name": "width", "variant": "declaration", "kind": 1024, @@ -20190,7 +20542,7 @@ "fileName": "carousel/index.d.ts", "line": 62, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L62" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L62" } ], "type": { @@ -20199,7 +20551,7 @@ } }, { - "id": 568, + "id": 578, "name": "height", "variant": "declaration", "kind": 1024, @@ -20230,7 +20582,7 @@ "fileName": "carousel/index.d.ts", "line": 68, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L68" } ], "type": { @@ -20239,7 +20591,7 @@ } }, { - "id": 569, + "id": 579, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -20270,7 +20622,7 @@ "fileName": "carousel/index.d.ts", "line": 74, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L74" } ], "type": { @@ -20279,7 +20631,7 @@ } }, { - "id": 570, + "id": 580, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -20299,20 +20651,20 @@ "fileName": "carousel/index.d.ts", "line": 78, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L78" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L78" } ], "type": { "type": "reflection", "declaration": { - "id": 571, + "id": 581, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 572, + "id": 582, "name": "width", "variant": "declaration", "kind": 1024, @@ -20343,7 +20695,7 @@ "fileName": "carousel/index.d.ts", "line": 84, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L84" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L84" } ], "type": { @@ -20352,7 +20704,7 @@ } }, { - "id": 573, + "id": 583, "name": "style", "variant": "declaration", "kind": 1024, @@ -20383,7 +20735,7 @@ "fileName": "carousel/index.d.ts", "line": 90, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L90" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L90" } ], "type": { @@ -20392,7 +20744,7 @@ } }, { - "id": 574, + "id": 584, "name": "color", "variant": "declaration", "kind": 1024, @@ -20423,7 +20775,7 @@ "fileName": "carousel/index.d.ts", "line": 96, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L96" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L96" } ], "type": { @@ -20432,7 +20784,7 @@ } }, { - "id": 575, + "id": 585, "name": "offset", "variant": "declaration", "kind": 1024, @@ -20463,7 +20815,7 @@ "fileName": "carousel/index.d.ts", "line": 102, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L102" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L102" } ], "type": { @@ -20472,7 +20824,7 @@ } }, { - "id": 576, + "id": 586, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -20503,7 +20855,7 @@ "fileName": "carousel/index.d.ts", "line": 108, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L108" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L108" } ], "type": { @@ -20516,11 +20868,11 @@ { "title": "Properties", "children": [ - 572, - 573, - 574, - 575, - 576 + 582, + 583, + 584, + 585, + 586 ] } ], @@ -20529,14 +20881,14 @@ "fileName": "carousel/index.d.ts", "line": 78, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L78" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L78" } ] } } }, { - "id": 577, + "id": 587, "name": "background", "variant": "declaration", "kind": 1024, @@ -20567,7 +20919,7 @@ "fileName": "carousel/index.d.ts", "line": 115, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L115" } ], "type": { @@ -20576,7 +20928,7 @@ } }, { - "id": 578, + "id": 588, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -20607,7 +20959,7 @@ "fileName": "carousel/index.d.ts", "line": 121, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L121" } ], "type": { @@ -20616,7 +20968,7 @@ } }, { - "id": 579, + "id": 589, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -20647,7 +20999,7 @@ "fileName": "carousel/index.d.ts", "line": 127, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L127" } ], "type": { @@ -20660,13 +21012,13 @@ { "title": "Properties", "children": [ - 567, - 568, - 569, - 570, 577, 578, - 579 + 579, + 580, + 587, + 588, + 589 ] } ], @@ -20675,14 +21027,14 @@ "fileName": "carousel/index.d.ts", "line": 56, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L56" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L56" } ] } } }, { - "id": 580, + "id": 590, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -20694,20 +21046,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 581, + "id": 591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 582, + "id": 592, "name": "light", "variant": "declaration", "kind": 1024, @@ -20719,7 +21071,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -20731,7 +21083,7 @@ "typeArguments": [ { "type": "reference", - "target": 554, + "target": 564, "name": "CarouselDesignTokens", "package": "primeng" }, @@ -20745,7 +21097,7 @@ } }, { - "id": 583, + "id": 593, "name": "dark", "variant": "declaration", "kind": 1024, @@ -20757,7 +21109,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -20769,7 +21121,7 @@ "typeArguments": [ { "type": "reference", - "target": 554, + "target": 564, "name": "CarouselDesignTokens", "package": "primeng" }, @@ -20787,8 +21139,8 @@ { "title": "Properties", "children": [ - 582, - 583 + 592, + 593 ] } ], @@ -20797,14 +21149,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -20813,11 +21165,11 @@ { "title": "Properties", "children": [ - 555, - 558, - 561, 565, - 580 + 568, + 571, + 575, + 590 ] } ], @@ -20826,17 +21178,17 @@ "fileName": "carousel/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 554, + "target": 564, "name": "CarouselDesignTokens", "package": "primeng" } @@ -20851,7 +21203,7 @@ { "title": "Interfaces", "children": [ - 554 + 564 ] } ], @@ -20860,12 +21212,12 @@ "fileName": "carousel/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/carousel/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/carousel/index.d.ts#L1" } ] }, { - "id": 584, + "id": 594, "name": "themes/cascadeselect", "variant": "declaration", "kind": 2, @@ -20880,14 +21232,14 @@ }, "children": [ { - "id": 585, + "id": 595, "name": "CascadeSelectDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 586, + "id": 596, "name": "root", "variant": "declaration", "kind": 1024, @@ -20907,20 +21259,20 @@ "fileName": "cascadeselect/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 587, + "id": 597, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 588, + "id": 598, "name": "background", "variant": "declaration", "kind": 1024, @@ -20951,7 +21303,7 @@ "fileName": "cascadeselect/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L23" } ], "type": { @@ -20960,7 +21312,7 @@ } }, { - "id": 589, + "id": 599, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -20991,7 +21343,7 @@ "fileName": "cascadeselect/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L29" } ], "type": { @@ -21000,7 +21352,7 @@ } }, { - "id": 590, + "id": 600, "name": "filledBackground", "variant": "declaration", "kind": 1024, @@ -21031,7 +21383,7 @@ "fileName": "cascadeselect/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L35" } ], "type": { @@ -21040,7 +21392,47 @@ } }, { - "id": 591, + "id": 601, + "name": "filledHoverBackground", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Filled hover background of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "cascadeselect.filled.hover.background" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 41, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L41" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 602, "name": "filledFocusBackground", "variant": "declaration", "kind": 1024, @@ -21069,9 +21461,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 41, + "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L47" } ], "type": { @@ -21080,7 +21472,7 @@ } }, { - "id": 592, + "id": 603, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -21109,9 +21501,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 47, + "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L53" } ], "type": { @@ -21120,7 +21512,7 @@ } }, { - "id": 593, + "id": 604, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -21149,9 +21541,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 53, + "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L59" } ], "type": { @@ -21160,7 +21552,7 @@ } }, { - "id": 594, + "id": 605, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -21189,9 +21581,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 59, + "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L65" } ], "type": { @@ -21200,7 +21592,7 @@ } }, { - "id": 595, + "id": 606, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -21229,9 +21621,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 65, + "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L71" } ], "type": { @@ -21240,7 +21632,7 @@ } }, { - "id": 596, + "id": 607, "name": "color", "variant": "declaration", "kind": 1024, @@ -21269,9 +21661,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 71, + "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L77" } ], "type": { @@ -21280,7 +21672,7 @@ } }, { - "id": 597, + "id": 608, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -21309,9 +21701,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 77, + "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L83" } ], "type": { @@ -21320,7 +21712,7 @@ } }, { - "id": 598, + "id": 609, "name": "placeholderColor", "variant": "declaration", "kind": 1024, @@ -21349,9 +21741,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 83, + "line": 89, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L89" } ], "type": { @@ -21360,7 +21752,47 @@ } }, { - "id": 599, + "id": 610, + "name": "invalidPlaceholderColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invalid placeholder color of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "cascadeselect.invalid.placeholder.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 95, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 611, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -21389,9 +21821,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 89, + "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L101" } ], "type": { @@ -21400,7 +21832,7 @@ } }, { - "id": 600, + "id": 612, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -21429,9 +21861,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 95, + "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L107" } ], "type": { @@ -21440,7 +21872,7 @@ } }, { - "id": 601, + "id": 613, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -21469,9 +21901,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 101, + "line": 113, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L113" } ], "type": { @@ -21480,7 +21912,7 @@ } }, { - "id": 602, + "id": 614, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -21509,9 +21941,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 107, + "line": 119, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L119" } ], "type": { @@ -21520,7 +21952,7 @@ } }, { - "id": 603, + "id": 615, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -21538,22 +21970,22 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 111, + "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L123" } ], "type": { "type": "reflection", "declaration": { - "id": 604, + "id": 616, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 605, + "id": 617, "name": "width", "variant": "declaration", "kind": 1024, @@ -21582,9 +22014,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 117, + "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L129" } ], "type": { @@ -21593,7 +22025,7 @@ } }, { - "id": 606, + "id": 618, "name": "style", "variant": "declaration", "kind": 1024, @@ -21622,9 +22054,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 123, + "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L135" } ], "type": { @@ -21633,7 +22065,7 @@ } }, { - "id": 607, + "id": 619, "name": "color", "variant": "declaration", "kind": 1024, @@ -21662,9 +22094,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 129, + "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L141" } ], "type": { @@ -21673,7 +22105,7 @@ } }, { - "id": 608, + "id": 620, "name": "offset", "variant": "declaration", "kind": 1024, @@ -21702,9 +22134,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 135, + "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L147" } ], "type": { @@ -21713,7 +22145,7 @@ } }, { - "id": 609, + "id": 621, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -21742,9 +22174,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 141, + "line": 153, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L153" } ], "type": { @@ -21757,27 +22189,27 @@ { "title": "Properties", "children": [ - 605, - 606, - 607, - 608, - 609 + 617, + 618, + 619, + 620, + 621 ] } ], "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 111, + "line": 123, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L123" } ] } } }, { - "id": 610, + "id": 622, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -21806,38 +22238,392 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 148, + "line": 160, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L160" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 623, + "name": "sm", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sm of root" + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 164, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L164" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 624, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 625, + "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": "cascadeselect.sm.font.size" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 170, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L170" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 626, + "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": "cascadeselect.sm.padding.x" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 176, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L176" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 627, + "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": "cascadeselect.sm.padding.y" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 182, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L182" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 625, + 626, + 627 + ] + } + ], + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 164, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L164" + } + ] + } + } + }, + { + "id": 628, + "name": "lg", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Lg of root" + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 187, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L187" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 629, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 630, + "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": "cascadeselect.lg.font.size" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 193, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L193" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 631, + "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": "cascadeselect.lg.padding.x" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 199, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 632, + "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": "cascadeselect.lg.padding.y" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 205, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L205" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 630, + 631, + 632 + ] + } + ], + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 187, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L187" + } + ] + } + } } ], "groups": [ { "title": "Properties", "children": [ - 588, - 589, - 590, - 591, - 592, - 593, - 594, - 595, - 596, - 597, 598, 599, 600, 601, 602, 603, - 610 + 604, + 605, + 606, + 607, + 608, + 609, + 610, + 611, + 612, + 613, + 614, + 615, + 622, + 623, + 628 ] } ], @@ -21846,14 +22632,14 @@ "fileName": "cascadeselect/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L17" } ] } } }, { - "id": 611, + "id": 633, "name": "dropdown", "variant": "declaration", "kind": 1024, @@ -21871,22 +22657,22 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 153, + "line": 211, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L211" } ], "type": { "type": "reflection", "declaration": { - "id": 612, + "id": 634, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 613, + "id": 635, "name": "width", "variant": "declaration", "kind": 1024, @@ -21915,9 +22701,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 159, + "line": 217, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L217" } ], "type": { @@ -21926,7 +22712,7 @@ } }, { - "id": 614, + "id": 636, "name": "color", "variant": "declaration", "kind": 1024, @@ -21955,9 +22741,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 165, + "line": 223, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L223" } ], "type": { @@ -21970,24 +22756,24 @@ { "title": "Properties", "children": [ - 613, - 614 + 635, + 636 ] } ], "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 153, + "line": 211, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L211" } ] } } }, { - "id": 615, + "id": 637, "name": "overlay", "variant": "declaration", "kind": 1024, @@ -22005,22 +22791,22 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 170, + "line": 228, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L228" } ], "type": { "type": "reflection", "declaration": { - "id": 616, + "id": 638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 617, + "id": 639, "name": "background", "variant": "declaration", "kind": 1024, @@ -22049,9 +22835,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 176, + "line": 234, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L176" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L234" } ], "type": { @@ -22060,7 +22846,7 @@ } }, { - "id": 618, + "id": 640, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -22089,9 +22875,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 182, + "line": 240, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L182" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L240" } ], "type": { @@ -22100,7 +22886,7 @@ } }, { - "id": 619, + "id": 641, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -22129,9 +22915,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 188, + "line": 246, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L188" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L246" } ], "type": { @@ -22140,7 +22926,7 @@ } }, { - "id": 620, + "id": 642, "name": "color", "variant": "declaration", "kind": 1024, @@ -22169,9 +22955,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 194, + "line": 252, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L194" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L252" } ], "type": { @@ -22180,7 +22966,7 @@ } }, { - "id": 621, + "id": 643, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -22209,9 +22995,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 200, + "line": 258, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L200" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L258" } ], "type": { @@ -22224,27 +23010,27 @@ { "title": "Properties", "children": [ - 617, - 618, - 619, - 620, - 621 + 639, + 640, + 641, + 642, + 643 ] } ], "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 170, + "line": 228, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L228" } ] } } }, { - "id": 622, + "id": 644, "name": "list", "variant": "declaration", "kind": 1024, @@ -22262,22 +23048,22 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 205, + "line": 263, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L263" } ], "type": { "type": "reflection", "declaration": { - "id": 623, + "id": 645, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 624, + "id": 646, "name": "padding", "variant": "declaration", "kind": 1024, @@ -22306,9 +23092,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 211, + "line": 269, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L269" } ], "type": { @@ -22317,7 +23103,7 @@ } }, { - "id": 625, + "id": 647, "name": "gap", "variant": "declaration", "kind": 1024, @@ -22346,9 +23132,49 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 217, + "line": 275, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L217" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L275" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 648, + "name": "mobileIndent", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Mobile indent of list" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "cascadeselect.list.mobile.indent" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 281, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L281" } ], "type": { @@ -22361,24 +23187,25 @@ { "title": "Properties", "children": [ - 624, - 625 + 646, + 647, + 648 ] } ], "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 205, + "line": 263, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L263" } ] } } }, { - "id": 626, + "id": 649, "name": "option", "variant": "declaration", "kind": 1024, @@ -22396,22 +23223,22 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 222, + "line": 286, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L222" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L286" } ], "type": { "type": "reflection", "declaration": { - "id": 627, + "id": 650, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 628, + "id": 651, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -22440,9 +23267,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 228, + "line": 292, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L228" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L292" } ], "type": { @@ -22451,7 +23278,7 @@ } }, { - "id": 629, + "id": 652, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -22480,9 +23307,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 234, + "line": 298, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L234" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L298" } ], "type": { @@ -22491,7 +23318,7 @@ } }, { - "id": 630, + "id": 653, "name": "selectedFocusBackground", "variant": "declaration", "kind": 1024, @@ -22520,9 +23347,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 240, + "line": 304, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L240" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L304" } ], "type": { @@ -22531,7 +23358,7 @@ } }, { - "id": 631, + "id": 654, "name": "color", "variant": "declaration", "kind": 1024, @@ -22560,9 +23387,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 246, + "line": 310, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L246" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L310" } ], "type": { @@ -22571,7 +23398,7 @@ } }, { - "id": 632, + "id": 655, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -22600,9 +23427,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 252, + "line": 316, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L252" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L316" } ], "type": { @@ -22611,7 +23438,7 @@ } }, { - "id": 633, + "id": 656, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -22640,9 +23467,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 258, + "line": 322, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L258" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L322" } ], "type": { @@ -22651,7 +23478,7 @@ } }, { - "id": 634, + "id": 657, "name": "selectedFocusColor", "variant": "declaration", "kind": 1024, @@ -22680,9 +23507,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 264, + "line": 328, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L264" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L328" } ], "type": { @@ -22691,7 +23518,7 @@ } }, { - "id": 635, + "id": 658, "name": "padding", "variant": "declaration", "kind": 1024, @@ -22720,9 +23547,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 270, + "line": 334, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L270" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L334" } ], "type": { @@ -22731,7 +23558,7 @@ } }, { - "id": 636, + "id": 659, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -22760,9 +23587,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 276, + "line": 340, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L276" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L340" } ], "type": { @@ -22771,7 +23598,7 @@ } }, { - "id": 637, + "id": 660, "name": "icon", "variant": "declaration", "kind": 1024, @@ -22789,22 +23616,22 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 280, + "line": 344, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L280" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L344" } ], "type": { "type": "reflection", "declaration": { - "id": 638, + "id": 661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 639, + "id": 662, "name": "color", "variant": "declaration", "kind": 1024, @@ -22833,9 +23660,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 286, + "line": 350, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L286" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L350" } ], "type": { @@ -22844,7 +23671,7 @@ } }, { - "id": 640, + "id": 663, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -22873,9 +23700,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 292, + "line": 356, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L292" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L356" } ], "type": { @@ -22884,7 +23711,7 @@ } }, { - "id": 641, + "id": 664, "name": "size", "variant": "declaration", "kind": 1024, @@ -22913,9 +23740,9 @@ "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 298, + "line": 362, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L298" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L362" } ], "type": { @@ -22928,18 +23755,18 @@ { "title": "Properties", "children": [ - 639, - 640, - 641 + 662, + 663, + 664 ] } ], "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 280, + "line": 344, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L280" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L344" } ] } @@ -22950,32 +23777,125 @@ { "title": "Properties", "children": [ - 628, - 629, - 630, - 631, - 632, - 633, - 634, - 635, - 636, - 637 + 651, + 652, + 653, + 654, + 655, + 656, + 657, + 658, + 659, + 660 ] } ], "sources": [ { "fileName": "cascadeselect/index.d.ts", - "line": 222, + "line": 286, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L222" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L286" + } + ] + } + } + }, + { + "id": 665, + "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": "cascadeselect/index.d.ts", + "line": 368, + "character": 4, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L368" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 666, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 667, + "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": "cascadeselect.clear.icon.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 374, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L374" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 667 + ] + } + ], + "sources": [ + { + "fileName": "cascadeselect/index.d.ts", + "line": 368, + "character": 16, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L368" } ] } } }, { - "id": 642, + "id": 668, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -22987,20 +23907,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 643, + "id": 669, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 644, + "id": 670, "name": "light", "variant": "declaration", "kind": 1024, @@ -23012,7 +23932,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -23024,7 +23944,7 @@ "typeArguments": [ { "type": "reference", - "target": 585, + "target": 595, "name": "CascadeSelectDesignTokens", "package": "primeng" }, @@ -23038,7 +23958,7 @@ } }, { - "id": 645, + "id": 671, "name": "dark", "variant": "declaration", "kind": 1024, @@ -23050,7 +23970,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -23062,7 +23982,7 @@ "typeArguments": [ { "type": "reference", - "target": 585, + "target": 595, "name": "CascadeSelectDesignTokens", "package": "primeng" }, @@ -23080,8 +24000,8 @@ { "title": "Properties", "children": [ - 644, - 645 + 670, + 671 ] } ], @@ -23090,14 +24010,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -23106,12 +24026,13 @@ { "title": "Properties", "children": [ - 586, - 611, - 615, - 622, - 626, - 642 + 596, + 633, + 637, + 644, + 649, + 665, + 668 ] } ], @@ -23120,17 +24041,17 @@ "fileName": "cascadeselect/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 585, + "target": 595, "name": "CascadeSelectDesignTokens", "package": "primeng" } @@ -23145,7 +24066,7 @@ { "title": "Interfaces", "children": [ - 585 + 595 ] } ], @@ -23154,12 +24075,12 @@ "fileName": "cascadeselect/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/cascadeselect/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/cascadeselect/index.d.ts#L1" } ] }, { - "id": 646, + "id": 672, "name": "themes/checkbox", "variant": "declaration", "kind": 2, @@ -23174,14 +24095,14 @@ }, "children": [ { - "id": 647, + "id": 673, "name": "CheckboxDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 648, + "id": 674, "name": "root", "variant": "declaration", "kind": 1024, @@ -23201,20 +24122,20 @@ "fileName": "checkbox/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 649, + "id": 675, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 650, + "id": 676, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -23245,7 +24166,7 @@ "fileName": "checkbox/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L23" } ], "type": { @@ -23254,7 +24175,7 @@ } }, { - "id": 651, + "id": 677, "name": "width", "variant": "declaration", "kind": 1024, @@ -23285,7 +24206,7 @@ "fileName": "checkbox/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L29" } ], "type": { @@ -23294,7 +24215,7 @@ } }, { - "id": 652, + "id": 678, "name": "height", "variant": "declaration", "kind": 1024, @@ -23325,7 +24246,7 @@ "fileName": "checkbox/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L35" } ], "type": { @@ -23334,7 +24255,7 @@ } }, { - "id": 653, + "id": 679, "name": "background", "variant": "declaration", "kind": 1024, @@ -23365,7 +24286,7 @@ "fileName": "checkbox/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L41" } ], "type": { @@ -23374,7 +24295,7 @@ } }, { - "id": 654, + "id": 680, "name": "checkedBackground", "variant": "declaration", "kind": 1024, @@ -23405,7 +24326,7 @@ "fileName": "checkbox/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L47" } ], "type": { @@ -23414,7 +24335,7 @@ } }, { - "id": 655, + "id": 681, "name": "checkedHoverBackground", "variant": "declaration", "kind": 1024, @@ -23445,7 +24366,7 @@ "fileName": "checkbox/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L53" } ], "type": { @@ -23454,7 +24375,7 @@ } }, { - "id": 656, + "id": 682, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -23485,7 +24406,7 @@ "fileName": "checkbox/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L59" } ], "type": { @@ -23494,7 +24415,7 @@ } }, { - "id": 657, + "id": 683, "name": "filledBackground", "variant": "declaration", "kind": 1024, @@ -23525,7 +24446,7 @@ "fileName": "checkbox/index.d.ts", "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L65" } ], "type": { @@ -23534,7 +24455,7 @@ } }, { - "id": 658, + "id": 684, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -23565,7 +24486,7 @@ "fileName": "checkbox/index.d.ts", "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L71" } ], "type": { @@ -23574,7 +24495,7 @@ } }, { - "id": 659, + "id": 685, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -23605,7 +24526,7 @@ "fileName": "checkbox/index.d.ts", "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L77" } ], "type": { @@ -23614,7 +24535,7 @@ } }, { - "id": 660, + "id": 686, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -23645,7 +24566,7 @@ "fileName": "checkbox/index.d.ts", "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L83" } ], "type": { @@ -23654,7 +24575,7 @@ } }, { - "id": 661, + "id": 687, "name": "checkedBorderColor", "variant": "declaration", "kind": 1024, @@ -23685,7 +24606,7 @@ "fileName": "checkbox/index.d.ts", "line": 89, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L89" } ], "type": { @@ -23694,7 +24615,7 @@ } }, { - "id": 662, + "id": 688, "name": "checkedHoverBorderColor", "variant": "declaration", "kind": 1024, @@ -23725,7 +24646,7 @@ "fileName": "checkbox/index.d.ts", "line": 95, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L95" } ], "type": { @@ -23734,7 +24655,7 @@ } }, { - "id": 663, + "id": 689, "name": "checkedFocusBorderColor", "variant": "declaration", "kind": 1024, @@ -23765,7 +24686,7 @@ "fileName": "checkbox/index.d.ts", "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L101" } ], "type": { @@ -23774,7 +24695,7 @@ } }, { - "id": 664, + "id": 690, "name": "checkedDisabledBorderColor", "variant": "declaration", "kind": 1024, @@ -23805,7 +24726,7 @@ "fileName": "checkbox/index.d.ts", "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L107" } ], "type": { @@ -23814,7 +24735,7 @@ } }, { - "id": 665, + "id": 691, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -23845,7 +24766,7 @@ "fileName": "checkbox/index.d.ts", "line": 113, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L113" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L113" } ], "type": { @@ -23854,7 +24775,7 @@ } }, { - "id": 666, + "id": 692, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -23885,7 +24806,7 @@ "fileName": "checkbox/index.d.ts", "line": 119, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L119" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L119" } ], "type": { @@ -23894,7 +24815,7 @@ } }, { - "id": 667, + "id": 693, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -23914,20 +24835,20 @@ "fileName": "checkbox/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L123" } ], "type": { "type": "reflection", "declaration": { - "id": 668, + "id": 694, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 669, + "id": 695, "name": "width", "variant": "declaration", "kind": 1024, @@ -23958,7 +24879,7 @@ "fileName": "checkbox/index.d.ts", "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L129" } ], "type": { @@ -23967,7 +24888,7 @@ } }, { - "id": 670, + "id": 696, "name": "style", "variant": "declaration", "kind": 1024, @@ -23998,7 +24919,7 @@ "fileName": "checkbox/index.d.ts", "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L135" } ], "type": { @@ -24007,7 +24928,7 @@ } }, { - "id": 671, + "id": 697, "name": "color", "variant": "declaration", "kind": 1024, @@ -24038,7 +24959,7 @@ "fileName": "checkbox/index.d.ts", "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L141" } ], "type": { @@ -24047,7 +24968,7 @@ } }, { - "id": 672, + "id": 698, "name": "offset", "variant": "declaration", "kind": 1024, @@ -24078,7 +24999,7 @@ "fileName": "checkbox/index.d.ts", "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L147" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L147" } ], "type": { @@ -24087,7 +25008,7 @@ } }, { - "id": 673, + "id": 699, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -24118,7 +25039,7 @@ "fileName": "checkbox/index.d.ts", "line": 153, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L153" } ], "type": { @@ -24131,11 +25052,11 @@ { "title": "Properties", "children": [ - 669, - 670, - 671, - 672, - 673 + 695, + 696, + 697, + 698, + 699 ] } ], @@ -24144,14 +25065,14 @@ "fileName": "checkbox/index.d.ts", "line": 123, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L123" } ] } } }, { - "id": 674, + "id": 700, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -24182,7 +25103,7 @@ "fileName": "checkbox/index.d.ts", "line": 160, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L160" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L160" } ], "type": { @@ -24195,25 +25116,25 @@ { "title": "Properties", "children": [ - 650, - 651, - 652, - 653, - 654, - 655, - 656, - 657, - 658, - 659, - 660, - 661, - 662, - 663, - 664, - 665, - 666, - 667, - 674 + 676, + 677, + 678, + 679, + 680, + 681, + 682, + 683, + 684, + 685, + 686, + 687, + 688, + 689, + 690, + 691, + 692, + 693, + 700 ] } ], @@ -24222,14 +25143,14 @@ "fileName": "checkbox/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L17" } ] } } }, { - "id": 675, + "id": 701, "name": "icon", "variant": "declaration", "kind": 1024, @@ -24249,20 +25170,20 @@ "fileName": "checkbox/index.d.ts", "line": 165, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L165" } ], "type": { "type": "reflection", "declaration": { - "id": 676, + "id": 702, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 677, + "id": 703, "name": "size", "variant": "declaration", "kind": 1024, @@ -24293,7 +25214,7 @@ "fileName": "checkbox/index.d.ts", "line": 171, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L171" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L171" } ], "type": { @@ -24302,7 +25223,7 @@ } }, { - "id": 678, + "id": 704, "name": "color", "variant": "declaration", "kind": 1024, @@ -24333,7 +25254,7 @@ "fileName": "checkbox/index.d.ts", "line": 177, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L177" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L177" } ], "type": { @@ -24342,7 +25263,7 @@ } }, { - "id": 679, + "id": 705, "name": "checkedColor", "variant": "declaration", "kind": 1024, @@ -24373,7 +25294,7 @@ "fileName": "checkbox/index.d.ts", "line": 183, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L183" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L183" } ], "type": { @@ -24382,7 +25303,7 @@ } }, { - "id": 680, + "id": 706, "name": "checkedHoverColor", "variant": "declaration", "kind": 1024, @@ -24413,7 +25334,7 @@ "fileName": "checkbox/index.d.ts", "line": 189, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L189" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L189" } ], "type": { @@ -24422,7 +25343,7 @@ } }, { - "id": 681, + "id": 707, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -24453,7 +25374,7 @@ "fileName": "checkbox/index.d.ts", "line": 195, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L195" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L195" } ], "type": { @@ -24466,11 +25387,11 @@ { "title": "Properties", "children": [ - 677, - 678, - 679, - 680, - 681 + 703, + 704, + 705, + 706, + 707 ] } ], @@ -24479,14 +25400,14 @@ "fileName": "checkbox/index.d.ts", "line": 165, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L165" } ] } } }, { - "id": 682, + "id": 708, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -24498,20 +25419,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 683, + "id": 709, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 684, + "id": 710, "name": "light", "variant": "declaration", "kind": 1024, @@ -24523,7 +25444,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -24535,7 +25456,7 @@ "typeArguments": [ { "type": "reference", - "target": 647, + "target": 673, "name": "CheckboxDesignTokens", "package": "primeng" }, @@ -24549,7 +25470,7 @@ } }, { - "id": 685, + "id": 711, "name": "dark", "variant": "declaration", "kind": 1024, @@ -24561,7 +25482,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -24573,7 +25494,7 @@ "typeArguments": [ { "type": "reference", - "target": 647, + "target": 673, "name": "CheckboxDesignTokens", "package": "primeng" }, @@ -24591,8 +25512,8 @@ { "title": "Properties", "children": [ - 684, - 685 + 710, + 711 ] } ], @@ -24601,14 +25522,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -24617,9 +25538,9 @@ { "title": "Properties", "children": [ - 648, - 675, - 682 + 674, + 701, + 708 ] } ], @@ -24628,17 +25549,17 @@ "fileName": "checkbox/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 647, + "target": 673, "name": "CheckboxDesignTokens", "package": "primeng" } @@ -24653,7 +25574,7 @@ { "title": "Interfaces", "children": [ - 647 + 673 ] } ], @@ -24662,12 +25583,12 @@ "fileName": "checkbox/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/checkbox/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/checkbox/index.d.ts#L1" } ] }, { - "id": 686, + "id": 712, "name": "themes/chip", "variant": "declaration", "kind": 2, @@ -24682,14 +25603,14 @@ }, "children": [ { - "id": 687, + "id": 713, "name": "ChipDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 688, + "id": 714, "name": "root", "variant": "declaration", "kind": 1024, @@ -24709,20 +25630,20 @@ "fileName": "chip/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 689, + "id": 715, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 690, + "id": 716, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -24753,7 +25674,7 @@ "fileName": "chip/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L23" } ], "type": { @@ -24762,7 +25683,7 @@ } }, { - "id": 691, + "id": 717, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -24793,7 +25714,7 @@ "fileName": "chip/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L29" } ], "type": { @@ -24802,7 +25723,7 @@ } }, { - "id": 692, + "id": 718, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -24833,7 +25754,7 @@ "fileName": "chip/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L35" } ], "type": { @@ -24842,7 +25763,7 @@ } }, { - "id": 693, + "id": 719, "name": "gap", "variant": "declaration", "kind": 1024, @@ -24873,7 +25794,7 @@ "fileName": "chip/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L41" } ], "type": { @@ -24882,7 +25803,7 @@ } }, { - "id": 694, + "id": 720, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -24913,7 +25834,7 @@ "fileName": "chip/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L47" } ], "type": { @@ -24922,7 +25843,7 @@ } }, { - "id": 695, + "id": 721, "name": "background", "variant": "declaration", "kind": 1024, @@ -24953,7 +25874,7 @@ "fileName": "chip/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L53" } ], "type": { @@ -24962,7 +25883,7 @@ } }, { - "id": 696, + "id": 722, "name": "color", "variant": "declaration", "kind": 1024, @@ -24993,7 +25914,7 @@ "fileName": "chip/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L59" } ], "type": { @@ -25006,13 +25927,13 @@ { "title": "Properties", "children": [ - 690, - 691, - 692, - 693, - 694, - 695, - 696 + 716, + 717, + 718, + 719, + 720, + 721, + 722 ] } ], @@ -25021,14 +25942,14 @@ "fileName": "chip/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L17" } ] } } }, { - "id": 697, + "id": 723, "name": "image", "variant": "declaration", "kind": 1024, @@ -25048,20 +25969,20 @@ "fileName": "chip/index.d.ts", "line": 64, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L64" } ], "type": { "type": "reflection", "declaration": { - "id": 698, + "id": 724, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 699, + "id": 725, "name": "width", "variant": "declaration", "kind": 1024, @@ -25092,7 +26013,7 @@ "fileName": "chip/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L70" } ], "type": { @@ -25101,7 +26022,7 @@ } }, { - "id": 700, + "id": 726, "name": "height", "variant": "declaration", "kind": 1024, @@ -25132,7 +26053,7 @@ "fileName": "chip/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L76" } ], "type": { @@ -25145,8 +26066,8 @@ { "title": "Properties", "children": [ - 699, - 700 + 725, + 726 ] } ], @@ -25155,14 +26076,14 @@ "fileName": "chip/index.d.ts", "line": 64, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L64" } ] } } }, { - "id": 701, + "id": 727, "name": "icon", "variant": "declaration", "kind": 1024, @@ -25182,20 +26103,20 @@ "fileName": "chip/index.d.ts", "line": 81, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L81" } ], "type": { "type": "reflection", "declaration": { - "id": 702, + "id": 728, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 703, + "id": 729, "name": "size", "variant": "declaration", "kind": 1024, @@ -25226,7 +26147,7 @@ "fileName": "chip/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L87" } ], "type": { @@ -25235,7 +26156,7 @@ } }, { - "id": 704, + "id": 730, "name": "color", "variant": "declaration", "kind": 1024, @@ -25266,7 +26187,7 @@ "fileName": "chip/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L93" } ], "type": { @@ -25279,8 +26200,8 @@ { "title": "Properties", "children": [ - 703, - 704 + 729, + 730 ] } ], @@ -25289,14 +26210,14 @@ "fileName": "chip/index.d.ts", "line": 81, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L81" } ] } } }, { - "id": 705, + "id": 731, "name": "removeIcon", "variant": "declaration", "kind": 1024, @@ -25316,20 +26237,20 @@ "fileName": "chip/index.d.ts", "line": 98, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L98" } ], "type": { "type": "reflection", "declaration": { - "id": 706, + "id": 732, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 707, + "id": 733, "name": "size", "variant": "declaration", "kind": 1024, @@ -25360,7 +26281,7 @@ "fileName": "chip/index.d.ts", "line": 104, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L104" } ], "type": { @@ -25369,7 +26290,7 @@ } }, { - "id": 708, + "id": 734, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -25389,20 +26310,20 @@ "fileName": "chip/index.d.ts", "line": 108, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L108" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L108" } ], "type": { "type": "reflection", "declaration": { - "id": 709, + "id": 735, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 710, + "id": 736, "name": "width", "variant": "declaration", "kind": 1024, @@ -25433,7 +26354,7 @@ "fileName": "chip/index.d.ts", "line": 114, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L114" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L114" } ], "type": { @@ -25442,7 +26363,7 @@ } }, { - "id": 711, + "id": 737, "name": "style", "variant": "declaration", "kind": 1024, @@ -25473,7 +26394,7 @@ "fileName": "chip/index.d.ts", "line": 120, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L120" } ], "type": { @@ -25482,7 +26403,7 @@ } }, { - "id": 712, + "id": 738, "name": "color", "variant": "declaration", "kind": 1024, @@ -25513,7 +26434,7 @@ "fileName": "chip/index.d.ts", "line": 126, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L126" } ], "type": { @@ -25522,7 +26443,7 @@ } }, { - "id": 713, + "id": 739, "name": "offset", "variant": "declaration", "kind": 1024, @@ -25553,7 +26474,7 @@ "fileName": "chip/index.d.ts", "line": 132, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L132" } ], "type": { @@ -25562,7 +26483,7 @@ } }, { - "id": 714, + "id": 740, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -25593,7 +26514,7 @@ "fileName": "chip/index.d.ts", "line": 138, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L138" } ], "type": { @@ -25606,11 +26527,11 @@ { "title": "Properties", "children": [ - 710, - 711, - 712, - 713, - 714 + 736, + 737, + 738, + 739, + 740 ] } ], @@ -25619,14 +26540,14 @@ "fileName": "chip/index.d.ts", "line": 108, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L108" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L108" } ] } } }, { - "id": 715, + "id": 741, "name": "color", "variant": "declaration", "kind": 1024, @@ -25657,7 +26578,7 @@ "fileName": "chip/index.d.ts", "line": 145, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L145" } ], "type": { @@ -25670,9 +26591,9 @@ { "title": "Properties", "children": [ - 707, - 708, - 715 + 733, + 734, + 741 ] } ], @@ -25681,14 +26602,14 @@ "fileName": "chip/index.d.ts", "line": 98, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L98" } ] } } }, { - "id": 716, + "id": 742, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -25700,20 +26621,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 717, + "id": 743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 718, + "id": 744, "name": "light", "variant": "declaration", "kind": 1024, @@ -25725,7 +26646,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -25737,7 +26658,7 @@ "typeArguments": [ { "type": "reference", - "target": 687, + "target": 713, "name": "ChipDesignTokens", "package": "primeng" }, @@ -25751,7 +26672,7 @@ } }, { - "id": 719, + "id": 745, "name": "dark", "variant": "declaration", "kind": 1024, @@ -25763,7 +26684,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -25775,7 +26696,7 @@ "typeArguments": [ { "type": "reference", - "target": 687, + "target": 713, "name": "ChipDesignTokens", "package": "primeng" }, @@ -25793,8 +26714,8 @@ { "title": "Properties", "children": [ - 718, - 719 + 744, + 745 ] } ], @@ -25803,14 +26724,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -25819,11 +26740,11 @@ { "title": "Properties", "children": [ - 688, - 697, - 701, - 705, - 716 + 714, + 723, + 727, + 731, + 742 ] } ], @@ -25832,17 +26753,17 @@ "fileName": "chip/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 687, + "target": 713, "name": "ChipDesignTokens", "package": "primeng" } @@ -25857,7 +26778,7 @@ { "title": "Interfaces", "children": [ - 687 + 713 ] } ], @@ -25866,12 +26787,12 @@ "fileName": "chip/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/chip/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/chip/index.d.ts#L1" } ] }, { - "id": 720, + "id": 746, "name": "themes/colorpicker", "variant": "declaration", "kind": 2, @@ -25886,14 +26807,14 @@ }, "children": [ { - "id": 721, + "id": 747, "name": "ColorPickerDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 722, + "id": 748, "name": "root", "variant": "declaration", "kind": 1024, @@ -25913,20 +26834,20 @@ "fileName": "colorpicker/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 723, + "id": 749, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 724, + "id": 750, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -25957,7 +26878,7 @@ "fileName": "colorpicker/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L23" } ], "type": { @@ -25970,7 +26891,7 @@ { "title": "Properties", "children": [ - 724 + 750 ] } ], @@ -25979,14 +26900,14 @@ "fileName": "colorpicker/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L17" } ] } } }, { - "id": 725, + "id": 751, "name": "preview", "variant": "declaration", "kind": 1024, @@ -26006,20 +26927,20 @@ "fileName": "colorpicker/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 726, + "id": 752, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 727, + "id": 753, "name": "width", "variant": "declaration", "kind": 1024, @@ -26050,7 +26971,7 @@ "fileName": "colorpicker/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L34" } ], "type": { @@ -26059,7 +26980,7 @@ } }, { - "id": 728, + "id": 754, "name": "height", "variant": "declaration", "kind": 1024, @@ -26090,7 +27011,7 @@ "fileName": "colorpicker/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L40" } ], "type": { @@ -26099,7 +27020,7 @@ } }, { - "id": 729, + "id": 755, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -26130,7 +27051,7 @@ "fileName": "colorpicker/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L46" } ], "type": { @@ -26139,7 +27060,7 @@ } }, { - "id": 730, + "id": 756, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -26159,20 +27080,20 @@ "fileName": "colorpicker/index.d.ts", "line": 50, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L50" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L50" } ], "type": { "type": "reflection", "declaration": { - "id": 731, + "id": 757, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 732, + "id": 758, "name": "width", "variant": "declaration", "kind": 1024, @@ -26203,7 +27124,7 @@ "fileName": "colorpicker/index.d.ts", "line": 56, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L56" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L56" } ], "type": { @@ -26212,7 +27133,7 @@ } }, { - "id": 733, + "id": 759, "name": "style", "variant": "declaration", "kind": 1024, @@ -26243,7 +27164,7 @@ "fileName": "colorpicker/index.d.ts", "line": 62, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L62" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L62" } ], "type": { @@ -26252,7 +27173,7 @@ } }, { - "id": 734, + "id": 760, "name": "color", "variant": "declaration", "kind": 1024, @@ -26283,7 +27204,7 @@ "fileName": "colorpicker/index.d.ts", "line": 68, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L68" } ], "type": { @@ -26292,7 +27213,7 @@ } }, { - "id": 735, + "id": 761, "name": "offset", "variant": "declaration", "kind": 1024, @@ -26323,7 +27244,7 @@ "fileName": "colorpicker/index.d.ts", "line": 74, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L74" } ], "type": { @@ -26332,7 +27253,7 @@ } }, { - "id": 736, + "id": 762, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -26363,7 +27284,7 @@ "fileName": "colorpicker/index.d.ts", "line": 80, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L80" } ], "type": { @@ -26376,11 +27297,11 @@ { "title": "Properties", "children": [ - 732, - 733, - 734, - 735, - 736 + 758, + 759, + 760, + 761, + 762 ] } ], @@ -26389,7 +27310,7 @@ "fileName": "colorpicker/index.d.ts", "line": 50, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L50" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L50" } ] } @@ -26400,10 +27321,10 @@ { "title": "Properties", "children": [ - 727, - 728, - 729, - 730 + 753, + 754, + 755, + 756 ] } ], @@ -26412,14 +27333,14 @@ "fileName": "colorpicker/index.d.ts", "line": 28, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L28" } ] } } }, { - "id": 737, + "id": 763, "name": "panel", "variant": "declaration", "kind": 1024, @@ -26439,20 +27360,20 @@ "fileName": "colorpicker/index.d.ts", "line": 86, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L86" } ], "type": { "type": "reflection", "declaration": { - "id": 738, + "id": 764, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 739, + "id": 765, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -26483,7 +27404,7 @@ "fileName": "colorpicker/index.d.ts", "line": 92, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L92" } ], "type": { @@ -26492,7 +27413,7 @@ } }, { - "id": 740, + "id": 766, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -26523,7 +27444,7 @@ "fileName": "colorpicker/index.d.ts", "line": 98, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L98" } ], "type": { @@ -26532,7 +27453,7 @@ } }, { - "id": 741, + "id": 767, "name": "background", "variant": "declaration", "kind": 1024, @@ -26563,7 +27484,7 @@ "fileName": "colorpicker/index.d.ts", "line": 104, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L104" } ], "type": { @@ -26572,7 +27493,7 @@ } }, { - "id": 742, + "id": 768, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -26603,7 +27524,7 @@ "fileName": "colorpicker/index.d.ts", "line": 110, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L110" } ], "type": { @@ -26616,10 +27537,10 @@ { "title": "Properties", "children": [ - 739, - 740, - 741, - 742 + 765, + 766, + 767, + 768 ] } ], @@ -26628,14 +27549,14 @@ "fileName": "colorpicker/index.d.ts", "line": 86, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L86" } ] } } }, { - "id": 743, + "id": 769, "name": "handle", "variant": "declaration", "kind": 1024, @@ -26655,20 +27576,20 @@ "fileName": "colorpicker/index.d.ts", "line": 115, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L115" } ], "type": { "type": "reflection", "declaration": { - "id": 744, + "id": 770, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 745, + "id": 771, "name": "color", "variant": "declaration", "kind": 1024, @@ -26699,7 +27620,7 @@ "fileName": "colorpicker/index.d.ts", "line": 121, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L121" } ], "type": { @@ -26712,7 +27633,7 @@ { "title": "Properties", "children": [ - 745 + 771 ] } ], @@ -26721,14 +27642,14 @@ "fileName": "colorpicker/index.d.ts", "line": 115, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L115" } ] } } }, { - "id": 746, + "id": 772, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -26740,20 +27661,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 747, + "id": 773, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 748, + "id": 774, "name": "light", "variant": "declaration", "kind": 1024, @@ -26765,7 +27686,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -26777,7 +27698,7 @@ "typeArguments": [ { "type": "reference", - "target": 721, + "target": 747, "name": "ColorPickerDesignTokens", "package": "primeng" }, @@ -26791,7 +27712,7 @@ } }, { - "id": 749, + "id": 775, "name": "dark", "variant": "declaration", "kind": 1024, @@ -26803,7 +27724,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -26815,7 +27736,7 @@ "typeArguments": [ { "type": "reference", - "target": 721, + "target": 747, "name": "ColorPickerDesignTokens", "package": "primeng" }, @@ -26833,8 +27754,8 @@ { "title": "Properties", "children": [ - 748, - 749 + 774, + 775 ] } ], @@ -26843,14 +27764,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -26859,11 +27780,11 @@ { "title": "Properties", "children": [ - 722, - 725, - 737, - 743, - 746 + 748, + 751, + 763, + 769, + 772 ] } ], @@ -26872,17 +27793,17 @@ "fileName": "colorpicker/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 721, + "target": 747, "name": "ColorPickerDesignTokens", "package": "primeng" } @@ -26897,7 +27818,7 @@ { "title": "Interfaces", "children": [ - 721 + 747 ] } ], @@ -26906,12 +27827,12 @@ "fileName": "colorpicker/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/colorpicker/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/colorpicker/index.d.ts#L1" } ] }, { - "id": 750, + "id": 776, "name": "themes/confirmdialog", "variant": "declaration", "kind": 2, @@ -26926,14 +27847,14 @@ }, "children": [ { - "id": 751, + "id": 777, "name": "ConfirmDialogDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 752, + "id": 778, "name": "icon", "variant": "declaration", "kind": 1024, @@ -26953,20 +27874,20 @@ "fileName": "confirmdialog/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmdialog/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmdialog/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 753, + "id": 779, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 754, + "id": 780, "name": "size", "variant": "declaration", "kind": 1024, @@ -26997,7 +27918,7 @@ "fileName": "confirmdialog/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmdialog/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmdialog/index.d.ts#L23" } ], "type": { @@ -27006,7 +27927,7 @@ } }, { - "id": 755, + "id": 781, "name": "color", "variant": "declaration", "kind": 1024, @@ -27037,7 +27958,7 @@ "fileName": "confirmdialog/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmdialog/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmdialog/index.d.ts#L29" } ], "type": { @@ -27050,8 +27971,8 @@ { "title": "Properties", "children": [ - 754, - 755 + 780, + 781 ] } ], @@ -27060,14 +27981,14 @@ "fileName": "confirmdialog/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmdialog/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmdialog/index.d.ts#L17" } ] } } }, { - "id": 756, + "id": 782, "name": "content", "variant": "declaration", "kind": 1024, @@ -27087,20 +28008,20 @@ "fileName": "confirmdialog/index.d.ts", "line": 34, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmdialog/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmdialog/index.d.ts#L34" } ], "type": { "type": "reflection", "declaration": { - "id": 757, + "id": 783, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 758, + "id": 784, "name": "gap", "variant": "declaration", "kind": 1024, @@ -27131,7 +28052,7 @@ "fileName": "confirmdialog/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmdialog/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmdialog/index.d.ts#L40" } ], "type": { @@ -27144,7 +28065,7 @@ { "title": "Properties", "children": [ - 758 + 784 ] } ], @@ -27153,14 +28074,14 @@ "fileName": "confirmdialog/index.d.ts", "line": 34, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmdialog/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmdialog/index.d.ts#L34" } ] } } }, { - "id": 759, + "id": 785, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -27172,20 +28093,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 760, + "id": 786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 761, + "id": 787, "name": "light", "variant": "declaration", "kind": 1024, @@ -27197,7 +28118,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -27209,7 +28130,7 @@ "typeArguments": [ { "type": "reference", - "target": 751, + "target": 777, "name": "ConfirmDialogDesignTokens", "package": "primeng" }, @@ -27223,7 +28144,7 @@ } }, { - "id": 762, + "id": 788, "name": "dark", "variant": "declaration", "kind": 1024, @@ -27235,7 +28156,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -27247,7 +28168,7 @@ "typeArguments": [ { "type": "reference", - "target": 751, + "target": 777, "name": "ConfirmDialogDesignTokens", "package": "primeng" }, @@ -27265,8 +28186,8 @@ { "title": "Properties", "children": [ - 761, - 762 + 787, + 788 ] } ], @@ -27275,14 +28196,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -27291,9 +28212,9 @@ { "title": "Properties", "children": [ - 752, - 756, - 759 + 778, + 782, + 785 ] } ], @@ -27302,17 +28223,17 @@ "fileName": "confirmdialog/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmdialog/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmdialog/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 751, + "target": 777, "name": "ConfirmDialogDesignTokens", "package": "primeng" } @@ -27327,7 +28248,7 @@ { "title": "Interfaces", "children": [ - 751 + 777 ] } ], @@ -27336,12 +28257,12 @@ "fileName": "confirmdialog/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmdialog/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmdialog/index.d.ts#L1" } ] }, { - "id": 763, + "id": 789, "name": "themes/confirmpopup", "variant": "declaration", "kind": 2, @@ -27356,14 +28277,14 @@ }, "children": [ { - "id": 764, + "id": 790, "name": "ConfirmPopupDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 765, + "id": 791, "name": "root", "variant": "declaration", "kind": 1024, @@ -27383,20 +28304,20 @@ "fileName": "confirmpopup/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 766, + "id": 792, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 767, + "id": 793, "name": "background", "variant": "declaration", "kind": 1024, @@ -27427,7 +28348,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L23" } ], "type": { @@ -27436,7 +28357,7 @@ } }, { - "id": 768, + "id": 794, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -27467,7 +28388,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L29" } ], "type": { @@ -27476,7 +28397,7 @@ } }, { - "id": 769, + "id": 795, "name": "color", "variant": "declaration", "kind": 1024, @@ -27507,7 +28428,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L35" } ], "type": { @@ -27516,7 +28437,7 @@ } }, { - "id": 770, + "id": 796, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -27547,7 +28468,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L41" } ], "type": { @@ -27556,7 +28477,7 @@ } }, { - "id": 771, + "id": 797, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -27587,7 +28508,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L47" } ], "type": { @@ -27596,7 +28517,7 @@ } }, { - "id": 772, + "id": 798, "name": "gutter", "variant": "declaration", "kind": 1024, @@ -27627,7 +28548,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L53" } ], "type": { @@ -27636,7 +28557,7 @@ } }, { - "id": 773, + "id": 799, "name": "arrowOffset", "variant": "declaration", "kind": 1024, @@ -27667,7 +28588,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L59" } ], "type": { @@ -27680,13 +28601,13 @@ { "title": "Properties", "children": [ - 767, - 768, - 769, - 770, - 771, - 772, - 773 + 793, + 794, + 795, + 796, + 797, + 798, + 799 ] } ], @@ -27695,14 +28616,14 @@ "fileName": "confirmpopup/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L17" } ] } } }, { - "id": 774, + "id": 800, "name": "content", "variant": "declaration", "kind": 1024, @@ -27722,20 +28643,20 @@ "fileName": "confirmpopup/index.d.ts", "line": 64, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L64" } ], "type": { "type": "reflection", "declaration": { - "id": 775, + "id": 801, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 776, + "id": 802, "name": "padding", "variant": "declaration", "kind": 1024, @@ -27766,7 +28687,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L70" } ], "type": { @@ -27775,7 +28696,7 @@ } }, { - "id": 777, + "id": 803, "name": "gap", "variant": "declaration", "kind": 1024, @@ -27806,7 +28727,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L76" } ], "type": { @@ -27819,8 +28740,8 @@ { "title": "Properties", "children": [ - 776, - 777 + 802, + 803 ] } ], @@ -27829,14 +28750,14 @@ "fileName": "confirmpopup/index.d.ts", "line": 64, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L64" } ] } } }, { - "id": 778, + "id": 804, "name": "icon", "variant": "declaration", "kind": 1024, @@ -27856,20 +28777,20 @@ "fileName": "confirmpopup/index.d.ts", "line": 81, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L81" } ], "type": { "type": "reflection", "declaration": { - "id": 779, + "id": 805, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 780, + "id": 806, "name": "size", "variant": "declaration", "kind": 1024, @@ -27900,7 +28821,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L87" } ], "type": { @@ -27909,7 +28830,7 @@ } }, { - "id": 781, + "id": 807, "name": "color", "variant": "declaration", "kind": 1024, @@ -27940,7 +28861,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L93" } ], "type": { @@ -27953,8 +28874,8 @@ { "title": "Properties", "children": [ - 780, - 781 + 806, + 807 ] } ], @@ -27963,14 +28884,14 @@ "fileName": "confirmpopup/index.d.ts", "line": 81, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L81" } ] } } }, { - "id": 782, + "id": 808, "name": "footer", "variant": "declaration", "kind": 1024, @@ -27990,20 +28911,20 @@ "fileName": "confirmpopup/index.d.ts", "line": 98, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L98" } ], "type": { "type": "reflection", "declaration": { - "id": 783, + "id": 809, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 784, + "id": 810, "name": "gap", "variant": "declaration", "kind": 1024, @@ -28034,7 +28955,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 104, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L104" } ], "type": { @@ -28043,7 +28964,7 @@ } }, { - "id": 785, + "id": 811, "name": "padding", "variant": "declaration", "kind": 1024, @@ -28074,7 +28995,7 @@ "fileName": "confirmpopup/index.d.ts", "line": 110, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L110" } ], "type": { @@ -28087,8 +29008,8 @@ { "title": "Properties", "children": [ - 784, - 785 + 810, + 811 ] } ], @@ -28097,14 +29018,14 @@ "fileName": "confirmpopup/index.d.ts", "line": 98, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L98" } ] } } }, { - "id": 786, + "id": 812, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -28116,20 +29037,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 787, + "id": 813, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 788, + "id": 814, "name": "light", "variant": "declaration", "kind": 1024, @@ -28141,7 +29062,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -28153,7 +29074,7 @@ "typeArguments": [ { "type": "reference", - "target": 764, + "target": 790, "name": "ConfirmPopupDesignTokens", "package": "primeng" }, @@ -28167,7 +29088,7 @@ } }, { - "id": 789, + "id": 815, "name": "dark", "variant": "declaration", "kind": 1024, @@ -28179,7 +29100,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -28191,7 +29112,7 @@ "typeArguments": [ { "type": "reference", - "target": 764, + "target": 790, "name": "ConfirmPopupDesignTokens", "package": "primeng" }, @@ -28209,8 +29130,8 @@ { "title": "Properties", "children": [ - 788, - 789 + 814, + 815 ] } ], @@ -28219,14 +29140,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -28235,11 +29156,11 @@ { "title": "Properties", "children": [ - 765, - 774, - 778, - 782, - 786 + 791, + 800, + 804, + 808, + 812 ] } ], @@ -28248,17 +29169,17 @@ "fileName": "confirmpopup/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 764, + "target": 790, "name": "ConfirmPopupDesignTokens", "package": "primeng" } @@ -28273,7 +29194,7 @@ { "title": "Interfaces", "children": [ - 764 + 790 ] } ], @@ -28282,12 +29203,12 @@ "fileName": "confirmpopup/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/confirmpopup/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/confirmpopup/index.d.ts#L1" } ] }, { - "id": 790, + "id": 816, "name": "themes/contextmenu", "variant": "declaration", "kind": 2, @@ -28302,14 +29223,14 @@ }, "children": [ { - "id": 791, + "id": 817, "name": "ContextMenuDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 792, + "id": 818, "name": "root", "variant": "declaration", "kind": 1024, @@ -28329,20 +29250,20 @@ "fileName": "contextmenu/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 793, + "id": 819, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 794, + "id": 820, "name": "background", "variant": "declaration", "kind": 1024, @@ -28373,7 +29294,7 @@ "fileName": "contextmenu/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L23" } ], "type": { @@ -28382,7 +29303,7 @@ } }, { - "id": 795, + "id": 821, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -28413,7 +29334,7 @@ "fileName": "contextmenu/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L29" } ], "type": { @@ -28422,7 +29343,7 @@ } }, { - "id": 796, + "id": 822, "name": "color", "variant": "declaration", "kind": 1024, @@ -28453,7 +29374,7 @@ "fileName": "contextmenu/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L35" } ], "type": { @@ -28462,7 +29383,7 @@ } }, { - "id": 797, + "id": 823, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -28493,7 +29414,7 @@ "fileName": "contextmenu/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L41" } ], "type": { @@ -28502,7 +29423,7 @@ } }, { - "id": 798, + "id": 824, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -28533,7 +29454,7 @@ "fileName": "contextmenu/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L47" } ], "type": { @@ -28542,7 +29463,7 @@ } }, { - "id": 799, + "id": 825, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -28573,7 +29494,7 @@ "fileName": "contextmenu/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L53" } ], "type": { @@ -28586,12 +29507,12 @@ { "title": "Properties", "children": [ - 794, - 795, - 796, - 797, - 798, - 799 + 820, + 821, + 822, + 823, + 824, + 825 ] } ], @@ -28600,14 +29521,14 @@ "fileName": "contextmenu/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L17" } ] } } }, { - "id": 800, + "id": 826, "name": "list", "variant": "declaration", "kind": 1024, @@ -28627,20 +29548,20 @@ "fileName": "contextmenu/index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L58" } ], "type": { "type": "reflection", "declaration": { - "id": 801, + "id": 827, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 802, + "id": 828, "name": "padding", "variant": "declaration", "kind": 1024, @@ -28671,7 +29592,7 @@ "fileName": "contextmenu/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L64" } ], "type": { @@ -28680,7 +29601,7 @@ } }, { - "id": 803, + "id": 829, "name": "gap", "variant": "declaration", "kind": 1024, @@ -28711,7 +29632,7 @@ "fileName": "contextmenu/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L70" } ], "type": { @@ -28724,8 +29645,8 @@ { "title": "Properties", "children": [ - 802, - 803 + 828, + 829 ] } ], @@ -28734,14 +29655,14 @@ "fileName": "contextmenu/index.d.ts", "line": 58, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L58" } ] } } }, { - "id": 804, + "id": 830, "name": "item", "variant": "declaration", "kind": 1024, @@ -28761,20 +29682,20 @@ "fileName": "contextmenu/index.d.ts", "line": 75, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L75" } ], "type": { "type": "reflection", "declaration": { - "id": 805, + "id": 831, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 806, + "id": 832, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -28805,7 +29726,7 @@ "fileName": "contextmenu/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L81" } ], "type": { @@ -28814,7 +29735,7 @@ } }, { - "id": 807, + "id": 833, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -28845,7 +29766,7 @@ "fileName": "contextmenu/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L87" } ], "type": { @@ -28854,7 +29775,7 @@ } }, { - "id": 808, + "id": 834, "name": "color", "variant": "declaration", "kind": 1024, @@ -28885,7 +29806,7 @@ "fileName": "contextmenu/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L93" } ], "type": { @@ -28894,7 +29815,7 @@ } }, { - "id": 809, + "id": 835, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -28925,7 +29846,7 @@ "fileName": "contextmenu/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L99" } ], "type": { @@ -28934,7 +29855,7 @@ } }, { - "id": 810, + "id": 836, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -28965,7 +29886,7 @@ "fileName": "contextmenu/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L105" } ], "type": { @@ -28974,7 +29895,7 @@ } }, { - "id": 811, + "id": 837, "name": "padding", "variant": "declaration", "kind": 1024, @@ -29005,7 +29926,7 @@ "fileName": "contextmenu/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L111" } ], "type": { @@ -29014,7 +29935,7 @@ } }, { - "id": 812, + "id": 838, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -29045,7 +29966,7 @@ "fileName": "contextmenu/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L117" } ], "type": { @@ -29054,7 +29975,7 @@ } }, { - "id": 813, + "id": 839, "name": "gap", "variant": "declaration", "kind": 1024, @@ -29085,7 +30006,7 @@ "fileName": "contextmenu/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L123" } ], "type": { @@ -29094,7 +30015,7 @@ } }, { - "id": 814, + "id": 840, "name": "icon", "variant": "declaration", "kind": 1024, @@ -29114,20 +30035,20 @@ "fileName": "contextmenu/index.d.ts", "line": 127, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L127" } ], "type": { "type": "reflection", "declaration": { - "id": 815, + "id": 841, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 816, + "id": 842, "name": "color", "variant": "declaration", "kind": 1024, @@ -29158,7 +30079,7 @@ "fileName": "contextmenu/index.d.ts", "line": 133, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L133" } ], "type": { @@ -29167,7 +30088,7 @@ } }, { - "id": 817, + "id": 843, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -29198,7 +30119,7 @@ "fileName": "contextmenu/index.d.ts", "line": 139, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L139" } ], "type": { @@ -29207,7 +30128,7 @@ } }, { - "id": 818, + "id": 844, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -29238,7 +30159,7 @@ "fileName": "contextmenu/index.d.ts", "line": 145, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L145" } ], "type": { @@ -29251,9 +30172,9 @@ { "title": "Properties", "children": [ - 816, - 817, - 818 + 842, + 843, + 844 ] } ], @@ -29262,7 +30183,7 @@ "fileName": "contextmenu/index.d.ts", "line": 127, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L127" } ] } @@ -29273,15 +30194,15 @@ { "title": "Properties", "children": [ - 806, - 807, - 808, - 809, - 810, - 811, - 812, - 813, - 814 + 832, + 833, + 834, + 835, + 836, + 837, + 838, + 839, + 840 ] } ], @@ -29290,14 +30211,107 @@ "fileName": "contextmenu/index.d.ts", "line": 75, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L75" + } + ] + } + } + }, + { + "id": 845, + "name": "submenu", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Used to pass tokens of the submenu section" + } + ] + }, + "sources": [ + { + "fileName": "contextmenu/index.d.ts", + "line": 151, + "character": 4, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L151" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 846, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 847, + "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": "contextmenu.submenu.mobile.indent" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "contextmenu/index.d.ts", + "line": 157, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L157" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 847 + ] + } + ], + "sources": [ + { + "fileName": "contextmenu/index.d.ts", + "line": 151, + "character": 14, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L151" } ] } } }, { - "id": 819, + "id": 848, "name": "submenuIcon", "variant": "declaration", "kind": 1024, @@ -29315,22 +30329,22 @@ "sources": [ { "fileName": "contextmenu/index.d.ts", - "line": 151, + "line": 162, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L162" } ], "type": { "type": "reflection", "declaration": { - "id": 820, + "id": 849, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 821, + "id": 850, "name": "size", "variant": "declaration", "kind": 1024, @@ -29359,9 +30373,9 @@ "sources": [ { "fileName": "contextmenu/index.d.ts", - "line": 157, + "line": 168, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L168" } ], "type": { @@ -29370,7 +30384,7 @@ } }, { - "id": 822, + "id": 851, "name": "color", "variant": "declaration", "kind": 1024, @@ -29399,9 +30413,9 @@ "sources": [ { "fileName": "contextmenu/index.d.ts", - "line": 163, + "line": 174, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L174" } ], "type": { @@ -29410,7 +30424,7 @@ } }, { - "id": 823, + "id": 852, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -29439,9 +30453,9 @@ "sources": [ { "fileName": "contextmenu/index.d.ts", - "line": 169, + "line": 180, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L180" } ], "type": { @@ -29450,7 +30464,7 @@ } }, { - "id": 824, + "id": 853, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -29479,9 +30493,9 @@ "sources": [ { "fileName": "contextmenu/index.d.ts", - "line": 175, + "line": 186, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L186" } ], "type": { @@ -29494,26 +30508,26 @@ { "title": "Properties", "children": [ - 821, - 822, - 823, - 824 + 850, + 851, + 852, + 853 ] } ], "sources": [ { "fileName": "contextmenu/index.d.ts", - "line": 151, + "line": 162, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L162" } ] } } }, { - "id": 825, + "id": 854, "name": "separator", "variant": "declaration", "kind": 1024, @@ -29531,22 +30545,22 @@ "sources": [ { "fileName": "contextmenu/index.d.ts", - "line": 180, + "line": 191, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L191" } ], "type": { "type": "reflection", "declaration": { - "id": 826, + "id": 855, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 827, + "id": 856, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -29575,9 +30589,9 @@ "sources": [ { "fileName": "contextmenu/index.d.ts", - "line": 186, + "line": 197, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L186" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L197" } ], "type": { @@ -29590,23 +30604,23 @@ { "title": "Properties", "children": [ - 827 + 856 ] } ], "sources": [ { "fileName": "contextmenu/index.d.ts", - "line": 180, + "line": 191, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L191" } ] } } }, { - "id": 828, + "id": 857, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -29618,20 +30632,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 829, + "id": 858, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 830, + "id": 859, "name": "light", "variant": "declaration", "kind": 1024, @@ -29643,7 +30657,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -29655,7 +30669,7 @@ "typeArguments": [ { "type": "reference", - "target": 791, + "target": 817, "name": "ContextMenuDesignTokens", "package": "primeng" }, @@ -29669,7 +30683,7 @@ } }, { - "id": 831, + "id": 860, "name": "dark", "variant": "declaration", "kind": 1024, @@ -29681,7 +30695,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -29693,7 +30707,7 @@ "typeArguments": [ { "type": "reference", - "target": 791, + "target": 817, "name": "ContextMenuDesignTokens", "package": "primeng" }, @@ -29711,8 +30725,8 @@ { "title": "Properties", "children": [ - 830, - 831 + 859, + 860 ] } ], @@ -29721,14 +30735,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -29737,12 +30751,13 @@ { "title": "Properties", "children": [ - 792, - 800, - 804, - 819, - 825, - 828 + 818, + 826, + 830, + 845, + 848, + 854, + 857 ] } ], @@ -29751,17 +30766,17 @@ "fileName": "contextmenu/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 791, + "target": 817, "name": "ContextMenuDesignTokens", "package": "primeng" } @@ -29776,7 +30791,7 @@ { "title": "Interfaces", "children": [ - 791 + 817 ] } ], @@ -29785,12 +30800,12 @@ "fileName": "contextmenu/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/contextmenu/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/contextmenu/index.d.ts#L1" } ] }, { - "id": 832, + "id": 861, "name": "themes/table", "variant": "declaration", "kind": 2, @@ -29805,14 +30820,14 @@ }, "children": [ { - "id": 833, + "id": 862, "name": "DataTableDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 834, + "id": 863, "name": "root", "variant": "declaration", "kind": 1024, @@ -29832,20 +30847,20 @@ "fileName": "datatable/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 835, + "id": 864, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 836, + "id": 865, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -29876,7 +30891,7 @@ "fileName": "datatable/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L23" } ], "type": { @@ -29885,7 +30900,7 @@ } }, { - "id": 837, + "id": 866, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -29916,7 +30931,7 @@ "fileName": "datatable/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L29" } ], "type": { @@ -29929,8 +30944,8 @@ { "title": "Properties", "children": [ - 836, - 837 + 865, + 866 ] } ], @@ -29939,14 +30954,14 @@ "fileName": "datatable/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L17" } ] } } }, { - "id": 838, + "id": 867, "name": "header", "variant": "declaration", "kind": 1024, @@ -29966,20 +30981,20 @@ "fileName": "datatable/index.d.ts", "line": 34, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L34" } ], "type": { "type": "reflection", "declaration": { - "id": 839, + "id": 868, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 840, + "id": 869, "name": "background", "variant": "declaration", "kind": 1024, @@ -30010,7 +31025,7 @@ "fileName": "datatable/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L40" } ], "type": { @@ -30019,7 +31034,7 @@ } }, { - "id": 841, + "id": 870, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -30050,7 +31065,7 @@ "fileName": "datatable/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L46" } ], "type": { @@ -30059,7 +31074,7 @@ } }, { - "id": 842, + "id": 871, "name": "color", "variant": "declaration", "kind": 1024, @@ -30090,7 +31105,7 @@ "fileName": "datatable/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L52" } ], "type": { @@ -30099,7 +31114,7 @@ } }, { - "id": 843, + "id": 872, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -30130,7 +31145,7 @@ "fileName": "datatable/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L58" } ], "type": { @@ -30139,7 +31154,7 @@ } }, { - "id": 844, + "id": 873, "name": "padding", "variant": "declaration", "kind": 1024, @@ -30170,7 +31185,7 @@ "fileName": "datatable/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L64" } ], "type": { @@ -30183,11 +31198,11 @@ { "title": "Properties", "children": [ - 840, - 841, - 842, - 843, - 844 + 869, + 870, + 871, + 872, + 873 ] } ], @@ -30196,14 +31211,14 @@ "fileName": "datatable/index.d.ts", "line": 34, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L34" } ] } } }, { - "id": 845, + "id": 874, "name": "headerCell", "variant": "declaration", "kind": 1024, @@ -30223,20 +31238,20 @@ "fileName": "datatable/index.d.ts", "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 846, + "id": 875, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 847, + "id": 876, "name": "background", "variant": "declaration", "kind": 1024, @@ -30267,7 +31282,7 @@ "fileName": "datatable/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L75" } ], "type": { @@ -30276,7 +31291,7 @@ } }, { - "id": 848, + "id": 877, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -30307,7 +31322,7 @@ "fileName": "datatable/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L81" } ], "type": { @@ -30316,7 +31331,7 @@ } }, { - "id": 849, + "id": 878, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -30347,7 +31362,7 @@ "fileName": "datatable/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L87" } ], "type": { @@ -30356,7 +31371,7 @@ } }, { - "id": 850, + "id": 879, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -30387,7 +31402,7 @@ "fileName": "datatable/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L93" } ], "type": { @@ -30396,7 +31411,7 @@ } }, { - "id": 851, + "id": 880, "name": "color", "variant": "declaration", "kind": 1024, @@ -30427,7 +31442,7 @@ "fileName": "datatable/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L99" } ], "type": { @@ -30436,7 +31451,7 @@ } }, { - "id": 852, + "id": 881, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -30467,7 +31482,7 @@ "fileName": "datatable/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L105" } ], "type": { @@ -30476,7 +31491,7 @@ } }, { - "id": 853, + "id": 882, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -30507,7 +31522,7 @@ "fileName": "datatable/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L111" } ], "type": { @@ -30516,7 +31531,7 @@ } }, { - "id": 854, + "id": 883, "name": "gap", "variant": "declaration", "kind": 1024, @@ -30547,7 +31562,7 @@ "fileName": "datatable/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L117" } ], "type": { @@ -30556,7 +31571,7 @@ } }, { - "id": 855, + "id": 884, "name": "padding", "variant": "declaration", "kind": 1024, @@ -30587,7 +31602,7 @@ "fileName": "datatable/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L123" } ], "type": { @@ -30596,7 +31611,7 @@ } }, { - "id": 856, + "id": 885, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -30616,20 +31631,20 @@ "fileName": "datatable/index.d.ts", "line": 127, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L127" } ], "type": { "type": "reflection", "declaration": { - "id": 857, + "id": 886, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 858, + "id": 887, "name": "width", "variant": "declaration", "kind": 1024, @@ -30660,7 +31675,7 @@ "fileName": "datatable/index.d.ts", "line": 133, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L133" } ], "type": { @@ -30669,7 +31684,7 @@ } }, { - "id": 859, + "id": 888, "name": "style", "variant": "declaration", "kind": 1024, @@ -30700,7 +31715,7 @@ "fileName": "datatable/index.d.ts", "line": 139, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L139" } ], "type": { @@ -30709,7 +31724,7 @@ } }, { - "id": 860, + "id": 889, "name": "color", "variant": "declaration", "kind": 1024, @@ -30740,7 +31755,7 @@ "fileName": "datatable/index.d.ts", "line": 145, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L145" } ], "type": { @@ -30749,7 +31764,7 @@ } }, { - "id": 861, + "id": 890, "name": "offset", "variant": "declaration", "kind": 1024, @@ -30780,7 +31795,7 @@ "fileName": "datatable/index.d.ts", "line": 151, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L151" } ], "type": { @@ -30789,7 +31804,7 @@ } }, { - "id": 862, + "id": 891, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -30820,7 +31835,7 @@ "fileName": "datatable/index.d.ts", "line": 157, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L157" } ], "type": { @@ -30833,11 +31848,11 @@ { "title": "Properties", "children": [ - 858, - 859, - 860, - 861, - 862 + 887, + 888, + 889, + 890, + 891 ] } ], @@ -30846,7 +31861,7 @@ "fileName": "datatable/index.d.ts", "line": 127, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L127" } ] } @@ -30857,16 +31872,16 @@ { "title": "Properties", "children": [ - 847, - 848, - 849, - 850, - 851, - 852, - 853, - 854, - 855, - 856 + 876, + 877, + 878, + 879, + 880, + 881, + 882, + 883, + 884, + 885 ] } ], @@ -30875,14 +31890,14 @@ "fileName": "datatable/index.d.ts", "line": 69, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L69" } ] } } }, { - "id": 863, + "id": 892, "name": "columnTitle", "variant": "declaration", "kind": 1024, @@ -30902,20 +31917,20 @@ "fileName": "datatable/index.d.ts", "line": 163, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L163" } ], "type": { "type": "reflection", "declaration": { - "id": 864, + "id": 893, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 865, + "id": 894, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -30946,7 +31961,7 @@ "fileName": "datatable/index.d.ts", "line": 169, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L169" } ], "type": { @@ -30959,7 +31974,7 @@ { "title": "Properties", "children": [ - 865 + 894 ] } ], @@ -30968,14 +31983,14 @@ "fileName": "datatable/index.d.ts", "line": 163, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L163" } ] } } }, { - "id": 866, + "id": 895, "name": "row", "variant": "declaration", "kind": 1024, @@ -30995,20 +32010,20 @@ "fileName": "datatable/index.d.ts", "line": 174, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L174" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L174" } ], "type": { "type": "reflection", "declaration": { - "id": 867, + "id": 896, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 868, + "id": 897, "name": "background", "variant": "declaration", "kind": 1024, @@ -31039,7 +32054,7 @@ "fileName": "datatable/index.d.ts", "line": 180, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L180" } ], "type": { @@ -31048,7 +32063,7 @@ } }, { - "id": 869, + "id": 898, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -31079,7 +32094,7 @@ "fileName": "datatable/index.d.ts", "line": 186, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L186" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L186" } ], "type": { @@ -31088,7 +32103,7 @@ } }, { - "id": 870, + "id": 899, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -31119,7 +32134,7 @@ "fileName": "datatable/index.d.ts", "line": 192, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L192" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L192" } ], "type": { @@ -31128,7 +32143,7 @@ } }, { - "id": 871, + "id": 900, "name": "color", "variant": "declaration", "kind": 1024, @@ -31159,7 +32174,7 @@ "fileName": "datatable/index.d.ts", "line": 198, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L198" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L198" } ], "type": { @@ -31168,7 +32183,7 @@ } }, { - "id": 872, + "id": 901, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -31199,7 +32214,7 @@ "fileName": "datatable/index.d.ts", "line": 204, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L204" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L204" } ], "type": { @@ -31208,7 +32223,7 @@ } }, { - "id": 873, + "id": 902, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -31239,7 +32254,7 @@ "fileName": "datatable/index.d.ts", "line": 210, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L210" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L210" } ], "type": { @@ -31248,7 +32263,7 @@ } }, { - "id": 874, + "id": 903, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -31268,20 +32283,20 @@ "fileName": "datatable/index.d.ts", "line": 214, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L214" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L214" } ], "type": { "type": "reflection", "declaration": { - "id": 875, + "id": 904, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 876, + "id": 905, "name": "width", "variant": "declaration", "kind": 1024, @@ -31312,7 +32327,7 @@ "fileName": "datatable/index.d.ts", "line": 220, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L220" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L220" } ], "type": { @@ -31321,7 +32336,7 @@ } }, { - "id": 877, + "id": 906, "name": "style", "variant": "declaration", "kind": 1024, @@ -31352,7 +32367,7 @@ "fileName": "datatable/index.d.ts", "line": 226, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L226" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L226" } ], "type": { @@ -31361,7 +32376,7 @@ } }, { - "id": 878, + "id": 907, "name": "color", "variant": "declaration", "kind": 1024, @@ -31392,7 +32407,7 @@ "fileName": "datatable/index.d.ts", "line": 232, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L232" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L232" } ], "type": { @@ -31401,7 +32416,7 @@ } }, { - "id": 879, + "id": 908, "name": "offset", "variant": "declaration", "kind": 1024, @@ -31432,7 +32447,7 @@ "fileName": "datatable/index.d.ts", "line": 238, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L238" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L238" } ], "type": { @@ -31441,7 +32456,7 @@ } }, { - "id": 880, + "id": 909, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -31472,7 +32487,7 @@ "fileName": "datatable/index.d.ts", "line": 244, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L244" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L244" } ], "type": { @@ -31485,11 +32500,11 @@ { "title": "Properties", "children": [ - 876, - 877, - 878, - 879, - 880 + 905, + 906, + 907, + 908, + 909 ] } ], @@ -31498,14 +32513,14 @@ "fileName": "datatable/index.d.ts", "line": 214, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L214" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L214" } ] } } }, { - "id": 881, + "id": 910, "name": "stripedBackground", "variant": "declaration", "kind": 1024, @@ -31536,7 +32551,7 @@ "fileName": "datatable/index.d.ts", "line": 251, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L251" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L251" } ], "type": { @@ -31549,14 +32564,14 @@ { "title": "Properties", "children": [ - 868, - 869, - 870, - 871, - 872, - 873, - 874, - 881 + 897, + 898, + 899, + 900, + 901, + 902, + 903, + 910 ] } ], @@ -31565,14 +32580,14 @@ "fileName": "datatable/index.d.ts", "line": 174, "character": 10, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L174" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L174" } ] } } }, { - "id": 882, + "id": 911, "name": "bodyCell", "variant": "declaration", "kind": 1024, @@ -31592,20 +32607,20 @@ "fileName": "datatable/index.d.ts", "line": 256, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L256" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L256" } ], "type": { "type": "reflection", "declaration": { - "id": 883, + "id": 912, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 884, + "id": 913, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -31636,7 +32651,7 @@ "fileName": "datatable/index.d.ts", "line": 262, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L262" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L262" } ], "type": { @@ -31645,7 +32660,7 @@ } }, { - "id": 885, + "id": 914, "name": "padding", "variant": "declaration", "kind": 1024, @@ -31676,7 +32691,7 @@ "fileName": "datatable/index.d.ts", "line": 268, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L268" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L268" } ], "type": { @@ -31685,7 +32700,7 @@ } }, { - "id": 886, + "id": 915, "name": "selectedBorderColor", "variant": "declaration", "kind": 1024, @@ -31716,7 +32731,7 @@ "fileName": "datatable/index.d.ts", "line": 274, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L274" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L274" } ], "type": { @@ -31729,9 +32744,9 @@ { "title": "Properties", "children": [ - 884, - 885, - 886 + 913, + 914, + 915 ] } ], @@ -31740,14 +32755,14 @@ "fileName": "datatable/index.d.ts", "line": 256, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L256" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L256" } ] } } }, { - "id": 887, + "id": 916, "name": "footerCell", "variant": "declaration", "kind": 1024, @@ -31767,20 +32782,20 @@ "fileName": "datatable/index.d.ts", "line": 279, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L279" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L279" } ], "type": { "type": "reflection", "declaration": { - "id": 888, + "id": 917, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 889, + "id": 918, "name": "background", "variant": "declaration", "kind": 1024, @@ -31811,7 +32826,7 @@ "fileName": "datatable/index.d.ts", "line": 285, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L285" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L285" } ], "type": { @@ -31820,7 +32835,7 @@ } }, { - "id": 890, + "id": 919, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -31851,7 +32866,7 @@ "fileName": "datatable/index.d.ts", "line": 291, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L291" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L291" } ], "type": { @@ -31860,7 +32875,7 @@ } }, { - "id": 891, + "id": 920, "name": "color", "variant": "declaration", "kind": 1024, @@ -31891,7 +32906,7 @@ "fileName": "datatable/index.d.ts", "line": 297, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L297" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L297" } ], "type": { @@ -31900,7 +32915,7 @@ } }, { - "id": 892, + "id": 921, "name": "padding", "variant": "declaration", "kind": 1024, @@ -31931,7 +32946,7 @@ "fileName": "datatable/index.d.ts", "line": 303, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L303" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L303" } ], "type": { @@ -31944,10 +32959,10 @@ { "title": "Properties", "children": [ - 889, - 890, - 891, - 892 + 918, + 919, + 920, + 921 ] } ], @@ -31956,14 +32971,14 @@ "fileName": "datatable/index.d.ts", "line": 279, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L279" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L279" } ] } } }, { - "id": 893, + "id": 922, "name": "columnFooter", "variant": "declaration", "kind": 1024, @@ -31983,20 +32998,20 @@ "fileName": "datatable/index.d.ts", "line": 308, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L308" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L308" } ], "type": { "type": "reflection", "declaration": { - "id": 894, + "id": 923, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 895, + "id": 924, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -32027,7 +33042,7 @@ "fileName": "datatable/index.d.ts", "line": 314, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L314" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L314" } ], "type": { @@ -32040,7 +33055,7 @@ { "title": "Properties", "children": [ - 895 + 924 ] } ], @@ -32049,14 +33064,14 @@ "fileName": "datatable/index.d.ts", "line": 308, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L308" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L308" } ] } } }, { - "id": 896, + "id": 925, "name": "footer", "variant": "declaration", "kind": 1024, @@ -32076,20 +33091,20 @@ "fileName": "datatable/index.d.ts", "line": 319, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L319" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L319" } ], "type": { "type": "reflection", "declaration": { - "id": 897, + "id": 926, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 898, + "id": 927, "name": "background", "variant": "declaration", "kind": 1024, @@ -32120,7 +33135,7 @@ "fileName": "datatable/index.d.ts", "line": 325, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L325" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L325" } ], "type": { @@ -32129,7 +33144,7 @@ } }, { - "id": 899, + "id": 928, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -32160,7 +33175,7 @@ "fileName": "datatable/index.d.ts", "line": 331, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L331" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L331" } ], "type": { @@ -32169,7 +33184,7 @@ } }, { - "id": 900, + "id": 929, "name": "color", "variant": "declaration", "kind": 1024, @@ -32200,7 +33215,7 @@ "fileName": "datatable/index.d.ts", "line": 337, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L337" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L337" } ], "type": { @@ -32209,7 +33224,7 @@ } }, { - "id": 901, + "id": 930, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -32240,7 +33255,7 @@ "fileName": "datatable/index.d.ts", "line": 343, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L343" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L343" } ], "type": { @@ -32249,7 +33264,7 @@ } }, { - "id": 902, + "id": 931, "name": "padding", "variant": "declaration", "kind": 1024, @@ -32280,7 +33295,7 @@ "fileName": "datatable/index.d.ts", "line": 349, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L349" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L349" } ], "type": { @@ -32293,11 +33308,11 @@ { "title": "Properties", "children": [ - 898, - 899, - 900, - 901, - 902 + 927, + 928, + 929, + 930, + 931 ] } ], @@ -32306,14 +33321,14 @@ "fileName": "datatable/index.d.ts", "line": 319, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L319" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L319" } ] } } }, { - "id": 903, + "id": 932, "name": "dropPointColor", "variant": "declaration", "kind": 1024, @@ -32333,20 +33348,20 @@ "fileName": "datatable/index.d.ts", "line": 354, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L354" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L354" } ], "type": { "type": "reflection", "declaration": { - "id": 904, + "id": 933, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 905, + "id": 934, "name": "0", "variant": "declaration", "kind": 1024, @@ -32377,7 +33392,7 @@ "fileName": "datatable/index.d.ts", "line": 360, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L360" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L360" } ], "type": { @@ -32386,7 +33401,7 @@ } }, { - "id": 906, + "id": 935, "name": "1", "variant": "declaration", "kind": 1024, @@ -32417,7 +33432,7 @@ "fileName": "datatable/index.d.ts", "line": 366, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L366" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L366" } ], "type": { @@ -32426,7 +33441,7 @@ } }, { - "id": 907, + "id": 936, "name": "2", "variant": "declaration", "kind": 1024, @@ -32457,7 +33472,7 @@ "fileName": "datatable/index.d.ts", "line": 372, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L372" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L372" } ], "type": { @@ -32466,7 +33481,7 @@ } }, { - "id": 908, + "id": 937, "name": "3", "variant": "declaration", "kind": 1024, @@ -32497,7 +33512,7 @@ "fileName": "datatable/index.d.ts", "line": 378, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L378" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L378" } ], "type": { @@ -32506,7 +33521,7 @@ } }, { - "id": 909, + "id": 938, "name": "4", "variant": "declaration", "kind": 1024, @@ -32537,7 +33552,7 @@ "fileName": "datatable/index.d.ts", "line": 384, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L384" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L384" } ], "type": { @@ -32546,7 +33561,7 @@ } }, { - "id": 910, + "id": 939, "name": "5", "variant": "declaration", "kind": 1024, @@ -32577,7 +33592,7 @@ "fileName": "datatable/index.d.ts", "line": 390, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L390" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L390" } ], "type": { @@ -32586,7 +33601,7 @@ } }, { - "id": 911, + "id": 940, "name": "6", "variant": "declaration", "kind": 1024, @@ -32617,7 +33632,7 @@ "fileName": "datatable/index.d.ts", "line": 396, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L396" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L396" } ], "type": { @@ -32626,7 +33641,7 @@ } }, { - "id": 912, + "id": 941, "name": "7", "variant": "declaration", "kind": 1024, @@ -32657,7 +33672,7 @@ "fileName": "datatable/index.d.ts", "line": 402, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L402" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L402" } ], "type": { @@ -32666,7 +33681,7 @@ } }, { - "id": 913, + "id": 942, "name": "8", "variant": "declaration", "kind": 1024, @@ -32697,7 +33712,7 @@ "fileName": "datatable/index.d.ts", "line": 408, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L408" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L408" } ], "type": { @@ -32706,7 +33721,7 @@ } }, { - "id": 914, + "id": 943, "name": "9", "variant": "declaration", "kind": 1024, @@ -32737,7 +33752,7 @@ "fileName": "datatable/index.d.ts", "line": 414, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L414" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L414" } ], "type": { @@ -32746,7 +33761,7 @@ } }, { - "id": 915, + "id": 944, "name": "10", "variant": "declaration", "kind": 1024, @@ -32777,7 +33792,7 @@ "fileName": "datatable/index.d.ts", "line": 420, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L420" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L420" } ], "type": { @@ -32786,7 +33801,7 @@ } }, { - "id": 916, + "id": 945, "name": "11", "variant": "declaration", "kind": 1024, @@ -32817,7 +33832,7 @@ "fileName": "datatable/index.d.ts", "line": 426, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L426" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L426" } ], "type": { @@ -32826,7 +33841,7 @@ } }, { - "id": 917, + "id": 946, "name": "12", "variant": "declaration", "kind": 1024, @@ -32857,7 +33872,7 @@ "fileName": "datatable/index.d.ts", "line": 432, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L432" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L432" } ], "type": { @@ -32866,7 +33881,7 @@ } }, { - "id": 918, + "id": 947, "name": "13", "variant": "declaration", "kind": 1024, @@ -32897,7 +33912,7 @@ "fileName": "datatable/index.d.ts", "line": 438, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L438" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L438" } ], "type": { @@ -32906,7 +33921,7 @@ } }, { - "id": 919, + "id": 948, "name": "14", "variant": "declaration", "kind": 1024, @@ -32937,7 +33952,7 @@ "fileName": "datatable/index.d.ts", "line": 444, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L444" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L444" } ], "type": { @@ -32950,21 +33965,21 @@ { "title": "Properties", "children": [ - 905, - 906, - 907, - 908, - 909, - 910, - 911, - 912, - 913, - 914, - 915, - 916, - 917, - 918, - 919 + 934, + 935, + 936, + 937, + 938, + 939, + 940, + 941, + 942, + 943, + 944, + 945, + 946, + 947, + 948 ] } ], @@ -32973,14 +33988,14 @@ "fileName": "datatable/index.d.ts", "line": 354, "character": 21, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L354" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L354" } ] } } }, { - "id": 920, + "id": 949, "name": "columnResizerWidth", "variant": "declaration", "kind": 1024, @@ -33000,20 +34015,20 @@ "fileName": "datatable/index.d.ts", "line": 449, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L449" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L449" } ], "type": { "type": "reflection", "declaration": { - "id": 921, + "id": 950, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 922, + "id": 951, "name": "0", "variant": "declaration", "kind": 1024, @@ -33044,7 +34059,7 @@ "fileName": "datatable/index.d.ts", "line": 455, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L455" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L455" } ], "type": { @@ -33053,7 +34068,7 @@ } }, { - "id": 923, + "id": 952, "name": "1", "variant": "declaration", "kind": 1024, @@ -33084,7 +34099,7 @@ "fileName": "datatable/index.d.ts", "line": 461, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L461" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L461" } ], "type": { @@ -33093,7 +34108,7 @@ } }, { - "id": 924, + "id": 953, "name": "2", "variant": "declaration", "kind": 1024, @@ -33124,7 +34139,7 @@ "fileName": "datatable/index.d.ts", "line": 467, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L467" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L467" } ], "type": { @@ -33133,7 +34148,7 @@ } }, { - "id": 925, + "id": 954, "name": "3", "variant": "declaration", "kind": 1024, @@ -33164,7 +34179,7 @@ "fileName": "datatable/index.d.ts", "line": 473, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L473" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L473" } ], "type": { @@ -33173,7 +34188,7 @@ } }, { - "id": 926, + "id": 955, "name": "4", "variant": "declaration", "kind": 1024, @@ -33204,7 +34219,7 @@ "fileName": "datatable/index.d.ts", "line": 479, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L479" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L479" } ], "type": { @@ -33213,7 +34228,7 @@ } }, { - "id": 927, + "id": 956, "name": "5", "variant": "declaration", "kind": 1024, @@ -33244,7 +34259,7 @@ "fileName": "datatable/index.d.ts", "line": 485, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L485" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L485" } ], "type": { @@ -33257,12 +34272,12 @@ { "title": "Properties", "children": [ - 922, - 923, - 924, - 925, - 926, - 927 + 951, + 952, + 953, + 954, + 955, + 956 ] } ], @@ -33271,14 +34286,14 @@ "fileName": "datatable/index.d.ts", "line": 449, "character": 25, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L449" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L449" } ] } } }, { - "id": 928, + "id": 957, "name": "resizeIndicator", "variant": "declaration", "kind": 1024, @@ -33298,20 +34313,20 @@ "fileName": "datatable/index.d.ts", "line": 490, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L490" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L490" } ], "type": { "type": "reflection", "declaration": { - "id": 929, + "id": 958, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 930, + "id": 959, "name": "width", "variant": "declaration", "kind": 1024, @@ -33342,7 +34357,7 @@ "fileName": "datatable/index.d.ts", "line": 496, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L496" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L496" } ], "type": { @@ -33351,7 +34366,7 @@ } }, { - "id": 931, + "id": 960, "name": "color", "variant": "declaration", "kind": 1024, @@ -33382,7 +34397,7 @@ "fileName": "datatable/index.d.ts", "line": 502, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L502" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L502" } ], "type": { @@ -33395,8 +34410,8 @@ { "title": "Properties", "children": [ - 930, - 931 + 959, + 960 ] } ], @@ -33405,14 +34420,14 @@ "fileName": "datatable/index.d.ts", "line": 490, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L490" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L490" } ] } } }, { - "id": 932, + "id": 961, "name": "sortIcon", "variant": "declaration", "kind": 1024, @@ -33432,20 +34447,20 @@ "fileName": "datatable/index.d.ts", "line": 507, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L507" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L507" } ], "type": { "type": "reflection", "declaration": { - "id": 933, + "id": 962, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 934, + "id": 963, "name": "color", "variant": "declaration", "kind": 1024, @@ -33476,7 +34491,7 @@ "fileName": "datatable/index.d.ts", "line": 513, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L513" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L513" } ], "type": { @@ -33485,7 +34500,7 @@ } }, { - "id": 935, + "id": 964, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -33516,7 +34531,7 @@ "fileName": "datatable/index.d.ts", "line": 519, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L519" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L519" } ], "type": { @@ -33529,8 +34544,8 @@ { "title": "Properties", "children": [ - 934, - 935 + 963, + 964 ] } ], @@ -33539,14 +34554,14 @@ "fileName": "datatable/index.d.ts", "line": 507, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L507" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L507" } ] } } }, { - "id": 936, + "id": 965, "name": "loadingIcon", "variant": "declaration", "kind": 1024, @@ -33566,20 +34581,20 @@ "fileName": "datatable/index.d.ts", "line": 524, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L524" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L524" } ], "type": { "type": "reflection", "declaration": { - "id": 937, + "id": 966, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 938, + "id": 967, "name": "size", "variant": "declaration", "kind": 1024, @@ -33610,7 +34625,7 @@ "fileName": "datatable/index.d.ts", "line": 530, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L530" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L530" } ], "type": { @@ -33623,7 +34638,7 @@ { "title": "Properties", "children": [ - 938 + 967 ] } ], @@ -33632,14 +34647,14 @@ "fileName": "datatable/index.d.ts", "line": 524, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L524" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L524" } ] } } }, { - "id": 939, + "id": 968, "name": "rowToggleButton", "variant": "declaration", "kind": 1024, @@ -33659,20 +34674,20 @@ "fileName": "datatable/index.d.ts", "line": 535, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L535" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L535" } ], "type": { "type": "reflection", "declaration": { - "id": 940, + "id": 969, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 941, + "id": 970, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -33703,7 +34718,7 @@ "fileName": "datatable/index.d.ts", "line": 541, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L541" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L541" } ], "type": { @@ -33712,7 +34727,7 @@ } }, { - "id": 942, + "id": 971, "name": "selectedHoverBackground", "variant": "declaration", "kind": 1024, @@ -33743,7 +34758,7 @@ "fileName": "datatable/index.d.ts", "line": 547, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L547" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L547" } ], "type": { @@ -33752,7 +34767,7 @@ } }, { - "id": 943, + "id": 972, "name": "color", "variant": "declaration", "kind": 1024, @@ -33783,7 +34798,7 @@ "fileName": "datatable/index.d.ts", "line": 553, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L553" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L553" } ], "type": { @@ -33792,7 +34807,7 @@ } }, { - "id": 944, + "id": 973, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -33823,7 +34838,7 @@ "fileName": "datatable/index.d.ts", "line": 559, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L559" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L559" } ], "type": { @@ -33832,7 +34847,7 @@ } }, { - "id": 945, + "id": 974, "name": "selectedHoverColor", "variant": "declaration", "kind": 1024, @@ -33863,7 +34878,7 @@ "fileName": "datatable/index.d.ts", "line": 565, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L565" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L565" } ], "type": { @@ -33872,7 +34887,7 @@ } }, { - "id": 946, + "id": 975, "name": "size", "variant": "declaration", "kind": 1024, @@ -33903,7 +34918,7 @@ "fileName": "datatable/index.d.ts", "line": 571, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L571" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L571" } ], "type": { @@ -33912,7 +34927,7 @@ } }, { - "id": 947, + "id": 976, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -33943,7 +34958,7 @@ "fileName": "datatable/index.d.ts", "line": 577, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L577" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L577" } ], "type": { @@ -33952,7 +34967,7 @@ } }, { - "id": 948, + "id": 977, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -33972,20 +34987,20 @@ "fileName": "datatable/index.d.ts", "line": 581, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L581" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L581" } ], "type": { "type": "reflection", "declaration": { - "id": 949, + "id": 978, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 950, + "id": 979, "name": "width", "variant": "declaration", "kind": 1024, @@ -34016,7 +35031,7 @@ "fileName": "datatable/index.d.ts", "line": 587, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L587" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L587" } ], "type": { @@ -34025,7 +35040,7 @@ } }, { - "id": 951, + "id": 980, "name": "style", "variant": "declaration", "kind": 1024, @@ -34056,7 +35071,7 @@ "fileName": "datatable/index.d.ts", "line": 593, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L593" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L593" } ], "type": { @@ -34065,7 +35080,7 @@ } }, { - "id": 952, + "id": 981, "name": "color", "variant": "declaration", "kind": 1024, @@ -34096,7 +35111,7 @@ "fileName": "datatable/index.d.ts", "line": 599, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L599" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L599" } ], "type": { @@ -34105,7 +35120,7 @@ } }, { - "id": 953, + "id": 982, "name": "offset", "variant": "declaration", "kind": 1024, @@ -34136,7 +35151,7 @@ "fileName": "datatable/index.d.ts", "line": 605, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L605" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L605" } ], "type": { @@ -34145,7 +35160,7 @@ } }, { - "id": 954, + "id": 983, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -34176,7 +35191,7 @@ "fileName": "datatable/index.d.ts", "line": 611, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L611" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L611" } ], "type": { @@ -34189,11 +35204,11 @@ { "title": "Properties", "children": [ - 950, - 951, - 952, - 953, - 954 + 979, + 980, + 981, + 982, + 983 ] } ], @@ -34202,7 +35217,7 @@ "fileName": "datatable/index.d.ts", "line": 581, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L581" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L581" } ] } @@ -34213,14 +35228,14 @@ { "title": "Properties", "children": [ - 941, - 942, - 943, - 944, - 945, - 946, - 947, - 948 + 970, + 971, + 972, + 973, + 974, + 975, + 976, + 977 ] } ], @@ -34229,14 +35244,14 @@ "fileName": "datatable/index.d.ts", "line": 535, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L535" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L535" } ] } } }, { - "id": 955, + "id": 984, "name": "filter", "variant": "declaration", "kind": 1024, @@ -34256,20 +35271,20 @@ "fileName": "datatable/index.d.ts", "line": 617, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L617" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L617" } ], "type": { "type": "reflection", "declaration": { - "id": 956, + "id": 985, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 957, + "id": 986, "name": "inlineGap", "variant": "declaration", "kind": 1024, @@ -34300,7 +35315,7 @@ "fileName": "datatable/index.d.ts", "line": 623, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L623" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L623" } ], "type": { @@ -34309,7 +35324,7 @@ } }, { - "id": 958, + "id": 987, "name": "overlaySelect", "variant": "declaration", "kind": 1024, @@ -34329,20 +35344,20 @@ "fileName": "datatable/index.d.ts", "line": 627, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L627" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L627" } ], "type": { "type": "reflection", "declaration": { - "id": 959, + "id": 988, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 960, + "id": 989, "name": "background", "variant": "declaration", "kind": 1024, @@ -34373,7 +35388,7 @@ "fileName": "datatable/index.d.ts", "line": 633, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L633" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L633" } ], "type": { @@ -34382,7 +35397,7 @@ } }, { - "id": 961, + "id": 990, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -34413,7 +35428,7 @@ "fileName": "datatable/index.d.ts", "line": 639, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L639" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L639" } ], "type": { @@ -34422,7 +35437,7 @@ } }, { - "id": 962, + "id": 991, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -34453,7 +35468,7 @@ "fileName": "datatable/index.d.ts", "line": 645, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L645" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L645" } ], "type": { @@ -34462,7 +35477,7 @@ } }, { - "id": 963, + "id": 992, "name": "color", "variant": "declaration", "kind": 1024, @@ -34493,7 +35508,7 @@ "fileName": "datatable/index.d.ts", "line": 651, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L651" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L651" } ], "type": { @@ -34502,7 +35517,7 @@ } }, { - "id": 964, + "id": 993, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -34533,7 +35548,7 @@ "fileName": "datatable/index.d.ts", "line": 657, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L657" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L657" } ], "type": { @@ -34546,11 +35561,11 @@ { "title": "Properties", "children": [ - 960, - 961, - 962, - 963, - 964 + 989, + 990, + 991, + 992, + 993 ] } ], @@ -34559,14 +35574,14 @@ "fileName": "datatable/index.d.ts", "line": 627, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L627" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L627" } ] } } }, { - "id": 965, + "id": 994, "name": "overlayPopover", "variant": "declaration", "kind": 1024, @@ -34586,20 +35601,20 @@ "fileName": "datatable/index.d.ts", "line": 662, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L662" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L662" } ], "type": { "type": "reflection", "declaration": { - "id": 966, + "id": 995, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 967, + "id": 996, "name": "background", "variant": "declaration", "kind": 1024, @@ -34630,7 +35645,7 @@ "fileName": "datatable/index.d.ts", "line": 668, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L668" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L668" } ], "type": { @@ -34639,7 +35654,7 @@ } }, { - "id": 968, + "id": 997, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -34670,7 +35685,7 @@ "fileName": "datatable/index.d.ts", "line": 674, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L674" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L674" } ], "type": { @@ -34679,7 +35694,7 @@ } }, { - "id": 969, + "id": 998, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -34710,7 +35725,7 @@ "fileName": "datatable/index.d.ts", "line": 680, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L680" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L680" } ], "type": { @@ -34719,7 +35734,7 @@ } }, { - "id": 970, + "id": 999, "name": "color", "variant": "declaration", "kind": 1024, @@ -34750,7 +35765,7 @@ "fileName": "datatable/index.d.ts", "line": 686, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L686" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L686" } ], "type": { @@ -34759,7 +35774,7 @@ } }, { - "id": 971, + "id": 1000, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -34790,7 +35805,7 @@ "fileName": "datatable/index.d.ts", "line": 692, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L692" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L692" } ], "type": { @@ -34799,7 +35814,7 @@ } }, { - "id": 972, + "id": 1001, "name": "padding", "variant": "declaration", "kind": 1024, @@ -34830,7 +35845,7 @@ "fileName": "datatable/index.d.ts", "line": 698, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L698" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L698" } ], "type": { @@ -34839,7 +35854,7 @@ } }, { - "id": 973, + "id": 1002, "name": "gap", "variant": "declaration", "kind": 1024, @@ -34870,7 +35885,7 @@ "fileName": "datatable/index.d.ts", "line": 704, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L704" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L704" } ], "type": { @@ -34883,13 +35898,13 @@ { "title": "Properties", "children": [ - 967, - 968, - 969, - 970, - 971, - 972, - 973 + 996, + 997, + 998, + 999, + 1000, + 1001, + 1002 ] } ], @@ -34898,14 +35913,14 @@ "fileName": "datatable/index.d.ts", "line": 662, "character": 25, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L662" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L662" } ] } } }, { - "id": 974, + "id": 1003, "name": "rule", "variant": "declaration", "kind": 1024, @@ -34925,20 +35940,20 @@ "fileName": "datatable/index.d.ts", "line": 709, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L709" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L709" } ], "type": { "type": "reflection", "declaration": { - "id": 975, + "id": 1004, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 976, + "id": 1005, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -34969,7 +35984,7 @@ "fileName": "datatable/index.d.ts", "line": 715, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L715" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L715" } ], "type": { @@ -34982,7 +35997,7 @@ { "title": "Properties", "children": [ - 976 + 1005 ] } ], @@ -34991,14 +36006,14 @@ "fileName": "datatable/index.d.ts", "line": 709, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L709" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L709" } ] } } }, { - "id": 977, + "id": 1006, "name": "constraintList", "variant": "declaration", "kind": 1024, @@ -35018,20 +36033,20 @@ "fileName": "datatable/index.d.ts", "line": 720, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L720" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L720" } ], "type": { "type": "reflection", "declaration": { - "id": 978, + "id": 1007, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 979, + "id": 1008, "name": "padding", "variant": "declaration", "kind": 1024, @@ -35062,7 +36077,7 @@ "fileName": "datatable/index.d.ts", "line": 726, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L726" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L726" } ], "type": { @@ -35071,7 +36086,7 @@ } }, { - "id": 980, + "id": 1009, "name": "gap", "variant": "declaration", "kind": 1024, @@ -35102,7 +36117,7 @@ "fileName": "datatable/index.d.ts", "line": 732, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L732" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L732" } ], "type": { @@ -35115,8 +36130,8 @@ { "title": "Properties", "children": [ - 979, - 980 + 1008, + 1009 ] } ], @@ -35125,14 +36140,14 @@ "fileName": "datatable/index.d.ts", "line": 720, "character": 25, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L720" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L720" } ] } } }, { - "id": 981, + "id": 1010, "name": "constraint", "variant": "declaration", "kind": 1024, @@ -35152,20 +36167,20 @@ "fileName": "datatable/index.d.ts", "line": 737, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L737" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L737" } ], "type": { "type": "reflection", "declaration": { - "id": 982, + "id": 1011, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 983, + "id": 1012, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -35196,7 +36211,7 @@ "fileName": "datatable/index.d.ts", "line": 743, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L743" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L743" } ], "type": { @@ -35205,7 +36220,7 @@ } }, { - "id": 984, + "id": 1013, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -35236,7 +36251,7 @@ "fileName": "datatable/index.d.ts", "line": 749, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L749" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L749" } ], "type": { @@ -35245,7 +36260,7 @@ } }, { - "id": 985, + "id": 1014, "name": "selectedFocusBackground", "variant": "declaration", "kind": 1024, @@ -35276,7 +36291,7 @@ "fileName": "datatable/index.d.ts", "line": 755, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L755" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L755" } ], "type": { @@ -35285,7 +36300,7 @@ } }, { - "id": 986, + "id": 1015, "name": "color", "variant": "declaration", "kind": 1024, @@ -35316,7 +36331,7 @@ "fileName": "datatable/index.d.ts", "line": 761, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L761" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L761" } ], "type": { @@ -35325,7 +36340,7 @@ } }, { - "id": 987, + "id": 1016, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -35356,7 +36371,7 @@ "fileName": "datatable/index.d.ts", "line": 767, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L767" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L767" } ], "type": { @@ -35365,7 +36380,7 @@ } }, { - "id": 988, + "id": 1017, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -35396,7 +36411,7 @@ "fileName": "datatable/index.d.ts", "line": 773, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L773" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L773" } ], "type": { @@ -35405,7 +36420,7 @@ } }, { - "id": 989, + "id": 1018, "name": "selectedFocusColor", "variant": "declaration", "kind": 1024, @@ -35436,7 +36451,7 @@ "fileName": "datatable/index.d.ts", "line": 779, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L779" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L779" } ], "type": { @@ -35445,7 +36460,7 @@ } }, { - "id": 990, + "id": 1019, "name": "separator", "variant": "declaration", "kind": 1024, @@ -35465,20 +36480,20 @@ "fileName": "datatable/index.d.ts", "line": 783, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L783" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L783" } ], "type": { "type": "reflection", "declaration": { - "id": 991, + "id": 1020, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 992, + "id": 1021, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -35509,7 +36524,7 @@ "fileName": "datatable/index.d.ts", "line": 789, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L789" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L789" } ], "type": { @@ -35522,7 +36537,7 @@ { "title": "Properties", "children": [ - 992 + 1021 ] } ], @@ -35531,14 +36546,14 @@ "fileName": "datatable/index.d.ts", "line": 783, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L783" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L783" } ] } } }, { - "id": 993, + "id": 1022, "name": "padding", "variant": "declaration", "kind": 1024, @@ -35569,7 +36584,7 @@ "fileName": "datatable/index.d.ts", "line": 796, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L796" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L796" } ], "type": { @@ -35578,7 +36593,7 @@ } }, { - "id": 994, + "id": 1023, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -35609,7 +36624,7 @@ "fileName": "datatable/index.d.ts", "line": 802, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L802" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L802" } ], "type": { @@ -35622,16 +36637,16 @@ { "title": "Properties", "children": [ - 983, - 984, - 985, - 986, - 987, - 988, - 989, - 990, - 993, - 994 + 1012, + 1013, + 1014, + 1015, + 1016, + 1017, + 1018, + 1019, + 1022, + 1023 ] } ], @@ -35640,7 +36655,7 @@ "fileName": "datatable/index.d.ts", "line": 737, "character": 21, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L737" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L737" } ] } @@ -35651,12 +36666,12 @@ { "title": "Properties", "children": [ - 957, - 958, - 965, - 974, - 977, - 981 + 986, + 987, + 994, + 1003, + 1006, + 1010 ] } ], @@ -35665,14 +36680,14 @@ "fileName": "datatable/index.d.ts", "line": 617, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L617" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L617" } ] } } }, { - "id": 995, + "id": 1024, "name": "paginatorTop", "variant": "declaration", "kind": 1024, @@ -35692,20 +36707,20 @@ "fileName": "datatable/index.d.ts", "line": 808, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L808" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L808" } ], "type": { "type": "reflection", "declaration": { - "id": 996, + "id": 1025, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 997, + "id": 1026, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -35736,7 +36751,7 @@ "fileName": "datatable/index.d.ts", "line": 814, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L814" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L814" } ], "type": { @@ -35745,7 +36760,7 @@ } }, { - "id": 998, + "id": 1027, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -35776,7 +36791,7 @@ "fileName": "datatable/index.d.ts", "line": 820, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L820" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L820" } ], "type": { @@ -35789,8 +36804,8 @@ { "title": "Properties", "children": [ - 997, - 998 + 1026, + 1027 ] } ], @@ -35799,14 +36814,14 @@ "fileName": "datatable/index.d.ts", "line": 808, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L808" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L808" } ] } } }, { - "id": 999, + "id": 1028, "name": "paginatorBottom", "variant": "declaration", "kind": 1024, @@ -35826,20 +36841,20 @@ "fileName": "datatable/index.d.ts", "line": 825, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L825" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L825" } ], "type": { "type": "reflection", "declaration": { - "id": 1000, + "id": 1029, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1001, + "id": 1030, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -35870,7 +36885,7 @@ "fileName": "datatable/index.d.ts", "line": 831, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L831" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L831" } ], "type": { @@ -35879,7 +36894,7 @@ } }, { - "id": 1002, + "id": 1031, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -35910,7 +36925,7 @@ "fileName": "datatable/index.d.ts", "line": 837, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L837" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L837" } ], "type": { @@ -35923,8 +36938,8 @@ { "title": "Properties", "children": [ - 1001, - 1002 + 1030, + 1031 ] } ], @@ -35933,14 +36948,14 @@ "fileName": "datatable/index.d.ts", "line": 825, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L825" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L825" } ] } } }, { - "id": 1003, + "id": 1032, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -35952,20 +36967,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1004, + "id": 1033, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1005, + "id": 1034, "name": "light", "variant": "declaration", "kind": 1024, @@ -35977,7 +36992,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -35989,7 +37004,7 @@ "typeArguments": [ { "type": "reference", - "target": 833, + "target": 862, "name": "DataTableDesignTokens", "package": "primeng" }, @@ -36003,7 +37018,7 @@ } }, { - "id": 1006, + "id": 1035, "name": "dark", "variant": "declaration", "kind": 1024, @@ -36015,7 +37030,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -36027,7 +37042,7 @@ "typeArguments": [ { "type": "reference", - "target": 833, + "target": 862, "name": "DataTableDesignTokens", "package": "primeng" }, @@ -36045,8 +37060,8 @@ { "title": "Properties", "children": [ - 1005, - 1006 + 1034, + 1035 ] } ], @@ -36055,14 +37070,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -36071,25 +37086,25 @@ { "title": "Properties", "children": [ - 834, - 838, - 845, 863, - 866, - 882, - 887, - 893, - 896, - 903, - 920, - 928, + 867, + 874, + 892, + 895, + 911, + 916, + 922, + 925, 932, - 936, - 939, - 955, - 995, - 999, - 1003 + 949, + 957, + 961, + 965, + 968, + 984, + 1024, + 1028, + 1032 ] } ], @@ -36098,17 +37113,17 @@ "fileName": "datatable/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 833, + "target": 862, "name": "DataTableDesignTokens", "package": "primeng" } @@ -36123,7 +37138,7 @@ { "title": "Interfaces", "children": [ - 833 + 862 ] } ], @@ -36132,12 +37147,12 @@ "fileName": "datatable/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datatable/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datatable/index.d.ts#L1" } ] }, { - "id": 1007, + "id": 1036, "name": "themes/dataview", "variant": "declaration", "kind": 2, @@ -36152,14 +37167,14 @@ }, "children": [ { - "id": 1008, + "id": 1037, "name": "DataViewDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1009, + "id": 1038, "name": "root", "variant": "declaration", "kind": 1024, @@ -36179,20 +37194,20 @@ "fileName": "dataview/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1010, + "id": 1039, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1011, + "id": 1040, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -36223,7 +37238,7 @@ "fileName": "dataview/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L23" } ], "type": { @@ -36232,7 +37247,7 @@ } }, { - "id": 1012, + "id": 1041, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -36263,7 +37278,7 @@ "fileName": "dataview/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L29" } ], "type": { @@ -36272,7 +37287,7 @@ } }, { - "id": 1013, + "id": 1042, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -36303,7 +37318,7 @@ "fileName": "dataview/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L35" } ], "type": { @@ -36312,7 +37327,7 @@ } }, { - "id": 1014, + "id": 1043, "name": "padding", "variant": "declaration", "kind": 1024, @@ -36343,7 +37358,7 @@ "fileName": "dataview/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L41" } ], "type": { @@ -36356,10 +37371,10 @@ { "title": "Properties", "children": [ - 1011, - 1012, - 1013, - 1014 + 1040, + 1041, + 1042, + 1043 ] } ], @@ -36368,14 +37383,14 @@ "fileName": "dataview/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L17" } ] } } }, { - "id": 1015, + "id": 1044, "name": "header", "variant": "declaration", "kind": 1024, @@ -36395,20 +37410,20 @@ "fileName": "dataview/index.d.ts", "line": 46, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 1016, + "id": 1045, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1017, + "id": 1046, "name": "background", "variant": "declaration", "kind": 1024, @@ -36439,7 +37454,7 @@ "fileName": "dataview/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L52" } ], "type": { @@ -36448,7 +37463,7 @@ } }, { - "id": 1018, + "id": 1047, "name": "color", "variant": "declaration", "kind": 1024, @@ -36479,7 +37494,7 @@ "fileName": "dataview/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L58" } ], "type": { @@ -36488,7 +37503,7 @@ } }, { - "id": 1019, + "id": 1048, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -36519,7 +37534,7 @@ "fileName": "dataview/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L64" } ], "type": { @@ -36528,7 +37543,7 @@ } }, { - "id": 1020, + "id": 1049, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -36559,7 +37574,7 @@ "fileName": "dataview/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L70" } ], "type": { @@ -36568,7 +37583,7 @@ } }, { - "id": 1021, + "id": 1050, "name": "padding", "variant": "declaration", "kind": 1024, @@ -36599,7 +37614,7 @@ "fileName": "dataview/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L76" } ], "type": { @@ -36608,7 +37623,7 @@ } }, { - "id": 1022, + "id": 1051, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -36639,7 +37654,7 @@ "fileName": "dataview/index.d.ts", "line": 82, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L82" } ], "type": { @@ -36652,12 +37667,12 @@ { "title": "Properties", "children": [ - 1017, - 1018, - 1019, - 1020, - 1021, - 1022 + 1046, + 1047, + 1048, + 1049, + 1050, + 1051 ] } ], @@ -36666,14 +37681,14 @@ "fileName": "dataview/index.d.ts", "line": 46, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L46" } ] } } }, { - "id": 1023, + "id": 1052, "name": "content", "variant": "declaration", "kind": 1024, @@ -36693,20 +37708,20 @@ "fileName": "dataview/index.d.ts", "line": 87, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L87" } ], "type": { "type": "reflection", "declaration": { - "id": 1024, + "id": 1053, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1025, + "id": 1054, "name": "background", "variant": "declaration", "kind": 1024, @@ -36737,7 +37752,7 @@ "fileName": "dataview/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L93" } ], "type": { @@ -36746,7 +37761,7 @@ } }, { - "id": 1026, + "id": 1055, "name": "color", "variant": "declaration", "kind": 1024, @@ -36777,7 +37792,7 @@ "fileName": "dataview/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L99" } ], "type": { @@ -36786,7 +37801,7 @@ } }, { - "id": 1027, + "id": 1056, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -36817,7 +37832,7 @@ "fileName": "dataview/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L105" } ], "type": { @@ -36826,7 +37841,7 @@ } }, { - "id": 1028, + "id": 1057, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -36857,7 +37872,7 @@ "fileName": "dataview/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L111" } ], "type": { @@ -36866,7 +37881,7 @@ } }, { - "id": 1029, + "id": 1058, "name": "padding", "variant": "declaration", "kind": 1024, @@ -36897,7 +37912,7 @@ "fileName": "dataview/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L117" } ], "type": { @@ -36906,7 +37921,7 @@ } }, { - "id": 1030, + "id": 1059, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -36937,7 +37952,7 @@ "fileName": "dataview/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L123" } ], "type": { @@ -36950,12 +37965,12 @@ { "title": "Properties", "children": [ - 1025, - 1026, - 1027, - 1028, - 1029, - 1030 + 1054, + 1055, + 1056, + 1057, + 1058, + 1059 ] } ], @@ -36964,14 +37979,14 @@ "fileName": "dataview/index.d.ts", "line": 87, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L87" } ] } } }, { - "id": 1031, + "id": 1060, "name": "footer", "variant": "declaration", "kind": 1024, @@ -36991,20 +38006,20 @@ "fileName": "dataview/index.d.ts", "line": 128, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L128" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L128" } ], "type": { "type": "reflection", "declaration": { - "id": 1032, + "id": 1061, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1033, + "id": 1062, "name": "background", "variant": "declaration", "kind": 1024, @@ -37035,7 +38050,7 @@ "fileName": "dataview/index.d.ts", "line": 134, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L134" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L134" } ], "type": { @@ -37044,7 +38059,7 @@ } }, { - "id": 1034, + "id": 1063, "name": "color", "variant": "declaration", "kind": 1024, @@ -37075,7 +38090,7 @@ "fileName": "dataview/index.d.ts", "line": 140, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L140" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L140" } ], "type": { @@ -37084,7 +38099,7 @@ } }, { - "id": 1035, + "id": 1064, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -37115,7 +38130,7 @@ "fileName": "dataview/index.d.ts", "line": 146, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L146" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L146" } ], "type": { @@ -37124,7 +38139,7 @@ } }, { - "id": 1036, + "id": 1065, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -37155,7 +38170,7 @@ "fileName": "dataview/index.d.ts", "line": 152, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L152" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L152" } ], "type": { @@ -37164,7 +38179,7 @@ } }, { - "id": 1037, + "id": 1066, "name": "padding", "variant": "declaration", "kind": 1024, @@ -37195,7 +38210,7 @@ "fileName": "dataview/index.d.ts", "line": 158, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L158" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L158" } ], "type": { @@ -37204,7 +38219,7 @@ } }, { - "id": 1038, + "id": 1067, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -37235,7 +38250,7 @@ "fileName": "dataview/index.d.ts", "line": 164, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L164" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L164" } ], "type": { @@ -37248,12 +38263,12 @@ { "title": "Properties", "children": [ - 1033, - 1034, - 1035, - 1036, - 1037, - 1038 + 1062, + 1063, + 1064, + 1065, + 1066, + 1067 ] } ], @@ -37262,14 +38277,14 @@ "fileName": "dataview/index.d.ts", "line": 128, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L128" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L128" } ] } } }, { - "id": 1039, + "id": 1068, "name": "paginatorTop", "variant": "declaration", "kind": 1024, @@ -37289,20 +38304,20 @@ "fileName": "dataview/index.d.ts", "line": 169, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L169" } ], "type": { "type": "reflection", "declaration": { - "id": 1040, + "id": 1069, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1041, + "id": 1070, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -37333,7 +38348,7 @@ "fileName": "dataview/index.d.ts", "line": 175, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L175" } ], "type": { @@ -37342,7 +38357,7 @@ } }, { - "id": 1042, + "id": 1071, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -37373,7 +38388,7 @@ "fileName": "dataview/index.d.ts", "line": 181, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L181" } ], "type": { @@ -37386,8 +38401,8 @@ { "title": "Properties", "children": [ - 1041, - 1042 + 1070, + 1071 ] } ], @@ -37396,14 +38411,14 @@ "fileName": "dataview/index.d.ts", "line": 169, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L169" } ] } } }, { - "id": 1043, + "id": 1072, "name": "paginatorBottom", "variant": "declaration", "kind": 1024, @@ -37423,20 +38438,20 @@ "fileName": "dataview/index.d.ts", "line": 186, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L186" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L186" } ], "type": { "type": "reflection", "declaration": { - "id": 1044, + "id": 1073, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1045, + "id": 1074, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -37467,7 +38482,7 @@ "fileName": "dataview/index.d.ts", "line": 192, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L192" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L192" } ], "type": { @@ -37476,7 +38491,7 @@ } }, { - "id": 1046, + "id": 1075, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -37507,7 +38522,7 @@ "fileName": "dataview/index.d.ts", "line": 198, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L198" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L198" } ], "type": { @@ -37520,8 +38535,8 @@ { "title": "Properties", "children": [ - 1045, - 1046 + 1074, + 1075 ] } ], @@ -37530,14 +38545,14 @@ "fileName": "dataview/index.d.ts", "line": 186, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L186" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L186" } ] } } }, { - "id": 1047, + "id": 1076, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -37549,20 +38564,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1048, + "id": 1077, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1049, + "id": 1078, "name": "light", "variant": "declaration", "kind": 1024, @@ -37574,7 +38589,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -37586,7 +38601,7 @@ "typeArguments": [ { "type": "reference", - "target": 1008, + "target": 1037, "name": "DataViewDesignTokens", "package": "primeng" }, @@ -37600,7 +38615,7 @@ } }, { - "id": 1050, + "id": 1079, "name": "dark", "variant": "declaration", "kind": 1024, @@ -37612,7 +38627,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -37624,7 +38639,7 @@ "typeArguments": [ { "type": "reference", - "target": 1008, + "target": 1037, "name": "DataViewDesignTokens", "package": "primeng" }, @@ -37642,8 +38657,8 @@ { "title": "Properties", "children": [ - 1049, - 1050 + 1078, + 1079 ] } ], @@ -37652,14 +38667,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -37668,13 +38683,13 @@ { "title": "Properties", "children": [ - 1009, - 1015, - 1023, - 1031, - 1039, - 1043, - 1047 + 1038, + 1044, + 1052, + 1060, + 1068, + 1072, + 1076 ] } ], @@ -37683,17 +38698,17 @@ "fileName": "dataview/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1008, + "target": 1037, "name": "DataViewDesignTokens", "package": "primeng" } @@ -37708,7 +38723,7 @@ { "title": "Interfaces", "children": [ - 1008 + 1037 ] } ], @@ -37717,12 +38732,12 @@ "fileName": "dataview/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dataview/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dataview/index.d.ts#L1" } ] }, { - "id": 1051, + "id": 1080, "name": "themes/datepicker", "variant": "declaration", "kind": 2, @@ -37737,14 +38752,14 @@ }, "children": [ { - "id": 1052, + "id": 1081, "name": "DatePickerDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1053, + "id": 1082, "name": "root", "variant": "declaration", "kind": 1024, @@ -37764,20 +38779,20 @@ "fileName": "datepicker/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1054, + "id": 1083, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1055, + "id": 1084, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -37808,7 +38823,7 @@ "fileName": "datepicker/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L23" } ], "type": { @@ -37821,7 +38836,7 @@ { "title": "Properties", "children": [ - 1055 + 1084 ] } ], @@ -37830,14 +38845,14 @@ "fileName": "datepicker/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L17" } ] } } }, { - "id": 1056, + "id": 1085, "name": "panel", "variant": "declaration", "kind": 1024, @@ -37857,20 +38872,20 @@ "fileName": "datepicker/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 1057, + "id": 1086, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1058, + "id": 1087, "name": "background", "variant": "declaration", "kind": 1024, @@ -37901,7 +38916,7 @@ "fileName": "datepicker/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L34" } ], "type": { @@ -37910,7 +38925,7 @@ } }, { - "id": 1059, + "id": 1088, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -37941,7 +38956,7 @@ "fileName": "datepicker/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L40" } ], "type": { @@ -37950,7 +38965,7 @@ } }, { - "id": 1060, + "id": 1089, "name": "color", "variant": "declaration", "kind": 1024, @@ -37981,7 +38996,7 @@ "fileName": "datepicker/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L46" } ], "type": { @@ -37990,7 +39005,7 @@ } }, { - "id": 1061, + "id": 1090, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -38021,7 +39036,7 @@ "fileName": "datepicker/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L52" } ], "type": { @@ -38030,7 +39045,7 @@ } }, { - "id": 1062, + "id": 1091, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -38061,7 +39076,7 @@ "fileName": "datepicker/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L58" } ], "type": { @@ -38070,7 +39085,7 @@ } }, { - "id": 1063, + "id": 1092, "name": "padding", "variant": "declaration", "kind": 1024, @@ -38101,7 +39116,7 @@ "fileName": "datepicker/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L64" } ], "type": { @@ -38114,12 +39129,12 @@ { "title": "Properties", "children": [ - 1058, - 1059, - 1060, - 1061, - 1062, - 1063 + 1087, + 1088, + 1089, + 1090, + 1091, + 1092 ] } ], @@ -38128,14 +39143,14 @@ "fileName": "datepicker/index.d.ts", "line": 28, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L28" } ] } } }, { - "id": 1064, + "id": 1093, "name": "header", "variant": "declaration", "kind": 1024, @@ -38155,20 +39170,20 @@ "fileName": "datepicker/index.d.ts", "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 1065, + "id": 1094, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1066, + "id": 1095, "name": "background", "variant": "declaration", "kind": 1024, @@ -38199,7 +39214,7 @@ "fileName": "datepicker/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L75" } ], "type": { @@ -38208,7 +39223,7 @@ } }, { - "id": 1067, + "id": 1096, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -38239,7 +39254,7 @@ "fileName": "datepicker/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L81" } ], "type": { @@ -38248,7 +39263,7 @@ } }, { - "id": 1068, + "id": 1097, "name": "color", "variant": "declaration", "kind": 1024, @@ -38279,7 +39294,7 @@ "fileName": "datepicker/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L87" } ], "type": { @@ -38288,7 +39303,7 @@ } }, { - "id": 1069, + "id": 1098, "name": "padding", "variant": "declaration", "kind": 1024, @@ -38319,7 +39334,7 @@ "fileName": "datepicker/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L93" } ], "type": { @@ -38328,7 +39343,7 @@ } }, { - "id": 1070, + "id": 1099, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -38359,7 +39374,7 @@ "fileName": "datepicker/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L99" } ], "type": { @@ -38368,7 +39383,7 @@ } }, { - "id": 1071, + "id": 1100, "name": "gap", "variant": "declaration", "kind": 1024, @@ -38399,7 +39414,7 @@ "fileName": "datepicker/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L105" } ], "type": { @@ -38412,12 +39427,12 @@ { "title": "Properties", "children": [ - 1066, - 1067, - 1068, - 1069, - 1070, - 1071 + 1095, + 1096, + 1097, + 1098, + 1099, + 1100 ] } ], @@ -38426,14 +39441,14 @@ "fileName": "datepicker/index.d.ts", "line": 69, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L69" } ] } } }, { - "id": 1072, + "id": 1101, "name": "title", "variant": "declaration", "kind": 1024, @@ -38453,20 +39468,20 @@ "fileName": "datepicker/index.d.ts", "line": 110, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L110" } ], "type": { "type": "reflection", "declaration": { - "id": 1073, + "id": 1102, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1074, + "id": 1103, "name": "gap", "variant": "declaration", "kind": 1024, @@ -38497,7 +39512,7 @@ "fileName": "datepicker/index.d.ts", "line": 116, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L116" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L116" } ], "type": { @@ -38506,7 +39521,7 @@ } }, { - "id": 1075, + "id": 1104, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -38537,7 +39552,7 @@ "fileName": "datepicker/index.d.ts", "line": 122, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L122" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L122" } ], "type": { @@ -38550,8 +39565,8 @@ { "title": "Properties", "children": [ - 1074, - 1075 + 1103, + 1104 ] } ], @@ -38560,14 +39575,14 @@ "fileName": "datepicker/index.d.ts", "line": 110, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L110" } ] } } }, { - "id": 1076, + "id": 1105, "name": "dropdown", "variant": "declaration", "kind": 1024, @@ -38587,20 +39602,20 @@ "fileName": "datepicker/index.d.ts", "line": 127, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L127" } ], "type": { "type": "reflection", "declaration": { - "id": 1077, + "id": 1106, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1078, + "id": 1107, "name": "width", "variant": "declaration", "kind": 1024, @@ -38631,7 +39646,7 @@ "fileName": "datepicker/index.d.ts", "line": 133, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L133" } ], "type": { @@ -38640,7 +39655,7 @@ } }, { - "id": 1079, + "id": 1108, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -38671,7 +39686,7 @@ "fileName": "datepicker/index.d.ts", "line": 139, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L139" } ], "type": { @@ -38680,7 +39695,7 @@ } }, { - "id": 1080, + "id": 1109, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -38711,7 +39726,7 @@ "fileName": "datepicker/index.d.ts", "line": 145, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L145" } ], "type": { @@ -38720,7 +39735,7 @@ } }, { - "id": 1081, + "id": 1110, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -38751,7 +39766,7 @@ "fileName": "datepicker/index.d.ts", "line": 151, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L151" } ], "type": { @@ -38760,7 +39775,7 @@ } }, { - "id": 1082, + "id": 1111, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -38791,7 +39806,7 @@ "fileName": "datepicker/index.d.ts", "line": 157, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L157" } ], "type": { @@ -38800,7 +39815,7 @@ } }, { - "id": 1083, + "id": 1112, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -38820,20 +39835,20 @@ "fileName": "datepicker/index.d.ts", "line": 161, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L161" } ], "type": { "type": "reflection", "declaration": { - "id": 1084, + "id": 1113, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1085, + "id": 1114, "name": "width", "variant": "declaration", "kind": 1024, @@ -38864,7 +39879,7 @@ "fileName": "datepicker/index.d.ts", "line": 167, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L167" } ], "type": { @@ -38873,7 +39888,7 @@ } }, { - "id": 1086, + "id": 1115, "name": "style", "variant": "declaration", "kind": 1024, @@ -38904,7 +39919,7 @@ "fileName": "datepicker/index.d.ts", "line": 173, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L173" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L173" } ], "type": { @@ -38913,7 +39928,7 @@ } }, { - "id": 1087, + "id": 1116, "name": "color", "variant": "declaration", "kind": 1024, @@ -38944,7 +39959,7 @@ "fileName": "datepicker/index.d.ts", "line": 179, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L179" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L179" } ], "type": { @@ -38953,7 +39968,7 @@ } }, { - "id": 1088, + "id": 1117, "name": "offset", "variant": "declaration", "kind": 1024, @@ -38984,7 +39999,7 @@ "fileName": "datepicker/index.d.ts", "line": 185, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L185" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L185" } ], "type": { @@ -38993,7 +40008,7 @@ } }, { - "id": 1089, + "id": 1118, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -39024,7 +40039,7 @@ "fileName": "datepicker/index.d.ts", "line": 191, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L191" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L191" } ], "type": { @@ -39037,11 +40052,11 @@ { "title": "Properties", "children": [ - 1085, - 1086, - 1087, - 1088, - 1089 + 1114, + 1115, + 1116, + 1117, + 1118 ] } ], @@ -39050,14 +40065,14 @@ "fileName": "datepicker/index.d.ts", "line": 161, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L161" } ] } } }, { - "id": 1090, + "id": 1119, "name": "background", "variant": "declaration", "kind": 1024, @@ -39088,7 +40103,7 @@ "fileName": "datepicker/index.d.ts", "line": 198, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L198" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L198" } ], "type": { @@ -39097,7 +40112,7 @@ } }, { - "id": 1091, + "id": 1120, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -39128,7 +40143,7 @@ "fileName": "datepicker/index.d.ts", "line": 204, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L204" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L204" } ], "type": { @@ -39137,7 +40152,7 @@ } }, { - "id": 1092, + "id": 1121, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -39168,7 +40183,7 @@ "fileName": "datepicker/index.d.ts", "line": 210, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L210" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L210" } ], "type": { @@ -39177,7 +40192,7 @@ } }, { - "id": 1093, + "id": 1122, "name": "color", "variant": "declaration", "kind": 1024, @@ -39208,7 +40223,7 @@ "fileName": "datepicker/index.d.ts", "line": 216, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L216" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L216" } ], "type": { @@ -39217,7 +40232,7 @@ } }, { - "id": 1094, + "id": 1123, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -39248,7 +40263,7 @@ "fileName": "datepicker/index.d.ts", "line": 222, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L222" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L222" } ], "type": { @@ -39257,7 +40272,7 @@ } }, { - "id": 1095, + "id": 1124, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -39288,7 +40303,7 @@ "fileName": "datepicker/index.d.ts", "line": 228, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L228" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L228" } ], "type": { @@ -39301,18 +40316,18 @@ { "title": "Properties", "children": [ - 1078, - 1079, - 1080, - 1081, - 1082, - 1083, - 1090, - 1091, - 1092, - 1093, - 1094, - 1095 + 1107, + 1108, + 1109, + 1110, + 1111, + 1112, + 1119, + 1120, + 1121, + 1122, + 1123, + 1124 ] } ], @@ -39321,14 +40336,14 @@ "fileName": "datepicker/index.d.ts", "line": 127, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L127" } ] } } }, { - "id": 1096, + "id": 1125, "name": "inputIcon", "variant": "declaration", "kind": 1024, @@ -39348,20 +40363,20 @@ "fileName": "datepicker/index.d.ts", "line": 233, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L233" } ], "type": { "type": "reflection", "declaration": { - "id": 1097, + "id": 1126, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1098, + "id": 1127, "name": "color", "variant": "declaration", "kind": 1024, @@ -39392,7 +40407,7 @@ "fileName": "datepicker/index.d.ts", "line": 239, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L239" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L239" } ], "type": { @@ -39405,7 +40420,7 @@ { "title": "Properties", "children": [ - 1098 + 1127 ] } ], @@ -39414,14 +40429,14 @@ "fileName": "datepicker/index.d.ts", "line": 233, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L233" } ] } } }, { - "id": 1099, + "id": 1128, "name": "selectMonth", "variant": "declaration", "kind": 1024, @@ -39441,20 +40456,20 @@ "fileName": "datepicker/index.d.ts", "line": 244, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L244" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L244" } ], "type": { "type": "reflection", "declaration": { - "id": 1100, + "id": 1129, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1101, + "id": 1130, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -39485,7 +40500,7 @@ "fileName": "datepicker/index.d.ts", "line": 250, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L250" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L250" } ], "type": { @@ -39494,7 +40509,7 @@ } }, { - "id": 1102, + "id": 1131, "name": "color", "variant": "declaration", "kind": 1024, @@ -39525,7 +40540,7 @@ "fileName": "datepicker/index.d.ts", "line": 256, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L256" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L256" } ], "type": { @@ -39534,7 +40549,7 @@ } }, { - "id": 1103, + "id": 1132, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -39565,7 +40580,7 @@ "fileName": "datepicker/index.d.ts", "line": 262, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L262" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L262" } ], "type": { @@ -39574,7 +40589,7 @@ } }, { - "id": 1104, + "id": 1133, "name": "padding", "variant": "declaration", "kind": 1024, @@ -39605,7 +40620,7 @@ "fileName": "datepicker/index.d.ts", "line": 268, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L268" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L268" } ], "type": { @@ -39614,7 +40629,7 @@ } }, { - "id": 1105, + "id": 1134, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -39645,7 +40660,7 @@ "fileName": "datepicker/index.d.ts", "line": 274, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L274" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L274" } ], "type": { @@ -39658,11 +40673,11 @@ { "title": "Properties", "children": [ - 1101, - 1102, - 1103, - 1104, - 1105 + 1130, + 1131, + 1132, + 1133, + 1134 ] } ], @@ -39671,14 +40686,14 @@ "fileName": "datepicker/index.d.ts", "line": 244, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L244" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L244" } ] } } }, { - "id": 1106, + "id": 1135, "name": "selectYear", "variant": "declaration", "kind": 1024, @@ -39698,20 +40713,20 @@ "fileName": "datepicker/index.d.ts", "line": 279, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L279" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L279" } ], "type": { "type": "reflection", "declaration": { - "id": 1107, + "id": 1136, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1108, + "id": 1137, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -39742,7 +40757,7 @@ "fileName": "datepicker/index.d.ts", "line": 285, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L285" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L285" } ], "type": { @@ -39751,7 +40766,7 @@ } }, { - "id": 1109, + "id": 1138, "name": "color", "variant": "declaration", "kind": 1024, @@ -39782,7 +40797,7 @@ "fileName": "datepicker/index.d.ts", "line": 291, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L291" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L291" } ], "type": { @@ -39791,7 +40806,7 @@ } }, { - "id": 1110, + "id": 1139, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -39822,7 +40837,7 @@ "fileName": "datepicker/index.d.ts", "line": 297, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L297" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L297" } ], "type": { @@ -39831,7 +40846,7 @@ } }, { - "id": 1111, + "id": 1140, "name": "padding", "variant": "declaration", "kind": 1024, @@ -39862,7 +40877,7 @@ "fileName": "datepicker/index.d.ts", "line": 303, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L303" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L303" } ], "type": { @@ -39871,7 +40886,7 @@ } }, { - "id": 1112, + "id": 1141, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -39902,7 +40917,7 @@ "fileName": "datepicker/index.d.ts", "line": 309, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L309" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L309" } ], "type": { @@ -39915,11 +40930,11 @@ { "title": "Properties", "children": [ - 1108, - 1109, - 1110, - 1111, - 1112 + 1137, + 1138, + 1139, + 1140, + 1141 ] } ], @@ -39928,14 +40943,14 @@ "fileName": "datepicker/index.d.ts", "line": 279, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L279" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L279" } ] } } }, { - "id": 1113, + "id": 1142, "name": "group", "variant": "declaration", "kind": 1024, @@ -39955,20 +40970,20 @@ "fileName": "datepicker/index.d.ts", "line": 314, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L314" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L314" } ], "type": { "type": "reflection", "declaration": { - "id": 1114, + "id": 1143, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1115, + "id": 1144, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -39999,7 +41014,7 @@ "fileName": "datepicker/index.d.ts", "line": 320, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L320" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L320" } ], "type": { @@ -40008,7 +41023,7 @@ } }, { - "id": 1116, + "id": 1145, "name": "gap", "variant": "declaration", "kind": 1024, @@ -40039,7 +41054,7 @@ "fileName": "datepicker/index.d.ts", "line": 326, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L326" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L326" } ], "type": { @@ -40052,8 +41067,8 @@ { "title": "Properties", "children": [ - 1115, - 1116 + 1144, + 1145 ] } ], @@ -40062,14 +41077,14 @@ "fileName": "datepicker/index.d.ts", "line": 314, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L314" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L314" } ] } } }, { - "id": 1117, + "id": 1146, "name": "dayView", "variant": "declaration", "kind": 1024, @@ -40089,20 +41104,20 @@ "fileName": "datepicker/index.d.ts", "line": 331, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L331" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L331" } ], "type": { "type": "reflection", "declaration": { - "id": 1118, + "id": 1147, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1119, + "id": 1148, "name": "margin", "variant": "declaration", "kind": 1024, @@ -40133,7 +41148,7 @@ "fileName": "datepicker/index.d.ts", "line": 337, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L337" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L337" } ], "type": { @@ -40146,7 +41161,7 @@ { "title": "Properties", "children": [ - 1119 + 1148 ] } ], @@ -40155,14 +41170,14 @@ "fileName": "datepicker/index.d.ts", "line": 331, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L331" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L331" } ] } } }, { - "id": 1120, + "id": 1149, "name": "weekDay", "variant": "declaration", "kind": 1024, @@ -40182,20 +41197,20 @@ "fileName": "datepicker/index.d.ts", "line": 342, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L342" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L342" } ], "type": { "type": "reflection", "declaration": { - "id": 1121, + "id": 1150, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1122, + "id": 1151, "name": "padding", "variant": "declaration", "kind": 1024, @@ -40226,7 +41241,7 @@ "fileName": "datepicker/index.d.ts", "line": 348, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L348" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L348" } ], "type": { @@ -40235,7 +41250,7 @@ } }, { - "id": 1123, + "id": 1152, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -40266,7 +41281,7 @@ "fileName": "datepicker/index.d.ts", "line": 354, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L354" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L354" } ], "type": { @@ -40275,7 +41290,7 @@ } }, { - "id": 1124, + "id": 1153, "name": "color", "variant": "declaration", "kind": 1024, @@ -40306,7 +41321,7 @@ "fileName": "datepicker/index.d.ts", "line": 360, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L360" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L360" } ], "type": { @@ -40319,9 +41334,9 @@ { "title": "Properties", "children": [ - 1122, - 1123, - 1124 + 1151, + 1152, + 1153 ] } ], @@ -40330,14 +41345,14 @@ "fileName": "datepicker/index.d.ts", "line": 342, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L342" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L342" } ] } } }, { - "id": 1125, + "id": 1154, "name": "date", "variant": "declaration", "kind": 1024, @@ -40357,20 +41372,20 @@ "fileName": "datepicker/index.d.ts", "line": 365, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L365" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L365" } ], "type": { "type": "reflection", "declaration": { - "id": 1126, + "id": 1155, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1127, + "id": 1156, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -40401,7 +41416,7 @@ "fileName": "datepicker/index.d.ts", "line": 371, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L371" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L371" } ], "type": { @@ -40410,7 +41425,7 @@ } }, { - "id": 1128, + "id": 1157, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -40441,7 +41456,7 @@ "fileName": "datepicker/index.d.ts", "line": 377, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L377" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L377" } ], "type": { @@ -40450,7 +41465,7 @@ } }, { - "id": 1129, + "id": 1158, "name": "rangeSelectedBackground", "variant": "declaration", "kind": 1024, @@ -40481,7 +41496,7 @@ "fileName": "datepicker/index.d.ts", "line": 383, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L383" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L383" } ], "type": { @@ -40490,7 +41505,7 @@ } }, { - "id": 1130, + "id": 1159, "name": "color", "variant": "declaration", "kind": 1024, @@ -40521,7 +41536,7 @@ "fileName": "datepicker/index.d.ts", "line": 389, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L389" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L389" } ], "type": { @@ -40530,7 +41545,7 @@ } }, { - "id": 1131, + "id": 1160, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -40561,7 +41576,7 @@ "fileName": "datepicker/index.d.ts", "line": 395, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L395" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L395" } ], "type": { @@ -40570,7 +41585,7 @@ } }, { - "id": 1132, + "id": 1161, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -40601,7 +41616,7 @@ "fileName": "datepicker/index.d.ts", "line": 401, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L401" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L401" } ], "type": { @@ -40610,7 +41625,7 @@ } }, { - "id": 1133, + "id": 1162, "name": "rangeSelectedColor", "variant": "declaration", "kind": 1024, @@ -40641,7 +41656,7 @@ "fileName": "datepicker/index.d.ts", "line": 407, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L407" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L407" } ], "type": { @@ -40650,7 +41665,7 @@ } }, { - "id": 1134, + "id": 1163, "name": "width", "variant": "declaration", "kind": 1024, @@ -40681,7 +41696,7 @@ "fileName": "datepicker/index.d.ts", "line": 413, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L413" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L413" } ], "type": { @@ -40690,7 +41705,7 @@ } }, { - "id": 1135, + "id": 1164, "name": "height", "variant": "declaration", "kind": 1024, @@ -40721,7 +41736,7 @@ "fileName": "datepicker/index.d.ts", "line": 419, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L419" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L419" } ], "type": { @@ -40730,7 +41745,7 @@ } }, { - "id": 1136, + "id": 1165, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -40761,7 +41776,7 @@ "fileName": "datepicker/index.d.ts", "line": 425, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L425" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L425" } ], "type": { @@ -40770,7 +41785,7 @@ } }, { - "id": 1137, + "id": 1166, "name": "padding", "variant": "declaration", "kind": 1024, @@ -40801,7 +41816,7 @@ "fileName": "datepicker/index.d.ts", "line": 431, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L431" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L431" } ], "type": { @@ -40810,7 +41825,7 @@ } }, { - "id": 1138, + "id": 1167, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -40830,20 +41845,20 @@ "fileName": "datepicker/index.d.ts", "line": 435, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L435" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L435" } ], "type": { "type": "reflection", "declaration": { - "id": 1139, + "id": 1168, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1140, + "id": 1169, "name": "width", "variant": "declaration", "kind": 1024, @@ -40874,7 +41889,7 @@ "fileName": "datepicker/index.d.ts", "line": 441, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L441" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L441" } ], "type": { @@ -40883,7 +41898,7 @@ } }, { - "id": 1141, + "id": 1170, "name": "style", "variant": "declaration", "kind": 1024, @@ -40914,7 +41929,7 @@ "fileName": "datepicker/index.d.ts", "line": 447, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L447" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L447" } ], "type": { @@ -40923,7 +41938,7 @@ } }, { - "id": 1142, + "id": 1171, "name": "color", "variant": "declaration", "kind": 1024, @@ -40954,7 +41969,7 @@ "fileName": "datepicker/index.d.ts", "line": 453, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L453" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L453" } ], "type": { @@ -40963,7 +41978,7 @@ } }, { - "id": 1143, + "id": 1172, "name": "offset", "variant": "declaration", "kind": 1024, @@ -40994,7 +42009,7 @@ "fileName": "datepicker/index.d.ts", "line": 459, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L459" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L459" } ], "type": { @@ -41003,7 +42018,7 @@ } }, { - "id": 1144, + "id": 1173, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -41034,7 +42049,7 @@ "fileName": "datepicker/index.d.ts", "line": 465, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L465" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L465" } ], "type": { @@ -41047,11 +42062,11 @@ { "title": "Properties", "children": [ - 1140, - 1141, - 1142, - 1143, - 1144 + 1169, + 1170, + 1171, + 1172, + 1173 ] } ], @@ -41060,7 +42075,7 @@ "fileName": "datepicker/index.d.ts", "line": 435, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L435" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L435" } ] } @@ -41071,18 +42086,18 @@ { "title": "Properties", "children": [ - 1127, - 1128, - 1129, - 1130, - 1131, - 1132, - 1133, - 1134, - 1135, - 1136, - 1137, - 1138 + 1156, + 1157, + 1158, + 1159, + 1160, + 1161, + 1162, + 1163, + 1164, + 1165, + 1166, + 1167 ] } ], @@ -41091,14 +42106,14 @@ "fileName": "datepicker/index.d.ts", "line": 365, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L365" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L365" } ] } } }, { - "id": 1145, + "id": 1174, "name": "monthView", "variant": "declaration", "kind": 1024, @@ -41118,20 +42133,20 @@ "fileName": "datepicker/index.d.ts", "line": 471, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L471" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L471" } ], "type": { "type": "reflection", "declaration": { - "id": 1146, + "id": 1175, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1147, + "id": 1176, "name": "margin", "variant": "declaration", "kind": 1024, @@ -41162,7 +42177,7 @@ "fileName": "datepicker/index.d.ts", "line": 477, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L477" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L477" } ], "type": { @@ -41175,7 +42190,7 @@ { "title": "Properties", "children": [ - 1147 + 1176 ] } ], @@ -41184,14 +42199,14 @@ "fileName": "datepicker/index.d.ts", "line": 471, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L471" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L471" } ] } } }, { - "id": 1148, + "id": 1177, "name": "month", "variant": "declaration", "kind": 1024, @@ -41211,20 +42226,60 @@ "fileName": "datepicker/index.d.ts", "line": 482, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L482" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L482" } ], "type": { "type": "reflection", "declaration": { - "id": 1149, + "id": 1178, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1150, + "id": 1179, + "name": "padding", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Padding of month" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "datepicker.month.padding" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "datepicker/index.d.ts", + "line": 488, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L488" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1180, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -41253,9 +42308,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 488, + "line": 494, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L488" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L494" } ], "type": { @@ -41268,7 +42323,8 @@ { "title": "Properties", "children": [ - 1150 + 1179, + 1180 ] } ], @@ -41277,14 +42333,14 @@ "fileName": "datepicker/index.d.ts", "line": 482, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L482" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L482" } ] } } }, { - "id": 1151, + "id": 1181, "name": "yearView", "variant": "declaration", "kind": 1024, @@ -41302,22 +42358,22 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 493, + "line": 499, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L493" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L499" } ], "type": { "type": "reflection", "declaration": { - "id": 1152, + "id": 1182, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1153, + "id": 1183, "name": "margin", "variant": "declaration", "kind": 1024, @@ -41346,9 +42402,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 499, + "line": 505, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L499" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L505" } ], "type": { @@ -41361,23 +42417,23 @@ { "title": "Properties", "children": [ - 1153 + 1183 ] } ], "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 493, + "line": 499, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L493" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L499" } ] } } }, { - "id": 1154, + "id": 1184, "name": "year", "variant": "declaration", "kind": 1024, @@ -41395,22 +42451,22 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 504, + "line": 510, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L504" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L510" } ], "type": { "type": "reflection", "declaration": { - "id": 1155, + "id": 1185, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1156, + "id": 1186, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -41439,9 +42495,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 510, + "line": 516, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L510" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L516" } ], "type": { @@ -41454,23 +42510,23 @@ { "title": "Properties", "children": [ - 1156 + 1186 ] } ], "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 504, + "line": 510, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L504" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L510" } ] } } }, { - "id": 1157, + "id": 1187, "name": "buttonbar", "variant": "declaration", "kind": 1024, @@ -41488,22 +42544,22 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 515, + "line": 521, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L515" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L521" } ], "type": { "type": "reflection", "declaration": { - "id": 1158, + "id": 1188, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1159, + "id": 1189, "name": "padding", "variant": "declaration", "kind": 1024, @@ -41532,9 +42588,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 521, + "line": 527, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L521" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L527" } ], "type": { @@ -41543,7 +42599,7 @@ } }, { - "id": 1160, + "id": 1190, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -41572,9 +42628,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 527, + "line": 533, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L527" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L533" } ], "type": { @@ -41587,24 +42643,24 @@ { "title": "Properties", "children": [ - 1159, - 1160 + 1189, + 1190 ] } ], "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 515, + "line": 521, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L515" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L521" } ] } } }, { - "id": 1161, + "id": 1191, "name": "timePicker", "variant": "declaration", "kind": 1024, @@ -41622,22 +42678,22 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 532, + "line": 538, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L532" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L538" } ], "type": { "type": "reflection", "declaration": { - "id": 1162, + "id": 1192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1163, + "id": 1193, "name": "padding", "variant": "declaration", "kind": 1024, @@ -41666,9 +42722,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 538, + "line": 544, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L538" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L544" } ], "type": { @@ -41677,7 +42733,7 @@ } }, { - "id": 1164, + "id": 1194, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -41706,9 +42762,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 544, + "line": 550, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L544" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L550" } ], "type": { @@ -41717,7 +42773,7 @@ } }, { - "id": 1165, + "id": 1195, "name": "gap", "variant": "declaration", "kind": 1024, @@ -41746,9 +42802,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 550, + "line": 556, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L550" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L556" } ], "type": { @@ -41757,7 +42813,7 @@ } }, { - "id": 1166, + "id": 1196, "name": "buttonGap", "variant": "declaration", "kind": 1024, @@ -41786,9 +42842,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 556, + "line": 562, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L556" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L562" } ], "type": { @@ -41801,26 +42857,26 @@ { "title": "Properties", "children": [ - 1163, - 1164, - 1165, - 1166 + 1193, + 1194, + 1195, + 1196 ] } ], "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 532, + "line": 538, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L532" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L538" } ] } } }, { - "id": 1167, + "id": 1197, "name": "today", "variant": "declaration", "kind": 1024, @@ -41838,22 +42894,22 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 561, + "line": 567, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L561" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L567" } ], "type": { "type": "reflection", "declaration": { - "id": 1168, + "id": 1198, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1169, + "id": 1199, "name": "background", "variant": "declaration", "kind": 1024, @@ -41882,9 +42938,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 567, + "line": 573, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L567" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L573" } ], "type": { @@ -41893,7 +42949,7 @@ } }, { - "id": 1170, + "id": 1200, "name": "color", "variant": "declaration", "kind": 1024, @@ -41922,9 +42978,9 @@ "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 573, + "line": 579, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L573" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L579" } ], "type": { @@ -41937,24 +42993,24 @@ { "title": "Properties", "children": [ - 1169, - 1170 + 1199, + 1200 ] } ], "sources": [ { "fileName": "datepicker/index.d.ts", - "line": 561, + "line": 567, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L561" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L567" } ] } } }, { - "id": 1171, + "id": 1201, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -41966,20 +43022,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1172, + "id": 1202, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1173, + "id": 1203, "name": "light", "variant": "declaration", "kind": 1024, @@ -41991,7 +43047,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -42003,7 +43059,7 @@ "typeArguments": [ { "type": "reference", - "target": 1052, + "target": 1081, "name": "DatePickerDesignTokens", "package": "primeng" }, @@ -42017,7 +43073,7 @@ } }, { - "id": 1174, + "id": 1204, "name": "dark", "variant": "declaration", "kind": 1024, @@ -42029,7 +43085,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -42041,7 +43097,7 @@ "typeArguments": [ { "type": "reference", - "target": 1052, + "target": 1081, "name": "DatePickerDesignTokens", "package": "primeng" }, @@ -42059,8 +43115,8 @@ { "title": "Properties", "children": [ - 1173, - 1174 + 1203, + 1204 ] } ], @@ -42069,14 +43125,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -42085,26 +43141,26 @@ { "title": "Properties", "children": [ - 1053, - 1056, - 1064, - 1072, - 1076, - 1096, - 1099, - 1106, - 1113, - 1117, - 1120, + 1082, + 1085, + 1093, + 1101, + 1105, 1125, - 1145, - 1148, - 1151, + 1128, + 1135, + 1142, + 1146, + 1149, 1154, - 1157, - 1161, - 1167, - 1171 + 1174, + 1177, + 1181, + 1184, + 1187, + 1191, + 1197, + 1201 ] } ], @@ -42113,17 +43169,17 @@ "fileName": "datepicker/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1052, + "target": 1081, "name": "DatePickerDesignTokens", "package": "primeng" } @@ -42138,7 +43194,7 @@ { "title": "Interfaces", "children": [ - 1052 + 1081 ] } ], @@ -42147,12 +43203,12 @@ "fileName": "datepicker/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/datepicker/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/datepicker/index.d.ts#L1" } ] }, { - "id": 1175, + "id": 1205, "name": "themes/dialog", "variant": "declaration", "kind": 2, @@ -42167,14 +43223,14 @@ }, "children": [ { - "id": 1176, + "id": 1206, "name": "DialogDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1177, + "id": 1207, "name": "root", "variant": "declaration", "kind": 1024, @@ -42194,20 +43250,20 @@ "fileName": "dialog/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1178, + "id": 1208, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1179, + "id": 1209, "name": "background", "variant": "declaration", "kind": 1024, @@ -42238,7 +43294,7 @@ "fileName": "dialog/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L23" } ], "type": { @@ -42247,7 +43303,7 @@ } }, { - "id": 1180, + "id": 1210, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -42278,7 +43334,7 @@ "fileName": "dialog/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L29" } ], "type": { @@ -42287,7 +43343,7 @@ } }, { - "id": 1181, + "id": 1211, "name": "color", "variant": "declaration", "kind": 1024, @@ -42318,7 +43374,7 @@ "fileName": "dialog/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L35" } ], "type": { @@ -42327,7 +43383,7 @@ } }, { - "id": 1182, + "id": 1212, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -42358,7 +43414,7 @@ "fileName": "dialog/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L41" } ], "type": { @@ -42367,7 +43423,7 @@ } }, { - "id": 1183, + "id": 1213, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -42398,7 +43454,7 @@ "fileName": "dialog/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L47" } ], "type": { @@ -42411,11 +43467,11 @@ { "title": "Properties", "children": [ - 1179, - 1180, - 1181, - 1182, - 1183 + 1209, + 1210, + 1211, + 1212, + 1213 ] } ], @@ -42424,14 +43480,14 @@ "fileName": "dialog/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L17" } ] } } }, { - "id": 1184, + "id": 1214, "name": "header", "variant": "declaration", "kind": 1024, @@ -42451,20 +43507,20 @@ "fileName": "dialog/index.d.ts", "line": 52, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L52" } ], "type": { "type": "reflection", "declaration": { - "id": 1185, + "id": 1215, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1186, + "id": 1216, "name": "padding", "variant": "declaration", "kind": 1024, @@ -42495,7 +43551,7 @@ "fileName": "dialog/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L58" } ], "type": { @@ -42504,7 +43560,7 @@ } }, { - "id": 1187, + "id": 1217, "name": "gap", "variant": "declaration", "kind": 1024, @@ -42535,7 +43591,7 @@ "fileName": "dialog/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L64" } ], "type": { @@ -42548,8 +43604,8 @@ { "title": "Properties", "children": [ - 1186, - 1187 + 1216, + 1217 ] } ], @@ -42558,14 +43614,14 @@ "fileName": "dialog/index.d.ts", "line": 52, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L52" } ] } } }, { - "id": 1188, + "id": 1218, "name": "title", "variant": "declaration", "kind": 1024, @@ -42585,20 +43641,20 @@ "fileName": "dialog/index.d.ts", "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 1189, + "id": 1219, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1190, + "id": 1220, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -42629,7 +43685,7 @@ "fileName": "dialog/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L75" } ], "type": { @@ -42638,7 +43694,7 @@ } }, { - "id": 1191, + "id": 1221, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -42669,7 +43725,7 @@ "fileName": "dialog/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L81" } ], "type": { @@ -42682,8 +43738,8 @@ { "title": "Properties", "children": [ - 1190, - 1191 + 1220, + 1221 ] } ], @@ -42692,14 +43748,14 @@ "fileName": "dialog/index.d.ts", "line": 69, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L69" } ] } } }, { - "id": 1192, + "id": 1222, "name": "content", "variant": "declaration", "kind": 1024, @@ -42719,20 +43775,20 @@ "fileName": "dialog/index.d.ts", "line": 86, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L86" } ], "type": { "type": "reflection", "declaration": { - "id": 1193, + "id": 1223, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1194, + "id": 1224, "name": "padding", "variant": "declaration", "kind": 1024, @@ -42763,7 +43819,7 @@ "fileName": "dialog/index.d.ts", "line": 92, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L92" } ], "type": { @@ -42776,7 +43832,7 @@ { "title": "Properties", "children": [ - 1194 + 1224 ] } ], @@ -42785,14 +43841,14 @@ "fileName": "dialog/index.d.ts", "line": 86, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L86" } ] } } }, { - "id": 1195, + "id": 1225, "name": "footer", "variant": "declaration", "kind": 1024, @@ -42812,20 +43868,20 @@ "fileName": "dialog/index.d.ts", "line": 97, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L97" } ], "type": { "type": "reflection", "declaration": { - "id": 1196, + "id": 1226, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1197, + "id": 1227, "name": "padding", "variant": "declaration", "kind": 1024, @@ -42856,7 +43912,7 @@ "fileName": "dialog/index.d.ts", "line": 103, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L103" } ], "type": { @@ -42865,7 +43921,7 @@ } }, { - "id": 1198, + "id": 1228, "name": "gap", "variant": "declaration", "kind": 1024, @@ -42896,7 +43952,7 @@ "fileName": "dialog/index.d.ts", "line": 109, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L109" } ], "type": { @@ -42909,8 +43965,8 @@ { "title": "Properties", "children": [ - 1197, - 1198 + 1227, + 1228 ] } ], @@ -42919,14 +43975,14 @@ "fileName": "dialog/index.d.ts", "line": 97, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L97" } ] } } }, { - "id": 1199, + "id": 1229, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -42938,20 +43994,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1200, + "id": 1230, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1201, + "id": 1231, "name": "light", "variant": "declaration", "kind": 1024, @@ -42963,7 +44019,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -42975,7 +44031,7 @@ "typeArguments": [ { "type": "reference", - "target": 1176, + "target": 1206, "name": "DialogDesignTokens", "package": "primeng" }, @@ -42989,7 +44045,7 @@ } }, { - "id": 1202, + "id": 1232, "name": "dark", "variant": "declaration", "kind": 1024, @@ -43001,7 +44057,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -43013,7 +44069,7 @@ "typeArguments": [ { "type": "reference", - "target": 1176, + "target": 1206, "name": "DialogDesignTokens", "package": "primeng" }, @@ -43031,8 +44087,8 @@ { "title": "Properties", "children": [ - 1201, - 1202 + 1231, + 1232 ] } ], @@ -43041,14 +44097,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -43057,12 +44113,12 @@ { "title": "Properties", "children": [ - 1177, - 1184, - 1188, - 1192, - 1195, - 1199 + 1207, + 1214, + 1218, + 1222, + 1225, + 1229 ] } ], @@ -43071,17 +44127,17 @@ "fileName": "dialog/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1176, + "target": 1206, "name": "DialogDesignTokens", "package": "primeng" } @@ -43096,7 +44152,7 @@ { "title": "Interfaces", "children": [ - 1176 + 1206 ] } ], @@ -43105,12 +44161,12 @@ "fileName": "dialog/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dialog/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dialog/index.d.ts#L1" } ] }, { - "id": 1203, + "id": 1233, "name": "themes/divider", "variant": "declaration", "kind": 2, @@ -43125,14 +44181,14 @@ }, "children": [ { - "id": 1204, + "id": 1234, "name": "DividerDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1205, + "id": 1235, "name": "root", "variant": "declaration", "kind": 1024, @@ -43152,20 +44208,20 @@ "fileName": "divider/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1206, + "id": 1236, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1207, + "id": 1237, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -43196,7 +44252,7 @@ "fileName": "divider/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L23" } ], "type": { @@ -43209,7 +44265,7 @@ { "title": "Properties", "children": [ - 1207 + 1237 ] } ], @@ -43218,14 +44274,14 @@ "fileName": "divider/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L17" } ] } } }, { - "id": 1208, + "id": 1238, "name": "content", "variant": "declaration", "kind": 1024, @@ -43245,20 +44301,20 @@ "fileName": "divider/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 1209, + "id": 1239, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1210, + "id": 1240, "name": "background", "variant": "declaration", "kind": 1024, @@ -43289,7 +44345,7 @@ "fileName": "divider/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L34" } ], "type": { @@ -43298,7 +44354,7 @@ } }, { - "id": 1211, + "id": 1241, "name": "color", "variant": "declaration", "kind": 1024, @@ -43329,7 +44385,7 @@ "fileName": "divider/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L40" } ], "type": { @@ -43342,8 +44398,8 @@ { "title": "Properties", "children": [ - 1210, - 1211 + 1240, + 1241 ] } ], @@ -43352,14 +44408,14 @@ "fileName": "divider/index.d.ts", "line": 28, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L28" } ] } } }, { - "id": 1212, + "id": 1242, "name": "horizontal", "variant": "declaration", "kind": 1024, @@ -43379,20 +44435,20 @@ "fileName": "divider/index.d.ts", "line": 45, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L45" } ], "type": { "type": "reflection", "declaration": { - "id": 1213, + "id": 1243, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1214, + "id": 1244, "name": "margin", "variant": "declaration", "kind": 1024, @@ -43423,7 +44479,7 @@ "fileName": "divider/index.d.ts", "line": 51, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L51" } ], "type": { @@ -43432,7 +44488,7 @@ } }, { - "id": 1215, + "id": 1245, "name": "padding", "variant": "declaration", "kind": 1024, @@ -43463,7 +44519,7 @@ "fileName": "divider/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L57" } ], "type": { @@ -43472,7 +44528,7 @@ } }, { - "id": 1216, + "id": 1246, "name": "content", "variant": "declaration", "kind": 1024, @@ -43492,20 +44548,20 @@ "fileName": "divider/index.d.ts", "line": 61, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L61" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L61" } ], "type": { "type": "reflection", "declaration": { - "id": 1217, + "id": 1247, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1218, + "id": 1248, "name": "padding", "variant": "declaration", "kind": 1024, @@ -43536,7 +44592,7 @@ "fileName": "divider/index.d.ts", "line": 67, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L67" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L67" } ], "type": { @@ -43549,7 +44605,7 @@ { "title": "Properties", "children": [ - 1218 + 1248 ] } ], @@ -43558,7 +44614,7 @@ "fileName": "divider/index.d.ts", "line": 61, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L61" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L61" } ] } @@ -43569,9 +44625,9 @@ { "title": "Properties", "children": [ - 1214, - 1215, - 1216 + 1244, + 1245, + 1246 ] } ], @@ -43580,14 +44636,14 @@ "fileName": "divider/index.d.ts", "line": 45, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L45" } ] } } }, { - "id": 1219, + "id": 1249, "name": "vertical", "variant": "declaration", "kind": 1024, @@ -43607,20 +44663,20 @@ "fileName": "divider/index.d.ts", "line": 73, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L73" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L73" } ], "type": { "type": "reflection", "declaration": { - "id": 1220, + "id": 1250, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1221, + "id": 1251, "name": "margin", "variant": "declaration", "kind": 1024, @@ -43651,7 +44707,7 @@ "fileName": "divider/index.d.ts", "line": 79, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L79" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L79" } ], "type": { @@ -43660,7 +44716,7 @@ } }, { - "id": 1222, + "id": 1252, "name": "padding", "variant": "declaration", "kind": 1024, @@ -43691,7 +44747,7 @@ "fileName": "divider/index.d.ts", "line": 85, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L85" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L85" } ], "type": { @@ -43700,7 +44756,7 @@ } }, { - "id": 1223, + "id": 1253, "name": "content", "variant": "declaration", "kind": 1024, @@ -43720,20 +44776,20 @@ "fileName": "divider/index.d.ts", "line": 89, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L89" } ], "type": { "type": "reflection", "declaration": { - "id": 1224, + "id": 1254, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1225, + "id": 1255, "name": "padding", "variant": "declaration", "kind": 1024, @@ -43764,7 +44820,7 @@ "fileName": "divider/index.d.ts", "line": 95, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L95" } ], "type": { @@ -43777,7 +44833,7 @@ { "title": "Properties", "children": [ - 1225 + 1255 ] } ], @@ -43786,7 +44842,7 @@ "fileName": "divider/index.d.ts", "line": 89, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L89" } ] } @@ -43797,9 +44853,9 @@ { "title": "Properties", "children": [ - 1221, - 1222, - 1223 + 1251, + 1252, + 1253 ] } ], @@ -43808,14 +44864,14 @@ "fileName": "divider/index.d.ts", "line": 73, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L73" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L73" } ] } } }, { - "id": 1226, + "id": 1256, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -43827,20 +44883,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1227, + "id": 1257, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1228, + "id": 1258, "name": "light", "variant": "declaration", "kind": 1024, @@ -43852,7 +44908,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -43864,7 +44920,7 @@ "typeArguments": [ { "type": "reference", - "target": 1204, + "target": 1234, "name": "DividerDesignTokens", "package": "primeng" }, @@ -43878,7 +44934,7 @@ } }, { - "id": 1229, + "id": 1259, "name": "dark", "variant": "declaration", "kind": 1024, @@ -43890,7 +44946,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -43902,7 +44958,7 @@ "typeArguments": [ { "type": "reference", - "target": 1204, + "target": 1234, "name": "DividerDesignTokens", "package": "primeng" }, @@ -43920,8 +44976,8 @@ { "title": "Properties", "children": [ - 1228, - 1229 + 1258, + 1259 ] } ], @@ -43930,14 +44986,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -43946,11 +45002,11 @@ { "title": "Properties", "children": [ - 1205, - 1208, - 1212, - 1219, - 1226 + 1235, + 1238, + 1242, + 1249, + 1256 ] } ], @@ -43959,17 +45015,17 @@ "fileName": "divider/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1204, + "target": 1234, "name": "DividerDesignTokens", "package": "primeng" } @@ -43984,7 +45040,7 @@ { "title": "Interfaces", "children": [ - 1204 + 1234 ] } ], @@ -43993,12 +45049,12 @@ "fileName": "divider/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/divider/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/divider/index.d.ts#L1" } ] }, { - "id": 1230, + "id": 1260, "name": "themes/dock", "variant": "declaration", "kind": 2, @@ -44013,14 +45069,14 @@ }, "children": [ { - "id": 1231, + "id": 1261, "name": "DockDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1232, + "id": 1262, "name": "root", "variant": "declaration", "kind": 1024, @@ -44040,20 +45096,20 @@ "fileName": "dock/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1233, + "id": 1263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1234, + "id": 1264, "name": "background", "variant": "declaration", "kind": 1024, @@ -44084,7 +45140,7 @@ "fileName": "dock/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L23" } ], "type": { @@ -44093,7 +45149,7 @@ } }, { - "id": 1235, + "id": 1265, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -44124,7 +45180,7 @@ "fileName": "dock/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L29" } ], "type": { @@ -44133,7 +45189,7 @@ } }, { - "id": 1236, + "id": 1266, "name": "padding", "variant": "declaration", "kind": 1024, @@ -44164,7 +45220,7 @@ "fileName": "dock/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L35" } ], "type": { @@ -44173,7 +45229,7 @@ } }, { - "id": 1237, + "id": 1267, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -44204,7 +45260,7 @@ "fileName": "dock/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L41" } ], "type": { @@ -44217,10 +45273,10 @@ { "title": "Properties", "children": [ - 1234, - 1235, - 1236, - 1237 + 1264, + 1265, + 1266, + 1267 ] } ], @@ -44229,14 +45285,14 @@ "fileName": "dock/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L17" } ] } } }, { - "id": 1238, + "id": 1268, "name": "item", "variant": "declaration", "kind": 1024, @@ -44256,20 +45312,20 @@ "fileName": "dock/index.d.ts", "line": 46, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 1239, + "id": 1269, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1240, + "id": 1270, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -44300,7 +45356,7 @@ "fileName": "dock/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L52" } ], "type": { @@ -44309,7 +45365,7 @@ } }, { - "id": 1241, + "id": 1271, "name": "padding", "variant": "declaration", "kind": 1024, @@ -44340,7 +45396,7 @@ "fileName": "dock/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L58" } ], "type": { @@ -44349,7 +45405,7 @@ } }, { - "id": 1242, + "id": 1272, "name": "size", "variant": "declaration", "kind": 1024, @@ -44380,7 +45436,7 @@ "fileName": "dock/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L64" } ], "type": { @@ -44389,7 +45445,7 @@ } }, { - "id": 1243, + "id": 1273, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -44409,20 +45465,20 @@ "fileName": "dock/index.d.ts", "line": 68, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L68" } ], "type": { "type": "reflection", "declaration": { - "id": 1244, + "id": 1274, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1245, + "id": 1275, "name": "width", "variant": "declaration", "kind": 1024, @@ -44453,7 +45509,7 @@ "fileName": "dock/index.d.ts", "line": 74, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L74" } ], "type": { @@ -44462,7 +45518,7 @@ } }, { - "id": 1246, + "id": 1276, "name": "style", "variant": "declaration", "kind": 1024, @@ -44493,7 +45549,7 @@ "fileName": "dock/index.d.ts", "line": 80, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L80" } ], "type": { @@ -44502,7 +45558,7 @@ } }, { - "id": 1247, + "id": 1277, "name": "color", "variant": "declaration", "kind": 1024, @@ -44533,7 +45589,7 @@ "fileName": "dock/index.d.ts", "line": 86, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L86" } ], "type": { @@ -44542,7 +45598,7 @@ } }, { - "id": 1248, + "id": 1278, "name": "offset", "variant": "declaration", "kind": 1024, @@ -44573,7 +45629,7 @@ "fileName": "dock/index.d.ts", "line": 92, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L92" } ], "type": { @@ -44582,7 +45638,7 @@ } }, { - "id": 1249, + "id": 1279, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -44613,7 +45669,7 @@ "fileName": "dock/index.d.ts", "line": 98, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L98" } ], "type": { @@ -44626,11 +45682,11 @@ { "title": "Properties", "children": [ - 1245, - 1246, - 1247, - 1248, - 1249 + 1275, + 1276, + 1277, + 1278, + 1279 ] } ], @@ -44639,7 +45695,7 @@ "fileName": "dock/index.d.ts", "line": 68, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L68" } ] } @@ -44650,10 +45706,10 @@ { "title": "Properties", "children": [ - 1240, - 1241, - 1242, - 1243 + 1270, + 1271, + 1272, + 1273 ] } ], @@ -44662,14 +45718,14 @@ "fileName": "dock/index.d.ts", "line": 46, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L46" } ] } } }, { - "id": 1250, + "id": 1280, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -44681,20 +45737,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1251, + "id": 1281, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1252, + "id": 1282, "name": "light", "variant": "declaration", "kind": 1024, @@ -44706,7 +45762,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -44718,7 +45774,7 @@ "typeArguments": [ { "type": "reference", - "target": 1231, + "target": 1261, "name": "DockDesignTokens", "package": "primeng" }, @@ -44732,7 +45788,7 @@ } }, { - "id": 1253, + "id": 1283, "name": "dark", "variant": "declaration", "kind": 1024, @@ -44744,7 +45800,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -44756,7 +45812,7 @@ "typeArguments": [ { "type": "reference", - "target": 1231, + "target": 1261, "name": "DockDesignTokens", "package": "primeng" }, @@ -44774,8 +45830,8 @@ { "title": "Properties", "children": [ - 1252, - 1253 + 1282, + 1283 ] } ], @@ -44784,14 +45840,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -44800,9 +45856,9 @@ { "title": "Properties", "children": [ - 1232, - 1238, - 1250 + 1262, + 1268, + 1280 ] } ], @@ -44811,17 +45867,17 @@ "fileName": "dock/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1231, + "target": 1261, "name": "DockDesignTokens", "package": "primeng" } @@ -44836,7 +45892,7 @@ { "title": "Interfaces", "children": [ - 1231 + 1261 ] } ], @@ -44845,12 +45901,12 @@ "fileName": "dock/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dock/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dock/index.d.ts#L1" } ] }, { - "id": 1254, + "id": 1284, "name": "themes/drawer", "variant": "declaration", "kind": 2, @@ -44865,14 +45921,14 @@ }, "children": [ { - "id": 1255, + "id": 1285, "name": "DrawerDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1256, + "id": 1286, "name": "root", "variant": "declaration", "kind": 1024, @@ -44892,20 +45948,20 @@ "fileName": "drawer/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1257, + "id": 1287, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1258, + "id": 1288, "name": "background", "variant": "declaration", "kind": 1024, @@ -44936,7 +45992,7 @@ "fileName": "drawer/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L23" } ], "type": { @@ -44945,7 +46001,7 @@ } }, { - "id": 1259, + "id": 1289, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -44976,7 +46032,7 @@ "fileName": "drawer/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L29" } ], "type": { @@ -44985,7 +46041,7 @@ } }, { - "id": 1260, + "id": 1290, "name": "color", "variant": "declaration", "kind": 1024, @@ -45016,7 +46072,7 @@ "fileName": "drawer/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L35" } ], "type": { @@ -45025,7 +46081,7 @@ } }, { - "id": 1261, + "id": 1291, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -45056,7 +46112,7 @@ "fileName": "drawer/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L41" } ], "type": { @@ -45065,7 +46121,7 @@ } }, { - "id": 1262, + "id": 1292, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -45096,7 +46152,7 @@ "fileName": "drawer/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L47" } ], "type": { @@ -45109,11 +46165,11 @@ { "title": "Properties", "children": [ - 1258, - 1259, - 1260, - 1261, - 1262 + 1288, + 1289, + 1290, + 1291, + 1292 ] } ], @@ -45122,14 +46178,14 @@ "fileName": "drawer/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L17" } ] } } }, { - "id": 1263, + "id": 1293, "name": "header", "variant": "declaration", "kind": 1024, @@ -45149,20 +46205,20 @@ "fileName": "drawer/index.d.ts", "line": 52, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L52" } ], "type": { "type": "reflection", "declaration": { - "id": 1264, + "id": 1294, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1265, + "id": 1295, "name": "padding", "variant": "declaration", "kind": 1024, @@ -45193,7 +46249,7 @@ "fileName": "drawer/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L58" } ], "type": { @@ -45206,7 +46262,7 @@ { "title": "Properties", "children": [ - 1265 + 1295 ] } ], @@ -45215,14 +46271,14 @@ "fileName": "drawer/index.d.ts", "line": 52, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L52" } ] } } }, { - "id": 1266, + "id": 1296, "name": "title", "variant": "declaration", "kind": 1024, @@ -45242,20 +46298,20 @@ "fileName": "drawer/index.d.ts", "line": 63, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L63" } ], "type": { "type": "reflection", "declaration": { - "id": 1267, + "id": 1297, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1268, + "id": 1298, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -45286,7 +46342,7 @@ "fileName": "drawer/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L69" } ], "type": { @@ -45295,7 +46351,7 @@ } }, { - "id": 1269, + "id": 1299, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -45326,7 +46382,7 @@ "fileName": "drawer/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L75" } ], "type": { @@ -45339,8 +46395,8 @@ { "title": "Properties", "children": [ - 1268, - 1269 + 1298, + 1299 ] } ], @@ -45349,14 +46405,14 @@ "fileName": "drawer/index.d.ts", "line": 63, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L63" } ] } } }, { - "id": 1270, + "id": 1300, "name": "content", "variant": "declaration", "kind": 1024, @@ -45376,20 +46432,20 @@ "fileName": "drawer/index.d.ts", "line": 80, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L80" } ], "type": { "type": "reflection", "declaration": { - "id": 1271, + "id": 1301, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1272, + "id": 1302, "name": "padding", "variant": "declaration", "kind": 1024, @@ -45420,7 +46476,7 @@ "fileName": "drawer/index.d.ts", "line": 86, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L86" } ], "type": { @@ -45433,7 +46489,7 @@ { "title": "Properties", "children": [ - 1272 + 1302 ] } ], @@ -45442,14 +46498,14 @@ "fileName": "drawer/index.d.ts", "line": 80, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L80" } ] } } }, { - "id": 1273, + "id": 1303, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -45461,20 +46517,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1274, + "id": 1304, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1275, + "id": 1305, "name": "light", "variant": "declaration", "kind": 1024, @@ -45486,7 +46542,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -45498,7 +46554,7 @@ "typeArguments": [ { "type": "reference", - "target": 1255, + "target": 1285, "name": "DrawerDesignTokens", "package": "primeng" }, @@ -45512,7 +46568,7 @@ } }, { - "id": 1276, + "id": 1306, "name": "dark", "variant": "declaration", "kind": 1024, @@ -45524,7 +46580,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -45536,7 +46592,7 @@ "typeArguments": [ { "type": "reference", - "target": 1255, + "target": 1285, "name": "DrawerDesignTokens", "package": "primeng" }, @@ -45554,8 +46610,8 @@ { "title": "Properties", "children": [ - 1275, - 1276 + 1305, + 1306 ] } ], @@ -45564,14 +46620,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -45580,11 +46636,11 @@ { "title": "Properties", "children": [ - 1256, - 1263, - 1266, - 1270, - 1273 + 1286, + 1293, + 1296, + 1300, + 1303 ] } ], @@ -45593,17 +46649,17 @@ "fileName": "drawer/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1255, + "target": 1285, "name": "DrawerDesignTokens", "package": "primeng" } @@ -45618,7 +46674,7 @@ { "title": "Interfaces", "children": [ - 1255 + 1285 ] } ], @@ -45627,12 +46683,12 @@ "fileName": "drawer/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/drawer/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/drawer/index.d.ts#L1" } ] }, { - "id": 1277, + "id": 1307, "name": "themes/dynamicdialog", "variant": "declaration", "kind": 2, @@ -45647,14 +46703,14 @@ }, "children": [ { - "id": 1278, + "id": 1308, "name": "DynamicDialogDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1279, + "id": 1309, "name": "root", "variant": "declaration", "kind": 1024, @@ -45674,20 +46730,20 @@ "fileName": "dynamicdialog/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1280, + "id": 1310, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1281, + "id": 1311, "name": "background", "variant": "declaration", "kind": 1024, @@ -45718,7 +46774,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L23" } ], "type": { @@ -45727,7 +46783,7 @@ } }, { - "id": 1282, + "id": 1312, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -45758,7 +46814,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L29" } ], "type": { @@ -45767,7 +46823,7 @@ } }, { - "id": 1283, + "id": 1313, "name": "color", "variant": "declaration", "kind": 1024, @@ -45798,7 +46854,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L35" } ], "type": { @@ -45807,7 +46863,7 @@ } }, { - "id": 1284, + "id": 1314, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -45838,7 +46894,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L41" } ], "type": { @@ -45847,7 +46903,7 @@ } }, { - "id": 1285, + "id": 1315, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -45878,7 +46934,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L47" } ], "type": { @@ -45891,11 +46947,11 @@ { "title": "Properties", "children": [ - 1281, - 1282, - 1283, - 1284, - 1285 + 1311, + 1312, + 1313, + 1314, + 1315 ] } ], @@ -45904,14 +46960,14 @@ "fileName": "dynamicdialog/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L17" } ] } } }, { - "id": 1286, + "id": 1316, "name": "header", "variant": "declaration", "kind": 1024, @@ -45931,20 +46987,20 @@ "fileName": "dynamicdialog/index.d.ts", "line": 52, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L52" } ], "type": { "type": "reflection", "declaration": { - "id": 1287, + "id": 1317, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1288, + "id": 1318, "name": "padding", "variant": "declaration", "kind": 1024, @@ -45975,7 +47031,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L58" } ], "type": { @@ -45984,7 +47040,7 @@ } }, { - "id": 1289, + "id": 1319, "name": "gap", "variant": "declaration", "kind": 1024, @@ -46015,7 +47071,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L64" } ], "type": { @@ -46028,8 +47084,8 @@ { "title": "Properties", "children": [ - 1288, - 1289 + 1318, + 1319 ] } ], @@ -46038,14 +47094,14 @@ "fileName": "dynamicdialog/index.d.ts", "line": 52, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L52" } ] } } }, { - "id": 1290, + "id": 1320, "name": "title", "variant": "declaration", "kind": 1024, @@ -46065,20 +47121,20 @@ "fileName": "dynamicdialog/index.d.ts", "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 1291, + "id": 1321, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1292, + "id": 1322, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -46109,7 +47165,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L75" } ], "type": { @@ -46118,7 +47174,7 @@ } }, { - "id": 1293, + "id": 1323, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -46149,7 +47205,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L81" } ], "type": { @@ -46162,8 +47218,8 @@ { "title": "Properties", "children": [ - 1292, - 1293 + 1322, + 1323 ] } ], @@ -46172,14 +47228,14 @@ "fileName": "dynamicdialog/index.d.ts", "line": 69, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L69" } ] } } }, { - "id": 1294, + "id": 1324, "name": "content", "variant": "declaration", "kind": 1024, @@ -46199,20 +47255,20 @@ "fileName": "dynamicdialog/index.d.ts", "line": 86, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L86" } ], "type": { "type": "reflection", "declaration": { - "id": 1295, + "id": 1325, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1296, + "id": 1326, "name": "padding", "variant": "declaration", "kind": 1024, @@ -46243,7 +47299,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 92, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L92" } ], "type": { @@ -46256,7 +47312,7 @@ { "title": "Properties", "children": [ - 1296 + 1326 ] } ], @@ -46265,14 +47321,14 @@ "fileName": "dynamicdialog/index.d.ts", "line": 86, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L86" } ] } } }, { - "id": 1297, + "id": 1327, "name": "footer", "variant": "declaration", "kind": 1024, @@ -46292,20 +47348,20 @@ "fileName": "dynamicdialog/index.d.ts", "line": 97, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L97" } ], "type": { "type": "reflection", "declaration": { - "id": 1298, + "id": 1328, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1299, + "id": 1329, "name": "padding", "variant": "declaration", "kind": 1024, @@ -46336,7 +47392,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 103, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L103" } ], "type": { @@ -46345,7 +47401,7 @@ } }, { - "id": 1300, + "id": 1330, "name": "gap", "variant": "declaration", "kind": 1024, @@ -46376,7 +47432,7 @@ "fileName": "dynamicdialog/index.d.ts", "line": 109, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L109" } ], "type": { @@ -46389,8 +47445,8 @@ { "title": "Properties", "children": [ - 1299, - 1300 + 1329, + 1330 ] } ], @@ -46399,14 +47455,14 @@ "fileName": "dynamicdialog/index.d.ts", "line": 97, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L97" } ] } } }, { - "id": 1301, + "id": 1331, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -46418,20 +47474,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1302, + "id": 1332, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1303, + "id": 1333, "name": "light", "variant": "declaration", "kind": 1024, @@ -46443,7 +47499,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -46455,7 +47511,7 @@ "typeArguments": [ { "type": "reference", - "target": 1278, + "target": 1308, "name": "DynamicDialogDesignTokens", "package": "primeng" }, @@ -46469,7 +47525,7 @@ } }, { - "id": 1304, + "id": 1334, "name": "dark", "variant": "declaration", "kind": 1024, @@ -46481,7 +47537,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -46493,7 +47549,7 @@ "typeArguments": [ { "type": "reference", - "target": 1278, + "target": 1308, "name": "DynamicDialogDesignTokens", "package": "primeng" }, @@ -46511,8 +47567,8 @@ { "title": "Properties", "children": [ - 1303, - 1304 + 1333, + 1334 ] } ], @@ -46521,14 +47577,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -46537,12 +47593,12 @@ { "title": "Properties", "children": [ - 1279, - 1286, - 1290, - 1294, - 1297, - 1301 + 1309, + 1316, + 1320, + 1324, + 1327, + 1331 ] } ], @@ -46551,17 +47607,17 @@ "fileName": "dynamicdialog/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1278, + "target": 1308, "name": "DynamicDialogDesignTokens", "package": "primeng" } @@ -46576,7 +47632,7 @@ { "title": "Interfaces", "children": [ - 1278 + 1308 ] } ], @@ -46585,12 +47641,12 @@ "fileName": "dynamicdialog/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/dynamicdialog/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/dynamicdialog/index.d.ts#L1" } ] }, { - "id": 1305, + "id": 1335, "name": "themes/editor", "variant": "declaration", "kind": 2, @@ -46605,14 +47661,14 @@ }, "children": [ { - "id": 1306, + "id": 1336, "name": "EditorDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1307, + "id": 1337, "name": "toolbar", "variant": "declaration", "kind": 1024, @@ -46632,20 +47688,20 @@ "fileName": "editor/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1308, + "id": 1338, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1309, + "id": 1339, "name": "background", "variant": "declaration", "kind": 1024, @@ -46676,7 +47732,7 @@ "fileName": "editor/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L23" } ], "type": { @@ -46685,7 +47741,7 @@ } }, { - "id": 1310, + "id": 1340, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -46716,7 +47772,7 @@ "fileName": "editor/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L29" } ], "type": { @@ -46725,7 +47781,7 @@ } }, { - "id": 1311, + "id": 1341, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -46756,7 +47812,7 @@ "fileName": "editor/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L35" } ], "type": { @@ -46769,9 +47825,9 @@ { "title": "Properties", "children": [ - 1309, - 1310, - 1311 + 1339, + 1340, + 1341 ] } ], @@ -46780,14 +47836,14 @@ "fileName": "editor/index.d.ts", "line": 17, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L17" } ] } } }, { - "id": 1312, + "id": 1342, "name": "toolbarItem", "variant": "declaration", "kind": 1024, @@ -46807,20 +47863,20 @@ "fileName": "editor/index.d.ts", "line": 40, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L40" } ], "type": { "type": "reflection", "declaration": { - "id": 1313, + "id": 1343, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1314, + "id": 1344, "name": "color", "variant": "declaration", "kind": 1024, @@ -46851,7 +47907,7 @@ "fileName": "editor/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L46" } ], "type": { @@ -46860,7 +47916,7 @@ } }, { - "id": 1315, + "id": 1345, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -46891,7 +47947,7 @@ "fileName": "editor/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L52" } ], "type": { @@ -46900,7 +47956,7 @@ } }, { - "id": 1316, + "id": 1346, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -46931,7 +47987,7 @@ "fileName": "editor/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L58" } ], "type": { @@ -46944,9 +48000,9 @@ { "title": "Properties", "children": [ - 1314, - 1315, - 1316 + 1344, + 1345, + 1346 ] } ], @@ -46955,14 +48011,14 @@ "fileName": "editor/index.d.ts", "line": 40, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L40" } ] } } }, { - "id": 1317, + "id": 1347, "name": "overlay", "variant": "declaration", "kind": 1024, @@ -46982,20 +48038,20 @@ "fileName": "editor/index.d.ts", "line": 63, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L63" } ], "type": { "type": "reflection", "declaration": { - "id": 1318, + "id": 1348, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1319, + "id": 1349, "name": "background", "variant": "declaration", "kind": 1024, @@ -47026,7 +48082,7 @@ "fileName": "editor/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L69" } ], "type": { @@ -47035,7 +48091,7 @@ } }, { - "id": 1320, + "id": 1350, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -47066,7 +48122,7 @@ "fileName": "editor/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L75" } ], "type": { @@ -47075,7 +48131,7 @@ } }, { - "id": 1321, + "id": 1351, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -47106,7 +48162,7 @@ "fileName": "editor/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L81" } ], "type": { @@ -47115,7 +48171,7 @@ } }, { - "id": 1322, + "id": 1352, "name": "color", "variant": "declaration", "kind": 1024, @@ -47146,7 +48202,7 @@ "fileName": "editor/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L87" } ], "type": { @@ -47155,7 +48211,7 @@ } }, { - "id": 1323, + "id": 1353, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -47186,7 +48242,7 @@ "fileName": "editor/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L93" } ], "type": { @@ -47195,7 +48251,7 @@ } }, { - "id": 1324, + "id": 1354, "name": "padding", "variant": "declaration", "kind": 1024, @@ -47226,7 +48282,7 @@ "fileName": "editor/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L99" } ], "type": { @@ -47239,12 +48295,12 @@ { "title": "Properties", "children": [ - 1319, - 1320, - 1321, - 1322, - 1323, - 1324 + 1349, + 1350, + 1351, + 1352, + 1353, + 1354 ] } ], @@ -47253,14 +48309,14 @@ "fileName": "editor/index.d.ts", "line": 63, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L63" } ] } } }, { - "id": 1325, + "id": 1355, "name": "overlayOption", "variant": "declaration", "kind": 1024, @@ -47280,20 +48336,20 @@ "fileName": "editor/index.d.ts", "line": 104, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L104" } ], "type": { "type": "reflection", "declaration": { - "id": 1326, + "id": 1356, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1327, + "id": 1357, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -47324,7 +48380,7 @@ "fileName": "editor/index.d.ts", "line": 110, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L110" } ], "type": { @@ -47333,7 +48389,7 @@ } }, { - "id": 1328, + "id": 1358, "name": "color", "variant": "declaration", "kind": 1024, @@ -47364,7 +48420,7 @@ "fileName": "editor/index.d.ts", "line": 116, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L116" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L116" } ], "type": { @@ -47373,7 +48429,7 @@ } }, { - "id": 1329, + "id": 1359, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -47404,7 +48460,7 @@ "fileName": "editor/index.d.ts", "line": 122, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L122" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L122" } ], "type": { @@ -47413,7 +48469,7 @@ } }, { - "id": 1330, + "id": 1360, "name": "padding", "variant": "declaration", "kind": 1024, @@ -47444,7 +48500,7 @@ "fileName": "editor/index.d.ts", "line": 128, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L128" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L128" } ], "type": { @@ -47453,7 +48509,7 @@ } }, { - "id": 1331, + "id": 1361, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -47484,7 +48540,7 @@ "fileName": "editor/index.d.ts", "line": 134, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L134" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L134" } ], "type": { @@ -47497,11 +48553,11 @@ { "title": "Properties", "children": [ - 1327, - 1328, - 1329, - 1330, - 1331 + 1357, + 1358, + 1359, + 1360, + 1361 ] } ], @@ -47510,14 +48566,14 @@ "fileName": "editor/index.d.ts", "line": 104, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L104" } ] } } }, { - "id": 1332, + "id": 1362, "name": "content", "variant": "declaration", "kind": 1024, @@ -47537,20 +48593,20 @@ "fileName": "editor/index.d.ts", "line": 139, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L139" } ], "type": { "type": "reflection", "declaration": { - "id": 1333, + "id": 1363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1334, + "id": 1364, "name": "background", "variant": "declaration", "kind": 1024, @@ -47581,7 +48637,7 @@ "fileName": "editor/index.d.ts", "line": 145, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L145" } ], "type": { @@ -47590,7 +48646,7 @@ } }, { - "id": 1335, + "id": 1365, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -47621,7 +48677,7 @@ "fileName": "editor/index.d.ts", "line": 151, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L151" } ], "type": { @@ -47630,7 +48686,7 @@ } }, { - "id": 1336, + "id": 1366, "name": "color", "variant": "declaration", "kind": 1024, @@ -47661,7 +48717,7 @@ "fileName": "editor/index.d.ts", "line": 157, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L157" } ], "type": { @@ -47670,7 +48726,7 @@ } }, { - "id": 1337, + "id": 1367, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -47701,7 +48757,7 @@ "fileName": "editor/index.d.ts", "line": 163, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L163" } ], "type": { @@ -47714,10 +48770,10 @@ { "title": "Properties", "children": [ - 1334, - 1335, - 1336, - 1337 + 1364, + 1365, + 1366, + 1367 ] } ], @@ -47726,14 +48782,14 @@ "fileName": "editor/index.d.ts", "line": 139, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L139" } ] } } }, { - "id": 1338, + "id": 1368, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -47745,20 +48801,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1339, + "id": 1369, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1340, + "id": 1370, "name": "light", "variant": "declaration", "kind": 1024, @@ -47770,7 +48826,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -47782,7 +48838,7 @@ "typeArguments": [ { "type": "reference", - "target": 1306, + "target": 1336, "name": "EditorDesignTokens", "package": "primeng" }, @@ -47796,7 +48852,7 @@ } }, { - "id": 1341, + "id": 1371, "name": "dark", "variant": "declaration", "kind": 1024, @@ -47808,7 +48864,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -47820,7 +48876,7 @@ "typeArguments": [ { "type": "reference", - "target": 1306, + "target": 1336, "name": "EditorDesignTokens", "package": "primeng" }, @@ -47838,8 +48894,8 @@ { "title": "Properties", "children": [ - 1340, - 1341 + 1370, + 1371 ] } ], @@ -47848,14 +48904,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -47864,12 +48920,12 @@ { "title": "Properties", "children": [ - 1307, - 1312, - 1317, - 1325, - 1332, - 1338 + 1337, + 1342, + 1347, + 1355, + 1362, + 1368 ] } ], @@ -47878,17 +48934,17 @@ "fileName": "editor/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1306, + "target": 1336, "name": "EditorDesignTokens", "package": "primeng" } @@ -47903,7 +48959,7 @@ { "title": "Interfaces", "children": [ - 1306 + 1336 ] } ], @@ -47912,12 +48968,12 @@ "fileName": "editor/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/editor/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/editor/index.d.ts#L1" } ] }, { - "id": 1342, + "id": 1372, "name": "themes/fieldset", "variant": "declaration", "kind": 2, @@ -47932,14 +48988,14 @@ }, "children": [ { - "id": 1343, + "id": 1373, "name": "FieldsetDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1344, + "id": 1374, "name": "root", "variant": "declaration", "kind": 1024, @@ -47959,20 +49015,20 @@ "fileName": "fieldset/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1345, + "id": 1375, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1346, + "id": 1376, "name": "background", "variant": "declaration", "kind": 1024, @@ -48003,7 +49059,7 @@ "fileName": "fieldset/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L23" } ], "type": { @@ -48012,7 +49068,7 @@ } }, { - "id": 1347, + "id": 1377, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -48043,7 +49099,7 @@ "fileName": "fieldset/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L29" } ], "type": { @@ -48052,7 +49108,7 @@ } }, { - "id": 1348, + "id": 1378, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -48083,7 +49139,7 @@ "fileName": "fieldset/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L35" } ], "type": { @@ -48092,7 +49148,7 @@ } }, { - "id": 1349, + "id": 1379, "name": "color", "variant": "declaration", "kind": 1024, @@ -48123,7 +49179,7 @@ "fileName": "fieldset/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L41" } ], "type": { @@ -48132,7 +49188,7 @@ } }, { - "id": 1350, + "id": 1380, "name": "padding", "variant": "declaration", "kind": 1024, @@ -48163,7 +49219,7 @@ "fileName": "fieldset/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L47" } ], "type": { @@ -48172,7 +49228,7 @@ } }, { - "id": 1351, + "id": 1381, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -48203,7 +49259,7 @@ "fileName": "fieldset/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L53" } ], "type": { @@ -48216,12 +49272,12 @@ { "title": "Properties", "children": [ - 1346, - 1347, - 1348, - 1349, - 1350, - 1351 + 1376, + 1377, + 1378, + 1379, + 1380, + 1381 ] } ], @@ -48230,14 +49286,14 @@ "fileName": "fieldset/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L17" } ] } } }, { - "id": 1352, + "id": 1382, "name": "legend", "variant": "declaration", "kind": 1024, @@ -48257,20 +49313,20 @@ "fileName": "fieldset/index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L58" } ], "type": { "type": "reflection", "declaration": { - "id": 1353, + "id": 1383, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1354, + "id": 1384, "name": "background", "variant": "declaration", "kind": 1024, @@ -48301,7 +49357,7 @@ "fileName": "fieldset/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L64" } ], "type": { @@ -48310,7 +49366,7 @@ } }, { - "id": 1355, + "id": 1385, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -48341,7 +49397,7 @@ "fileName": "fieldset/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L70" } ], "type": { @@ -48350,7 +49406,7 @@ } }, { - "id": 1356, + "id": 1386, "name": "color", "variant": "declaration", "kind": 1024, @@ -48381,7 +49437,7 @@ "fileName": "fieldset/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L76" } ], "type": { @@ -48390,7 +49446,7 @@ } }, { - "id": 1357, + "id": 1387, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -48421,7 +49477,7 @@ "fileName": "fieldset/index.d.ts", "line": 82, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L82" } ], "type": { @@ -48430,7 +49486,7 @@ } }, { - "id": 1358, + "id": 1388, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -48461,7 +49517,7 @@ "fileName": "fieldset/index.d.ts", "line": 88, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L88" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L88" } ], "type": { @@ -48470,7 +49526,7 @@ } }, { - "id": 1359, + "id": 1389, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -48501,7 +49557,7 @@ "fileName": "fieldset/index.d.ts", "line": 94, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L94" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L94" } ], "type": { @@ -48510,7 +49566,7 @@ } }, { - "id": 1360, + "id": 1390, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -48541,7 +49597,7 @@ "fileName": "fieldset/index.d.ts", "line": 100, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L100" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L100" } ], "type": { @@ -48550,7 +49606,7 @@ } }, { - "id": 1361, + "id": 1391, "name": "padding", "variant": "declaration", "kind": 1024, @@ -48581,7 +49637,7 @@ "fileName": "fieldset/index.d.ts", "line": 106, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L106" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L106" } ], "type": { @@ -48590,7 +49646,7 @@ } }, { - "id": 1362, + "id": 1392, "name": "gap", "variant": "declaration", "kind": 1024, @@ -48621,7 +49677,7 @@ "fileName": "fieldset/index.d.ts", "line": 112, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L112" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L112" } ], "type": { @@ -48630,7 +49686,7 @@ } }, { - "id": 1363, + "id": 1393, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -48661,7 +49717,7 @@ "fileName": "fieldset/index.d.ts", "line": 118, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L118" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L118" } ], "type": { @@ -48670,7 +49726,7 @@ } }, { - "id": 1364, + "id": 1394, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -48690,20 +49746,20 @@ "fileName": "fieldset/index.d.ts", "line": 122, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L122" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L122" } ], "type": { "type": "reflection", "declaration": { - "id": 1365, + "id": 1395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1366, + "id": 1396, "name": "width", "variant": "declaration", "kind": 1024, @@ -48734,7 +49790,7 @@ "fileName": "fieldset/index.d.ts", "line": 128, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L128" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L128" } ], "type": { @@ -48743,7 +49799,7 @@ } }, { - "id": 1367, + "id": 1397, "name": "style", "variant": "declaration", "kind": 1024, @@ -48774,7 +49830,7 @@ "fileName": "fieldset/index.d.ts", "line": 134, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L134" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L134" } ], "type": { @@ -48783,7 +49839,7 @@ } }, { - "id": 1368, + "id": 1398, "name": "color", "variant": "declaration", "kind": 1024, @@ -48814,7 +49870,7 @@ "fileName": "fieldset/index.d.ts", "line": 140, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L140" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L140" } ], "type": { @@ -48823,7 +49879,7 @@ } }, { - "id": 1369, + "id": 1399, "name": "offset", "variant": "declaration", "kind": 1024, @@ -48854,7 +49910,7 @@ "fileName": "fieldset/index.d.ts", "line": 146, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L146" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L146" } ], "type": { @@ -48863,7 +49919,7 @@ } }, { - "id": 1370, + "id": 1400, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -48894,7 +49950,7 @@ "fileName": "fieldset/index.d.ts", "line": 152, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L152" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L152" } ], "type": { @@ -48907,11 +49963,11 @@ { "title": "Properties", "children": [ - 1366, - 1367, - 1368, - 1369, - 1370 + 1396, + 1397, + 1398, + 1399, + 1400 ] } ], @@ -48920,7 +49976,7 @@ "fileName": "fieldset/index.d.ts", "line": 122, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L122" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L122" } ] } @@ -48931,17 +49987,17 @@ { "title": "Properties", "children": [ - 1354, - 1355, - 1356, - 1357, - 1358, - 1359, - 1360, - 1361, - 1362, - 1363, - 1364 + 1384, + 1385, + 1386, + 1387, + 1388, + 1389, + 1390, + 1391, + 1392, + 1393, + 1394 ] } ], @@ -48950,14 +50006,14 @@ "fileName": "fieldset/index.d.ts", "line": 58, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L58" } ] } } }, { - "id": 1371, + "id": 1401, "name": "toggleIcon", "variant": "declaration", "kind": 1024, @@ -48977,20 +50033,20 @@ "fileName": "fieldset/index.d.ts", "line": 158, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L158" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L158" } ], "type": { "type": "reflection", "declaration": { - "id": 1372, + "id": 1402, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1373, + "id": 1403, "name": "color", "variant": "declaration", "kind": 1024, @@ -49021,7 +50077,7 @@ "fileName": "fieldset/index.d.ts", "line": 164, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L164" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L164" } ], "type": { @@ -49030,7 +50086,7 @@ } }, { - "id": 1374, + "id": 1404, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -49061,7 +50117,7 @@ "fileName": "fieldset/index.d.ts", "line": 170, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L170" } ], "type": { @@ -49074,8 +50130,8 @@ { "title": "Properties", "children": [ - 1373, - 1374 + 1403, + 1404 ] } ], @@ -49084,14 +50140,14 @@ "fileName": "fieldset/index.d.ts", "line": 158, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L158" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L158" } ] } } }, { - "id": 1375, + "id": 1405, "name": "content", "variant": "declaration", "kind": 1024, @@ -49111,20 +50167,20 @@ "fileName": "fieldset/index.d.ts", "line": 175, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L175" } ], "type": { "type": "reflection", "declaration": { - "id": 1376, + "id": 1406, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1377, + "id": 1407, "name": "padding", "variant": "declaration", "kind": 1024, @@ -49155,7 +50211,7 @@ "fileName": "fieldset/index.d.ts", "line": 181, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L181" } ], "type": { @@ -49168,7 +50224,7 @@ { "title": "Properties", "children": [ - 1377 + 1407 ] } ], @@ -49177,14 +50233,14 @@ "fileName": "fieldset/index.d.ts", "line": 175, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L175" } ] } } }, { - "id": 1378, + "id": 1408, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -49196,20 +50252,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1379, + "id": 1409, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1380, + "id": 1410, "name": "light", "variant": "declaration", "kind": 1024, @@ -49221,7 +50277,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -49233,7 +50289,7 @@ "typeArguments": [ { "type": "reference", - "target": 1343, + "target": 1373, "name": "FieldsetDesignTokens", "package": "primeng" }, @@ -49247,7 +50303,7 @@ } }, { - "id": 1381, + "id": 1411, "name": "dark", "variant": "declaration", "kind": 1024, @@ -49259,7 +50315,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -49271,7 +50327,7 @@ "typeArguments": [ { "type": "reference", - "target": 1343, + "target": 1373, "name": "FieldsetDesignTokens", "package": "primeng" }, @@ -49289,8 +50345,8 @@ { "title": "Properties", "children": [ - 1380, - 1381 + 1410, + 1411 ] } ], @@ -49299,14 +50355,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -49315,11 +50371,11 @@ { "title": "Properties", "children": [ - 1344, - 1352, - 1371, - 1375, - 1378 + 1374, + 1382, + 1401, + 1405, + 1408 ] } ], @@ -49328,17 +50384,17 @@ "fileName": "fieldset/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1343, + "target": 1373, "name": "FieldsetDesignTokens", "package": "primeng" } @@ -49353,7 +50409,7 @@ { "title": "Interfaces", "children": [ - 1343 + 1373 ] } ], @@ -49362,12 +50418,12 @@ "fileName": "fieldset/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fieldset/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fieldset/index.d.ts#L1" } ] }, { - "id": 1382, + "id": 1412, "name": "themes/fileupload", "variant": "declaration", "kind": 2, @@ -49382,14 +50438,14 @@ }, "children": [ { - "id": 1383, + "id": 1413, "name": "FileUploadDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1384, + "id": 1414, "name": "root", "variant": "declaration", "kind": 1024, @@ -49409,20 +50465,20 @@ "fileName": "fileupload/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1385, + "id": 1415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1386, + "id": 1416, "name": "background", "variant": "declaration", "kind": 1024, @@ -49453,7 +50509,7 @@ "fileName": "fileupload/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L23" } ], "type": { @@ -49462,7 +50518,7 @@ } }, { - "id": 1387, + "id": 1417, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -49493,7 +50549,7 @@ "fileName": "fileupload/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L29" } ], "type": { @@ -49502,7 +50558,7 @@ } }, { - "id": 1388, + "id": 1418, "name": "color", "variant": "declaration", "kind": 1024, @@ -49533,7 +50589,7 @@ "fileName": "fileupload/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L35" } ], "type": { @@ -49542,7 +50598,7 @@ } }, { - "id": 1389, + "id": 1419, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -49573,7 +50629,7 @@ "fileName": "fileupload/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L41" } ], "type": { @@ -49582,7 +50638,7 @@ } }, { - "id": 1390, + "id": 1420, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -49613,7 +50669,7 @@ "fileName": "fileupload/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L47" } ], "type": { @@ -49626,11 +50682,11 @@ { "title": "Properties", "children": [ - 1386, - 1387, - 1388, - 1389, - 1390 + 1416, + 1417, + 1418, + 1419, + 1420 ] } ], @@ -49639,14 +50695,14 @@ "fileName": "fileupload/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L17" } ] } } }, { - "id": 1391, + "id": 1421, "name": "header", "variant": "declaration", "kind": 1024, @@ -49666,20 +50722,20 @@ "fileName": "fileupload/index.d.ts", "line": 52, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L52" } ], "type": { "type": "reflection", "declaration": { - "id": 1392, + "id": 1422, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1393, + "id": 1423, "name": "background", "variant": "declaration", "kind": 1024, @@ -49710,7 +50766,7 @@ "fileName": "fileupload/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L58" } ], "type": { @@ -49719,7 +50775,7 @@ } }, { - "id": 1394, + "id": 1424, "name": "color", "variant": "declaration", "kind": 1024, @@ -49750,7 +50806,7 @@ "fileName": "fileupload/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L64" } ], "type": { @@ -49759,7 +50815,7 @@ } }, { - "id": 1395, + "id": 1425, "name": "padding", "variant": "declaration", "kind": 1024, @@ -49790,7 +50846,7 @@ "fileName": "fileupload/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L70" } ], "type": { @@ -49799,7 +50855,7 @@ } }, { - "id": 1396, + "id": 1426, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -49830,7 +50886,7 @@ "fileName": "fileupload/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L76" } ], "type": { @@ -49839,7 +50895,7 @@ } }, { - "id": 1397, + "id": 1427, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -49870,7 +50926,7 @@ "fileName": "fileupload/index.d.ts", "line": 82, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L82" } ], "type": { @@ -49879,7 +50935,7 @@ } }, { - "id": 1398, + "id": 1428, "name": "gap", "variant": "declaration", "kind": 1024, @@ -49910,7 +50966,7 @@ "fileName": "fileupload/index.d.ts", "line": 88, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L88" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L88" } ], "type": { @@ -49923,12 +50979,12 @@ { "title": "Properties", "children": [ - 1393, - 1394, - 1395, - 1396, - 1397, - 1398 + 1423, + 1424, + 1425, + 1426, + 1427, + 1428 ] } ], @@ -49937,14 +50993,14 @@ "fileName": "fileupload/index.d.ts", "line": 52, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L52" } ] } } }, { - "id": 1399, + "id": 1429, "name": "content", "variant": "declaration", "kind": 1024, @@ -49964,20 +51020,20 @@ "fileName": "fileupload/index.d.ts", "line": 93, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L93" } ], "type": { "type": "reflection", "declaration": { - "id": 1400, + "id": 1430, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1401, + "id": 1431, "name": "highlightBorderColor", "variant": "declaration", "kind": 1024, @@ -50008,7 +51064,7 @@ "fileName": "fileupload/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L99" } ], "type": { @@ -50017,7 +51073,7 @@ } }, { - "id": 1402, + "id": 1432, "name": "padding", "variant": "declaration", "kind": 1024, @@ -50048,7 +51104,7 @@ "fileName": "fileupload/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L105" } ], "type": { @@ -50061,8 +51117,8 @@ { "title": "Properties", "children": [ - 1401, - 1402 + 1431, + 1432 ] } ], @@ -50071,14 +51127,14 @@ "fileName": "fileupload/index.d.ts", "line": 93, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L93" } ] } } }, { - "id": 1403, + "id": 1433, "name": "file", "variant": "declaration", "kind": 1024, @@ -50098,20 +51154,20 @@ "fileName": "fileupload/index.d.ts", "line": 110, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L110" } ], "type": { "type": "reflection", "declaration": { - "id": 1404, + "id": 1434, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1405, + "id": 1435, "name": "padding", "variant": "declaration", "kind": 1024, @@ -50142,7 +51198,7 @@ "fileName": "fileupload/index.d.ts", "line": 116, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L116" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L116" } ], "type": { @@ -50151,7 +51207,7 @@ } }, { - "id": 1406, + "id": 1436, "name": "gap", "variant": "declaration", "kind": 1024, @@ -50182,7 +51238,7 @@ "fileName": "fileupload/index.d.ts", "line": 122, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L122" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L122" } ], "type": { @@ -50191,7 +51247,7 @@ } }, { - "id": 1407, + "id": 1437, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -50222,7 +51278,7 @@ "fileName": "fileupload/index.d.ts", "line": 128, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L128" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L128" } ], "type": { @@ -50231,7 +51287,7 @@ } }, { - "id": 1408, + "id": 1438, "name": "info", "variant": "declaration", "kind": 1024, @@ -50251,20 +51307,20 @@ "fileName": "fileupload/index.d.ts", "line": 132, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L132" } ], "type": { "type": "reflection", "declaration": { - "id": 1409, + "id": 1439, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1410, + "id": 1440, "name": "gap", "variant": "declaration", "kind": 1024, @@ -50295,7 +51351,7 @@ "fileName": "fileupload/index.d.ts", "line": 138, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L138" } ], "type": { @@ -50308,7 +51364,7 @@ { "title": "Properties", "children": [ - 1410 + 1440 ] } ], @@ -50317,7 +51373,7 @@ "fileName": "fileupload/index.d.ts", "line": 132, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L132" } ] } @@ -50328,10 +51384,10 @@ { "title": "Properties", "children": [ - 1405, - 1406, - 1407, - 1408 + 1435, + 1436, + 1437, + 1438 ] } ], @@ -50340,14 +51396,14 @@ "fileName": "fileupload/index.d.ts", "line": 110, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L110" } ] } } }, { - "id": 1411, + "id": 1441, "name": "progressbar", "variant": "declaration", "kind": 1024, @@ -50367,20 +51423,20 @@ "fileName": "fileupload/index.d.ts", "line": 144, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L144" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L144" } ], "type": { "type": "reflection", "declaration": { - "id": 1412, + "id": 1442, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1413, + "id": 1443, "name": "height", "variant": "declaration", "kind": 1024, @@ -50411,7 +51467,7 @@ "fileName": "fileupload/index.d.ts", "line": 150, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L150" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L150" } ], "type": { @@ -50424,7 +51480,7 @@ { "title": "Properties", "children": [ - 1413 + 1443 ] } ], @@ -50433,14 +51489,14 @@ "fileName": "fileupload/index.d.ts", "line": 144, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L144" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L144" } ] } } }, { - "id": 1414, + "id": 1444, "name": "basic", "variant": "declaration", "kind": 1024, @@ -50460,20 +51516,20 @@ "fileName": "fileupload/index.d.ts", "line": 155, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L155" } ], "type": { "type": "reflection", "declaration": { - "id": 1415, + "id": 1445, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1416, + "id": 1446, "name": "gap", "variant": "declaration", "kind": 1024, @@ -50504,7 +51560,7 @@ "fileName": "fileupload/index.d.ts", "line": 161, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L161" } ], "type": { @@ -50517,7 +51573,7 @@ { "title": "Properties", "children": [ - 1416 + 1446 ] } ], @@ -50526,14 +51582,14 @@ "fileName": "fileupload/index.d.ts", "line": 155, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L155" } ] } } }, { - "id": 1417, + "id": 1447, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -50545,20 +51601,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1418, + "id": 1448, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1419, + "id": 1449, "name": "light", "variant": "declaration", "kind": 1024, @@ -50570,7 +51626,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -50582,7 +51638,7 @@ "typeArguments": [ { "type": "reference", - "target": 1383, + "target": 1413, "name": "FileUploadDesignTokens", "package": "primeng" }, @@ -50596,7 +51652,7 @@ } }, { - "id": 1420, + "id": 1450, "name": "dark", "variant": "declaration", "kind": 1024, @@ -50608,7 +51664,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -50620,7 +51676,7 @@ "typeArguments": [ { "type": "reference", - "target": 1383, + "target": 1413, "name": "FileUploadDesignTokens", "package": "primeng" }, @@ -50638,8 +51694,8 @@ { "title": "Properties", "children": [ - 1419, - 1420 + 1449, + 1450 ] } ], @@ -50648,14 +51704,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -50664,13 +51720,13 @@ { "title": "Properties", "children": [ - 1384, - 1391, - 1399, - 1403, - 1411, 1414, - 1417 + 1421, + 1429, + 1433, + 1441, + 1444, + 1447 ] } ], @@ -50679,17 +51735,17 @@ "fileName": "fileupload/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1383, + "target": 1413, "name": "FileUploadDesignTokens", "package": "primeng" } @@ -50704,7 +51760,7 @@ { "title": "Interfaces", "children": [ - 1383 + 1413 ] } ], @@ -50713,12 +51769,12 @@ "fileName": "fileupload/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/fileupload/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/fileupload/index.d.ts#L1" } ] }, { - "id": 1421, + "id": 1451, "name": "themes/floatlabel", "variant": "declaration", "kind": 2, @@ -50733,14 +51789,14 @@ }, "children": [ { - "id": 1422, + "id": 1452, "name": "FloatLabelDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1423, + "id": 1453, "name": "root", "variant": "declaration", "kind": 1024, @@ -50760,20 +51816,20 @@ "fileName": "floatlabel/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/floatlabel/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/floatlabel/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1424, + "id": 1454, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1425, + "id": 1455, "name": "color", "variant": "declaration", "kind": 1024, @@ -50804,7 +51860,7 @@ "fileName": "floatlabel/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/floatlabel/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/floatlabel/index.d.ts#L23" } ], "type": { @@ -50813,7 +51869,7 @@ } }, { - "id": 1426, + "id": 1456, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -50844,7 +51900,7 @@ "fileName": "floatlabel/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/floatlabel/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/floatlabel/index.d.ts#L29" } ], "type": { @@ -50853,7 +51909,7 @@ } }, { - "id": 1427, + "id": 1457, "name": "invalidColor", "variant": "declaration", "kind": 1024, @@ -50884,7 +51940,7 @@ "fileName": "floatlabel/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/floatlabel/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/floatlabel/index.d.ts#L35" } ], "type": { @@ -50893,7 +51949,7 @@ } }, { - "id": 1428, + "id": 1458, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -50924,7 +51980,7 @@ "fileName": "floatlabel/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/floatlabel/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/floatlabel/index.d.ts#L41" } ], "type": { @@ -50937,10 +51993,10 @@ { "title": "Properties", "children": [ - 1425, - 1426, - 1427, - 1428 + 1455, + 1456, + 1457, + 1458 ] } ], @@ -50949,14 +52005,14 @@ "fileName": "floatlabel/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/floatlabel/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/floatlabel/index.d.ts#L17" } ] } } }, { - "id": 1429, + "id": 1459, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -50968,20 +52024,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1430, + "id": 1460, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1431, + "id": 1461, "name": "light", "variant": "declaration", "kind": 1024, @@ -50993,7 +52049,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -51005,7 +52061,7 @@ "typeArguments": [ { "type": "reference", - "target": 1422, + "target": 1452, "name": "FloatLabelDesignTokens", "package": "primeng" }, @@ -51019,7 +52075,7 @@ } }, { - "id": 1432, + "id": 1462, "name": "dark", "variant": "declaration", "kind": 1024, @@ -51031,7 +52087,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -51043,7 +52099,7 @@ "typeArguments": [ { "type": "reference", - "target": 1422, + "target": 1452, "name": "FloatLabelDesignTokens", "package": "primeng" }, @@ -51061,8 +52117,8 @@ { "title": "Properties", "children": [ - 1431, - 1432 + 1461, + 1462 ] } ], @@ -51071,14 +52127,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -51087,8 +52143,8 @@ { "title": "Properties", "children": [ - 1423, - 1429 + 1453, + 1459 ] } ], @@ -51097,17 +52153,17 @@ "fileName": "floatlabel/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/floatlabel/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/floatlabel/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1422, + "target": 1452, "name": "FloatLabelDesignTokens", "package": "primeng" } @@ -51122,7 +52178,7 @@ { "title": "Interfaces", "children": [ - 1422 + 1452 ] } ], @@ -51131,12 +52187,12 @@ "fileName": "floatlabel/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/floatlabel/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/floatlabel/index.d.ts#L1" } ] }, { - "id": 1433, + "id": 1463, "name": "themes/galleria", "variant": "declaration", "kind": 2, @@ -51151,14 +52207,14 @@ }, "children": [ { - "id": 1434, + "id": 1464, "name": "GalleriaDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1435, + "id": 1465, "name": "root", "variant": "declaration", "kind": 1024, @@ -51178,20 +52234,20 @@ "fileName": "galleria/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1436, + "id": 1466, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1437, + "id": 1467, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -51222,7 +52278,7 @@ "fileName": "galleria/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L23" } ], "type": { @@ -51231,7 +52287,7 @@ } }, { - "id": 1438, + "id": 1468, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -51262,7 +52318,7 @@ "fileName": "galleria/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L29" } ], "type": { @@ -51271,7 +52327,7 @@ } }, { - "id": 1439, + "id": 1469, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -51302,7 +52358,7 @@ "fileName": "galleria/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L35" } ], "type": { @@ -51311,7 +52367,7 @@ } }, { - "id": 1440, + "id": 1470, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -51342,7 +52398,7 @@ "fileName": "galleria/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L41" } ], "type": { @@ -51355,10 +52411,10 @@ { "title": "Properties", "children": [ - 1437, - 1438, - 1439, - 1440 + 1467, + 1468, + 1469, + 1470 ] } ], @@ -51367,14 +52423,14 @@ "fileName": "galleria/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L17" } ] } } }, { - "id": 1441, + "id": 1471, "name": "navButton", "variant": "declaration", "kind": 1024, @@ -51394,20 +52450,20 @@ "fileName": "galleria/index.d.ts", "line": 46, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 1442, + "id": 1472, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1443, + "id": 1473, "name": "background", "variant": "declaration", "kind": 1024, @@ -51438,7 +52494,7 @@ "fileName": "galleria/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L52" } ], "type": { @@ -51447,7 +52503,7 @@ } }, { - "id": 1444, + "id": 1474, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -51478,7 +52534,7 @@ "fileName": "galleria/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L58" } ], "type": { @@ -51487,7 +52543,7 @@ } }, { - "id": 1445, + "id": 1475, "name": "color", "variant": "declaration", "kind": 1024, @@ -51518,7 +52574,7 @@ "fileName": "galleria/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L64" } ], "type": { @@ -51527,7 +52583,7 @@ } }, { - "id": 1446, + "id": 1476, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -51558,7 +52614,7 @@ "fileName": "galleria/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L70" } ], "type": { @@ -51567,7 +52623,7 @@ } }, { - "id": 1447, + "id": 1477, "name": "size", "variant": "declaration", "kind": 1024, @@ -51598,7 +52654,7 @@ "fileName": "galleria/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L76" } ], "type": { @@ -51607,7 +52663,7 @@ } }, { - "id": 1448, + "id": 1478, "name": "gutter", "variant": "declaration", "kind": 1024, @@ -51638,7 +52694,7 @@ "fileName": "galleria/index.d.ts", "line": 82, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L82" } ], "type": { @@ -51647,7 +52703,7 @@ } }, { - "id": 1449, + "id": 1479, "name": "prev", "variant": "declaration", "kind": 1024, @@ -51667,20 +52723,20 @@ "fileName": "galleria/index.d.ts", "line": 86, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L86" } ], "type": { "type": "reflection", "declaration": { - "id": 1450, + "id": 1480, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1451, + "id": 1481, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -51711,7 +52767,7 @@ "fileName": "galleria/index.d.ts", "line": 92, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L92" } ], "type": { @@ -51724,7 +52780,7 @@ { "title": "Properties", "children": [ - 1451 + 1481 ] } ], @@ -51733,14 +52789,14 @@ "fileName": "galleria/index.d.ts", "line": 86, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L86" } ] } } }, { - "id": 1452, + "id": 1482, "name": "next", "variant": "declaration", "kind": 1024, @@ -51760,20 +52816,20 @@ "fileName": "galleria/index.d.ts", "line": 97, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L97" } ], "type": { "type": "reflection", "declaration": { - "id": 1453, + "id": 1483, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1454, + "id": 1484, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -51804,7 +52860,7 @@ "fileName": "galleria/index.d.ts", "line": 103, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L103" } ], "type": { @@ -51817,7 +52873,7 @@ { "title": "Properties", "children": [ - 1454 + 1484 ] } ], @@ -51826,14 +52882,14 @@ "fileName": "galleria/index.d.ts", "line": 97, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L97" } ] } } }, { - "id": 1455, + "id": 1485, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -51853,20 +52909,20 @@ "fileName": "galleria/index.d.ts", "line": 108, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L108" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L108" } ], "type": { "type": "reflection", "declaration": { - "id": 1456, + "id": 1486, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1457, + "id": 1487, "name": "width", "variant": "declaration", "kind": 1024, @@ -51897,7 +52953,7 @@ "fileName": "galleria/index.d.ts", "line": 114, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L114" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L114" } ], "type": { @@ -51906,7 +52962,7 @@ } }, { - "id": 1458, + "id": 1488, "name": "style", "variant": "declaration", "kind": 1024, @@ -51937,7 +52993,7 @@ "fileName": "galleria/index.d.ts", "line": 120, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L120" } ], "type": { @@ -51946,7 +53002,7 @@ } }, { - "id": 1459, + "id": 1489, "name": "color", "variant": "declaration", "kind": 1024, @@ -51977,7 +53033,7 @@ "fileName": "galleria/index.d.ts", "line": 126, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L126" } ], "type": { @@ -51986,7 +53042,7 @@ } }, { - "id": 1460, + "id": 1490, "name": "offset", "variant": "declaration", "kind": 1024, @@ -52017,7 +53073,7 @@ "fileName": "galleria/index.d.ts", "line": 132, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L132" } ], "type": { @@ -52026,7 +53082,7 @@ } }, { - "id": 1461, + "id": 1491, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -52057,7 +53113,7 @@ "fileName": "galleria/index.d.ts", "line": 138, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L138" } ], "type": { @@ -52070,11 +53126,11 @@ { "title": "Properties", "children": [ - 1457, - 1458, - 1459, - 1460, - 1461 + 1487, + 1488, + 1489, + 1490, + 1491 ] } ], @@ -52083,7 +53139,7 @@ "fileName": "galleria/index.d.ts", "line": 108, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L108" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L108" } ] } @@ -52094,15 +53150,15 @@ { "title": "Properties", "children": [ - 1443, - 1444, - 1445, - 1446, - 1447, - 1448, - 1449, - 1452, - 1455 + 1473, + 1474, + 1475, + 1476, + 1477, + 1478, + 1479, + 1482, + 1485 ] } ], @@ -52111,14 +53167,14 @@ "fileName": "galleria/index.d.ts", "line": 46, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L46" } ] } } }, { - "id": 1462, + "id": 1492, "name": "navIcon", "variant": "declaration", "kind": 1024, @@ -52138,20 +53194,20 @@ "fileName": "galleria/index.d.ts", "line": 144, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L144" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L144" } ], "type": { "type": "reflection", "declaration": { - "id": 1463, + "id": 1493, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1464, + "id": 1494, "name": "size", "variant": "declaration", "kind": 1024, @@ -52182,7 +53238,7 @@ "fileName": "galleria/index.d.ts", "line": 150, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L150" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L150" } ], "type": { @@ -52195,7 +53251,7 @@ { "title": "Properties", "children": [ - 1464 + 1494 ] } ], @@ -52204,14 +53260,14 @@ "fileName": "galleria/index.d.ts", "line": 144, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L144" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L144" } ] } } }, { - "id": 1465, + "id": 1495, "name": "thumbnailsContent", "variant": "declaration", "kind": 1024, @@ -52231,20 +53287,20 @@ "fileName": "galleria/index.d.ts", "line": 155, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L155" } ], "type": { "type": "reflection", "declaration": { - "id": 1466, + "id": 1496, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1467, + "id": 1497, "name": "background", "variant": "declaration", "kind": 1024, @@ -52275,7 +53331,7 @@ "fileName": "galleria/index.d.ts", "line": 161, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L161" } ], "type": { @@ -52284,7 +53340,7 @@ } }, { - "id": 1468, + "id": 1498, "name": "padding", "variant": "declaration", "kind": 1024, @@ -52315,7 +53371,7 @@ "fileName": "galleria/index.d.ts", "line": 167, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L167" } ], "type": { @@ -52328,8 +53384,8 @@ { "title": "Properties", "children": [ - 1467, - 1468 + 1497, + 1498 ] } ], @@ -52338,14 +53394,14 @@ "fileName": "galleria/index.d.ts", "line": 155, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L155" } ] } } }, { - "id": 1469, + "id": 1499, "name": "thumbnailNavButton", "variant": "declaration", "kind": 1024, @@ -52365,20 +53421,20 @@ "fileName": "galleria/index.d.ts", "line": 172, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L172" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L172" } ], "type": { "type": "reflection", "declaration": { - "id": 1470, + "id": 1500, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1471, + "id": 1501, "name": "size", "variant": "declaration", "kind": 1024, @@ -52409,7 +53465,7 @@ "fileName": "galleria/index.d.ts", "line": 178, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L178" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L178" } ], "type": { @@ -52418,7 +53474,7 @@ } }, { - "id": 1472, + "id": 1502, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -52449,7 +53505,7 @@ "fileName": "galleria/index.d.ts", "line": 184, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L184" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L184" } ], "type": { @@ -52458,7 +53514,7 @@ } }, { - "id": 1473, + "id": 1503, "name": "gutter", "variant": "declaration", "kind": 1024, @@ -52489,7 +53545,7 @@ "fileName": "galleria/index.d.ts", "line": 190, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L190" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L190" } ], "type": { @@ -52498,7 +53554,7 @@ } }, { - "id": 1474, + "id": 1504, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -52518,20 +53574,20 @@ "fileName": "galleria/index.d.ts", "line": 194, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L194" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L194" } ], "type": { "type": "reflection", "declaration": { - "id": 1475, + "id": 1505, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1476, + "id": 1506, "name": "width", "variant": "declaration", "kind": 1024, @@ -52562,7 +53618,7 @@ "fileName": "galleria/index.d.ts", "line": 200, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L200" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L200" } ], "type": { @@ -52571,7 +53627,7 @@ } }, { - "id": 1477, + "id": 1507, "name": "style", "variant": "declaration", "kind": 1024, @@ -52602,7 +53658,7 @@ "fileName": "galleria/index.d.ts", "line": 206, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L206" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L206" } ], "type": { @@ -52611,7 +53667,7 @@ } }, { - "id": 1478, + "id": 1508, "name": "color", "variant": "declaration", "kind": 1024, @@ -52642,7 +53698,7 @@ "fileName": "galleria/index.d.ts", "line": 212, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L212" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L212" } ], "type": { @@ -52651,7 +53707,7 @@ } }, { - "id": 1479, + "id": 1509, "name": "offset", "variant": "declaration", "kind": 1024, @@ -52682,7 +53738,7 @@ "fileName": "galleria/index.d.ts", "line": 218, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L218" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L218" } ], "type": { @@ -52691,7 +53747,7 @@ } }, { - "id": 1480, + "id": 1510, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -52722,7 +53778,7 @@ "fileName": "galleria/index.d.ts", "line": 224, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L224" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L224" } ], "type": { @@ -52735,11 +53791,11 @@ { "title": "Properties", "children": [ - 1476, - 1477, - 1478, - 1479, - 1480 + 1506, + 1507, + 1508, + 1509, + 1510 ] } ], @@ -52748,14 +53804,14 @@ "fileName": "galleria/index.d.ts", "line": 194, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L194" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L194" } ] } } }, { - "id": 1481, + "id": 1511, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -52786,7 +53842,7 @@ "fileName": "galleria/index.d.ts", "line": 231, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L231" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L231" } ], "type": { @@ -52795,7 +53851,7 @@ } }, { - "id": 1482, + "id": 1512, "name": "color", "variant": "declaration", "kind": 1024, @@ -52826,7 +53882,7 @@ "fileName": "galleria/index.d.ts", "line": 237, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L237" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L237" } ], "type": { @@ -52835,7 +53891,7 @@ } }, { - "id": 1483, + "id": 1513, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -52866,7 +53922,7 @@ "fileName": "galleria/index.d.ts", "line": 243, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L243" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L243" } ], "type": { @@ -52879,13 +53935,13 @@ { "title": "Properties", "children": [ - 1471, - 1472, - 1473, - 1474, - 1481, - 1482, - 1483 + 1501, + 1502, + 1503, + 1504, + 1511, + 1512, + 1513 ] } ], @@ -52894,14 +53950,14 @@ "fileName": "galleria/index.d.ts", "line": 172, "character": 25, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L172" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L172" } ] } } }, { - "id": 1484, + "id": 1514, "name": "thumbnailNavButtonIcon", "variant": "declaration", "kind": 1024, @@ -52921,20 +53977,20 @@ "fileName": "galleria/index.d.ts", "line": 248, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L248" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L248" } ], "type": { "type": "reflection", "declaration": { - "id": 1485, + "id": 1515, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1486, + "id": 1516, "name": "size", "variant": "declaration", "kind": 1024, @@ -52965,7 +54021,7 @@ "fileName": "galleria/index.d.ts", "line": 254, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L254" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L254" } ], "type": { @@ -52978,7 +54034,7 @@ { "title": "Properties", "children": [ - 1486 + 1516 ] } ], @@ -52987,14 +54043,14 @@ "fileName": "galleria/index.d.ts", "line": 248, "character": 29, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L248" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L248" } ] } } }, { - "id": 1487, + "id": 1517, "name": "caption", "variant": "declaration", "kind": 1024, @@ -53014,20 +54070,20 @@ "fileName": "galleria/index.d.ts", "line": 259, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L259" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L259" } ], "type": { "type": "reflection", "declaration": { - "id": 1488, + "id": 1518, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1489, + "id": 1519, "name": "background", "variant": "declaration", "kind": 1024, @@ -53058,7 +54114,7 @@ "fileName": "galleria/index.d.ts", "line": 265, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L265" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L265" } ], "type": { @@ -53067,7 +54123,7 @@ } }, { - "id": 1490, + "id": 1520, "name": "color", "variant": "declaration", "kind": 1024, @@ -53098,7 +54154,7 @@ "fileName": "galleria/index.d.ts", "line": 271, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L271" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L271" } ], "type": { @@ -53107,7 +54163,7 @@ } }, { - "id": 1491, + "id": 1521, "name": "padding", "variant": "declaration", "kind": 1024, @@ -53138,7 +54194,7 @@ "fileName": "galleria/index.d.ts", "line": 277, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L277" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L277" } ], "type": { @@ -53151,9 +54207,9 @@ { "title": "Properties", "children": [ - 1489, - 1490, - 1491 + 1519, + 1520, + 1521 ] } ], @@ -53162,14 +54218,14 @@ "fileName": "galleria/index.d.ts", "line": 259, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L259" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L259" } ] } } }, { - "id": 1492, + "id": 1522, "name": "indicatorList", "variant": "declaration", "kind": 1024, @@ -53189,20 +54245,20 @@ "fileName": "galleria/index.d.ts", "line": 282, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L282" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L282" } ], "type": { "type": "reflection", "declaration": { - "id": 1493, + "id": 1523, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1494, + "id": 1524, "name": "gap", "variant": "declaration", "kind": 1024, @@ -53233,7 +54289,7 @@ "fileName": "galleria/index.d.ts", "line": 288, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L288" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L288" } ], "type": { @@ -53242,7 +54298,7 @@ } }, { - "id": 1495, + "id": 1525, "name": "padding", "variant": "declaration", "kind": 1024, @@ -53273,7 +54329,7 @@ "fileName": "galleria/index.d.ts", "line": 294, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L294" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L294" } ], "type": { @@ -53286,8 +54342,8 @@ { "title": "Properties", "children": [ - 1494, - 1495 + 1524, + 1525 ] } ], @@ -53296,14 +54352,14 @@ "fileName": "galleria/index.d.ts", "line": 282, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L282" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L282" } ] } } }, { - "id": 1496, + "id": 1526, "name": "indicatorButton", "variant": "declaration", "kind": 1024, @@ -53323,20 +54379,20 @@ "fileName": "galleria/index.d.ts", "line": 299, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L299" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L299" } ], "type": { "type": "reflection", "declaration": { - "id": 1497, + "id": 1527, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1498, + "id": 1528, "name": "width", "variant": "declaration", "kind": 1024, @@ -53367,7 +54423,7 @@ "fileName": "galleria/index.d.ts", "line": 305, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L305" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L305" } ], "type": { @@ -53376,7 +54432,7 @@ } }, { - "id": 1499, + "id": 1529, "name": "height", "variant": "declaration", "kind": 1024, @@ -53407,7 +54463,7 @@ "fileName": "galleria/index.d.ts", "line": 311, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L311" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L311" } ], "type": { @@ -53416,7 +54472,7 @@ } }, { - "id": 1500, + "id": 1530, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -53447,7 +54503,7 @@ "fileName": "galleria/index.d.ts", "line": 317, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L317" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L317" } ], "type": { @@ -53456,7 +54512,7 @@ } }, { - "id": 1501, + "id": 1531, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -53487,7 +54543,7 @@ "fileName": "galleria/index.d.ts", "line": 323, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L323" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L323" } ], "type": { @@ -53496,7 +54552,7 @@ } }, { - "id": 1502, + "id": 1532, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -53516,20 +54572,20 @@ "fileName": "galleria/index.d.ts", "line": 327, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L327" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L327" } ], "type": { "type": "reflection", "declaration": { - "id": 1503, + "id": 1533, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1504, + "id": 1534, "name": "width", "variant": "declaration", "kind": 1024, @@ -53560,7 +54616,7 @@ "fileName": "galleria/index.d.ts", "line": 333, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L333" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L333" } ], "type": { @@ -53569,7 +54625,7 @@ } }, { - "id": 1505, + "id": 1535, "name": "style", "variant": "declaration", "kind": 1024, @@ -53600,7 +54656,7 @@ "fileName": "galleria/index.d.ts", "line": 339, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L339" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L339" } ], "type": { @@ -53609,7 +54665,7 @@ } }, { - "id": 1506, + "id": 1536, "name": "color", "variant": "declaration", "kind": 1024, @@ -53640,7 +54696,7 @@ "fileName": "galleria/index.d.ts", "line": 345, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L345" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L345" } ], "type": { @@ -53649,7 +54705,7 @@ } }, { - "id": 1507, + "id": 1537, "name": "offset", "variant": "declaration", "kind": 1024, @@ -53680,7 +54736,7 @@ "fileName": "galleria/index.d.ts", "line": 351, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L351" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L351" } ], "type": { @@ -53689,7 +54745,7 @@ } }, { - "id": 1508, + "id": 1538, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -53720,7 +54776,7 @@ "fileName": "galleria/index.d.ts", "line": 357, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L357" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L357" } ], "type": { @@ -53733,11 +54789,11 @@ { "title": "Properties", "children": [ - 1504, - 1505, - 1506, - 1507, - 1508 + 1534, + 1535, + 1536, + 1537, + 1538 ] } ], @@ -53746,14 +54802,14 @@ "fileName": "galleria/index.d.ts", "line": 327, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L327" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L327" } ] } } }, { - "id": 1509, + "id": 1539, "name": "background", "variant": "declaration", "kind": 1024, @@ -53784,7 +54840,7 @@ "fileName": "galleria/index.d.ts", "line": 364, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L364" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L364" } ], "type": { @@ -53793,7 +54849,7 @@ } }, { - "id": 1510, + "id": 1540, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -53824,7 +54880,7 @@ "fileName": "galleria/index.d.ts", "line": 370, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L370" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L370" } ], "type": { @@ -53837,13 +54893,13 @@ { "title": "Properties", "children": [ - 1498, - 1499, - 1500, - 1501, - 1502, - 1509, - 1510 + 1528, + 1529, + 1530, + 1531, + 1532, + 1539, + 1540 ] } ], @@ -53852,14 +54908,14 @@ "fileName": "galleria/index.d.ts", "line": 299, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L299" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L299" } ] } } }, { - "id": 1511, + "id": 1541, "name": "insetIndicatorList", "variant": "declaration", "kind": 1024, @@ -53879,20 +54935,20 @@ "fileName": "galleria/index.d.ts", "line": 375, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L375" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L375" } ], "type": { "type": "reflection", "declaration": { - "id": 1512, + "id": 1542, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1513, + "id": 1543, "name": "background", "variant": "declaration", "kind": 1024, @@ -53923,7 +54979,7 @@ "fileName": "galleria/index.d.ts", "line": 381, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L381" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L381" } ], "type": { @@ -53936,7 +54992,7 @@ { "title": "Properties", "children": [ - 1513 + 1543 ] } ], @@ -53945,14 +55001,14 @@ "fileName": "galleria/index.d.ts", "line": 375, "character": 25, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L375" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L375" } ] } } }, { - "id": 1514, + "id": 1544, "name": "insetIndicatorButton", "variant": "declaration", "kind": 1024, @@ -53972,20 +55028,20 @@ "fileName": "galleria/index.d.ts", "line": 386, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L386" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L386" } ], "type": { "type": "reflection", "declaration": { - "id": 1515, + "id": 1545, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1516, + "id": 1546, "name": "background", "variant": "declaration", "kind": 1024, @@ -54016,7 +55072,7 @@ "fileName": "galleria/index.d.ts", "line": 392, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L392" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L392" } ], "type": { @@ -54025,7 +55081,7 @@ } }, { - "id": 1517, + "id": 1547, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -54056,7 +55112,7 @@ "fileName": "galleria/index.d.ts", "line": 398, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L398" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L398" } ], "type": { @@ -54065,7 +55121,7 @@ } }, { - "id": 1518, + "id": 1548, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -54096,7 +55152,7 @@ "fileName": "galleria/index.d.ts", "line": 404, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L404" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L404" } ], "type": { @@ -54109,9 +55165,9 @@ { "title": "Properties", "children": [ - 1516, - 1517, - 1518 + 1546, + 1547, + 1548 ] } ], @@ -54120,14 +55176,14 @@ "fileName": "galleria/index.d.ts", "line": 386, "character": 27, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L386" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L386" } ] } } }, { - "id": 1519, + "id": 1549, "name": "mask", "variant": "declaration", "kind": 1024, @@ -54147,20 +55203,20 @@ "fileName": "galleria/index.d.ts", "line": 409, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L409" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L409" } ], "type": { "type": "reflection", "declaration": { - "id": 1520, + "id": 1550, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1521, + "id": 1551, "name": "background", "variant": "declaration", "kind": 1024, @@ -54191,7 +55247,7 @@ "fileName": "galleria/index.d.ts", "line": 415, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L415" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L415" } ], "type": { @@ -54200,7 +55256,7 @@ } }, { - "id": 1522, + "id": 1552, "name": "color", "variant": "declaration", "kind": 1024, @@ -54231,7 +55287,7 @@ "fileName": "galleria/index.d.ts", "line": 421, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L421" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L421" } ], "type": { @@ -54244,8 +55300,8 @@ { "title": "Properties", "children": [ - 1521, - 1522 + 1551, + 1552 ] } ], @@ -54254,14 +55310,14 @@ "fileName": "galleria/index.d.ts", "line": 409, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L409" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L409" } ] } } }, { - "id": 1523, + "id": 1553, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -54281,20 +55337,20 @@ "fileName": "galleria/index.d.ts", "line": 426, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L426" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L426" } ], "type": { "type": "reflection", "declaration": { - "id": 1524, + "id": 1554, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1525, + "id": 1555, "name": "size", "variant": "declaration", "kind": 1024, @@ -54325,7 +55381,7 @@ "fileName": "galleria/index.d.ts", "line": 432, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L432" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L432" } ], "type": { @@ -54334,7 +55390,7 @@ } }, { - "id": 1526, + "id": 1556, "name": "gutter", "variant": "declaration", "kind": 1024, @@ -54365,7 +55421,7 @@ "fileName": "galleria/index.d.ts", "line": 438, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L438" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L438" } ], "type": { @@ -54374,7 +55430,7 @@ } }, { - "id": 1527, + "id": 1557, "name": "background", "variant": "declaration", "kind": 1024, @@ -54405,7 +55461,7 @@ "fileName": "galleria/index.d.ts", "line": 444, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L444" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L444" } ], "type": { @@ -54414,7 +55470,7 @@ } }, { - "id": 1528, + "id": 1558, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -54445,7 +55501,7 @@ "fileName": "galleria/index.d.ts", "line": 450, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L450" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L450" } ], "type": { @@ -54454,7 +55510,7 @@ } }, { - "id": 1529, + "id": 1559, "name": "color", "variant": "declaration", "kind": 1024, @@ -54485,7 +55541,7 @@ "fileName": "galleria/index.d.ts", "line": 456, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L456" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L456" } ], "type": { @@ -54494,7 +55550,7 @@ } }, { - "id": 1530, + "id": 1560, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -54525,7 +55581,7 @@ "fileName": "galleria/index.d.ts", "line": 462, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L462" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L462" } ], "type": { @@ -54534,7 +55590,7 @@ } }, { - "id": 1531, + "id": 1561, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -54565,7 +55621,7 @@ "fileName": "galleria/index.d.ts", "line": 468, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L468" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L468" } ], "type": { @@ -54574,7 +55630,7 @@ } }, { - "id": 1532, + "id": 1562, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -54594,20 +55650,20 @@ "fileName": "galleria/index.d.ts", "line": 472, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L472" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L472" } ], "type": { "type": "reflection", "declaration": { - "id": 1533, + "id": 1563, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1534, + "id": 1564, "name": "width", "variant": "declaration", "kind": 1024, @@ -54638,7 +55694,7 @@ "fileName": "galleria/index.d.ts", "line": 478, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L478" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L478" } ], "type": { @@ -54647,7 +55703,7 @@ } }, { - "id": 1535, + "id": 1565, "name": "style", "variant": "declaration", "kind": 1024, @@ -54678,7 +55734,7 @@ "fileName": "galleria/index.d.ts", "line": 484, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L484" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L484" } ], "type": { @@ -54687,7 +55743,7 @@ } }, { - "id": 1536, + "id": 1566, "name": "color", "variant": "declaration", "kind": 1024, @@ -54718,7 +55774,7 @@ "fileName": "galleria/index.d.ts", "line": 490, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L490" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L490" } ], "type": { @@ -54727,7 +55783,7 @@ } }, { - "id": 1537, + "id": 1567, "name": "offset", "variant": "declaration", "kind": 1024, @@ -54758,7 +55814,7 @@ "fileName": "galleria/index.d.ts", "line": 496, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L496" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L496" } ], "type": { @@ -54767,7 +55823,7 @@ } }, { - "id": 1538, + "id": 1568, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -54798,7 +55854,7 @@ "fileName": "galleria/index.d.ts", "line": 502, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L502" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L502" } ], "type": { @@ -54811,11 +55867,11 @@ { "title": "Properties", "children": [ - 1534, - 1535, - 1536, - 1537, - 1538 + 1564, + 1565, + 1566, + 1567, + 1568 ] } ], @@ -54824,7 +55880,7 @@ "fileName": "galleria/index.d.ts", "line": 472, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L472" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L472" } ] } @@ -54835,14 +55891,14 @@ { "title": "Properties", "children": [ - 1525, - 1526, - 1527, - 1528, - 1529, - 1530, - 1531, - 1532 + 1555, + 1556, + 1557, + 1558, + 1559, + 1560, + 1561, + 1562 ] } ], @@ -54851,14 +55907,14 @@ "fileName": "galleria/index.d.ts", "line": 426, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L426" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L426" } ] } } }, { - "id": 1539, + "id": 1569, "name": "closeButtonIcon", "variant": "declaration", "kind": 1024, @@ -54878,20 +55934,20 @@ "fileName": "galleria/index.d.ts", "line": 508, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L508" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L508" } ], "type": { "type": "reflection", "declaration": { - "id": 1540, + "id": 1570, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1541, + "id": 1571, "name": "size", "variant": "declaration", "kind": 1024, @@ -54922,7 +55978,7 @@ "fileName": "galleria/index.d.ts", "line": 514, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L514" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L514" } ], "type": { @@ -54935,7 +55991,7 @@ { "title": "Properties", "children": [ - 1541 + 1571 ] } ], @@ -54944,14 +56000,14 @@ "fileName": "galleria/index.d.ts", "line": 508, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L508" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L508" } ] } } }, { - "id": 1542, + "id": 1572, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -54963,20 +56019,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1543, + "id": 1573, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1544, + "id": 1574, "name": "light", "variant": "declaration", "kind": 1024, @@ -54988,7 +56044,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -55000,7 +56056,7 @@ "typeArguments": [ { "type": "reference", - "target": 1434, + "target": 1464, "name": "GalleriaDesignTokens", "package": "primeng" }, @@ -55014,7 +56070,7 @@ } }, { - "id": 1545, + "id": 1575, "name": "dark", "variant": "declaration", "kind": 1024, @@ -55026,7 +56082,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -55038,7 +56094,7 @@ "typeArguments": [ { "type": "reference", - "target": 1434, + "target": 1464, "name": "GalleriaDesignTokens", "package": "primeng" }, @@ -55056,8 +56112,8 @@ { "title": "Properties", "children": [ - 1544, - 1545 + 1574, + 1575 ] } ], @@ -55066,14 +56122,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -55082,21 +56138,21 @@ { "title": "Properties", "children": [ - 1435, - 1441, - 1462, 1465, - 1469, - 1484, - 1487, + 1471, 1492, - 1496, - 1511, + 1495, + 1499, 1514, - 1519, - 1523, - 1539, - 1542 + 1517, + 1522, + 1526, + 1541, + 1544, + 1549, + 1553, + 1569, + 1572 ] } ], @@ -55105,17 +56161,17 @@ "fileName": "galleria/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1434, + "target": 1464, "name": "GalleriaDesignTokens", "package": "primeng" } @@ -55130,7 +56186,7 @@ { "title": "Interfaces", "children": [ - 1434 + 1464 ] } ], @@ -55139,12 +56195,12 @@ "fileName": "galleria/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/galleria/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/galleria/index.d.ts#L1" } ] }, { - "id": 1546, + "id": 1576, "name": "themes/iconfield", "variant": "declaration", "kind": 2, @@ -55159,14 +56215,14 @@ }, "children": [ { - "id": 1547, + "id": 1577, "name": "IconFieldDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1548, + "id": 1578, "name": "icon", "variant": "declaration", "kind": 1024, @@ -55186,20 +56242,20 @@ "fileName": "iconfield/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/iconfield/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/iconfield/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1549, + "id": 1579, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1550, + "id": 1580, "name": "color", "variant": "declaration", "kind": 1024, @@ -55230,7 +56286,7 @@ "fileName": "iconfield/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/iconfield/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/iconfield/index.d.ts#L23" } ], "type": { @@ -55243,7 +56299,7 @@ { "title": "Properties", "children": [ - 1550 + 1580 ] } ], @@ -55252,14 +56308,14 @@ "fileName": "iconfield/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/iconfield/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/iconfield/index.d.ts#L17" } ] } } }, { - "id": 1551, + "id": 1581, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -55271,20 +56327,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1552, + "id": 1582, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1553, + "id": 1583, "name": "light", "variant": "declaration", "kind": 1024, @@ -55296,7 +56352,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -55308,7 +56364,7 @@ "typeArguments": [ { "type": "reference", - "target": 1547, + "target": 1577, "name": "IconFieldDesignTokens", "package": "primeng" }, @@ -55322,7 +56378,7 @@ } }, { - "id": 1554, + "id": 1584, "name": "dark", "variant": "declaration", "kind": 1024, @@ -55334,7 +56390,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -55346,7 +56402,7 @@ "typeArguments": [ { "type": "reference", - "target": 1547, + "target": 1577, "name": "IconFieldDesignTokens", "package": "primeng" }, @@ -55364,8 +56420,8 @@ { "title": "Properties", "children": [ - 1553, - 1554 + 1583, + 1584 ] } ], @@ -55374,14 +56430,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -55390,8 +56446,8 @@ { "title": "Properties", "children": [ - 1548, - 1551 + 1578, + 1581 ] } ], @@ -55400,17 +56456,17 @@ "fileName": "iconfield/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/iconfield/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/iconfield/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1547, + "target": 1577, "name": "IconFieldDesignTokens", "package": "primeng" } @@ -55425,7 +56481,7 @@ { "title": "Interfaces", "children": [ - 1547 + 1577 ] } ], @@ -55434,12 +56490,12 @@ "fileName": "iconfield/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/iconfield/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/iconfield/index.d.ts#L1" } ] }, { - "id": 1555, + "id": 1585, "name": "themes/image", "variant": "declaration", "kind": 2, @@ -55454,14 +56510,14 @@ }, "children": [ { - "id": 1556, + "id": 1586, "name": "ImageDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1557, + "id": 1587, "name": "root", "variant": "declaration", "kind": 1024, @@ -55481,20 +56537,20 @@ "fileName": "image/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1558, + "id": 1588, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1559, + "id": 1589, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -55525,7 +56581,7 @@ "fileName": "image/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L23" } ], "type": { @@ -55538,7 +56594,7 @@ { "title": "Properties", "children": [ - 1559 + 1589 ] } ], @@ -55547,14 +56603,14 @@ "fileName": "image/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L17" } ] } } }, { - "id": 1560, + "id": 1590, "name": "preview", "variant": "declaration", "kind": 1024, @@ -55574,20 +56630,20 @@ "fileName": "image/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 1561, + "id": 1591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1562, + "id": 1592, "name": "icon", "variant": "declaration", "kind": 1024, @@ -55607,20 +56663,20 @@ "fileName": "image/index.d.ts", "line": 32, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L32" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L32" } ], "type": { "type": "reflection", "declaration": { - "id": 1563, + "id": 1593, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1564, + "id": 1594, "name": "size", "variant": "declaration", "kind": 1024, @@ -55651,7 +56707,7 @@ "fileName": "image/index.d.ts", "line": 38, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L38" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L38" } ], "type": { @@ -55664,7 +56720,7 @@ { "title": "Properties", "children": [ - 1564 + 1594 ] } ], @@ -55673,14 +56729,14 @@ "fileName": "image/index.d.ts", "line": 32, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L32" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L32" } ] } } }, { - "id": 1565, + "id": 1595, "name": "mask", "variant": "declaration", "kind": 1024, @@ -55700,20 +56756,20 @@ "fileName": "image/index.d.ts", "line": 43, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L43" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L43" } ], "type": { "type": "reflection", "declaration": { - "id": 1566, + "id": 1596, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1567, + "id": 1597, "name": "background", "variant": "declaration", "kind": 1024, @@ -55744,7 +56800,7 @@ "fileName": "image/index.d.ts", "line": 49, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L49" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L49" } ], "type": { @@ -55753,7 +56809,7 @@ } }, { - "id": 1568, + "id": 1598, "name": "color", "variant": "declaration", "kind": 1024, @@ -55784,7 +56840,7 @@ "fileName": "image/index.d.ts", "line": 55, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L55" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L55" } ], "type": { @@ -55797,8 +56853,8 @@ { "title": "Properties", "children": [ - 1567, - 1568 + 1597, + 1598 ] } ], @@ -55807,7 +56863,7 @@ "fileName": "image/index.d.ts", "line": 43, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L43" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L43" } ] } @@ -55818,8 +56874,8 @@ { "title": "Properties", "children": [ - 1562, - 1565 + 1592, + 1595 ] } ], @@ -55828,14 +56884,14 @@ "fileName": "image/index.d.ts", "line": 28, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L28" } ] } } }, { - "id": 1569, + "id": 1599, "name": "toolbar", "variant": "declaration", "kind": 1024, @@ -55855,20 +56911,20 @@ "fileName": "image/index.d.ts", "line": 61, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L61" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L61" } ], "type": { "type": "reflection", "declaration": { - "id": 1570, + "id": 1600, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1571, + "id": 1601, "name": "position", "variant": "declaration", "kind": 1024, @@ -55888,20 +56944,20 @@ "fileName": "image/index.d.ts", "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L65" } ], "type": { "type": "reflection", "declaration": { - "id": 1572, + "id": 1602, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1573, + "id": 1603, "name": "left", "variant": "declaration", "kind": 1024, @@ -55932,7 +56988,7 @@ "fileName": "image/index.d.ts", "line": 71, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L71" } ], "type": { @@ -55941,7 +56997,7 @@ } }, { - "id": 1574, + "id": 1604, "name": "right", "variant": "declaration", "kind": 1024, @@ -55972,7 +57028,7 @@ "fileName": "image/index.d.ts", "line": 77, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L77" } ], "type": { @@ -55981,7 +57037,7 @@ } }, { - "id": 1575, + "id": 1605, "name": "top", "variant": "declaration", "kind": 1024, @@ -56012,7 +57068,7 @@ "fileName": "image/index.d.ts", "line": 83, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L83" } ], "type": { @@ -56021,7 +57077,7 @@ } }, { - "id": 1576, + "id": 1606, "name": "bottom", "variant": "declaration", "kind": 1024, @@ -56052,7 +57108,7 @@ "fileName": "image/index.d.ts", "line": 89, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L89" } ], "type": { @@ -56065,10 +57121,10 @@ { "title": "Properties", "children": [ - 1573, - 1574, - 1575, - 1576 + 1603, + 1604, + 1605, + 1606 ] } ], @@ -56077,14 +57133,14 @@ "fileName": "image/index.d.ts", "line": 65, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L65" } ] } } }, { - "id": 1577, + "id": 1607, "name": "blur", "variant": "declaration", "kind": 1024, @@ -56115,7 +57171,7 @@ "fileName": "image/index.d.ts", "line": 96, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L96" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L96" } ], "type": { @@ -56124,7 +57180,7 @@ } }, { - "id": 1578, + "id": 1608, "name": "background", "variant": "declaration", "kind": 1024, @@ -56155,7 +57211,7 @@ "fileName": "image/index.d.ts", "line": 102, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L102" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L102" } ], "type": { @@ -56164,7 +57220,7 @@ } }, { - "id": 1579, + "id": 1609, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -56195,7 +57251,7 @@ "fileName": "image/index.d.ts", "line": 108, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L108" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L108" } ], "type": { @@ -56204,7 +57260,7 @@ } }, { - "id": 1580, + "id": 1610, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -56235,7 +57291,7 @@ "fileName": "image/index.d.ts", "line": 114, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L114" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L114" } ], "type": { @@ -56244,7 +57300,7 @@ } }, { - "id": 1581, + "id": 1611, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -56275,7 +57331,7 @@ "fileName": "image/index.d.ts", "line": 120, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L120" } ], "type": { @@ -56284,7 +57340,7 @@ } }, { - "id": 1582, + "id": 1612, "name": "padding", "variant": "declaration", "kind": 1024, @@ -56315,7 +57371,7 @@ "fileName": "image/index.d.ts", "line": 126, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L126" } ], "type": { @@ -56324,7 +57380,7 @@ } }, { - "id": 1583, + "id": 1613, "name": "gap", "variant": "declaration", "kind": 1024, @@ -56355,7 +57411,7 @@ "fileName": "image/index.d.ts", "line": 132, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L132" } ], "type": { @@ -56368,14 +57424,14 @@ { "title": "Properties", "children": [ - 1571, - 1577, - 1578, - 1579, - 1580, - 1581, - 1582, - 1583 + 1601, + 1607, + 1608, + 1609, + 1610, + 1611, + 1612, + 1613 ] } ], @@ -56384,14 +57440,14 @@ "fileName": "image/index.d.ts", "line": 61, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L61" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L61" } ] } } }, { - "id": 1584, + "id": 1614, "name": "action", "variant": "declaration", "kind": 1024, @@ -56411,20 +57467,20 @@ "fileName": "image/index.d.ts", "line": 137, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L137" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L137" } ], "type": { "type": "reflection", "declaration": { - "id": 1585, + "id": 1615, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1586, + "id": 1616, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -56455,7 +57511,7 @@ "fileName": "image/index.d.ts", "line": 143, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L143" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L143" } ], "type": { @@ -56464,7 +57520,7 @@ } }, { - "id": 1587, + "id": 1617, "name": "color", "variant": "declaration", "kind": 1024, @@ -56495,7 +57551,7 @@ "fileName": "image/index.d.ts", "line": 149, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L149" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L149" } ], "type": { @@ -56504,7 +57560,7 @@ } }, { - "id": 1588, + "id": 1618, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -56535,7 +57591,7 @@ "fileName": "image/index.d.ts", "line": 155, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L155" } ], "type": { @@ -56544,7 +57600,7 @@ } }, { - "id": 1589, + "id": 1619, "name": "size", "variant": "declaration", "kind": 1024, @@ -56575,7 +57631,7 @@ "fileName": "image/index.d.ts", "line": 161, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L161" } ], "type": { @@ -56584,7 +57640,7 @@ } }, { - "id": 1590, + "id": 1620, "name": "iconSize", "variant": "declaration", "kind": 1024, @@ -56615,7 +57671,7 @@ "fileName": "image/index.d.ts", "line": 167, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L167" } ], "type": { @@ -56624,7 +57680,7 @@ } }, { - "id": 1591, + "id": 1621, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -56655,7 +57711,7 @@ "fileName": "image/index.d.ts", "line": 173, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L173" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L173" } ], "type": { @@ -56664,7 +57720,7 @@ } }, { - "id": 1592, + "id": 1622, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -56684,20 +57740,20 @@ "fileName": "image/index.d.ts", "line": 177, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L177" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L177" } ], "type": { "type": "reflection", "declaration": { - "id": 1593, + "id": 1623, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1594, + "id": 1624, "name": "width", "variant": "declaration", "kind": 1024, @@ -56728,7 +57784,7 @@ "fileName": "image/index.d.ts", "line": 183, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L183" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L183" } ], "type": { @@ -56737,7 +57793,7 @@ } }, { - "id": 1595, + "id": 1625, "name": "style", "variant": "declaration", "kind": 1024, @@ -56768,7 +57824,7 @@ "fileName": "image/index.d.ts", "line": 189, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L189" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L189" } ], "type": { @@ -56777,7 +57833,7 @@ } }, { - "id": 1596, + "id": 1626, "name": "color", "variant": "declaration", "kind": 1024, @@ -56808,7 +57864,7 @@ "fileName": "image/index.d.ts", "line": 195, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L195" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L195" } ], "type": { @@ -56817,7 +57873,7 @@ } }, { - "id": 1597, + "id": 1627, "name": "offset", "variant": "declaration", "kind": 1024, @@ -56848,7 +57904,7 @@ "fileName": "image/index.d.ts", "line": 201, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L201" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L201" } ], "type": { @@ -56857,7 +57913,7 @@ } }, { - "id": 1598, + "id": 1628, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -56888,7 +57944,7 @@ "fileName": "image/index.d.ts", "line": 207, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L207" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L207" } ], "type": { @@ -56901,11 +57957,11 @@ { "title": "Properties", "children": [ - 1594, - 1595, - 1596, - 1597, - 1598 + 1624, + 1625, + 1626, + 1627, + 1628 ] } ], @@ -56914,7 +57970,7 @@ "fileName": "image/index.d.ts", "line": 177, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L177" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L177" } ] } @@ -56925,13 +57981,13 @@ { "title": "Properties", "children": [ - 1586, - 1587, - 1588, - 1589, - 1590, - 1591, - 1592 + 1616, + 1617, + 1618, + 1619, + 1620, + 1621, + 1622 ] } ], @@ -56940,14 +57996,14 @@ "fileName": "image/index.d.ts", "line": 137, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L137" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L137" } ] } } }, { - "id": 1599, + "id": 1629, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -56959,20 +58015,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1600, + "id": 1630, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1601, + "id": 1631, "name": "light", "variant": "declaration", "kind": 1024, @@ -56984,7 +58040,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -56996,7 +58052,7 @@ "typeArguments": [ { "type": "reference", - "target": 1556, + "target": 1586, "name": "ImageDesignTokens", "package": "primeng" }, @@ -57010,7 +58066,7 @@ } }, { - "id": 1602, + "id": 1632, "name": "dark", "variant": "declaration", "kind": 1024, @@ -57022,7 +58078,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -57034,7 +58090,7 @@ "typeArguments": [ { "type": "reference", - "target": 1556, + "target": 1586, "name": "ImageDesignTokens", "package": "primeng" }, @@ -57052,8 +58108,8 @@ { "title": "Properties", "children": [ - 1601, - 1602 + 1631, + 1632 ] } ], @@ -57062,14 +58118,14 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } } @@ -57078,11 +58134,11 @@ { "title": "Properties", "children": [ - 1557, - 1560, - 1569, - 1584, - 1599 + 1587, + 1590, + 1599, + 1614, + 1629 ] } ], @@ -57091,17 +58147,17 @@ "fileName": "image/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1556, + "target": 1586, "name": "ImageDesignTokens", "package": "primeng" } @@ -57116,7 +58172,7 @@ { "title": "Interfaces", "children": [ - 1556 + 1586 ] } ], @@ -57125,12 +58181,12 @@ "fileName": "image/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/image/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/image/index.d.ts#L1" } ] }, { - "id": 1603, + "id": 1633, "name": "themes", "variant": "declaration", "kind": 2, @@ -57145,14 +58201,14 @@ }, "children": [ { - "id": 1604, + "id": 1634, "name": "ColorSchemeDesignToken", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1605, + "id": 1635, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -57164,20 +58220,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1606, + "id": 1636, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1607, + "id": 1637, "name": "light", "variant": "declaration", "kind": 1024, @@ -57189,7 +58245,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -57201,7 +58257,7 @@ "typeArguments": [ { "type": "reference", - "target": 1609, + "target": 1639, "name": "T", "package": "primeng", "qualifiedName": "ColorSchemeDesignToken.T", @@ -57217,7 +58273,7 @@ } }, { - "id": 1608, + "id": 1638, "name": "dark", "variant": "declaration", "kind": 1024, @@ -57229,7 +58285,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -57241,7 +58297,7 @@ "typeArguments": [ { "type": "reference", - "target": 1609, + "target": 1639, "name": "T", "package": "primeng", "qualifiedName": "ColorSchemeDesignToken.T", @@ -57261,8 +58317,8 @@ { "title": "Properties", "children": [ - 1607, - 1608 + 1637, + 1638 ] } ], @@ -57271,7 +58327,7 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } @@ -57282,7 +58338,7 @@ { "title": "Properties", "children": [ - 1605 + 1635 ] } ], @@ -57291,12 +58347,12 @@ "fileName": "index.d.ts", "line": 8, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L8" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L8" } ], "typeParameters": [ { - "id": 1609, + "id": 1639, "name": "T", "variant": "typeParam", "kind": 131072, @@ -57316,435 +58372,435 @@ }, { "type": "reference", - "target": 142, + "target": 152, "name": "AvatarDesignTokens" }, { "type": "reference", - "target": 169, + "target": 179, "name": "BadgeDesignTokens" }, { "type": "reference", - "target": 229, + "target": 239, "name": "BlockUIDesignTokens" }, { "type": "reference", - "target": 238, + "target": 248, "name": "BreadcrumbDesignTokens" }, { "type": "reference", - "target": 270, + "target": 280, "name": "ButtonDesignTokens" }, { "type": "reference", - "target": 528, + "target": 538, "name": "CardDesignTokens" }, { "type": "reference", - "target": 554, + "target": 564, "name": "CarouselDesignTokens" }, { "type": "reference", - "target": 585, + "target": 595, "name": "CascadeSelectDesignTokens" }, { "type": "reference", - "target": 647, + "target": 673, "name": "CheckboxDesignTokens" }, { "type": "reference", - "target": 687, + "target": 713, "name": "ChipDesignTokens" }, { "type": "reference", - "target": 721, + "target": 747, "name": "ColorPickerDesignTokens" }, { "type": "reference", - "target": 751, + "target": 777, "name": "ConfirmDialogDesignTokens" }, { "type": "reference", - "target": 764, + "target": 790, "name": "ConfirmPopupDesignTokens" }, { "type": "reference", - "target": 791, + "target": 817, "name": "ContextMenuDesignTokens" }, { "type": "reference", - "target": 833, + "target": 862, "name": "DataTableDesignTokens" }, { "type": "reference", - "target": 1008, + "target": 1037, "name": "DataViewDesignTokens" }, { "type": "reference", - "target": 1052, + "target": 1081, "name": "DatePickerDesignTokens" }, { "type": "reference", - "target": 1176, + "target": 1206, "name": "DialogDesignTokens" }, { "type": "reference", - "target": 1204, + "target": 1234, "name": "DividerDesignTokens" }, { "type": "reference", - "target": 1231, + "target": 1261, "name": "DockDesignTokens" }, { "type": "reference", - "target": 1255, + "target": 1285, "name": "DrawerDesignTokens" }, { "type": "reference", - "target": 1278, + "target": 1308, "name": "DynamicDialogDesignTokens" }, { "type": "reference", - "target": 1306, + "target": 1336, "name": "EditorDesignTokens" }, { "type": "reference", - "target": 1343, + "target": 1373, "name": "FieldsetDesignTokens" }, { "type": "reference", - "target": 1383, + "target": 1413, "name": "FileUploadDesignTokens" }, { "type": "reference", - "target": 1422, + "target": 1452, "name": "FloatLabelDesignTokens" }, { "type": "reference", - "target": 1434, + "target": 1464, "name": "GalleriaDesignTokens" }, { "type": "reference", - "target": 1547, + "target": 1577, "name": "IconFieldDesignTokens" }, { "type": "reference", - "target": 1556, + "target": 1586, "name": "ImageDesignTokens" }, { "type": "reference", - "target": 1682, + "target": 1712, "name": "InlineMessageDesignTokens" }, { "type": "reference", - "target": 1735, + "target": 1765, "name": "InplaceDesignTokens" }, { "type": "reference", - "target": 1757, + "target": 1787, "name": "InputChipsDesignTokens" }, { "type": "reference", - "target": 1793, + "target": 1823, "name": "InputGroupDesignTokens" }, { "type": "reference", - "target": 1805, + "target": 1837, "name": "InputNumberDesignTokens" }, { "type": "reference", - "target": 1828, + "target": 1860, "name": "InputTextDesignTokens" }, { "type": "reference", - "target": 1869, + "target": 1903, "name": "KnobDesignTokens" }, { "type": "reference", - "target": 1894, + "target": 1928, "name": "ListboxDesignTokens" }, { "type": "reference", - "target": 1953, + "target": 1987, "name": "MegaMenuDesignTokens" }, { "type": "reference", - "target": 2035, + "target": 2069, "name": "MenuDesignTokens" }, { "type": "reference", - "target": 2074, + "target": 2108, "name": "MenubarDesignTokens" }, { "type": "reference", - "target": 2140, + "target": 2174, "name": "MessageDesignTokens" }, { "type": "reference", - "target": 2253, + "target": 2287, "name": "MeterGroupDesignTokens" }, { "type": "reference", - "target": 2280, + "target": 2314, "name": "MultiSelectDesignTokens" }, { "type": "reference", - "target": 2353, + "target": 2402, "name": "OrderListDesignTokens" }, { "type": "reference", - "target": 2365, + "target": 2414, "name": "OrganizationChartDesignTokens" }, { "type": "reference", - "target": 2408, + "target": 2457, "name": "OverlayBadgeDesignTokens" }, { "type": "reference", - "target": 2420, + "target": 2469, "name": "PaginatorDesignTokens" }, { "type": "reference", - "target": 2458, + "target": 2507, "name": "PanelDesignTokens" }, { "type": "reference", - "target": 2490, + "target": 2539, "name": "PanelMenuDesignTokens" }, { "type": "reference", - "target": 2535, + "target": 2584, "name": "PasswordDesignTokens" }, { "type": "reference", - "target": 2565, + "target": 2614, "name": "PickListDesignTokens" }, { "type": "reference", - "target": 2577, + "target": 2626, "name": "PopoverDesignTokens" }, { "type": "reference", - "target": 2595, + "target": 2644, "name": "ProgressBarDesignTokens" }, { "type": "reference", - "target": 2614, + "target": 2663, "name": "ProgressSpinnerDesignTokens" }, { "type": "reference", - "target": 2626, + "target": 2675, "name": "RadioButtonDesignTokens" }, { "type": "reference", - "target": 2664, + "target": 2713, "name": "RatingDesignTokens" }, { "type": "reference", - "target": 2680, + "target": 2736, "name": "RippleDesignTokens" }, { "type": "reference", - "target": 2689, + "target": 2745, "name": "ScrollPanelDesignTokens" }, { "type": "reference", - "target": 2710, + "target": 2766, "name": "SelectDesignTokens" }, { "type": "reference", - "target": 2787, + "target": 2844, "name": "SelectButtonDesignTokens" }, { "type": "reference", - "target": 2797, + "target": 2854, "name": "SkeletonDesignTokens" }, { "type": "reference", - "target": 2808, + "target": 2865, "name": "SliderDesignTokens" }, { "type": "reference", - "target": 2847, + "target": 2904, "name": "SpeedDialDesignTokens" }, { "type": "reference", - "target": 2857, + "target": 2914, "name": "SplitButtonDesignTokens" }, { "type": "reference", - "target": 2868, + "target": 2925, "name": "SplitterDesignTokens" }, { "type": "reference", - "target": 2895, + "target": 2952, "name": "StepperDesignTokens" }, { "type": "reference", - "target": 2952, + "target": 3009, "name": "StepsDesignTokens" }, { "type": "reference", - "target": 2993, + "target": 3050, "name": "TabmenuDesignTokens" }, { "type": "reference", - "target": 3040, + "target": 3097, "name": "TabsDesignTokens" }, { "type": "reference", - "target": 3108, + "target": 3165, "name": "TabViewDesignTokens" }, { "type": "reference", - "target": 3138, + "target": 3195, "name": "TagDesignTokens" }, { "type": "reference", - "target": 3183, + "target": 3240, "name": "TerminalDesignTokens" }, { "type": "reference", - "target": 3203, + "target": 3260, "name": "TextareaDesignTokens" }, { "type": "reference", - "target": 3234, + "target": 3302, "name": "TieredMenuDesignTokens" }, { "type": "reference", - "target": 3282, + "target": 3353, "name": "TimelineDesignTokens" }, { "type": "reference", - "target": 3318, + "target": 3389, "name": "ToastDesignTokens" }, { "type": "reference", - "target": 3452, + "target": 3523, "name": "ToggleButtonDesignTokens" }, { "type": "reference", - "target": 3496, + "target": 3567, "name": "ToggleSwitchDesignTokens" }, { "type": "reference", - "target": 3538, + "target": 3613, "name": "ToolbarDesignTokens" }, { "type": "reference", - "target": 3552, + "target": 3627, "name": "TooltipDesignTokens" }, { "type": "reference", - "target": 3567, + "target": 3642, "name": "TreeDesignTokens" }, { "type": "reference", - "target": 3622, + "target": 3697, "name": "TreeSelectDesignTokens" }, { "type": "reference", - "target": 3673, + "target": 3763, "name": "TreeTableDesignTokens" }, { "type": "reference", - "target": 3791, + "target": 3881, "name": "VirtualScrollerDesignTokens" } ] }, { - "id": 1610, + "id": 1640, "name": "PaletteDesignToken", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1611, + "id": 1641, "name": "50", "variant": "declaration", "kind": 1024, @@ -57756,7 +58812,7 @@ "fileName": "index.d.ts", "line": 16, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L16" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L16" } ], "type": { @@ -57765,7 +58821,7 @@ } }, { - "id": 1612, + "id": 1642, "name": "100", "variant": "declaration", "kind": 1024, @@ -57777,7 +58833,7 @@ "fileName": "index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L17" } ], "type": { @@ -57786,7 +58842,7 @@ } }, { - "id": 1613, + "id": 1643, "name": "200", "variant": "declaration", "kind": 1024, @@ -57798,7 +58854,7 @@ "fileName": "index.d.ts", "line": 18, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L18" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L18" } ], "type": { @@ -57807,7 +58863,7 @@ } }, { - "id": 1614, + "id": 1644, "name": "300", "variant": "declaration", "kind": 1024, @@ -57819,7 +58875,7 @@ "fileName": "index.d.ts", "line": 19, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L19" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L19" } ], "type": { @@ -57828,7 +58884,7 @@ } }, { - "id": 1615, + "id": 1645, "name": "400", "variant": "declaration", "kind": 1024, @@ -57840,7 +58896,7 @@ "fileName": "index.d.ts", "line": 20, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L20" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L20" } ], "type": { @@ -57849,7 +58905,7 @@ } }, { - "id": 1616, + "id": 1646, "name": "500", "variant": "declaration", "kind": 1024, @@ -57861,7 +58917,7 @@ "fileName": "index.d.ts", "line": 21, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L21" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L21" } ], "type": { @@ -57870,7 +58926,7 @@ } }, { - "id": 1617, + "id": 1647, "name": "600", "variant": "declaration", "kind": 1024, @@ -57882,7 +58938,7 @@ "fileName": "index.d.ts", "line": 22, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L22" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L22" } ], "type": { @@ -57891,7 +58947,7 @@ } }, { - "id": 1618, + "id": 1648, "name": "700", "variant": "declaration", "kind": 1024, @@ -57903,7 +58959,7 @@ "fileName": "index.d.ts", "line": 23, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L23" } ], "type": { @@ -57912,7 +58968,7 @@ } }, { - "id": 1619, + "id": 1649, "name": "800", "variant": "declaration", "kind": 1024, @@ -57924,7 +58980,7 @@ "fileName": "index.d.ts", "line": 24, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L24" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L24" } ], "type": { @@ -57933,7 +58989,7 @@ } }, { - "id": 1620, + "id": 1650, "name": "900", "variant": "declaration", "kind": 1024, @@ -57945,7 +59001,7 @@ "fileName": "index.d.ts", "line": 25, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L25" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L25" } ], "type": { @@ -57954,7 +59010,7 @@ } }, { - "id": 1621, + "id": 1651, "name": "950", "variant": "declaration", "kind": 1024, @@ -57966,7 +59022,7 @@ "fileName": "index.d.ts", "line": 26, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L26" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L26" } ], "type": { @@ -57979,17 +59035,17 @@ { "title": "Properties", "children": [ - 1611, - 1612, - 1613, - 1614, - 1615, - 1616, - 1617, - 1618, - 1619, - 1620, - 1621 + 1641, + 1642, + 1643, + 1644, + 1645, + 1646, + 1647, + 1648, + 1649, + 1650, + 1651 ] } ], @@ -57998,19 +59054,19 @@ "fileName": "index.d.ts", "line": 15, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L15" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L15" } ] }, { - "id": 1622, + "id": 1652, "name": "PrimitiveDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1623, + "id": 1653, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -58022,20 +59078,20 @@ "fileName": "index.d.ts", "line": 30, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L30" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L30" } ], "type": { "type": "reflection", "declaration": { - "id": 1624, + "id": 1654, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1625, + "id": 1655, "name": "none", "variant": "declaration", "kind": 1024, @@ -58047,7 +59103,7 @@ "fileName": "index.d.ts", "line": 31, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L31" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L31" } ], "type": { @@ -58056,7 +59112,7 @@ } }, { - "id": 1626, + "id": 1656, "name": "xs", "variant": "declaration", "kind": 1024, @@ -58068,7 +59124,7 @@ "fileName": "index.d.ts", "line": 32, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L32" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L32" } ], "type": { @@ -58077,7 +59133,7 @@ } }, { - "id": 1627, + "id": 1657, "name": "sm", "variant": "declaration", "kind": 1024, @@ -58089,7 +59145,7 @@ "fileName": "index.d.ts", "line": 33, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L33" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L33" } ], "type": { @@ -58098,7 +59154,7 @@ } }, { - "id": 1628, + "id": 1658, "name": "md", "variant": "declaration", "kind": 1024, @@ -58110,7 +59166,7 @@ "fileName": "index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L34" } ], "type": { @@ -58119,7 +59175,7 @@ } }, { - "id": 1629, + "id": 1659, "name": "lg", "variant": "declaration", "kind": 1024, @@ -58131,7 +59187,7 @@ "fileName": "index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L35" } ], "type": { @@ -58140,7 +59196,7 @@ } }, { - "id": 1630, + "id": 1660, "name": "xl", "variant": "declaration", "kind": 1024, @@ -58152,7 +59208,7 @@ "fileName": "index.d.ts", "line": 36, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L36" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L36" } ], "type": { @@ -58165,12 +59221,12 @@ { "title": "Properties", "children": [ - 1625, - 1626, - 1627, - 1628, - 1629, - 1630 + 1655, + 1656, + 1657, + 1658, + 1659, + 1660 ] } ], @@ -58179,14 +59235,14 @@ "fileName": "index.d.ts", "line": 30, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L30" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L30" } ] } } }, { - "id": 1631, + "id": 1661, "name": "emerald", "variant": "declaration", "kind": 1024, @@ -58198,18 +59254,18 @@ "fileName": "index.d.ts", "line": 38, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L38" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L38" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1632, + "id": 1662, "name": "green", "variant": "declaration", "kind": 1024, @@ -58221,18 +59277,18 @@ "fileName": "index.d.ts", "line": 39, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L39" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L39" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1633, + "id": 1663, "name": "lime", "variant": "declaration", "kind": 1024, @@ -58244,18 +59300,18 @@ "fileName": "index.d.ts", "line": 40, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L40" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1634, + "id": 1664, "name": "red", "variant": "declaration", "kind": 1024, @@ -58267,18 +59323,18 @@ "fileName": "index.d.ts", "line": 41, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L41" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1635, + "id": 1665, "name": "orange", "variant": "declaration", "kind": 1024, @@ -58290,18 +59346,18 @@ "fileName": "index.d.ts", "line": 42, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L42" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L42" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1636, + "id": 1666, "name": "amber", "variant": "declaration", "kind": 1024, @@ -58313,18 +59369,18 @@ "fileName": "index.d.ts", "line": 43, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L43" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L43" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1637, + "id": 1667, "name": "yellow", "variant": "declaration", "kind": 1024, @@ -58336,18 +59392,18 @@ "fileName": "index.d.ts", "line": 44, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L44" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L44" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1638, + "id": 1668, "name": "teal", "variant": "declaration", "kind": 1024, @@ -58359,18 +59415,18 @@ "fileName": "index.d.ts", "line": 45, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L45" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1639, + "id": 1669, "name": "cyan", "variant": "declaration", "kind": 1024, @@ -58382,18 +59438,18 @@ "fileName": "index.d.ts", "line": 46, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L46" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1640, + "id": 1670, "name": "sky", "variant": "declaration", "kind": 1024, @@ -58405,18 +59461,18 @@ "fileName": "index.d.ts", "line": 47, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L47" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1641, + "id": 1671, "name": "blue", "variant": "declaration", "kind": 1024, @@ -58428,18 +59484,18 @@ "fileName": "index.d.ts", "line": 48, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L48" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L48" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1642, + "id": 1672, "name": "indigo", "variant": "declaration", "kind": 1024, @@ -58451,18 +59507,18 @@ "fileName": "index.d.ts", "line": 49, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L49" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L49" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1643, + "id": 1673, "name": "violet", "variant": "declaration", "kind": 1024, @@ -58474,18 +59530,18 @@ "fileName": "index.d.ts", "line": 50, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L50" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L50" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1644, + "id": 1674, "name": "purple", "variant": "declaration", "kind": 1024, @@ -58497,18 +59553,18 @@ "fileName": "index.d.ts", "line": 51, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L51" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1645, + "id": 1675, "name": "fuchsia", "variant": "declaration", "kind": 1024, @@ -58520,18 +59576,18 @@ "fileName": "index.d.ts", "line": 52, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L52" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1646, + "id": 1676, "name": "pink", "variant": "declaration", "kind": 1024, @@ -58543,18 +59599,18 @@ "fileName": "index.d.ts", "line": 53, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L53" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1647, + "id": 1677, "name": "rose", "variant": "declaration", "kind": 1024, @@ -58566,18 +59622,18 @@ "fileName": "index.d.ts", "line": 54, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L54" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L54" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1648, + "id": 1678, "name": "slate", "variant": "declaration", "kind": 1024, @@ -58589,18 +59645,18 @@ "fileName": "index.d.ts", "line": 55, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L55" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L55" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1649, + "id": 1679, "name": "gray", "variant": "declaration", "kind": 1024, @@ -58612,18 +59668,18 @@ "fileName": "index.d.ts", "line": 56, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L56" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L56" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1650, + "id": 1680, "name": "zinc", "variant": "declaration", "kind": 1024, @@ -58635,18 +59691,18 @@ "fileName": "index.d.ts", "line": 57, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L57" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1651, + "id": 1681, "name": "neutral", "variant": "declaration", "kind": 1024, @@ -58658,18 +59714,18 @@ "fileName": "index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L58" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1652, + "id": 1682, "name": "stone", "variant": "declaration", "kind": 1024, @@ -58681,12 +59737,12 @@ "fileName": "index.d.ts", "line": 59, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L59" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } @@ -58696,29 +59752,29 @@ { "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 + 1653, + 1661, + 1662, + 1663, + 1664, + 1665, + 1666, + 1667, + 1668, + 1669, + 1670, + 1671, + 1672, + 1673, + 1674, + 1675, + 1676, + 1677, + 1678, + 1679, + 1680, + 1681, + 1682 ] } ], @@ -58727,11 +59783,11 @@ "fileName": "index.d.ts", "line": 29, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L29" } ], "indexSignature": { - "id": 1653, + "id": 1683, "name": "__index", "variant": "signature", "kind": 8192, @@ -58741,12 +59797,12 @@ "fileName": "index.d.ts", "line": 60, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L60" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L60" } ], "parameters": [ { - "id": 1654, + "id": 1684, "name": "key", "variant": "param", "kind": 32768, @@ -58764,14 +59820,14 @@ } }, { - "id": 1655, + "id": 1685, "name": "SemanticDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1656, + "id": 1686, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -58783,7 +59839,7 @@ "fileName": "index.d.ts", "line": 64, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L64" } ], "type": { @@ -58792,7 +59848,7 @@ } }, { - "id": 1657, + "id": 1687, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -58804,20 +59860,20 @@ "fileName": "index.d.ts", "line": 65, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L65" } ], "type": { "type": "reflection", "declaration": { - "id": 1658, + "id": 1688, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1659, + "id": 1689, "name": "width", "variant": "declaration", "kind": 1024, @@ -58829,7 +59885,7 @@ "fileName": "index.d.ts", "line": 66, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L66" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L66" } ], "type": { @@ -58838,7 +59894,7 @@ } }, { - "id": 1660, + "id": 1690, "name": "style", "variant": "declaration", "kind": 1024, @@ -58850,7 +59906,7 @@ "fileName": "index.d.ts", "line": 67, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L67" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L67" } ], "type": { @@ -58859,7 +59915,7 @@ } }, { - "id": 1661, + "id": 1691, "name": "color", "variant": "declaration", "kind": 1024, @@ -58871,7 +59927,7 @@ "fileName": "index.d.ts", "line": 68, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L68" } ], "type": { @@ -58880,7 +59936,7 @@ } }, { - "id": 1662, + "id": 1692, "name": "offset", "variant": "declaration", "kind": 1024, @@ -58892,7 +59948,7 @@ "fileName": "index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L69" } ], "type": { @@ -58901,7 +59957,7 @@ } }, { - "id": 1663, + "id": 1693, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -58913,7 +59969,7 @@ "fileName": "index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L70" } ], "type": { @@ -58926,11 +59982,11 @@ { "title": "Properties", "children": [ - 1659, - 1660, - 1661, - 1662, - 1663 + 1689, + 1690, + 1691, + 1692, + 1693 ] } ], @@ -58939,14 +59995,14 @@ "fileName": "index.d.ts", "line": 65, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L65" } ] } } }, { - "id": 1664, + "id": 1694, "name": "iconSize", "variant": "declaration", "kind": 1024, @@ -58958,7 +60014,7 @@ "fileName": "index.d.ts", "line": 72, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L72" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L72" } ], "type": { @@ -58967,7 +60023,7 @@ } }, { - "id": 1665, + "id": 1695, "name": "anchorGutter", "variant": "declaration", "kind": 1024, @@ -58979,7 +60035,7 @@ "fileName": "index.d.ts", "line": 73, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L73" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L73" } ], "type": { @@ -58988,7 +60044,7 @@ } }, { - "id": 1666, + "id": 1696, "name": "primary", "variant": "declaration", "kind": 1024, @@ -59000,18 +60056,18 @@ "fileName": "index.d.ts", "line": 74, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L74" } ], "type": { "type": "reference", - "target": 1610, + "target": 1640, "name": "PaletteDesignToken", "package": "primeng" } }, { - "id": 1667, + "id": 1697, "name": "formField", "variant": "declaration", "kind": 1024, @@ -59021,20 +60077,20 @@ "fileName": "index.d.ts", "line": 75, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L75" } ], "type": { "type": "reflection", "declaration": { - "id": 1668, + "id": 1698, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1669, + "id": 1699, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -59046,7 +60102,7 @@ "fileName": "index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L76" } ], "type": { @@ -59055,7 +60111,7 @@ } }, { - "id": 1670, + "id": 1700, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -59067,7 +60123,7 @@ "fileName": "index.d.ts", "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L77" } ], "type": { @@ -59076,7 +60132,7 @@ } }, { - "id": 1671, + "id": 1701, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -59088,7 +60144,7 @@ "fileName": "index.d.ts", "line": 78, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L78" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L78" } ], "type": { @@ -59097,7 +60153,7 @@ } }, { - "id": 1672, + "id": 1702, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -59109,20 +60165,20 @@ "fileName": "index.d.ts", "line": 79, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L79" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L79" } ], "type": { "type": "reflection", "declaration": { - "id": 1673, + "id": 1703, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1674, + "id": 1704, "name": "width", "variant": "declaration", "kind": 1024, @@ -59134,7 +60190,7 @@ "fileName": "index.d.ts", "line": 80, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L80" } ], "type": { @@ -59143,7 +60199,7 @@ } }, { - "id": 1675, + "id": 1705, "name": "style", "variant": "declaration", "kind": 1024, @@ -59155,7 +60211,7 @@ "fileName": "index.d.ts", "line": 81, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L81" } ], "type": { @@ -59164,7 +60220,7 @@ } }, { - "id": 1676, + "id": 1706, "name": "color", "variant": "declaration", "kind": 1024, @@ -59176,7 +60232,7 @@ "fileName": "index.d.ts", "line": 82, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L82" } ], "type": { @@ -59185,7 +60241,7 @@ } }, { - "id": 1677, + "id": 1707, "name": "offset", "variant": "declaration", "kind": 1024, @@ -59197,7 +60253,7 @@ "fileName": "index.d.ts", "line": 83, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L83" } ], "type": { @@ -59206,7 +60262,7 @@ } }, { - "id": 1678, + "id": 1708, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -59218,7 +60274,7 @@ "fileName": "index.d.ts", "line": 84, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L84" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L84" } ], "type": { @@ -59231,11 +60287,11 @@ { "title": "Properties", "children": [ - 1674, - 1675, - 1676, - 1677, - 1678 + 1704, + 1705, + 1706, + 1707, + 1708 ] } ], @@ -59244,7 +60300,7 @@ "fileName": "index.d.ts", "line": 79, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L79" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L79" } ] } @@ -59255,10 +60311,10 @@ { "title": "Properties", "children": [ - 1669, - 1670, - 1671, - 1672 + 1699, + 1700, + 1701, + 1702 ] } ], @@ -59267,7 +60323,7 @@ "fileName": "index.d.ts", "line": 75, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L75" } ] } @@ -59278,12 +60334,12 @@ { "title": "Properties", "children": [ - 1656, - 1657, - 1664, - 1665, - 1666, - 1667 + 1686, + 1687, + 1694, + 1695, + 1696, + 1697 ] } ], @@ -59292,11 +60348,11 @@ "fileName": "index.d.ts", "line": 63, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L63" } ], "indexSignature": { - "id": 1679, + "id": 1709, "name": "__index", "variant": "signature", "kind": 8192, @@ -59306,12 +60362,12 @@ "fileName": "index.d.ts", "line": 88, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L88" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L88" } ], "parameters": [ { - "id": 1680, + "id": 1710, "name": "key", "variant": "param", "kind": 32768, @@ -59333,10 +60389,10 @@ { "title": "Interfaces", "children": [ - 1604, - 1610, - 1622, - 1655 + 1634, + 1640, + 1652, + 1685 ] } ], @@ -59345,12 +60401,12 @@ "fileName": "index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L1" } ] }, { - "id": 1681, + "id": 1711, "name": "themes/inlinemessage", "variant": "declaration", "kind": 2, @@ -59365,14 +60421,14 @@ }, "children": [ { - "id": 1682, + "id": 1712, "name": "InlineMessageDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1730, + "id": 1760, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -59384,20 +60440,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1731, + "id": 1761, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1732, + "id": 1762, "name": "light", "variant": "declaration", "kind": 1024, @@ -59409,7 +60465,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -59421,7 +60477,7 @@ "typeArguments": [ { "type": "reference", - "target": 1682, + "target": 1712, "name": "InlineMessageDesignTokens", "package": "primeng" }, @@ -59435,7 +60491,7 @@ } }, { - "id": 1733, + "id": 1763, "name": "dark", "variant": "declaration", "kind": 1024, @@ -59447,7 +60503,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -59459,7 +60515,7 @@ "typeArguments": [ { "type": "reference", - "target": 1682, + "target": 1712, "name": "InlineMessageDesignTokens", "package": "primeng" }, @@ -59477,8 +60533,8 @@ { "title": "Properties", "children": [ - 1732, - 1733 + 1762, + 1763 ] } ], @@ -59487,19 +60543,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 1683, + "id": 1713, "name": "root", "variant": "declaration", "kind": 1024, @@ -59519,20 +60575,20 @@ "fileName": "inlinemessage/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1684, + "id": 1714, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1685, + "id": 1715, "name": "padding", "variant": "declaration", "kind": 1024, @@ -59563,7 +60619,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L23" } ], "type": { @@ -59572,7 +60628,7 @@ } }, { - "id": 1686, + "id": 1716, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -59603,7 +60659,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L29" } ], "type": { @@ -59612,7 +60668,7 @@ } }, { - "id": 1687, + "id": 1717, "name": "gap", "variant": "declaration", "kind": 1024, @@ -59643,7 +60699,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L35" } ], "type": { @@ -59656,9 +60712,9 @@ { "title": "Properties", "children": [ - 1685, - 1686, - 1687 + 1715, + 1716, + 1717 ] } ], @@ -59667,14 +60723,14 @@ "fileName": "inlinemessage/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L17" } ] } } }, { - "id": 1688, + "id": 1718, "name": "text", "variant": "declaration", "kind": 1024, @@ -59694,20 +60750,20 @@ "fileName": "inlinemessage/index.d.ts", "line": 40, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L40" } ], "type": { "type": "reflection", "declaration": { - "id": 1689, + "id": 1719, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1690, + "id": 1720, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -59738,7 +60794,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L46" } ], "type": { @@ -59751,7 +60807,7 @@ { "title": "Properties", "children": [ - 1690 + 1720 ] } ], @@ -59760,14 +60816,14 @@ "fileName": "inlinemessage/index.d.ts", "line": 40, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L40" } ] } } }, { - "id": 1691, + "id": 1721, "name": "icon", "variant": "declaration", "kind": 1024, @@ -59787,20 +60843,20 @@ "fileName": "inlinemessage/index.d.ts", "line": 51, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L51" } ], "type": { "type": "reflection", "declaration": { - "id": 1692, + "id": 1722, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1693, + "id": 1723, "name": "size", "variant": "declaration", "kind": 1024, @@ -59831,7 +60887,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L57" } ], "type": { @@ -59844,7 +60900,7 @@ { "title": "Properties", "children": [ - 1693 + 1723 ] } ], @@ -59853,14 +60909,14 @@ "fileName": "inlinemessage/index.d.ts", "line": 51, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L51" } ] } } }, { - "id": 1694, + "id": 1724, "name": "info", "variant": "declaration", "kind": 1024, @@ -59880,20 +60936,20 @@ "fileName": "inlinemessage/index.d.ts", "line": 62, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L62" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L62" } ], "type": { "type": "reflection", "declaration": { - "id": 1695, + "id": 1725, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1696, + "id": 1726, "name": "background", "variant": "declaration", "kind": 1024, @@ -59924,7 +60980,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 68, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L68" } ], "type": { @@ -59933,7 +60989,7 @@ } }, { - "id": 1697, + "id": 1727, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -59964,7 +61020,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 74, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L74" } ], "type": { @@ -59973,7 +61029,7 @@ } }, { - "id": 1698, + "id": 1728, "name": "color", "variant": "declaration", "kind": 1024, @@ -60004,7 +61060,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 80, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L80" } ], "type": { @@ -60013,7 +61069,7 @@ } }, { - "id": 1699, + "id": 1729, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -60044,7 +61100,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 86, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L86" } ], "type": { @@ -60057,10 +61113,10 @@ { "title": "Properties", "children": [ - 1696, - 1697, - 1698, - 1699 + 1726, + 1727, + 1728, + 1729 ] } ], @@ -60069,14 +61125,14 @@ "fileName": "inlinemessage/index.d.ts", "line": 62, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L62" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L62" } ] } } }, { - "id": 1700, + "id": 1730, "name": "success", "variant": "declaration", "kind": 1024, @@ -60096,20 +61152,20 @@ "fileName": "inlinemessage/index.d.ts", "line": 91, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L91" } ], "type": { "type": "reflection", "declaration": { - "id": 1701, + "id": 1731, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1702, + "id": 1732, "name": "background", "variant": "declaration", "kind": 1024, @@ -60140,7 +61196,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 97, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L97" } ], "type": { @@ -60149,7 +61205,7 @@ } }, { - "id": 1703, + "id": 1733, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -60180,7 +61236,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 103, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L103" } ], "type": { @@ -60189,7 +61245,7 @@ } }, { - "id": 1704, + "id": 1734, "name": "color", "variant": "declaration", "kind": 1024, @@ -60220,7 +61276,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 109, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L109" } ], "type": { @@ -60229,7 +61285,7 @@ } }, { - "id": 1705, + "id": 1735, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -60260,7 +61316,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 115, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L115" } ], "type": { @@ -60273,10 +61329,10 @@ { "title": "Properties", "children": [ - 1702, - 1703, - 1704, - 1705 + 1732, + 1733, + 1734, + 1735 ] } ], @@ -60285,14 +61341,14 @@ "fileName": "inlinemessage/index.d.ts", "line": 91, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L91" } ] } } }, { - "id": 1706, + "id": 1736, "name": "warn", "variant": "declaration", "kind": 1024, @@ -60312,20 +61368,20 @@ "fileName": "inlinemessage/index.d.ts", "line": 120, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L120" } ], "type": { "type": "reflection", "declaration": { - "id": 1707, + "id": 1737, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1708, + "id": 1738, "name": "background", "variant": "declaration", "kind": 1024, @@ -60356,7 +61412,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 126, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L126" } ], "type": { @@ -60365,7 +61421,7 @@ } }, { - "id": 1709, + "id": 1739, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -60396,7 +61452,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 132, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L132" } ], "type": { @@ -60405,7 +61461,7 @@ } }, { - "id": 1710, + "id": 1740, "name": "color", "variant": "declaration", "kind": 1024, @@ -60436,7 +61492,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 138, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L138" } ], "type": { @@ -60445,7 +61501,7 @@ } }, { - "id": 1711, + "id": 1741, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -60476,7 +61532,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 144, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L144" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L144" } ], "type": { @@ -60489,10 +61545,10 @@ { "title": "Properties", "children": [ - 1708, - 1709, - 1710, - 1711 + 1738, + 1739, + 1740, + 1741 ] } ], @@ -60501,14 +61557,14 @@ "fileName": "inlinemessage/index.d.ts", "line": 120, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L120" } ] } } }, { - "id": 1712, + "id": 1742, "name": "error", "variant": "declaration", "kind": 1024, @@ -60528,20 +61584,20 @@ "fileName": "inlinemessage/index.d.ts", "line": 149, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L149" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L149" } ], "type": { "type": "reflection", "declaration": { - "id": 1713, + "id": 1743, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1714, + "id": 1744, "name": "background", "variant": "declaration", "kind": 1024, @@ -60572,7 +61628,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 155, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L155" } ], "type": { @@ -60581,7 +61637,7 @@ } }, { - "id": 1715, + "id": 1745, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -60612,7 +61668,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 161, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L161" } ], "type": { @@ -60621,7 +61677,7 @@ } }, { - "id": 1716, + "id": 1746, "name": "color", "variant": "declaration", "kind": 1024, @@ -60652,7 +61708,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 167, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L167" } ], "type": { @@ -60661,7 +61717,7 @@ } }, { - "id": 1717, + "id": 1747, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -60692,7 +61748,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 173, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L173" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L173" } ], "type": { @@ -60705,10 +61761,10 @@ { "title": "Properties", "children": [ - 1714, - 1715, - 1716, - 1717 + 1744, + 1745, + 1746, + 1747 ] } ], @@ -60717,14 +61773,14 @@ "fileName": "inlinemessage/index.d.ts", "line": 149, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L149" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L149" } ] } } }, { - "id": 1718, + "id": 1748, "name": "secondary", "variant": "declaration", "kind": 1024, @@ -60744,20 +61800,20 @@ "fileName": "inlinemessage/index.d.ts", "line": 178, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L178" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L178" } ], "type": { "type": "reflection", "declaration": { - "id": 1719, + "id": 1749, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1720, + "id": 1750, "name": "background", "variant": "declaration", "kind": 1024, @@ -60788,7 +61844,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 184, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L184" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L184" } ], "type": { @@ -60797,7 +61853,7 @@ } }, { - "id": 1721, + "id": 1751, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -60828,7 +61884,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 190, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L190" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L190" } ], "type": { @@ -60837,7 +61893,7 @@ } }, { - "id": 1722, + "id": 1752, "name": "color", "variant": "declaration", "kind": 1024, @@ -60868,7 +61924,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 196, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L196" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L196" } ], "type": { @@ -60877,7 +61933,7 @@ } }, { - "id": 1723, + "id": 1753, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -60908,7 +61964,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 202, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L202" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L202" } ], "type": { @@ -60921,10 +61977,10 @@ { "title": "Properties", "children": [ - 1720, - 1721, - 1722, - 1723 + 1750, + 1751, + 1752, + 1753 ] } ], @@ -60933,14 +61989,14 @@ "fileName": "inlinemessage/index.d.ts", "line": 178, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L178" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L178" } ] } } }, { - "id": 1724, + "id": 1754, "name": "contrast", "variant": "declaration", "kind": 1024, @@ -60960,20 +62016,20 @@ "fileName": "inlinemessage/index.d.ts", "line": 207, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L207" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L207" } ], "type": { "type": "reflection", "declaration": { - "id": 1725, + "id": 1755, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1726, + "id": 1756, "name": "background", "variant": "declaration", "kind": 1024, @@ -61004,7 +62060,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 213, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L213" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L213" } ], "type": { @@ -61013,7 +62069,7 @@ } }, { - "id": 1727, + "id": 1757, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -61044,7 +62100,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 219, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L219" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L219" } ], "type": { @@ -61053,7 +62109,7 @@ } }, { - "id": 1728, + "id": 1758, "name": "color", "variant": "declaration", "kind": 1024, @@ -61084,7 +62140,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 225, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L225" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L225" } ], "type": { @@ -61093,7 +62149,7 @@ } }, { - "id": 1729, + "id": 1759, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -61124,7 +62180,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 231, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L231" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L231" } ], "type": { @@ -61137,10 +62193,10 @@ { "title": "Properties", "children": [ - 1726, - 1727, - 1728, - 1729 + 1756, + 1757, + 1758, + 1759 ] } ], @@ -61149,7 +62205,7 @@ "fileName": "inlinemessage/index.d.ts", "line": 207, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L207" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L207" } ] } @@ -61160,16 +62216,16 @@ { "title": "Properties", "children": [ - 1730, - 1683, - 1688, - 1691, - 1694, - 1700, - 1706, - 1712, + 1760, + 1713, 1718, - 1724 + 1721, + 1724, + 1730, + 1736, + 1742, + 1748, + 1754 ] } ], @@ -61178,17 +62234,17 @@ "fileName": "inlinemessage/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1682, + "target": 1712, "name": "InlineMessageDesignTokens", "package": "primeng" } @@ -61203,7 +62259,7 @@ { "title": "Interfaces", "children": [ - 1682 + 1712 ] } ], @@ -61212,12 +62268,12 @@ "fileName": "inlinemessage/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inlinemessage/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inlinemessage/index.d.ts#L1" } ] }, { - "id": 1734, + "id": 1764, "name": "themes/inplace", "variant": "declaration", "kind": 2, @@ -61232,14 +62288,14 @@ }, "children": [ { - "id": 1735, + "id": 1765, "name": "InplaceDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1752, + "id": 1782, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -61251,20 +62307,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1753, + "id": 1783, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1754, + "id": 1784, "name": "light", "variant": "declaration", "kind": 1024, @@ -61276,7 +62332,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -61288,7 +62344,7 @@ "typeArguments": [ { "type": "reference", - "target": 1735, + "target": 1765, "name": "InplaceDesignTokens", "package": "primeng" }, @@ -61302,7 +62358,7 @@ } }, { - "id": 1755, + "id": 1785, "name": "dark", "variant": "declaration", "kind": 1024, @@ -61314,7 +62370,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -61326,7 +62382,7 @@ "typeArguments": [ { "type": "reference", - "target": 1735, + "target": 1765, "name": "InplaceDesignTokens", "package": "primeng" }, @@ -61344,8 +62400,8 @@ { "title": "Properties", "children": [ - 1754, - 1755 + 1784, + 1785 ] } ], @@ -61354,19 +62410,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 1736, + "id": 1766, "name": "root", "variant": "declaration", "kind": 1024, @@ -61386,20 +62442,20 @@ "fileName": "inplace/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1737, + "id": 1767, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1738, + "id": 1768, "name": "padding", "variant": "declaration", "kind": 1024, @@ -61430,7 +62486,7 @@ "fileName": "inplace/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L23" } ], "type": { @@ -61439,7 +62495,7 @@ } }, { - "id": 1739, + "id": 1769, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -61470,7 +62526,7 @@ "fileName": "inplace/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L29" } ], "type": { @@ -61479,7 +62535,7 @@ } }, { - "id": 1740, + "id": 1770, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -61499,20 +62555,20 @@ "fileName": "inplace/index.d.ts", "line": 33, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L33" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L33" } ], "type": { "type": "reflection", "declaration": { - "id": 1741, + "id": 1771, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1742, + "id": 1772, "name": "width", "variant": "declaration", "kind": 1024, @@ -61543,7 +62599,7 @@ "fileName": "inplace/index.d.ts", "line": 39, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L39" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L39" } ], "type": { @@ -61552,7 +62608,7 @@ } }, { - "id": 1743, + "id": 1773, "name": "style", "variant": "declaration", "kind": 1024, @@ -61583,7 +62639,7 @@ "fileName": "inplace/index.d.ts", "line": 45, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L45" } ], "type": { @@ -61592,7 +62648,7 @@ } }, { - "id": 1744, + "id": 1774, "name": "color", "variant": "declaration", "kind": 1024, @@ -61623,7 +62679,7 @@ "fileName": "inplace/index.d.ts", "line": 51, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L51" } ], "type": { @@ -61632,7 +62688,7 @@ } }, { - "id": 1745, + "id": 1775, "name": "offset", "variant": "declaration", "kind": 1024, @@ -61663,7 +62719,7 @@ "fileName": "inplace/index.d.ts", "line": 57, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L57" } ], "type": { @@ -61672,7 +62728,7 @@ } }, { - "id": 1746, + "id": 1776, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -61703,7 +62759,7 @@ "fileName": "inplace/index.d.ts", "line": 63, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L63" } ], "type": { @@ -61716,11 +62772,11 @@ { "title": "Properties", "children": [ - 1742, - 1743, - 1744, - 1745, - 1746 + 1772, + 1773, + 1774, + 1775, + 1776 ] } ], @@ -61729,14 +62785,14 @@ "fileName": "inplace/index.d.ts", "line": 33, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L33" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L33" } ] } } }, { - "id": 1747, + "id": 1777, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -61767,7 +62823,7 @@ "fileName": "inplace/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L70" } ], "type": { @@ -61780,10 +62836,10 @@ { "title": "Properties", "children": [ - 1738, - 1739, - 1740, - 1747 + 1768, + 1769, + 1770, + 1777 ] } ], @@ -61792,14 +62848,14 @@ "fileName": "inplace/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L17" } ] } } }, { - "id": 1748, + "id": 1778, "name": "display", "variant": "declaration", "kind": 1024, @@ -61819,20 +62875,20 @@ "fileName": "inplace/index.d.ts", "line": 75, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L75" } ], "type": { "type": "reflection", "declaration": { - "id": 1749, + "id": 1779, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1750, + "id": 1780, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -61863,7 +62919,7 @@ "fileName": "inplace/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L81" } ], "type": { @@ -61872,7 +62928,7 @@ } }, { - "id": 1751, + "id": 1781, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -61903,7 +62959,7 @@ "fileName": "inplace/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L87" } ], "type": { @@ -61916,8 +62972,8 @@ { "title": "Properties", "children": [ - 1750, - 1751 + 1780, + 1781 ] } ], @@ -61926,7 +62982,7 @@ "fileName": "inplace/index.d.ts", "line": 75, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L75" } ] } @@ -61937,9 +62993,9 @@ { "title": "Properties", "children": [ - 1752, - 1736, - 1748 + 1782, + 1766, + 1778 ] } ], @@ -61948,17 +63004,17 @@ "fileName": "inplace/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1735, + "target": 1765, "name": "InplaceDesignTokens", "package": "primeng" } @@ -61973,7 +63029,7 @@ { "title": "Interfaces", "children": [ - 1735 + 1765 ] } ], @@ -61982,12 +63038,12 @@ "fileName": "inplace/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inplace/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inplace/index.d.ts#L1" } ] }, { - "id": 1756, + "id": 1786, "name": "themes/inputchips", "variant": "declaration", "kind": 2, @@ -62002,14 +63058,14 @@ }, "children": [ { - "id": 1757, + "id": 1787, "name": "InputChipsDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1788, + "id": 1818, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -62021,20 +63077,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1789, + "id": 1819, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1790, + "id": 1820, "name": "light", "variant": "declaration", "kind": 1024, @@ -62046,7 +63102,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -62058,7 +63114,7 @@ "typeArguments": [ { "type": "reference", - "target": 1757, + "target": 1787, "name": "InputChipsDesignTokens", "package": "primeng" }, @@ -62072,7 +63128,7 @@ } }, { - "id": 1791, + "id": 1821, "name": "dark", "variant": "declaration", "kind": 1024, @@ -62084,7 +63140,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -62096,7 +63152,7 @@ "typeArguments": [ { "type": "reference", - "target": 1757, + "target": 1787, "name": "InputChipsDesignTokens", "package": "primeng" }, @@ -62114,8 +63170,8 @@ { "title": "Properties", "children": [ - 1790, - 1791 + 1820, + 1821 ] } ], @@ -62124,19 +63180,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 1758, + "id": 1788, "name": "root", "variant": "declaration", "kind": 1024, @@ -62156,20 +63212,20 @@ "fileName": "inputchips/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1759, + "id": 1789, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1760, + "id": 1790, "name": "background", "variant": "declaration", "kind": 1024, @@ -62200,7 +63256,7 @@ "fileName": "inputchips/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L23" } ], "type": { @@ -62209,7 +63265,7 @@ } }, { - "id": 1761, + "id": 1791, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -62240,7 +63296,7 @@ "fileName": "inputchips/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L29" } ], "type": { @@ -62249,7 +63305,7 @@ } }, { - "id": 1762, + "id": 1792, "name": "filledBackground", "variant": "declaration", "kind": 1024, @@ -62280,7 +63336,7 @@ "fileName": "inputchips/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L35" } ], "type": { @@ -62289,7 +63345,7 @@ } }, { - "id": 1763, + "id": 1793, "name": "filledFocusBackground", "variant": "declaration", "kind": 1024, @@ -62320,7 +63376,7 @@ "fileName": "inputchips/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L41" } ], "type": { @@ -62329,7 +63385,7 @@ } }, { - "id": 1764, + "id": 1794, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -62360,7 +63416,7 @@ "fileName": "inputchips/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L47" } ], "type": { @@ -62369,7 +63425,7 @@ } }, { - "id": 1765, + "id": 1795, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -62400,7 +63456,7 @@ "fileName": "inputchips/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L53" } ], "type": { @@ -62409,7 +63465,7 @@ } }, { - "id": 1766, + "id": 1796, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -62440,7 +63496,7 @@ "fileName": "inputchips/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L59" } ], "type": { @@ -62449,7 +63505,7 @@ } }, { - "id": 1767, + "id": 1797, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -62480,7 +63536,7 @@ "fileName": "inputchips/index.d.ts", "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L65" } ], "type": { @@ -62489,7 +63545,7 @@ } }, { - "id": 1768, + "id": 1798, "name": "color", "variant": "declaration", "kind": 1024, @@ -62520,7 +63576,7 @@ "fileName": "inputchips/index.d.ts", "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L71" } ], "type": { @@ -62529,7 +63585,7 @@ } }, { - "id": 1769, + "id": 1799, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -62560,7 +63616,7 @@ "fileName": "inputchips/index.d.ts", "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L77" } ], "type": { @@ -62569,7 +63625,7 @@ } }, { - "id": 1770, + "id": 1800, "name": "placeholderColor", "variant": "declaration", "kind": 1024, @@ -62600,7 +63656,7 @@ "fileName": "inputchips/index.d.ts", "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L83" } ], "type": { @@ -62609,7 +63665,7 @@ } }, { - "id": 1771, + "id": 1801, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -62640,7 +63696,7 @@ "fileName": "inputchips/index.d.ts", "line": 89, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L89" } ], "type": { @@ -62649,7 +63705,7 @@ } }, { - "id": 1772, + "id": 1802, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -62680,7 +63736,7 @@ "fileName": "inputchips/index.d.ts", "line": 95, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L95" } ], "type": { @@ -62689,7 +63745,7 @@ } }, { - "id": 1773, + "id": 1803, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -62720,7 +63776,7 @@ "fileName": "inputchips/index.d.ts", "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L101" } ], "type": { @@ -62729,7 +63785,7 @@ } }, { - "id": 1774, + "id": 1804, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -62760,7 +63816,7 @@ "fileName": "inputchips/index.d.ts", "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L107" } ], "type": { @@ -62769,7 +63825,7 @@ } }, { - "id": 1775, + "id": 1805, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -62789,20 +63845,20 @@ "fileName": "inputchips/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L111" } ], "type": { "type": "reflection", "declaration": { - "id": 1776, + "id": 1806, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1777, + "id": 1807, "name": "width", "variant": "declaration", "kind": 1024, @@ -62833,7 +63889,7 @@ "fileName": "inputchips/index.d.ts", "line": 117, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L117" } ], "type": { @@ -62842,7 +63898,7 @@ } }, { - "id": 1778, + "id": 1808, "name": "style", "variant": "declaration", "kind": 1024, @@ -62873,7 +63929,7 @@ "fileName": "inputchips/index.d.ts", "line": 123, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L123" } ], "type": { @@ -62882,7 +63938,7 @@ } }, { - "id": 1779, + "id": 1809, "name": "color", "variant": "declaration", "kind": 1024, @@ -62913,7 +63969,7 @@ "fileName": "inputchips/index.d.ts", "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L129" } ], "type": { @@ -62922,7 +63978,7 @@ } }, { - "id": 1780, + "id": 1810, "name": "offset", "variant": "declaration", "kind": 1024, @@ -62953,7 +64009,7 @@ "fileName": "inputchips/index.d.ts", "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L135" } ], "type": { @@ -62962,7 +64018,7 @@ } }, { - "id": 1781, + "id": 1811, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -62993,7 +64049,7 @@ "fileName": "inputchips/index.d.ts", "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L141" } ], "type": { @@ -63006,11 +64062,11 @@ { "title": "Properties", "children": [ - 1777, - 1778, - 1779, - 1780, - 1781 + 1807, + 1808, + 1809, + 1810, + 1811 ] } ], @@ -63019,14 +64075,14 @@ "fileName": "inputchips/index.d.ts", "line": 111, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L111" } ] } } }, { - "id": 1782, + "id": 1812, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -63057,7 +64113,7 @@ "fileName": "inputchips/index.d.ts", "line": 148, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L148" } ], "type": { @@ -63070,23 +64126,23 @@ { "title": "Properties", "children": [ - 1760, - 1761, - 1762, - 1763, - 1764, - 1765, - 1766, - 1767, - 1768, - 1769, - 1770, - 1771, - 1772, - 1773, - 1774, - 1775, - 1782 + 1790, + 1791, + 1792, + 1793, + 1794, + 1795, + 1796, + 1797, + 1798, + 1799, + 1800, + 1801, + 1802, + 1803, + 1804, + 1805, + 1812 ] } ], @@ -63095,14 +64151,14 @@ "fileName": "inputchips/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L17" } ] } } }, { - "id": 1783, + "id": 1813, "name": "chip", "variant": "declaration", "kind": 1024, @@ -63122,20 +64178,20 @@ "fileName": "inputchips/index.d.ts", "line": 153, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L153" } ], "type": { "type": "reflection", "declaration": { - "id": 1784, + "id": 1814, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1785, + "id": 1815, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -63166,7 +64222,7 @@ "fileName": "inputchips/index.d.ts", "line": 159, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L159" } ], "type": { @@ -63175,7 +64231,7 @@ } }, { - "id": 1786, + "id": 1816, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -63206,7 +64262,7 @@ "fileName": "inputchips/index.d.ts", "line": 165, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L165" } ], "type": { @@ -63215,7 +64271,7 @@ } }, { - "id": 1787, + "id": 1817, "name": "color", "variant": "declaration", "kind": 1024, @@ -63246,7 +64302,7 @@ "fileName": "inputchips/index.d.ts", "line": 171, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L171" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L171" } ], "type": { @@ -63259,9 +64315,9 @@ { "title": "Properties", "children": [ - 1785, - 1786, - 1787 + 1815, + 1816, + 1817 ] } ], @@ -63270,7 +64326,7 @@ "fileName": "inputchips/index.d.ts", "line": 153, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L153" } ] } @@ -63281,9 +64337,9 @@ { "title": "Properties", "children": [ + 1818, 1788, - 1758, - 1783 + 1813 ] } ], @@ -63292,17 +64348,17 @@ "fileName": "inputchips/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1757, + "target": 1787, "name": "InputChipsDesignTokens", "package": "primeng" } @@ -63317,7 +64373,7 @@ { "title": "Interfaces", "children": [ - 1757 + 1787 ] } ], @@ -63326,12 +64382,12 @@ "fileName": "inputchips/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputchips/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputchips/index.d.ts#L1" } ] }, { - "id": 1792, + "id": 1822, "name": "themes/inputgroup", "variant": "declaration", "kind": 2, @@ -63346,14 +64402,14 @@ }, "children": [ { - "id": 1793, + "id": 1823, "name": "InputGroupDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1800, + "id": 1832, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -63365,20 +64421,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1801, + "id": 1833, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1802, + "id": 1834, "name": "light", "variant": "declaration", "kind": 1024, @@ -63390,7 +64446,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -63402,7 +64458,7 @@ "typeArguments": [ { "type": "reference", - "target": 1793, + "target": 1823, "name": "InputGroupDesignTokens", "package": "primeng" }, @@ -63416,7 +64472,7 @@ } }, { - "id": 1803, + "id": 1835, "name": "dark", "variant": "declaration", "kind": 1024, @@ -63428,7 +64484,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -63440,7 +64496,7 @@ "typeArguments": [ { "type": "reference", - "target": 1793, + "target": 1823, "name": "InputGroupDesignTokens", "package": "primeng" }, @@ -63458,8 +64514,8 @@ { "title": "Properties", "children": [ - 1802, - 1803 + 1834, + 1835 ] } ], @@ -63468,19 +64524,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 1794, + "id": 1824, "name": "addon", "variant": "declaration", "kind": 1024, @@ -63500,20 +64556,20 @@ "fileName": "inputgroup/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputgroup/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1795, + "id": 1825, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1796, + "id": 1826, "name": "background", "variant": "declaration", "kind": 1024, @@ -63544,7 +64600,7 @@ "fileName": "inputgroup/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputgroup/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L23" } ], "type": { @@ -63553,7 +64609,7 @@ } }, { - "id": 1797, + "id": 1827, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -63584,7 +64640,7 @@ "fileName": "inputgroup/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputgroup/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L29" } ], "type": { @@ -63593,7 +64649,7 @@ } }, { - "id": 1798, + "id": 1828, "name": "color", "variant": "declaration", "kind": 1024, @@ -63624,7 +64680,7 @@ "fileName": "inputgroup/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputgroup/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L35" } ], "type": { @@ -63633,7 +64689,7 @@ } }, { - "id": 1799, + "id": 1829, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -63664,7 +64720,87 @@ "fileName": "inputgroup/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputgroup/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L41" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1830, + "name": "padding", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Padding of addon" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "inputgroup.addon.padding" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "inputgroup/index.d.ts", + "line": 47, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L47" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1831, + "name": "minWidth", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Min width of addon" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "inputgroup.addon.min.width" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "inputgroup/index.d.ts", + "line": 53, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L53" } ], "type": { @@ -63677,10 +64813,12 @@ { "title": "Properties", "children": [ - 1796, - 1797, - 1798, - 1799 + 1826, + 1827, + 1828, + 1829, + 1830, + 1831 ] } ], @@ -63689,7 +64827,7 @@ "fileName": "inputgroup/index.d.ts", "line": 17, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputgroup/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L17" } ] } @@ -63700,8 +64838,8 @@ { "title": "Properties", "children": [ - 1800, - 1794 + 1832, + 1824 ] } ], @@ -63710,17 +64848,17 @@ "fileName": "inputgroup/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputgroup/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1793, + "target": 1823, "name": "InputGroupDesignTokens", "package": "primeng" } @@ -63735,7 +64873,7 @@ { "title": "Interfaces", "children": [ - 1793 + 1823 ] } ], @@ -63744,12 +64882,12 @@ "fileName": "inputgroup/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputgroup/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputgroup/index.d.ts#L1" } ] }, { - "id": 1804, + "id": 1836, "name": "themes/inputnumber", "variant": "declaration", "kind": 2, @@ -63764,14 +64902,14 @@ }, "children": [ { - "id": 1805, + "id": 1837, "name": "InputNumberDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1823, + "id": 1855, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -63783,20 +64921,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1824, + "id": 1856, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1825, + "id": 1857, "name": "light", "variant": "declaration", "kind": 1024, @@ -63808,7 +64946,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -63820,7 +64958,7 @@ "typeArguments": [ { "type": "reference", - "target": 1805, + "target": 1837, "name": "InputNumberDesignTokens", "package": "primeng" }, @@ -63834,7 +64972,7 @@ } }, { - "id": 1826, + "id": 1858, "name": "dark", "variant": "declaration", "kind": 1024, @@ -63846,7 +64984,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -63858,7 +64996,7 @@ "typeArguments": [ { "type": "reference", - "target": 1805, + "target": 1837, "name": "InputNumberDesignTokens", "package": "primeng" }, @@ -63876,8 +65014,8 @@ { "title": "Properties", "children": [ - 1825, - 1826 + 1857, + 1858 ] } ], @@ -63886,19 +65024,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 1806, + "id": 1838, "name": "root", "variant": "declaration", "kind": 1024, @@ -63918,20 +65056,20 @@ "fileName": "inputnumber/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1807, + "id": 1839, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1808, + "id": 1840, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -63962,7 +65100,7 @@ "fileName": "inputnumber/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L23" } ], "type": { @@ -63975,7 +65113,7 @@ { "title": "Properties", "children": [ - 1808 + 1840 ] } ], @@ -63984,14 +65122,14 @@ "fileName": "inputnumber/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L17" } ] } } }, { - "id": 1809, + "id": 1841, "name": "button", "variant": "declaration", "kind": 1024, @@ -64011,20 +65149,20 @@ "fileName": "inputnumber/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 1810, + "id": 1842, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1811, + "id": 1843, "name": "width", "variant": "declaration", "kind": 1024, @@ -64055,7 +65193,7 @@ "fileName": "inputnumber/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L34" } ], "type": { @@ -64064,7 +65202,7 @@ } }, { - "id": 1812, + "id": 1844, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -64095,7 +65233,7 @@ "fileName": "inputnumber/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L40" } ], "type": { @@ -64104,7 +65242,7 @@ } }, { - "id": 1813, + "id": 1845, "name": "verticalPadding", "variant": "declaration", "kind": 1024, @@ -64135,7 +65273,7 @@ "fileName": "inputnumber/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L46" } ], "type": { @@ -64144,7 +65282,7 @@ } }, { - "id": 1814, + "id": 1846, "name": "background", "variant": "declaration", "kind": 1024, @@ -64175,7 +65313,7 @@ "fileName": "inputnumber/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L52" } ], "type": { @@ -64184,7 +65322,7 @@ } }, { - "id": 1815, + "id": 1847, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -64215,7 +65353,7 @@ "fileName": "inputnumber/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L58" } ], "type": { @@ -64224,7 +65362,7 @@ } }, { - "id": 1816, + "id": 1848, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -64255,7 +65393,7 @@ "fileName": "inputnumber/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L64" } ], "type": { @@ -64264,7 +65402,7 @@ } }, { - "id": 1817, + "id": 1849, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -64295,7 +65433,7 @@ "fileName": "inputnumber/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L70" } ], "type": { @@ -64304,7 +65442,7 @@ } }, { - "id": 1818, + "id": 1850, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -64335,7 +65473,7 @@ "fileName": "inputnumber/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L76" } ], "type": { @@ -64344,7 +65482,7 @@ } }, { - "id": 1819, + "id": 1851, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -64375,7 +65513,7 @@ "fileName": "inputnumber/index.d.ts", "line": 82, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L82" } ], "type": { @@ -64384,7 +65522,7 @@ } }, { - "id": 1820, + "id": 1852, "name": "color", "variant": "declaration", "kind": 1024, @@ -64415,7 +65553,7 @@ "fileName": "inputnumber/index.d.ts", "line": 88, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L88" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L88" } ], "type": { @@ -64424,7 +65562,7 @@ } }, { - "id": 1821, + "id": 1853, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -64455,7 +65593,7 @@ "fileName": "inputnumber/index.d.ts", "line": 94, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L94" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L94" } ], "type": { @@ -64464,7 +65602,7 @@ } }, { - "id": 1822, + "id": 1854, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -64495,7 +65633,7 @@ "fileName": "inputnumber/index.d.ts", "line": 100, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L100" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L100" } ], "type": { @@ -64508,18 +65646,18 @@ { "title": "Properties", "children": [ - 1811, - 1812, - 1813, - 1814, - 1815, - 1816, - 1817, - 1818, - 1819, - 1820, - 1821, - 1822 + 1843, + 1844, + 1845, + 1846, + 1847, + 1848, + 1849, + 1850, + 1851, + 1852, + 1853, + 1854 ] } ], @@ -64528,7 +65666,7 @@ "fileName": "inputnumber/index.d.ts", "line": 28, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L28" } ] } @@ -64539,9 +65677,9 @@ { "title": "Properties", "children": [ - 1823, - 1806, - 1809 + 1855, + 1838, + 1841 ] } ], @@ -64550,17 +65688,17 @@ "fileName": "inputnumber/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1805, + "target": 1837, "name": "InputNumberDesignTokens", "package": "primeng" } @@ -64575,7 +65713,7 @@ { "title": "Interfaces", "children": [ - 1805 + 1837 ] } ], @@ -64584,12 +65722,12 @@ "fileName": "inputnumber/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputnumber/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputnumber/index.d.ts#L1" } ] }, { - "id": 1827, + "id": 1859, "name": "themes/inputtext", "variant": "declaration", "kind": 2, @@ -64604,14 +65742,14 @@ }, "children": [ { - "id": 1828, + "id": 1860, "name": "InputTextDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1864, + "id": 1898, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -64623,20 +65761,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1865, + "id": 1899, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1866, + "id": 1900, "name": "light", "variant": "declaration", "kind": 1024, @@ -64648,7 +65786,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -64660,7 +65798,7 @@ "typeArguments": [ { "type": "reference", - "target": 1828, + "target": 1860, "name": "InputTextDesignTokens", "package": "primeng" }, @@ -64674,7 +65812,7 @@ } }, { - "id": 1867, + "id": 1901, "name": "dark", "variant": "declaration", "kind": 1024, @@ -64686,7 +65824,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -64698,7 +65836,7 @@ "typeArguments": [ { "type": "reference", - "target": 1828, + "target": 1860, "name": "InputTextDesignTokens", "package": "primeng" }, @@ -64716,8 +65854,8 @@ { "title": "Properties", "children": [ - 1866, - 1867 + 1900, + 1901 ] } ], @@ -64726,19 +65864,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 1829, + "id": 1861, "name": "root", "variant": "declaration", "kind": 1024, @@ -64758,20 +65896,20 @@ "fileName": "inputtext/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1830, + "id": 1862, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1831, + "id": 1863, "name": "background", "variant": "declaration", "kind": 1024, @@ -64802,7 +65940,7 @@ "fileName": "inputtext/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L23" } ], "type": { @@ -64811,7 +65949,7 @@ } }, { - "id": 1832, + "id": 1864, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -64842,7 +65980,7 @@ "fileName": "inputtext/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L29" } ], "type": { @@ -64851,7 +65989,7 @@ } }, { - "id": 1833, + "id": 1865, "name": "filledBackground", "variant": "declaration", "kind": 1024, @@ -64882,7 +66020,7 @@ "fileName": "inputtext/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L35" } ], "type": { @@ -64891,7 +66029,47 @@ } }, { - "id": 1834, + "id": 1866, + "name": "filledHoverBackground", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Filled hover background of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "inputtext.filled.hover.background" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "inputtext/index.d.ts", + "line": 41, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L41" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1867, "name": "filledFocusBackground", "variant": "declaration", "kind": 1024, @@ -64920,9 +66098,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 41, + "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L47" } ], "type": { @@ -64931,7 +66109,7 @@ } }, { - "id": 1835, + "id": 1868, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -64960,9 +66138,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 47, + "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L53" } ], "type": { @@ -64971,7 +66149,7 @@ } }, { - "id": 1836, + "id": 1869, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -65000,9 +66178,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 53, + "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L59" } ], "type": { @@ -65011,7 +66189,7 @@ } }, { - "id": 1837, + "id": 1870, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -65040,9 +66218,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 59, + "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L65" } ], "type": { @@ -65051,7 +66229,7 @@ } }, { - "id": 1838, + "id": 1871, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -65080,9 +66258,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 65, + "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L71" } ], "type": { @@ -65091,7 +66269,7 @@ } }, { - "id": 1839, + "id": 1872, "name": "color", "variant": "declaration", "kind": 1024, @@ -65120,9 +66298,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 71, + "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L77" } ], "type": { @@ -65131,7 +66309,7 @@ } }, { - "id": 1840, + "id": 1873, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -65160,9 +66338,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 77, + "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L83" } ], "type": { @@ -65171,7 +66349,7 @@ } }, { - "id": 1841, + "id": 1874, "name": "placeholderColor", "variant": "declaration", "kind": 1024, @@ -65200,9 +66378,49 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 83, + "line": 89, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L89" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 1875, + "name": "invalidPlaceholderColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invalid placeholder color of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "inputtext.invalid.placeholder.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "inputtext/index.d.ts", + "line": 95, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L95" } ], "type": { @@ -65211,7 +66429,7 @@ } }, { - "id": 1842, + "id": 1876, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -65240,9 +66458,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 89, + "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L101" } ], "type": { @@ -65251,7 +66469,7 @@ } }, { - "id": 1843, + "id": 1877, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -65280,9 +66498,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 95, + "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L107" } ], "type": { @@ -65291,7 +66509,7 @@ } }, { - "id": 1844, + "id": 1878, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -65320,9 +66538,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 101, + "line": 113, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L113" } ], "type": { @@ -65331,7 +66549,7 @@ } }, { - "id": 1845, + "id": 1879, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -65360,9 +66578,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 107, + "line": 119, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L119" } ], "type": { @@ -65371,7 +66589,7 @@ } }, { - "id": 1846, + "id": 1880, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -65389,22 +66607,22 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 111, + "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L123" } ], "type": { "type": "reflection", "declaration": { - "id": 1847, + "id": 1881, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1848, + "id": 1882, "name": "width", "variant": "declaration", "kind": 1024, @@ -65433,9 +66651,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 117, + "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L129" } ], "type": { @@ -65444,7 +66662,7 @@ } }, { - "id": 1849, + "id": 1883, "name": "style", "variant": "declaration", "kind": 1024, @@ -65473,9 +66691,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 123, + "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L135" } ], "type": { @@ -65484,7 +66702,7 @@ } }, { - "id": 1850, + "id": 1884, "name": "color", "variant": "declaration", "kind": 1024, @@ -65513,9 +66731,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 129, + "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L141" } ], "type": { @@ -65524,7 +66742,7 @@ } }, { - "id": 1851, + "id": 1885, "name": "offset", "variant": "declaration", "kind": 1024, @@ -65553,9 +66771,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 135, + "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L147" } ], "type": { @@ -65564,7 +66782,7 @@ } }, { - "id": 1852, + "id": 1886, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -65593,9 +66811,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 141, + "line": 153, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L153" } ], "type": { @@ -65608,27 +66826,27 @@ { "title": "Properties", "children": [ - 1848, - 1849, - 1850, - 1851, - 1852 + 1882, + 1883, + 1884, + 1885, + 1886 ] } ], "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 111, + "line": 123, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L123" } ] } } }, { - "id": 1853, + "id": 1887, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -65657,9 +66875,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 148, + "line": 160, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L160" } ], "type": { @@ -65668,7 +66886,7 @@ } }, { - "id": 1854, + "id": 1888, "name": "sm", "variant": "declaration", "kind": 1024, @@ -65686,22 +66904,22 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 152, + "line": 164, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L152" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L164" } ], "type": { "type": "reflection", "declaration": { - "id": 1855, + "id": 1889, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1856, + "id": 1890, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -65730,9 +66948,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 158, + "line": 170, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L158" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L170" } ], "type": { @@ -65741,7 +66959,7 @@ } }, { - "id": 1857, + "id": 1891, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -65770,9 +66988,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 164, + "line": 176, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L164" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L176" } ], "type": { @@ -65781,7 +66999,7 @@ } }, { - "id": 1858, + "id": 1892, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -65810,9 +67028,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 170, + "line": 182, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L182" } ], "type": { @@ -65825,25 +67043,25 @@ { "title": "Properties", "children": [ - 1856, - 1857, - 1858 + 1890, + 1891, + 1892 ] } ], "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 152, + "line": 164, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L152" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L164" } ] } } }, { - "id": 1859, + "id": 1893, "name": "lg", "variant": "declaration", "kind": 1024, @@ -65861,22 +67079,22 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 175, + "line": 187, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L187" } ], "type": { "type": "reflection", "declaration": { - "id": 1860, + "id": 1894, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1861, + "id": 1895, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -65905,9 +67123,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 181, + "line": 193, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L193" } ], "type": { @@ -65916,7 +67134,7 @@ } }, { - "id": 1862, + "id": 1896, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -65945,9 +67163,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 187, + "line": 199, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L187" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L199" } ], "type": { @@ -65956,7 +67174,7 @@ } }, { - "id": 1863, + "id": 1897, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -65985,9 +67203,9 @@ "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 193, + "line": 205, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L193" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L205" } ], "type": { @@ -66000,18 +67218,18 @@ { "title": "Properties", "children": [ - 1861, - 1862, - 1863 + 1895, + 1896, + 1897 ] } ], "sources": [ { "fileName": "inputtext/index.d.ts", - "line": 175, + "line": 187, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L187" } ] } @@ -66022,25 +67240,27 @@ { "title": "Properties", "children": [ - 1831, - 1832, - 1833, - 1834, - 1835, - 1836, - 1837, - 1838, - 1839, - 1840, - 1841, - 1842, - 1843, - 1844, - 1845, - 1846, - 1853, - 1854, - 1859 + 1863, + 1864, + 1865, + 1866, + 1867, + 1868, + 1869, + 1870, + 1871, + 1872, + 1873, + 1874, + 1875, + 1876, + 1877, + 1878, + 1879, + 1880, + 1887, + 1888, + 1893 ] } ], @@ -66049,7 +67269,7 @@ "fileName": "inputtext/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L17" } ] } @@ -66060,8 +67280,8 @@ { "title": "Properties", "children": [ - 1864, - 1829 + 1898, + 1861 ] } ], @@ -66070,17 +67290,17 @@ "fileName": "inputtext/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1828, + "target": 1860, "name": "InputTextDesignTokens", "package": "primeng" } @@ -66095,7 +67315,7 @@ { "title": "Interfaces", "children": [ - 1828 + 1860 ] } ], @@ -66104,12 +67324,12 @@ "fileName": "inputtext/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/inputtext/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/inputtext/index.d.ts#L1" } ] }, { - "id": 1868, + "id": 1902, "name": "themes/knob", "variant": "declaration", "kind": 2, @@ -66124,14 +67344,14 @@ }, "children": [ { - "id": 1869, + "id": 1903, "name": "KnobDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1889, + "id": 1923, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -66143,20 +67363,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1890, + "id": 1924, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1891, + "id": 1925, "name": "light", "variant": "declaration", "kind": 1024, @@ -66168,7 +67388,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -66180,7 +67400,7 @@ "typeArguments": [ { "type": "reference", - "target": 1869, + "target": 1903, "name": "KnobDesignTokens", "package": "primeng" }, @@ -66194,7 +67414,7 @@ } }, { - "id": 1892, + "id": 1926, "name": "dark", "variant": "declaration", "kind": 1024, @@ -66206,7 +67426,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -66218,7 +67438,7 @@ "typeArguments": [ { "type": "reference", - "target": 1869, + "target": 1903, "name": "KnobDesignTokens", "package": "primeng" }, @@ -66236,8 +67456,8 @@ { "title": "Properties", "children": [ - 1891, - 1892 + 1925, + 1926 ] } ], @@ -66246,19 +67466,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 1870, + "id": 1904, "name": "root", "variant": "declaration", "kind": 1024, @@ -66278,20 +67498,20 @@ "fileName": "knob/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1871, + "id": 1905, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1872, + "id": 1906, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -66322,7 +67542,7 @@ "fileName": "knob/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L23" } ], "type": { @@ -66331,7 +67551,7 @@ } }, { - "id": 1873, + "id": 1907, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -66351,20 +67571,20 @@ "fileName": "knob/index.d.ts", "line": 27, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L27" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L27" } ], "type": { "type": "reflection", "declaration": { - "id": 1874, + "id": 1908, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1875, + "id": 1909, "name": "width", "variant": "declaration", "kind": 1024, @@ -66395,7 +67615,7 @@ "fileName": "knob/index.d.ts", "line": 33, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L33" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L33" } ], "type": { @@ -66404,7 +67624,7 @@ } }, { - "id": 1876, + "id": 1910, "name": "style", "variant": "declaration", "kind": 1024, @@ -66435,7 +67655,7 @@ "fileName": "knob/index.d.ts", "line": 39, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L39" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L39" } ], "type": { @@ -66444,7 +67664,7 @@ } }, { - "id": 1877, + "id": 1911, "name": "color", "variant": "declaration", "kind": 1024, @@ -66475,7 +67695,7 @@ "fileName": "knob/index.d.ts", "line": 45, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L45" } ], "type": { @@ -66484,7 +67704,7 @@ } }, { - "id": 1878, + "id": 1912, "name": "offset", "variant": "declaration", "kind": 1024, @@ -66515,7 +67735,7 @@ "fileName": "knob/index.d.ts", "line": 51, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L51" } ], "type": { @@ -66524,7 +67744,7 @@ } }, { - "id": 1879, + "id": 1913, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -66555,7 +67775,7 @@ "fileName": "knob/index.d.ts", "line": 57, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L57" } ], "type": { @@ -66568,11 +67788,11 @@ { "title": "Properties", "children": [ - 1875, - 1876, - 1877, - 1878, - 1879 + 1909, + 1910, + 1911, + 1912, + 1913 ] } ], @@ -66581,7 +67801,7 @@ "fileName": "knob/index.d.ts", "line": 27, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L27" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L27" } ] } @@ -66592,8 +67812,8 @@ { "title": "Properties", "children": [ - 1872, - 1873 + 1906, + 1907 ] } ], @@ -66602,14 +67822,14 @@ "fileName": "knob/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L17" } ] } } }, { - "id": 1880, + "id": 1914, "name": "value", "variant": "declaration", "kind": 1024, @@ -66629,20 +67849,20 @@ "fileName": "knob/index.d.ts", "line": 63, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L63" } ], "type": { "type": "reflection", "declaration": { - "id": 1881, + "id": 1915, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1882, + "id": 1916, "name": "background", "variant": "declaration", "kind": 1024, @@ -66673,7 +67893,7 @@ "fileName": "knob/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L69" } ], "type": { @@ -66686,7 +67906,7 @@ { "title": "Properties", "children": [ - 1882 + 1916 ] } ], @@ -66695,14 +67915,14 @@ "fileName": "knob/index.d.ts", "line": 63, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L63" } ] } } }, { - "id": 1883, + "id": 1917, "name": "range", "variant": "declaration", "kind": 1024, @@ -66722,20 +67942,20 @@ "fileName": "knob/index.d.ts", "line": 74, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 1884, + "id": 1918, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1885, + "id": 1919, "name": "background", "variant": "declaration", "kind": 1024, @@ -66766,7 +67986,7 @@ "fileName": "knob/index.d.ts", "line": 80, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L80" } ], "type": { @@ -66779,7 +67999,7 @@ { "title": "Properties", "children": [ - 1885 + 1919 ] } ], @@ -66788,14 +68008,14 @@ "fileName": "knob/index.d.ts", "line": 74, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L74" } ] } } }, { - "id": 1886, + "id": 1920, "name": "text", "variant": "declaration", "kind": 1024, @@ -66815,20 +68035,20 @@ "fileName": "knob/index.d.ts", "line": 85, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L85" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L85" } ], "type": { "type": "reflection", "declaration": { - "id": 1887, + "id": 1921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1888, + "id": 1922, "name": "color", "variant": "declaration", "kind": 1024, @@ -66859,7 +68079,7 @@ "fileName": "knob/index.d.ts", "line": 91, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L91" } ], "type": { @@ -66872,7 +68092,7 @@ { "title": "Properties", "children": [ - 1888 + 1922 ] } ], @@ -66881,7 +68101,7 @@ "fileName": "knob/index.d.ts", "line": 85, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L85" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L85" } ] } @@ -66892,11 +68112,11 @@ { "title": "Properties", "children": [ - 1889, - 1870, - 1880, - 1883, - 1886 + 1923, + 1904, + 1914, + 1917, + 1920 ] } ], @@ -66905,17 +68125,17 @@ "fileName": "knob/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1869, + "target": 1903, "name": "KnobDesignTokens", "package": "primeng" } @@ -66930,7 +68150,7 @@ { "title": "Interfaces", "children": [ - 1869 + 1903 ] } ], @@ -66939,12 +68159,12 @@ "fileName": "knob/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/knob/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/knob/index.d.ts#L1" } ] }, { - "id": 1893, + "id": 1927, "name": "themes/listbox", "variant": "declaration", "kind": 2, @@ -66959,14 +68179,14 @@ }, "children": [ { - "id": 1894, + "id": 1928, "name": "ListboxDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 1948, + "id": 1982, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -66978,20 +68198,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 1949, + "id": 1983, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1950, + "id": 1984, "name": "light", "variant": "declaration", "kind": 1024, @@ -67003,7 +68223,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -67015,7 +68235,7 @@ "typeArguments": [ { "type": "reference", - "target": 1894, + "target": 1928, "name": "ListboxDesignTokens", "package": "primeng" }, @@ -67029,7 +68249,7 @@ } }, { - "id": 1951, + "id": 1985, "name": "dark", "variant": "declaration", "kind": 1024, @@ -67041,7 +68261,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -67053,7 +68273,7 @@ "typeArguments": [ { "type": "reference", - "target": 1894, + "target": 1928, "name": "ListboxDesignTokens", "package": "primeng" }, @@ -67071,8 +68291,8 @@ { "title": "Properties", "children": [ - 1950, - 1951 + 1984, + 1985 ] } ], @@ -67081,19 +68301,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 1895, + "id": 1929, "name": "root", "variant": "declaration", "kind": 1024, @@ -67113,20 +68333,20 @@ "fileName": "listbox/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1896, + "id": 1930, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1897, + "id": 1931, "name": "background", "variant": "declaration", "kind": 1024, @@ -67157,7 +68377,7 @@ "fileName": "listbox/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L23" } ], "type": { @@ -67166,7 +68386,7 @@ } }, { - "id": 1898, + "id": 1932, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -67197,7 +68417,7 @@ "fileName": "listbox/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L29" } ], "type": { @@ -67206,7 +68426,7 @@ } }, { - "id": 1899, + "id": 1933, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -67237,7 +68457,7 @@ "fileName": "listbox/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L35" } ], "type": { @@ -67246,7 +68466,7 @@ } }, { - "id": 1900, + "id": 1934, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -67277,7 +68497,7 @@ "fileName": "listbox/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L41" } ], "type": { @@ -67286,7 +68506,7 @@ } }, { - "id": 1901, + "id": 1935, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -67317,7 +68537,7 @@ "fileName": "listbox/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L47" } ], "type": { @@ -67326,7 +68546,7 @@ } }, { - "id": 1902, + "id": 1936, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -67357,7 +68577,7 @@ "fileName": "listbox/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L53" } ], "type": { @@ -67366,7 +68586,7 @@ } }, { - "id": 1903, + "id": 1937, "name": "color", "variant": "declaration", "kind": 1024, @@ -67397,7 +68617,7 @@ "fileName": "listbox/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L59" } ], "type": { @@ -67406,7 +68626,7 @@ } }, { - "id": 1904, + "id": 1938, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -67437,7 +68657,7 @@ "fileName": "listbox/index.d.ts", "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L65" } ], "type": { @@ -67446,7 +68666,7 @@ } }, { - "id": 1905, + "id": 1939, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -67477,7 +68697,7 @@ "fileName": "listbox/index.d.ts", "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L71" } ], "type": { @@ -67486,7 +68706,7 @@ } }, { - "id": 1906, + "id": 1940, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -67517,7 +68737,7 @@ "fileName": "listbox/index.d.ts", "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L77" } ], "type": { @@ -67526,7 +68746,7 @@ } }, { - "id": 1907, + "id": 1941, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -67546,20 +68766,20 @@ "fileName": "listbox/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L81" } ], "type": { "type": "reflection", "declaration": { - "id": 1908, + "id": 1942, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1909, + "id": 1943, "name": "width", "variant": "declaration", "kind": 1024, @@ -67590,7 +68810,7 @@ "fileName": "listbox/index.d.ts", "line": 87, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L87" } ], "type": { @@ -67599,7 +68819,7 @@ } }, { - "id": 1910, + "id": 1944, "name": "style", "variant": "declaration", "kind": 1024, @@ -67630,7 +68850,7 @@ "fileName": "listbox/index.d.ts", "line": 93, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L93" } ], "type": { @@ -67639,7 +68859,7 @@ } }, { - "id": 1911, + "id": 1945, "name": "color", "variant": "declaration", "kind": 1024, @@ -67670,7 +68890,7 @@ "fileName": "listbox/index.d.ts", "line": 99, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L99" } ], "type": { @@ -67679,7 +68899,7 @@ } }, { - "id": 1912, + "id": 1946, "name": "offset", "variant": "declaration", "kind": 1024, @@ -67710,7 +68930,7 @@ "fileName": "listbox/index.d.ts", "line": 105, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L105" } ], "type": { @@ -67719,7 +68939,7 @@ } }, { - "id": 1913, + "id": 1947, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -67750,7 +68970,7 @@ "fileName": "listbox/index.d.ts", "line": 111, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L111" } ], "type": { @@ -67763,11 +68983,11 @@ { "title": "Properties", "children": [ - 1909, - 1910, - 1911, - 1912, - 1913 + 1943, + 1944, + 1945, + 1946, + 1947 ] } ], @@ -67776,14 +68996,14 @@ "fileName": "listbox/index.d.ts", "line": 81, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L81" } ] } } }, { - "id": 1914, + "id": 1948, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -67814,7 +69034,7 @@ "fileName": "listbox/index.d.ts", "line": 118, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L118" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L118" } ], "type": { @@ -67827,18 +69047,18 @@ { "title": "Properties", "children": [ - 1897, - 1898, - 1899, - 1900, - 1901, - 1902, - 1903, - 1904, - 1905, - 1906, - 1907, - 1914 + 1931, + 1932, + 1933, + 1934, + 1935, + 1936, + 1937, + 1938, + 1939, + 1940, + 1941, + 1948 ] } ], @@ -67847,14 +69067,14 @@ "fileName": "listbox/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L17" } ] } } }, { - "id": 1915, + "id": 1949, "name": "list", "variant": "declaration", "kind": 1024, @@ -67874,20 +69094,20 @@ "fileName": "listbox/index.d.ts", "line": 123, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L123" } ], "type": { "type": "reflection", "declaration": { - "id": 1916, + "id": 1950, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1917, + "id": 1951, "name": "padding", "variant": "declaration", "kind": 1024, @@ -67918,7 +69138,7 @@ "fileName": "listbox/index.d.ts", "line": 129, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L129" } ], "type": { @@ -67927,7 +69147,7 @@ } }, { - "id": 1918, + "id": 1952, "name": "gap", "variant": "declaration", "kind": 1024, @@ -67958,7 +69178,7 @@ "fileName": "listbox/index.d.ts", "line": 135, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L135" } ], "type": { @@ -67967,7 +69187,7 @@ } }, { - "id": 1919, + "id": 1953, "name": "header", "variant": "declaration", "kind": 1024, @@ -67987,20 +69207,20 @@ "fileName": "listbox/index.d.ts", "line": 139, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L139" } ], "type": { "type": "reflection", "declaration": { - "id": 1920, + "id": 1954, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1921, + "id": 1955, "name": "padding", "variant": "declaration", "kind": 1024, @@ -68031,7 +69251,7 @@ "fileName": "listbox/index.d.ts", "line": 145, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L145" } ], "type": { @@ -68044,7 +69264,7 @@ { "title": "Properties", "children": [ - 1921 + 1955 ] } ], @@ -68053,7 +69273,7 @@ "fileName": "listbox/index.d.ts", "line": 139, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L139" } ] } @@ -68064,9 +69284,9 @@ { "title": "Properties", "children": [ - 1917, - 1918, - 1919 + 1951, + 1952, + 1953 ] } ], @@ -68075,14 +69295,14 @@ "fileName": "listbox/index.d.ts", "line": 123, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L123" } ] } } }, { - "id": 1922, + "id": 1956, "name": "option", "variant": "declaration", "kind": 1024, @@ -68102,20 +69322,20 @@ "fileName": "listbox/index.d.ts", "line": 151, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L151" } ], "type": { "type": "reflection", "declaration": { - "id": 1923, + "id": 1957, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1924, + "id": 1958, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -68146,7 +69366,7 @@ "fileName": "listbox/index.d.ts", "line": 157, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L157" } ], "type": { @@ -68155,7 +69375,7 @@ } }, { - "id": 1925, + "id": 1959, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -68186,7 +69406,7 @@ "fileName": "listbox/index.d.ts", "line": 163, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L163" } ], "type": { @@ -68195,7 +69415,7 @@ } }, { - "id": 1926, + "id": 1960, "name": "selectedFocusBackground", "variant": "declaration", "kind": 1024, @@ -68226,7 +69446,7 @@ "fileName": "listbox/index.d.ts", "line": 169, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L169" } ], "type": { @@ -68235,7 +69455,7 @@ } }, { - "id": 1927, + "id": 1961, "name": "color", "variant": "declaration", "kind": 1024, @@ -68266,7 +69486,7 @@ "fileName": "listbox/index.d.ts", "line": 175, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L175" } ], "type": { @@ -68275,7 +69495,7 @@ } }, { - "id": 1928, + "id": 1962, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -68306,7 +69526,7 @@ "fileName": "listbox/index.d.ts", "line": 181, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L181" } ], "type": { @@ -68315,7 +69535,7 @@ } }, { - "id": 1929, + "id": 1963, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -68346,7 +69566,7 @@ "fileName": "listbox/index.d.ts", "line": 187, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L187" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L187" } ], "type": { @@ -68355,7 +69575,7 @@ } }, { - "id": 1930, + "id": 1964, "name": "selectedFocusColor", "variant": "declaration", "kind": 1024, @@ -68386,7 +69606,7 @@ "fileName": "listbox/index.d.ts", "line": 193, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L193" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L193" } ], "type": { @@ -68395,7 +69615,7 @@ } }, { - "id": 1931, + "id": 1965, "name": "padding", "variant": "declaration", "kind": 1024, @@ -68426,7 +69646,7 @@ "fileName": "listbox/index.d.ts", "line": 199, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L199" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L199" } ], "type": { @@ -68435,7 +69655,7 @@ } }, { - "id": 1932, + "id": 1966, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -68466,7 +69686,7 @@ "fileName": "listbox/index.d.ts", "line": 205, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L205" } ], "type": { @@ -68475,7 +69695,7 @@ } }, { - "id": 1933, + "id": 1967, "name": "stripedBackground", "variant": "declaration", "kind": 1024, @@ -68506,7 +69726,7 @@ "fileName": "listbox/index.d.ts", "line": 211, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L211" } ], "type": { @@ -68519,16 +69739,16 @@ { "title": "Properties", "children": [ - 1924, - 1925, - 1926, - 1927, - 1928, - 1929, - 1930, - 1931, - 1932, - 1933 + 1958, + 1959, + 1960, + 1961, + 1962, + 1963, + 1964, + 1965, + 1966, + 1967 ] } ], @@ -68537,14 +69757,14 @@ "fileName": "listbox/index.d.ts", "line": 151, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L151" } ] } } }, { - "id": 1934, + "id": 1968, "name": "optionGroup", "variant": "declaration", "kind": 1024, @@ -68564,20 +69784,20 @@ "fileName": "listbox/index.d.ts", "line": 216, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L216" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L216" } ], "type": { "type": "reflection", "declaration": { - "id": 1935, + "id": 1969, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1936, + "id": 1970, "name": "background", "variant": "declaration", "kind": 1024, @@ -68608,7 +69828,7 @@ "fileName": "listbox/index.d.ts", "line": 222, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L222" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L222" } ], "type": { @@ -68617,7 +69837,7 @@ } }, { - "id": 1937, + "id": 1971, "name": "color", "variant": "declaration", "kind": 1024, @@ -68648,7 +69868,7 @@ "fileName": "listbox/index.d.ts", "line": 228, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L228" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L228" } ], "type": { @@ -68657,7 +69877,7 @@ } }, { - "id": 1938, + "id": 1972, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -68688,7 +69908,7 @@ "fileName": "listbox/index.d.ts", "line": 234, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L234" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L234" } ], "type": { @@ -68697,7 +69917,7 @@ } }, { - "id": 1939, + "id": 1973, "name": "padding", "variant": "declaration", "kind": 1024, @@ -68728,7 +69948,7 @@ "fileName": "listbox/index.d.ts", "line": 240, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L240" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L240" } ], "type": { @@ -68741,10 +69961,10 @@ { "title": "Properties", "children": [ - 1936, - 1937, - 1938, - 1939 + 1970, + 1971, + 1972, + 1973 ] } ], @@ -68753,14 +69973,14 @@ "fileName": "listbox/index.d.ts", "line": 216, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L216" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L216" } ] } } }, { - "id": 1940, + "id": 1974, "name": "checkmark", "variant": "declaration", "kind": 1024, @@ -68780,20 +70000,20 @@ "fileName": "listbox/index.d.ts", "line": 245, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L245" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L245" } ], "type": { "type": "reflection", "declaration": { - "id": 1941, + "id": 1975, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1942, + "id": 1976, "name": "color", "variant": "declaration", "kind": 1024, @@ -68824,7 +70044,7 @@ "fileName": "listbox/index.d.ts", "line": 251, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L251" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L251" } ], "type": { @@ -68833,7 +70053,7 @@ } }, { - "id": 1943, + "id": 1977, "name": "gutterStart", "variant": "declaration", "kind": 1024, @@ -68864,7 +70084,7 @@ "fileName": "listbox/index.d.ts", "line": 257, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L257" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L257" } ], "type": { @@ -68873,7 +70093,7 @@ } }, { - "id": 1944, + "id": 1978, "name": "gutterEnd", "variant": "declaration", "kind": 1024, @@ -68904,7 +70124,7 @@ "fileName": "listbox/index.d.ts", "line": 263, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L263" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L263" } ], "type": { @@ -68917,9 +70137,9 @@ { "title": "Properties", "children": [ - 1942, - 1943, - 1944 + 1976, + 1977, + 1978 ] } ], @@ -68928,14 +70148,14 @@ "fileName": "listbox/index.d.ts", "line": 245, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L245" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L245" } ] } } }, { - "id": 1945, + "id": 1979, "name": "emptyMessage", "variant": "declaration", "kind": 1024, @@ -68955,20 +70175,20 @@ "fileName": "listbox/index.d.ts", "line": 268, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L268" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L268" } ], "type": { "type": "reflection", "declaration": { - "id": 1946, + "id": 1980, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1947, + "id": 1981, "name": "padding", "variant": "declaration", "kind": 1024, @@ -68999,7 +70219,7 @@ "fileName": "listbox/index.d.ts", "line": 274, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L274" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L274" } ], "type": { @@ -69012,7 +70232,7 @@ { "title": "Properties", "children": [ - 1947 + 1981 ] } ], @@ -69021,7 +70241,7 @@ "fileName": "listbox/index.d.ts", "line": 268, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L268" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L268" } ] } @@ -69032,13 +70252,13 @@ { "title": "Properties", "children": [ - 1948, - 1895, - 1915, - 1922, - 1934, - 1940, - 1945 + 1982, + 1929, + 1949, + 1956, + 1968, + 1974, + 1979 ] } ], @@ -69047,17 +70267,17 @@ "fileName": "listbox/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1894, + "target": 1928, "name": "ListboxDesignTokens", "package": "primeng" } @@ -69072,7 +70292,7 @@ { "title": "Interfaces", "children": [ - 1894 + 1928 ] } ], @@ -69081,12 +70301,12 @@ "fileName": "listbox/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/listbox/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/listbox/index.d.ts#L1" } ] }, { - "id": 1952, + "id": 1986, "name": "themes/megamenu", "variant": "declaration", "kind": 2, @@ -69101,14 +70321,14 @@ }, "children": [ { - "id": 1953, + "id": 1987, "name": "MegaMenuDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2030, + "id": 2064, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -69120,20 +70340,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2031, + "id": 2065, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2032, + "id": 2066, "name": "light", "variant": "declaration", "kind": 1024, @@ -69145,7 +70365,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -69157,7 +70377,7 @@ "typeArguments": [ { "type": "reference", - "target": 1953, + "target": 1987, "name": "MegaMenuDesignTokens", "package": "primeng" }, @@ -69171,7 +70391,7 @@ } }, { - "id": 2033, + "id": 2067, "name": "dark", "variant": "declaration", "kind": 1024, @@ -69183,7 +70403,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -69195,7 +70415,7 @@ "typeArguments": [ { "type": "reference", - "target": 1953, + "target": 1987, "name": "MegaMenuDesignTokens", "package": "primeng" }, @@ -69213,8 +70433,8 @@ { "title": "Properties", "children": [ - 2032, - 2033 + 2066, + 2067 ] } ], @@ -69223,19 +70443,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 1954, + "id": 1988, "name": "root", "variant": "declaration", "kind": 1024, @@ -69255,20 +70475,20 @@ "fileName": "megamenu/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 1955, + "id": 1989, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1956, + "id": 1990, "name": "background", "variant": "declaration", "kind": 1024, @@ -69299,7 +70519,7 @@ "fileName": "megamenu/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L23" } ], "type": { @@ -69308,7 +70528,7 @@ } }, { - "id": 1957, + "id": 1991, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -69339,7 +70559,7 @@ "fileName": "megamenu/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L29" } ], "type": { @@ -69348,7 +70568,7 @@ } }, { - "id": 1958, + "id": 1992, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -69379,7 +70599,7 @@ "fileName": "megamenu/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L35" } ], "type": { @@ -69388,7 +70608,7 @@ } }, { - "id": 1959, + "id": 1993, "name": "color", "variant": "declaration", "kind": 1024, @@ -69419,7 +70639,7 @@ "fileName": "megamenu/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L41" } ], "type": { @@ -69428,7 +70648,7 @@ } }, { - "id": 1960, + "id": 1994, "name": "gap", "variant": "declaration", "kind": 1024, @@ -69459,7 +70679,7 @@ "fileName": "megamenu/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L47" } ], "type": { @@ -69468,7 +70688,7 @@ } }, { - "id": 1961, + "id": 1995, "name": "verticalOrientation", "variant": "declaration", "kind": 1024, @@ -69488,20 +70708,20 @@ "fileName": "megamenu/index.d.ts", "line": 51, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L51" } ], "type": { "type": "reflection", "declaration": { - "id": 1962, + "id": 1996, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1963, + "id": 1997, "name": "padding", "variant": "declaration", "kind": 1024, @@ -69532,7 +70752,7 @@ "fileName": "megamenu/index.d.ts", "line": 57, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L57" } ], "type": { @@ -69541,7 +70761,7 @@ } }, { - "id": 1964, + "id": 1998, "name": "gap", "variant": "declaration", "kind": 1024, @@ -69572,7 +70792,7 @@ "fileName": "megamenu/index.d.ts", "line": 63, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L63" } ], "type": { @@ -69585,8 +70805,8 @@ { "title": "Properties", "children": [ - 1963, - 1964 + 1997, + 1998 ] } ], @@ -69595,14 +70815,14 @@ "fileName": "megamenu/index.d.ts", "line": 51, "character": 30, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L51" } ] } } }, { - "id": 1965, + "id": 1999, "name": "horizontalOrientation", "variant": "declaration", "kind": 1024, @@ -69622,20 +70842,20 @@ "fileName": "megamenu/index.d.ts", "line": 68, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L68" } ], "type": { "type": "reflection", "declaration": { - "id": 1966, + "id": 2000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1967, + "id": 2001, "name": "padding", "variant": "declaration", "kind": 1024, @@ -69666,7 +70886,7 @@ "fileName": "megamenu/index.d.ts", "line": 74, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L74" } ], "type": { @@ -69679,7 +70899,7 @@ { "title": "Properties", "children": [ - 1967 + 2001 ] } ], @@ -69688,14 +70908,14 @@ "fileName": "megamenu/index.d.ts", "line": 68, "character": 32, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L68" } ] } } }, { - "id": 1968, + "id": 2002, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -69726,7 +70946,7 @@ "fileName": "megamenu/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L81" } ], "type": { @@ -69739,14 +70959,14 @@ { "title": "Properties", "children": [ - 1956, - 1957, - 1958, - 1959, - 1960, - 1961, - 1965, - 1968 + 1990, + 1991, + 1992, + 1993, + 1994, + 1995, + 1999, + 2002 ] } ], @@ -69755,14 +70975,14 @@ "fileName": "megamenu/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L17" } ] } } }, { - "id": 1969, + "id": 2003, "name": "baseItem", "variant": "declaration", "kind": 1024, @@ -69782,20 +71002,20 @@ "fileName": "megamenu/index.d.ts", "line": 86, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L86" } ], "type": { "type": "reflection", "declaration": { - "id": 1970, + "id": 2004, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1971, + "id": 2005, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -69826,7 +71046,7 @@ "fileName": "megamenu/index.d.ts", "line": 92, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L92" } ], "type": { @@ -69835,7 +71055,7 @@ } }, { - "id": 1972, + "id": 2006, "name": "padding", "variant": "declaration", "kind": 1024, @@ -69866,7 +71086,7 @@ "fileName": "megamenu/index.d.ts", "line": 98, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L98" } ], "type": { @@ -69879,8 +71099,8 @@ { "title": "Properties", "children": [ - 1971, - 1972 + 2005, + 2006 ] } ], @@ -69889,14 +71109,14 @@ "fileName": "megamenu/index.d.ts", "line": 86, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L86" } ] } } }, { - "id": 1973, + "id": 2007, "name": "item", "variant": "declaration", "kind": 1024, @@ -69916,20 +71136,20 @@ "fileName": "megamenu/index.d.ts", "line": 103, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L103" } ], "type": { "type": "reflection", "declaration": { - "id": 1974, + "id": 2008, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1975, + "id": 2009, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -69960,7 +71180,7 @@ "fileName": "megamenu/index.d.ts", "line": 109, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L109" } ], "type": { @@ -69969,7 +71189,7 @@ } }, { - "id": 1976, + "id": 2010, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -70000,7 +71220,7 @@ "fileName": "megamenu/index.d.ts", "line": 115, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L115" } ], "type": { @@ -70009,7 +71229,7 @@ } }, { - "id": 1977, + "id": 2011, "name": "color", "variant": "declaration", "kind": 1024, @@ -70040,7 +71260,7 @@ "fileName": "megamenu/index.d.ts", "line": 121, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L121" } ], "type": { @@ -70049,7 +71269,7 @@ } }, { - "id": 1978, + "id": 2012, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -70080,7 +71300,7 @@ "fileName": "megamenu/index.d.ts", "line": 127, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L127" } ], "type": { @@ -70089,7 +71309,7 @@ } }, { - "id": 1979, + "id": 2013, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -70120,7 +71340,7 @@ "fileName": "megamenu/index.d.ts", "line": 133, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L133" } ], "type": { @@ -70129,7 +71349,7 @@ } }, { - "id": 1980, + "id": 2014, "name": "padding", "variant": "declaration", "kind": 1024, @@ -70160,7 +71380,7 @@ "fileName": "megamenu/index.d.ts", "line": 139, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L139" } ], "type": { @@ -70169,7 +71389,7 @@ } }, { - "id": 1981, + "id": 2015, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -70200,7 +71420,7 @@ "fileName": "megamenu/index.d.ts", "line": 145, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L145" } ], "type": { @@ -70209,7 +71429,7 @@ } }, { - "id": 1982, + "id": 2016, "name": "gap", "variant": "declaration", "kind": 1024, @@ -70240,7 +71460,7 @@ "fileName": "megamenu/index.d.ts", "line": 151, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L151" } ], "type": { @@ -70249,7 +71469,7 @@ } }, { - "id": 1983, + "id": 2017, "name": "icon", "variant": "declaration", "kind": 1024, @@ -70269,20 +71489,20 @@ "fileName": "megamenu/index.d.ts", "line": 155, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L155" } ], "type": { "type": "reflection", "declaration": { - "id": 1984, + "id": 2018, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1985, + "id": 2019, "name": "color", "variant": "declaration", "kind": 1024, @@ -70313,7 +71533,7 @@ "fileName": "megamenu/index.d.ts", "line": 161, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L161" } ], "type": { @@ -70322,7 +71542,7 @@ } }, { - "id": 1986, + "id": 2020, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -70353,7 +71573,7 @@ "fileName": "megamenu/index.d.ts", "line": 167, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L167" } ], "type": { @@ -70362,7 +71582,7 @@ } }, { - "id": 1987, + "id": 2021, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -70393,7 +71613,7 @@ "fileName": "megamenu/index.d.ts", "line": 173, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L173" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L173" } ], "type": { @@ -70406,9 +71626,9 @@ { "title": "Properties", "children": [ - 1985, - 1986, - 1987 + 2019, + 2020, + 2021 ] } ], @@ -70417,7 +71637,7 @@ "fileName": "megamenu/index.d.ts", "line": 155, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L155" } ] } @@ -70428,15 +71648,15 @@ { "title": "Properties", "children": [ - 1975, - 1976, - 1977, - 1978, - 1979, - 1980, - 1981, - 1982, - 1983 + 2009, + 2010, + 2011, + 2012, + 2013, + 2014, + 2015, + 2016, + 2017 ] } ], @@ -70445,14 +71665,14 @@ "fileName": "megamenu/index.d.ts", "line": 103, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L103" } ] } } }, { - "id": 1988, + "id": 2022, "name": "overlay", "variant": "declaration", "kind": 1024, @@ -70472,20 +71692,20 @@ "fileName": "megamenu/index.d.ts", "line": 179, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L179" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L179" } ], "type": { "type": "reflection", "declaration": { - "id": 1989, + "id": 2023, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1990, + "id": 2024, "name": "padding", "variant": "declaration", "kind": 1024, @@ -70516,7 +71736,7 @@ "fileName": "megamenu/index.d.ts", "line": 185, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L185" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L185" } ], "type": { @@ -70525,7 +71745,7 @@ } }, { - "id": 1991, + "id": 2025, "name": "background", "variant": "declaration", "kind": 1024, @@ -70556,7 +71776,7 @@ "fileName": "megamenu/index.d.ts", "line": 191, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L191" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L191" } ], "type": { @@ -70565,7 +71785,7 @@ } }, { - "id": 1992, + "id": 2026, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -70596,7 +71816,7 @@ "fileName": "megamenu/index.d.ts", "line": 197, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L197" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L197" } ], "type": { @@ -70605,7 +71825,7 @@ } }, { - "id": 1993, + "id": 2027, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -70636,7 +71856,7 @@ "fileName": "megamenu/index.d.ts", "line": 203, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L203" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L203" } ], "type": { @@ -70645,7 +71865,7 @@ } }, { - "id": 1994, + "id": 2028, "name": "color", "variant": "declaration", "kind": 1024, @@ -70676,7 +71896,7 @@ "fileName": "megamenu/index.d.ts", "line": 209, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L209" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L209" } ], "type": { @@ -70685,7 +71905,7 @@ } }, { - "id": 1995, + "id": 2029, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -70716,7 +71936,7 @@ "fileName": "megamenu/index.d.ts", "line": 215, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L215" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L215" } ], "type": { @@ -70725,7 +71945,7 @@ } }, { - "id": 1996, + "id": 2030, "name": "gap", "variant": "declaration", "kind": 1024, @@ -70756,7 +71976,7 @@ "fileName": "megamenu/index.d.ts", "line": 221, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L221" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L221" } ], "type": { @@ -70769,13 +71989,13 @@ { "title": "Properties", "children": [ - 1990, - 1991, - 1992, - 1993, - 1994, - 1995, - 1996 + 2024, + 2025, + 2026, + 2027, + 2028, + 2029, + 2030 ] } ], @@ -70784,14 +72004,14 @@ "fileName": "megamenu/index.d.ts", "line": 179, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L179" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L179" } ] } } }, { - "id": 1997, + "id": 2031, "name": "submenu", "variant": "declaration", "kind": 1024, @@ -70811,20 +72031,20 @@ "fileName": "megamenu/index.d.ts", "line": 226, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L226" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L226" } ], "type": { "type": "reflection", "declaration": { - "id": 1998, + "id": 2032, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 1999, + "id": 2033, "name": "padding", "variant": "declaration", "kind": 1024, @@ -70855,7 +72075,7 @@ "fileName": "megamenu/index.d.ts", "line": 232, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L232" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L232" } ], "type": { @@ -70864,7 +72084,7 @@ } }, { - "id": 2000, + "id": 2034, "name": "gap", "variant": "declaration", "kind": 1024, @@ -70895,7 +72115,7 @@ "fileName": "megamenu/index.d.ts", "line": 238, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L238" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L238" } ], "type": { @@ -70908,8 +72128,8 @@ { "title": "Properties", "children": [ - 1999, - 2000 + 2033, + 2034 ] } ], @@ -70918,14 +72138,14 @@ "fileName": "megamenu/index.d.ts", "line": 226, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L226" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L226" } ] } } }, { - "id": 2001, + "id": 2035, "name": "submenuLabel", "variant": "declaration", "kind": 1024, @@ -70945,20 +72165,20 @@ "fileName": "megamenu/index.d.ts", "line": 243, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L243" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L243" } ], "type": { "type": "reflection", "declaration": { - "id": 2002, + "id": 2036, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2003, + "id": 2037, "name": "padding", "variant": "declaration", "kind": 1024, @@ -70989,7 +72209,7 @@ "fileName": "megamenu/index.d.ts", "line": 249, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L249" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L249" } ], "type": { @@ -70998,7 +72218,7 @@ } }, { - "id": 2004, + "id": 2038, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -71029,7 +72249,7 @@ "fileName": "megamenu/index.d.ts", "line": 255, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L255" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L255" } ], "type": { @@ -71038,7 +72258,7 @@ } }, { - "id": 2005, + "id": 2039, "name": "background", "variant": "declaration", "kind": 1024, @@ -71069,7 +72289,7 @@ "fileName": "megamenu/index.d.ts", "line": 261, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L261" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L261" } ], "type": { @@ -71078,7 +72298,7 @@ } }, { - "id": 2006, + "id": 2040, "name": "color", "variant": "declaration", "kind": 1024, @@ -71109,7 +72329,7 @@ "fileName": "megamenu/index.d.ts", "line": 267, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L267" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L267" } ], "type": { @@ -71122,10 +72342,10 @@ { "title": "Properties", "children": [ - 2003, - 2004, - 2005, - 2006 + 2037, + 2038, + 2039, + 2040 ] } ], @@ -71134,14 +72354,14 @@ "fileName": "megamenu/index.d.ts", "line": 243, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L243" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L243" } ] } } }, { - "id": 2007, + "id": 2041, "name": "submenuIcon", "variant": "declaration", "kind": 1024, @@ -71161,20 +72381,20 @@ "fileName": "megamenu/index.d.ts", "line": 272, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L272" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L272" } ], "type": { "type": "reflection", "declaration": { - "id": 2008, + "id": 2042, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2009, + "id": 2043, "name": "size", "variant": "declaration", "kind": 1024, @@ -71205,7 +72425,7 @@ "fileName": "megamenu/index.d.ts", "line": 278, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L278" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L278" } ], "type": { @@ -71214,7 +72434,7 @@ } }, { - "id": 2010, + "id": 2044, "name": "color", "variant": "declaration", "kind": 1024, @@ -71245,7 +72465,7 @@ "fileName": "megamenu/index.d.ts", "line": 284, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L284" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L284" } ], "type": { @@ -71254,7 +72474,7 @@ } }, { - "id": 2011, + "id": 2045, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -71285,7 +72505,7 @@ "fileName": "megamenu/index.d.ts", "line": 290, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L290" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L290" } ], "type": { @@ -71294,7 +72514,7 @@ } }, { - "id": 2012, + "id": 2046, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -71325,7 +72545,7 @@ "fileName": "megamenu/index.d.ts", "line": 296, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L296" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L296" } ], "type": { @@ -71338,10 +72558,10 @@ { "title": "Properties", "children": [ - 2009, - 2010, - 2011, - 2012 + 2043, + 2044, + 2045, + 2046 ] } ], @@ -71350,14 +72570,14 @@ "fileName": "megamenu/index.d.ts", "line": 272, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L272" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L272" } ] } } }, { - "id": 2013, + "id": 2047, "name": "separator", "variant": "declaration", "kind": 1024, @@ -71377,20 +72597,20 @@ "fileName": "megamenu/index.d.ts", "line": 301, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L301" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L301" } ], "type": { "type": "reflection", "declaration": { - "id": 2014, + "id": 2048, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2015, + "id": 2049, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -71421,7 +72641,7 @@ "fileName": "megamenu/index.d.ts", "line": 307, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L307" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L307" } ], "type": { @@ -71434,7 +72654,7 @@ { "title": "Properties", "children": [ - 2015 + 2049 ] } ], @@ -71443,14 +72663,14 @@ "fileName": "megamenu/index.d.ts", "line": 301, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L301" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L301" } ] } } }, { - "id": 2016, + "id": 2050, "name": "mobileButton", "variant": "declaration", "kind": 1024, @@ -71470,20 +72690,20 @@ "fileName": "megamenu/index.d.ts", "line": 312, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L312" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L312" } ], "type": { "type": "reflection", "declaration": { - "id": 2017, + "id": 2051, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2018, + "id": 2052, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -71514,7 +72734,7 @@ "fileName": "megamenu/index.d.ts", "line": 318, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L318" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L318" } ], "type": { @@ -71523,7 +72743,7 @@ } }, { - "id": 2019, + "id": 2053, "name": "size", "variant": "declaration", "kind": 1024, @@ -71554,7 +72774,7 @@ "fileName": "megamenu/index.d.ts", "line": 324, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L324" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L324" } ], "type": { @@ -71563,7 +72783,7 @@ } }, { - "id": 2020, + "id": 2054, "name": "color", "variant": "declaration", "kind": 1024, @@ -71594,7 +72814,7 @@ "fileName": "megamenu/index.d.ts", "line": 330, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L330" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L330" } ], "type": { @@ -71603,7 +72823,7 @@ } }, { - "id": 2021, + "id": 2055, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -71634,7 +72854,7 @@ "fileName": "megamenu/index.d.ts", "line": 336, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L336" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L336" } ], "type": { @@ -71643,7 +72863,7 @@ } }, { - "id": 2022, + "id": 2056, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -71674,7 +72894,7 @@ "fileName": "megamenu/index.d.ts", "line": 342, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L342" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L342" } ], "type": { @@ -71683,7 +72903,7 @@ } }, { - "id": 2023, + "id": 2057, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -71703,20 +72923,20 @@ "fileName": "megamenu/index.d.ts", "line": 346, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L346" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L346" } ], "type": { "type": "reflection", "declaration": { - "id": 2024, + "id": 2058, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2025, + "id": 2059, "name": "width", "variant": "declaration", "kind": 1024, @@ -71747,7 +72967,7 @@ "fileName": "megamenu/index.d.ts", "line": 352, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L352" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L352" } ], "type": { @@ -71756,7 +72976,7 @@ } }, { - "id": 2026, + "id": 2060, "name": "style", "variant": "declaration", "kind": 1024, @@ -71787,7 +73007,7 @@ "fileName": "megamenu/index.d.ts", "line": 358, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L358" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L358" } ], "type": { @@ -71796,7 +73016,7 @@ } }, { - "id": 2027, + "id": 2061, "name": "color", "variant": "declaration", "kind": 1024, @@ -71827,7 +73047,7 @@ "fileName": "megamenu/index.d.ts", "line": 364, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L364" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L364" } ], "type": { @@ -71836,7 +73056,7 @@ } }, { - "id": 2028, + "id": 2062, "name": "offset", "variant": "declaration", "kind": 1024, @@ -71867,7 +73087,7 @@ "fileName": "megamenu/index.d.ts", "line": 370, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L370" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L370" } ], "type": { @@ -71876,7 +73096,7 @@ } }, { - "id": 2029, + "id": 2063, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -71907,7 +73127,7 @@ "fileName": "megamenu/index.d.ts", "line": 376, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L376" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L376" } ], "type": { @@ -71920,11 +73140,11 @@ { "title": "Properties", "children": [ - 2025, - 2026, - 2027, - 2028, - 2029 + 2059, + 2060, + 2061, + 2062, + 2063 ] } ], @@ -71933,7 +73153,7 @@ "fileName": "megamenu/index.d.ts", "line": 346, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L346" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L346" } ] } @@ -71944,12 +73164,12 @@ { "title": "Properties", "children": [ - 2018, - 2019, - 2020, - 2021, - 2022, - 2023 + 2052, + 2053, + 2054, + 2055, + 2056, + 2057 ] } ], @@ -71958,7 +73178,7 @@ "fileName": "megamenu/index.d.ts", "line": 312, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L312" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L312" } ] } @@ -71969,16 +73189,16 @@ { "title": "Properties", "children": [ - 2030, - 1954, - 1969, - 1973, + 2064, 1988, - 1997, - 2001, + 2003, 2007, - 2013, - 2016 + 2022, + 2031, + 2035, + 2041, + 2047, + 2050 ] } ], @@ -71987,17 +73207,17 @@ "fileName": "megamenu/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 1953, + "target": 1987, "name": "MegaMenuDesignTokens", "package": "primeng" } @@ -72012,7 +73232,7 @@ { "title": "Interfaces", "children": [ - 1953 + 1987 ] } ], @@ -72021,12 +73241,12 @@ "fileName": "megamenu/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/megamenu/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/megamenu/index.d.ts#L1" } ] }, { - "id": 2034, + "id": 2068, "name": "themes/menu", "variant": "declaration", "kind": 2, @@ -72041,14 +73261,14 @@ }, "children": [ { - "id": 2035, + "id": 2069, "name": "MenuDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2069, + "id": 2103, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -72060,20 +73280,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2070, + "id": 2104, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2071, + "id": 2105, "name": "light", "variant": "declaration", "kind": 1024, @@ -72085,7 +73305,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -72097,7 +73317,7 @@ "typeArguments": [ { "type": "reference", - "target": 2035, + "target": 2069, "name": "MenuDesignTokens", "package": "primeng" }, @@ -72111,7 +73331,7 @@ } }, { - "id": 2072, + "id": 2106, "name": "dark", "variant": "declaration", "kind": 1024, @@ -72123,7 +73343,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -72135,7 +73355,7 @@ "typeArguments": [ { "type": "reference", - "target": 2035, + "target": 2069, "name": "MenuDesignTokens", "package": "primeng" }, @@ -72153,8 +73373,8 @@ { "title": "Properties", "children": [ - 2071, - 2072 + 2105, + 2106 ] } ], @@ -72163,19 +73383,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2036, + "id": 2070, "name": "root", "variant": "declaration", "kind": 1024, @@ -72195,20 +73415,20 @@ "fileName": "menu/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2037, + "id": 2071, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2038, + "id": 2072, "name": "background", "variant": "declaration", "kind": 1024, @@ -72239,7 +73459,7 @@ "fileName": "menu/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L23" } ], "type": { @@ -72248,7 +73468,7 @@ } }, { - "id": 2039, + "id": 2073, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -72279,7 +73499,7 @@ "fileName": "menu/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L29" } ], "type": { @@ -72288,7 +73508,7 @@ } }, { - "id": 2040, + "id": 2074, "name": "color", "variant": "declaration", "kind": 1024, @@ -72319,7 +73539,7 @@ "fileName": "menu/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L35" } ], "type": { @@ -72328,7 +73548,7 @@ } }, { - "id": 2041, + "id": 2075, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -72359,7 +73579,7 @@ "fileName": "menu/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L41" } ], "type": { @@ -72368,7 +73588,7 @@ } }, { - "id": 2042, + "id": 2076, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -72399,7 +73619,7 @@ "fileName": "menu/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L47" } ], "type": { @@ -72408,7 +73628,7 @@ } }, { - "id": 2043, + "id": 2077, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -72439,7 +73659,7 @@ "fileName": "menu/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L53" } ], "type": { @@ -72452,12 +73672,12 @@ { "title": "Properties", "children": [ - 2038, - 2039, - 2040, - 2041, - 2042, - 2043 + 2072, + 2073, + 2074, + 2075, + 2076, + 2077 ] } ], @@ -72466,14 +73686,14 @@ "fileName": "menu/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L17" } ] } } }, { - "id": 2044, + "id": 2078, "name": "list", "variant": "declaration", "kind": 1024, @@ -72493,20 +73713,20 @@ "fileName": "menu/index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L58" } ], "type": { "type": "reflection", "declaration": { - "id": 2045, + "id": 2079, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2046, + "id": 2080, "name": "padding", "variant": "declaration", "kind": 1024, @@ -72537,7 +73757,7 @@ "fileName": "menu/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L64" } ], "type": { @@ -72546,7 +73766,7 @@ } }, { - "id": 2047, + "id": 2081, "name": "gap", "variant": "declaration", "kind": 1024, @@ -72577,7 +73797,7 @@ "fileName": "menu/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L70" } ], "type": { @@ -72590,8 +73810,8 @@ { "title": "Properties", "children": [ - 2046, - 2047 + 2080, + 2081 ] } ], @@ -72600,14 +73820,14 @@ "fileName": "menu/index.d.ts", "line": 58, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L58" } ] } } }, { - "id": 2048, + "id": 2082, "name": "item", "variant": "declaration", "kind": 1024, @@ -72627,20 +73847,20 @@ "fileName": "menu/index.d.ts", "line": 75, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L75" } ], "type": { "type": "reflection", "declaration": { - "id": 2049, + "id": 2083, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2050, + "id": 2084, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -72671,7 +73891,7 @@ "fileName": "menu/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L81" } ], "type": { @@ -72680,7 +73900,7 @@ } }, { - "id": 2051, + "id": 2085, "name": "color", "variant": "declaration", "kind": 1024, @@ -72711,7 +73931,7 @@ "fileName": "menu/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L87" } ], "type": { @@ -72720,7 +73940,7 @@ } }, { - "id": 2052, + "id": 2086, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -72751,7 +73971,7 @@ "fileName": "menu/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L93" } ], "type": { @@ -72760,7 +73980,7 @@ } }, { - "id": 2053, + "id": 2087, "name": "padding", "variant": "declaration", "kind": 1024, @@ -72791,7 +74011,7 @@ "fileName": "menu/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L99" } ], "type": { @@ -72800,7 +74020,7 @@ } }, { - "id": 2054, + "id": 2088, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -72831,7 +74051,7 @@ "fileName": "menu/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L105" } ], "type": { @@ -72840,7 +74060,7 @@ } }, { - "id": 2055, + "id": 2089, "name": "gap", "variant": "declaration", "kind": 1024, @@ -72871,7 +74091,7 @@ "fileName": "menu/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L111" } ], "type": { @@ -72880,7 +74100,7 @@ } }, { - "id": 2056, + "id": 2090, "name": "icon", "variant": "declaration", "kind": 1024, @@ -72900,20 +74120,20 @@ "fileName": "menu/index.d.ts", "line": 115, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L115" } ], "type": { "type": "reflection", "declaration": { - "id": 2057, + "id": 2091, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2058, + "id": 2092, "name": "color", "variant": "declaration", "kind": 1024, @@ -72944,7 +74164,7 @@ "fileName": "menu/index.d.ts", "line": 121, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L121" } ], "type": { @@ -72953,7 +74173,7 @@ } }, { - "id": 2059, + "id": 2093, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -72984,7 +74204,7 @@ "fileName": "menu/index.d.ts", "line": 127, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L127" } ], "type": { @@ -72997,8 +74217,8 @@ { "title": "Properties", "children": [ - 2058, - 2059 + 2092, + 2093 ] } ], @@ -73007,7 +74227,7 @@ "fileName": "menu/index.d.ts", "line": 115, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L115" } ] } @@ -73018,13 +74238,13 @@ { "title": "Properties", "children": [ - 2050, - 2051, - 2052, - 2053, - 2054, - 2055, - 2056 + 2084, + 2085, + 2086, + 2087, + 2088, + 2089, + 2090 ] } ], @@ -73033,14 +74253,14 @@ "fileName": "menu/index.d.ts", "line": 75, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L75" } ] } } }, { - "id": 2060, + "id": 2094, "name": "submenuLabel", "variant": "declaration", "kind": 1024, @@ -73060,20 +74280,20 @@ "fileName": "menu/index.d.ts", "line": 133, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L133" } ], "type": { "type": "reflection", "declaration": { - "id": 2061, + "id": 2095, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2062, + "id": 2096, "name": "padding", "variant": "declaration", "kind": 1024, @@ -73104,7 +74324,7 @@ "fileName": "menu/index.d.ts", "line": 139, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L139" } ], "type": { @@ -73113,7 +74333,7 @@ } }, { - "id": 2063, + "id": 2097, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -73144,7 +74364,7 @@ "fileName": "menu/index.d.ts", "line": 145, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L145" } ], "type": { @@ -73153,7 +74373,7 @@ } }, { - "id": 2064, + "id": 2098, "name": "background", "variant": "declaration", "kind": 1024, @@ -73184,7 +74404,7 @@ "fileName": "menu/index.d.ts", "line": 151, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L151" } ], "type": { @@ -73193,7 +74413,7 @@ } }, { - "id": 2065, + "id": 2099, "name": "color", "variant": "declaration", "kind": 1024, @@ -73224,7 +74444,7 @@ "fileName": "menu/index.d.ts", "line": 157, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L157" } ], "type": { @@ -73237,10 +74457,10 @@ { "title": "Properties", "children": [ - 2062, - 2063, - 2064, - 2065 + 2096, + 2097, + 2098, + 2099 ] } ], @@ -73249,14 +74469,14 @@ "fileName": "menu/index.d.ts", "line": 133, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L133" } ] } } }, { - "id": 2066, + "id": 2100, "name": "separator", "variant": "declaration", "kind": 1024, @@ -73276,20 +74496,20 @@ "fileName": "menu/index.d.ts", "line": 162, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L162" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L162" } ], "type": { "type": "reflection", "declaration": { - "id": 2067, + "id": 2101, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2068, + "id": 2102, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -73320,7 +74540,7 @@ "fileName": "menu/index.d.ts", "line": 168, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L168" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L168" } ], "type": { @@ -73333,7 +74553,7 @@ { "title": "Properties", "children": [ - 2068 + 2102 ] } ], @@ -73342,7 +74562,7 @@ "fileName": "menu/index.d.ts", "line": 162, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L162" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L162" } ] } @@ -73353,12 +74573,12 @@ { "title": "Properties", "children": [ - 2069, - 2036, - 2044, - 2048, - 2060, - 2066 + 2103, + 2070, + 2078, + 2082, + 2094, + 2100 ] } ], @@ -73367,17 +74587,17 @@ "fileName": "menu/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2035, + "target": 2069, "name": "MenuDesignTokens", "package": "primeng" } @@ -73392,7 +74612,7 @@ { "title": "Interfaces", "children": [ - 2035 + 2069 ] } ], @@ -73401,12 +74621,12 @@ "fileName": "menu/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menu/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menu/index.d.ts#L1" } ] }, { - "id": 2073, + "id": 2107, "name": "themes/menubar", "variant": "declaration", "kind": 2, @@ -73421,14 +74641,14 @@ }, "children": [ { - "id": 2074, + "id": 2108, "name": "MenubarDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2135, + "id": 2169, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -73440,20 +74660,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2136, + "id": 2170, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2137, + "id": 2171, "name": "light", "variant": "declaration", "kind": 1024, @@ -73465,7 +74685,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -73477,7 +74697,7 @@ "typeArguments": [ { "type": "reference", - "target": 2074, + "target": 2108, "name": "MenubarDesignTokens", "package": "primeng" }, @@ -73491,7 +74711,7 @@ } }, { - "id": 2138, + "id": 2172, "name": "dark", "variant": "declaration", "kind": 1024, @@ -73503,7 +74723,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -73515,7 +74735,7 @@ "typeArguments": [ { "type": "reference", - "target": 2074, + "target": 2108, "name": "MenubarDesignTokens", "package": "primeng" }, @@ -73533,8 +74753,8 @@ { "title": "Properties", "children": [ - 2137, - 2138 + 2171, + 2172 ] } ], @@ -73543,19 +74763,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2075, + "id": 2109, "name": "root", "variant": "declaration", "kind": 1024, @@ -73575,20 +74795,20 @@ "fileName": "menubar/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2076, + "id": 2110, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2077, + "id": 2111, "name": "background", "variant": "declaration", "kind": 1024, @@ -73619,7 +74839,7 @@ "fileName": "menubar/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L23" } ], "type": { @@ -73628,7 +74848,7 @@ } }, { - "id": 2078, + "id": 2112, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -73659,7 +74879,7 @@ "fileName": "menubar/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L29" } ], "type": { @@ -73668,7 +74888,7 @@ } }, { - "id": 2079, + "id": 2113, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -73699,7 +74919,7 @@ "fileName": "menubar/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L35" } ], "type": { @@ -73708,7 +74928,7 @@ } }, { - "id": 2080, + "id": 2114, "name": "color", "variant": "declaration", "kind": 1024, @@ -73739,7 +74959,7 @@ "fileName": "menubar/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L41" } ], "type": { @@ -73748,7 +74968,7 @@ } }, { - "id": 2081, + "id": 2115, "name": "gap", "variant": "declaration", "kind": 1024, @@ -73779,7 +74999,7 @@ "fileName": "menubar/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L47" } ], "type": { @@ -73788,7 +75008,7 @@ } }, { - "id": 2082, + "id": 2116, "name": "padding", "variant": "declaration", "kind": 1024, @@ -73819,7 +75039,7 @@ "fileName": "menubar/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L53" } ], "type": { @@ -73828,7 +75048,7 @@ } }, { - "id": 2083, + "id": 2117, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -73859,7 +75079,7 @@ "fileName": "menubar/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L59" } ], "type": { @@ -73872,13 +75092,13 @@ { "title": "Properties", "children": [ - 2077, - 2078, - 2079, - 2080, - 2081, - 2082, - 2083 + 2111, + 2112, + 2113, + 2114, + 2115, + 2116, + 2117 ] } ], @@ -73887,14 +75107,14 @@ "fileName": "menubar/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L17" } ] } } }, { - "id": 2084, + "id": 2118, "name": "baseItem", "variant": "declaration", "kind": 1024, @@ -73914,20 +75134,20 @@ "fileName": "menubar/index.d.ts", "line": 64, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L64" } ], "type": { "type": "reflection", "declaration": { - "id": 2085, + "id": 2119, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2086, + "id": 2120, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -73958,7 +75178,7 @@ "fileName": "menubar/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L70" } ], "type": { @@ -73967,7 +75187,7 @@ } }, { - "id": 2087, + "id": 2121, "name": "padding", "variant": "declaration", "kind": 1024, @@ -73998,7 +75218,7 @@ "fileName": "menubar/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L76" } ], "type": { @@ -74011,8 +75231,8 @@ { "title": "Properties", "children": [ - 2086, - 2087 + 2120, + 2121 ] } ], @@ -74021,14 +75241,14 @@ "fileName": "menubar/index.d.ts", "line": 64, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L64" } ] } } }, { - "id": 2088, + "id": 2122, "name": "item", "variant": "declaration", "kind": 1024, @@ -74048,20 +75268,20 @@ "fileName": "menubar/index.d.ts", "line": 81, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L81" } ], "type": { "type": "reflection", "declaration": { - "id": 2089, + "id": 2123, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2090, + "id": 2124, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -74092,7 +75312,7 @@ "fileName": "menubar/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L87" } ], "type": { @@ -74101,7 +75321,7 @@ } }, { - "id": 2091, + "id": 2125, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -74132,7 +75352,7 @@ "fileName": "menubar/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L93" } ], "type": { @@ -74141,7 +75361,7 @@ } }, { - "id": 2092, + "id": 2126, "name": "color", "variant": "declaration", "kind": 1024, @@ -74172,7 +75392,7 @@ "fileName": "menubar/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L99" } ], "type": { @@ -74181,7 +75401,7 @@ } }, { - "id": 2093, + "id": 2127, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -74212,7 +75432,7 @@ "fileName": "menubar/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L105" } ], "type": { @@ -74221,7 +75441,7 @@ } }, { - "id": 2094, + "id": 2128, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -74252,7 +75472,7 @@ "fileName": "menubar/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L111" } ], "type": { @@ -74261,7 +75481,7 @@ } }, { - "id": 2095, + "id": 2129, "name": "padding", "variant": "declaration", "kind": 1024, @@ -74292,7 +75512,7 @@ "fileName": "menubar/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L117" } ], "type": { @@ -74301,7 +75521,7 @@ } }, { - "id": 2096, + "id": 2130, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -74332,7 +75552,7 @@ "fileName": "menubar/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L123" } ], "type": { @@ -74341,7 +75561,7 @@ } }, { - "id": 2097, + "id": 2131, "name": "gap", "variant": "declaration", "kind": 1024, @@ -74372,7 +75592,7 @@ "fileName": "menubar/index.d.ts", "line": 129, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L129" } ], "type": { @@ -74381,7 +75601,7 @@ } }, { - "id": 2098, + "id": 2132, "name": "icon", "variant": "declaration", "kind": 1024, @@ -74401,20 +75621,20 @@ "fileName": "menubar/index.d.ts", "line": 133, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L133" } ], "type": { "type": "reflection", "declaration": { - "id": 2099, + "id": 2133, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2100, + "id": 2134, "name": "color", "variant": "declaration", "kind": 1024, @@ -74445,7 +75665,7 @@ "fileName": "menubar/index.d.ts", "line": 139, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L139" } ], "type": { @@ -74454,7 +75674,7 @@ } }, { - "id": 2101, + "id": 2135, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -74485,7 +75705,7 @@ "fileName": "menubar/index.d.ts", "line": 145, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L145" } ], "type": { @@ -74494,7 +75714,7 @@ } }, { - "id": 2102, + "id": 2136, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -74525,7 +75745,7 @@ "fileName": "menubar/index.d.ts", "line": 151, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L151" } ], "type": { @@ -74538,9 +75758,9 @@ { "title": "Properties", "children": [ - 2100, - 2101, - 2102 + 2134, + 2135, + 2136 ] } ], @@ -74549,7 +75769,7 @@ "fileName": "menubar/index.d.ts", "line": 133, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L133" } ] } @@ -74560,15 +75780,15 @@ { "title": "Properties", "children": [ - 2090, - 2091, - 2092, - 2093, - 2094, - 2095, - 2096, - 2097, - 2098 + 2124, + 2125, + 2126, + 2127, + 2128, + 2129, + 2130, + 2131, + 2132 ] } ], @@ -74577,14 +75797,14 @@ "fileName": "menubar/index.d.ts", "line": 81, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L81" } ] } } }, { - "id": 2103, + "id": 2137, "name": "submenu", "variant": "declaration", "kind": 1024, @@ -74604,20 +75824,20 @@ "fileName": "menubar/index.d.ts", "line": 157, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L157" } ], "type": { "type": "reflection", "declaration": { - "id": 2104, + "id": 2138, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2105, + "id": 2139, "name": "padding", "variant": "declaration", "kind": 1024, @@ -74648,7 +75868,7 @@ "fileName": "menubar/index.d.ts", "line": 163, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L163" } ], "type": { @@ -74657,7 +75877,7 @@ } }, { - "id": 2106, + "id": 2140, "name": "gap", "variant": "declaration", "kind": 1024, @@ -74688,7 +75908,7 @@ "fileName": "menubar/index.d.ts", "line": 169, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L169" } ], "type": { @@ -74697,7 +75917,7 @@ } }, { - "id": 2107, + "id": 2141, "name": "background", "variant": "declaration", "kind": 1024, @@ -74728,7 +75948,7 @@ "fileName": "menubar/index.d.ts", "line": 175, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L175" } ], "type": { @@ -74737,7 +75957,7 @@ } }, { - "id": 2108, + "id": 2142, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -74768,7 +75988,7 @@ "fileName": "menubar/index.d.ts", "line": 181, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L181" } ], "type": { @@ -74777,7 +75997,7 @@ } }, { - "id": 2109, + "id": 2143, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -74808,7 +76028,7 @@ "fileName": "menubar/index.d.ts", "line": 187, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L187" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L187" } ], "type": { @@ -74817,7 +76037,7 @@ } }, { - "id": 2110, + "id": 2144, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -74848,7 +76068,7 @@ "fileName": "menubar/index.d.ts", "line": 193, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L193" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L193" } ], "type": { @@ -74857,7 +76077,7 @@ } }, { - "id": 2111, + "id": 2145, "name": "mobileIndent", "variant": "declaration", "kind": 1024, @@ -74888,7 +76108,7 @@ "fileName": "menubar/index.d.ts", "line": 199, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L199" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L199" } ], "type": { @@ -74901,13 +76121,13 @@ { "title": "Properties", "children": [ - 2105, - 2106, - 2107, - 2108, - 2109, - 2110, - 2111 + 2139, + 2140, + 2141, + 2142, + 2143, + 2144, + 2145 ] } ], @@ -74916,14 +76136,14 @@ "fileName": "menubar/index.d.ts", "line": 157, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L157" } ] } } }, { - "id": 2112, + "id": 2146, "name": "submenuIcon", "variant": "declaration", "kind": 1024, @@ -74943,20 +76163,20 @@ "fileName": "menubar/index.d.ts", "line": 204, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L204" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L204" } ], "type": { "type": "reflection", "declaration": { - "id": 2113, + "id": 2147, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2114, + "id": 2148, "name": "size", "variant": "declaration", "kind": 1024, @@ -74987,7 +76207,7 @@ "fileName": "menubar/index.d.ts", "line": 210, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L210" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L210" } ], "type": { @@ -74996,7 +76216,7 @@ } }, { - "id": 2115, + "id": 2149, "name": "color", "variant": "declaration", "kind": 1024, @@ -75027,7 +76247,7 @@ "fileName": "menubar/index.d.ts", "line": 216, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L216" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L216" } ], "type": { @@ -75036,7 +76256,7 @@ } }, { - "id": 2116, + "id": 2150, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -75067,7 +76287,7 @@ "fileName": "menubar/index.d.ts", "line": 222, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L222" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L222" } ], "type": { @@ -75076,7 +76296,7 @@ } }, { - "id": 2117, + "id": 2151, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -75107,7 +76327,7 @@ "fileName": "menubar/index.d.ts", "line": 228, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L228" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L228" } ], "type": { @@ -75120,10 +76340,10 @@ { "title": "Properties", "children": [ - 2114, - 2115, - 2116, - 2117 + 2148, + 2149, + 2150, + 2151 ] } ], @@ -75132,14 +76352,14 @@ "fileName": "menubar/index.d.ts", "line": 204, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L204" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L204" } ] } } }, { - "id": 2118, + "id": 2152, "name": "separator", "variant": "declaration", "kind": 1024, @@ -75159,20 +76379,20 @@ "fileName": "menubar/index.d.ts", "line": 233, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L233" } ], "type": { "type": "reflection", "declaration": { - "id": 2119, + "id": 2153, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2120, + "id": 2154, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -75203,7 +76423,7 @@ "fileName": "menubar/index.d.ts", "line": 239, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L239" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L239" } ], "type": { @@ -75216,7 +76436,7 @@ { "title": "Properties", "children": [ - 2120 + 2154 ] } ], @@ -75225,14 +76445,14 @@ "fileName": "menubar/index.d.ts", "line": 233, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L233" } ] } } }, { - "id": 2121, + "id": 2155, "name": "mobileButton", "variant": "declaration", "kind": 1024, @@ -75252,20 +76472,20 @@ "fileName": "menubar/index.d.ts", "line": 244, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L244" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L244" } ], "type": { "type": "reflection", "declaration": { - "id": 2122, + "id": 2156, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2123, + "id": 2157, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -75296,7 +76516,7 @@ "fileName": "menubar/index.d.ts", "line": 250, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L250" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L250" } ], "type": { @@ -75305,7 +76525,7 @@ } }, { - "id": 2124, + "id": 2158, "name": "size", "variant": "declaration", "kind": 1024, @@ -75336,7 +76556,7 @@ "fileName": "menubar/index.d.ts", "line": 256, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L256" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L256" } ], "type": { @@ -75345,7 +76565,7 @@ } }, { - "id": 2125, + "id": 2159, "name": "color", "variant": "declaration", "kind": 1024, @@ -75376,7 +76596,7 @@ "fileName": "menubar/index.d.ts", "line": 262, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L262" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L262" } ], "type": { @@ -75385,7 +76605,7 @@ } }, { - "id": 2126, + "id": 2160, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -75416,7 +76636,7 @@ "fileName": "menubar/index.d.ts", "line": 268, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L268" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L268" } ], "type": { @@ -75425,7 +76645,7 @@ } }, { - "id": 2127, + "id": 2161, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -75456,7 +76676,7 @@ "fileName": "menubar/index.d.ts", "line": 274, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L274" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L274" } ], "type": { @@ -75465,7 +76685,7 @@ } }, { - "id": 2128, + "id": 2162, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -75485,20 +76705,20 @@ "fileName": "menubar/index.d.ts", "line": 278, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L278" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L278" } ], "type": { "type": "reflection", "declaration": { - "id": 2129, + "id": 2163, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2130, + "id": 2164, "name": "width", "variant": "declaration", "kind": 1024, @@ -75529,7 +76749,7 @@ "fileName": "menubar/index.d.ts", "line": 284, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L284" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L284" } ], "type": { @@ -75538,7 +76758,7 @@ } }, { - "id": 2131, + "id": 2165, "name": "style", "variant": "declaration", "kind": 1024, @@ -75569,7 +76789,7 @@ "fileName": "menubar/index.d.ts", "line": 290, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L290" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L290" } ], "type": { @@ -75578,7 +76798,7 @@ } }, { - "id": 2132, + "id": 2166, "name": "color", "variant": "declaration", "kind": 1024, @@ -75609,7 +76829,7 @@ "fileName": "menubar/index.d.ts", "line": 296, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L296" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L296" } ], "type": { @@ -75618,7 +76838,7 @@ } }, { - "id": 2133, + "id": 2167, "name": "offset", "variant": "declaration", "kind": 1024, @@ -75649,7 +76869,7 @@ "fileName": "menubar/index.d.ts", "line": 302, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L302" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L302" } ], "type": { @@ -75658,7 +76878,7 @@ } }, { - "id": 2134, + "id": 2168, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -75689,7 +76909,7 @@ "fileName": "menubar/index.d.ts", "line": 308, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L308" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L308" } ], "type": { @@ -75702,11 +76922,11 @@ { "title": "Properties", "children": [ - 2130, - 2131, - 2132, - 2133, - 2134 + 2164, + 2165, + 2166, + 2167, + 2168 ] } ], @@ -75715,7 +76935,7 @@ "fileName": "menubar/index.d.ts", "line": 278, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L278" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L278" } ] } @@ -75726,12 +76946,12 @@ { "title": "Properties", "children": [ - 2123, - 2124, - 2125, - 2126, - 2127, - 2128 + 2157, + 2158, + 2159, + 2160, + 2161, + 2162 ] } ], @@ -75740,7 +76960,7 @@ "fileName": "menubar/index.d.ts", "line": 244, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L244" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L244" } ] } @@ -75751,14 +76971,14 @@ { "title": "Properties", "children": [ - 2135, - 2075, - 2084, - 2088, - 2103, - 2112, + 2169, + 2109, 2118, - 2121 + 2122, + 2137, + 2146, + 2152, + 2155 ] } ], @@ -75767,17 +76987,17 @@ "fileName": "menubar/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2074, + "target": 2108, "name": "MenubarDesignTokens", "package": "primeng" } @@ -75792,7 +77012,7 @@ { "title": "Interfaces", "children": [ - 2074 + 2108 ] } ], @@ -75801,12 +77021,12 @@ "fileName": "menubar/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/menubar/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/menubar/index.d.ts#L1" } ] }, { - "id": 2139, + "id": 2173, "name": "themes/message", "variant": "declaration", "kind": 2, @@ -75821,14 +77041,14 @@ }, "children": [ { - "id": 2140, + "id": 2174, "name": "MessageDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2248, + "id": 2282, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -75840,20 +77060,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2249, + "id": 2283, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2250, + "id": 2284, "name": "light", "variant": "declaration", "kind": 1024, @@ -75865,7 +77085,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -75877,7 +77097,7 @@ "typeArguments": [ { "type": "reference", - "target": 2140, + "target": 2174, "name": "MessageDesignTokens", "package": "primeng" }, @@ -75891,7 +77111,7 @@ } }, { - "id": 2251, + "id": 2285, "name": "dark", "variant": "declaration", "kind": 1024, @@ -75903,7 +77123,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -75915,7 +77135,7 @@ "typeArguments": [ { "type": "reference", - "target": 2140, + "target": 2174, "name": "MessageDesignTokens", "package": "primeng" }, @@ -75933,8 +77153,8 @@ { "title": "Properties", "children": [ - 2250, - 2251 + 2284, + 2285 ] } ], @@ -75943,19 +77163,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2141, + "id": 2175, "name": "root", "variant": "declaration", "kind": 1024, @@ -75975,20 +77195,20 @@ "fileName": "message/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2142, + "id": 2176, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2143, + "id": 2177, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -76019,7 +77239,7 @@ "fileName": "message/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L23" } ], "type": { @@ -76028,7 +77248,7 @@ } }, { - "id": 2144, + "id": 2178, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -76059,7 +77279,7 @@ "fileName": "message/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L29" } ], "type": { @@ -76068,7 +77288,7 @@ } }, { - "id": 2145, + "id": 2179, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -76099,7 +77319,7 @@ "fileName": "message/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L35" } ], "type": { @@ -76112,9 +77332,9 @@ { "title": "Properties", "children": [ - 2143, - 2144, - 2145 + 2177, + 2178, + 2179 ] } ], @@ -76123,14 +77343,14 @@ "fileName": "message/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L17" } ] } } }, { - "id": 2146, + "id": 2180, "name": "content", "variant": "declaration", "kind": 1024, @@ -76150,20 +77370,20 @@ "fileName": "message/index.d.ts", "line": 40, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L40" } ], "type": { "type": "reflection", "declaration": { - "id": 2147, + "id": 2181, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2148, + "id": 2182, "name": "padding", "variant": "declaration", "kind": 1024, @@ -76194,7 +77414,7 @@ "fileName": "message/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L46" } ], "type": { @@ -76203,7 +77423,7 @@ } }, { - "id": 2149, + "id": 2183, "name": "gap", "variant": "declaration", "kind": 1024, @@ -76234,7 +77454,7 @@ "fileName": "message/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L52" } ], "type": { @@ -76247,8 +77467,8 @@ { "title": "Properties", "children": [ - 2148, - 2149 + 2182, + 2183 ] } ], @@ -76257,14 +77477,14 @@ "fileName": "message/index.d.ts", "line": 40, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L40" } ] } } }, { - "id": 2150, + "id": 2184, "name": "text", "variant": "declaration", "kind": 1024, @@ -76284,20 +77504,20 @@ "fileName": "message/index.d.ts", "line": 57, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L57" } ], "type": { "type": "reflection", "declaration": { - "id": 2151, + "id": 2185, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2152, + "id": 2186, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -76328,7 +77548,7 @@ "fileName": "message/index.d.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L63" } ], "type": { @@ -76337,7 +77557,7 @@ } }, { - "id": 2153, + "id": 2187, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -76368,7 +77588,7 @@ "fileName": "message/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L69" } ], "type": { @@ -76381,8 +77601,8 @@ { "title": "Properties", "children": [ - 2152, - 2153 + 2186, + 2187 ] } ], @@ -76391,14 +77611,14 @@ "fileName": "message/index.d.ts", "line": 57, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L57" } ] } } }, { - "id": 2154, + "id": 2188, "name": "icon", "variant": "declaration", "kind": 1024, @@ -76418,20 +77638,20 @@ "fileName": "message/index.d.ts", "line": 74, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 2155, + "id": 2189, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2156, + "id": 2190, "name": "size", "variant": "declaration", "kind": 1024, @@ -76462,7 +77682,7 @@ "fileName": "message/index.d.ts", "line": 80, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L80" } ], "type": { @@ -76475,7 +77695,7 @@ { "title": "Properties", "children": [ - 2156 + 2190 ] } ], @@ -76484,14 +77704,14 @@ "fileName": "message/index.d.ts", "line": 74, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L74" } ] } } }, { - "id": 2157, + "id": 2191, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -76511,20 +77731,20 @@ "fileName": "message/index.d.ts", "line": 85, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L85" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L85" } ], "type": { "type": "reflection", "declaration": { - "id": 2158, + "id": 2192, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2159, + "id": 2193, "name": "width", "variant": "declaration", "kind": 1024, @@ -76555,7 +77775,7 @@ "fileName": "message/index.d.ts", "line": 91, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L91" } ], "type": { @@ -76564,7 +77784,7 @@ } }, { - "id": 2160, + "id": 2194, "name": "height", "variant": "declaration", "kind": 1024, @@ -76595,7 +77815,7 @@ "fileName": "message/index.d.ts", "line": 97, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L97" } ], "type": { @@ -76604,7 +77824,7 @@ } }, { - "id": 2161, + "id": 2195, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -76635,7 +77855,7 @@ "fileName": "message/index.d.ts", "line": 103, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L103" } ], "type": { @@ -76644,7 +77864,7 @@ } }, { - "id": 2162, + "id": 2196, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -76664,20 +77884,20 @@ "fileName": "message/index.d.ts", "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L107" } ], "type": { "type": "reflection", "declaration": { - "id": 2163, + "id": 2197, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2164, + "id": 2198, "name": "width", "variant": "declaration", "kind": 1024, @@ -76708,7 +77928,7 @@ "fileName": "message/index.d.ts", "line": 113, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L113" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L113" } ], "type": { @@ -76717,7 +77937,7 @@ } }, { - "id": 2165, + "id": 2199, "name": "style", "variant": "declaration", "kind": 1024, @@ -76748,7 +77968,7 @@ "fileName": "message/index.d.ts", "line": 119, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L119" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L119" } ], "type": { @@ -76757,7 +77977,7 @@ } }, { - "id": 2166, + "id": 2200, "name": "offset", "variant": "declaration", "kind": 1024, @@ -76788,7 +78008,7 @@ "fileName": "message/index.d.ts", "line": 125, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L125" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L125" } ], "type": { @@ -76801,9 +78021,9 @@ { "title": "Properties", "children": [ - 2164, - 2165, - 2166 + 2198, + 2199, + 2200 ] } ], @@ -76812,7 +78032,7 @@ "fileName": "message/index.d.ts", "line": 107, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L107" } ] } @@ -76823,10 +78043,10 @@ { "title": "Properties", "children": [ - 2159, - 2160, - 2161, - 2162 + 2193, + 2194, + 2195, + 2196 ] } ], @@ -76835,14 +78055,14 @@ "fileName": "message/index.d.ts", "line": 85, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L85" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L85" } ] } } }, { - "id": 2167, + "id": 2201, "name": "closeIcon", "variant": "declaration", "kind": 1024, @@ -76862,20 +78082,20 @@ "fileName": "message/index.d.ts", "line": 131, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L131" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L131" } ], "type": { "type": "reflection", "declaration": { - "id": 2168, + "id": 2202, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2169, + "id": 2203, "name": "size", "variant": "declaration", "kind": 1024, @@ -76906,7 +78126,7 @@ "fileName": "message/index.d.ts", "line": 137, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L137" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L137" } ], "type": { @@ -76919,7 +78139,7 @@ { "title": "Properties", "children": [ - 2169 + 2203 ] } ], @@ -76928,14 +78148,14 @@ "fileName": "message/index.d.ts", "line": 131, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L131" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L131" } ] } } }, { - "id": 2170, + "id": 2204, "name": "info", "variant": "declaration", "kind": 1024, @@ -76955,20 +78175,20 @@ "fileName": "message/index.d.ts", "line": 142, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L142" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L142" } ], "type": { "type": "reflection", "declaration": { - "id": 2171, + "id": 2205, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2172, + "id": 2206, "name": "background", "variant": "declaration", "kind": 1024, @@ -76999,7 +78219,7 @@ "fileName": "message/index.d.ts", "line": 148, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L148" } ], "type": { @@ -77008,7 +78228,7 @@ } }, { - "id": 2173, + "id": 2207, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -77039,7 +78259,7 @@ "fileName": "message/index.d.ts", "line": 154, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L154" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L154" } ], "type": { @@ -77048,7 +78268,7 @@ } }, { - "id": 2174, + "id": 2208, "name": "color", "variant": "declaration", "kind": 1024, @@ -77079,7 +78299,7 @@ "fileName": "message/index.d.ts", "line": 160, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L160" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L160" } ], "type": { @@ -77088,7 +78308,7 @@ } }, { - "id": 2175, + "id": 2209, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -77119,7 +78339,7 @@ "fileName": "message/index.d.ts", "line": 166, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L166" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L166" } ], "type": { @@ -77128,7 +78348,7 @@ } }, { - "id": 2176, + "id": 2210, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -77148,20 +78368,20 @@ "fileName": "message/index.d.ts", "line": 170, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L170" } ], "type": { "type": "reflection", "declaration": { - "id": 2177, + "id": 2211, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2178, + "id": 2212, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -77192,7 +78412,7 @@ "fileName": "message/index.d.ts", "line": 176, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L176" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L176" } ], "type": { @@ -77201,7 +78421,7 @@ } }, { - "id": 2179, + "id": 2213, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -77221,20 +78441,20 @@ "fileName": "message/index.d.ts", "line": 180, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L180" } ], "type": { "type": "reflection", "declaration": { - "id": 2180, + "id": 2214, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2181, + "id": 2215, "name": "color", "variant": "declaration", "kind": 1024, @@ -77265,7 +78485,7 @@ "fileName": "message/index.d.ts", "line": 186, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L186" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L186" } ], "type": { @@ -77274,7 +78494,7 @@ } }, { - "id": 2182, + "id": 2216, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -77305,7 +78525,7 @@ "fileName": "message/index.d.ts", "line": 192, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L192" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L192" } ], "type": { @@ -77318,8 +78538,8 @@ { "title": "Properties", "children": [ - 2181, - 2182 + 2215, + 2216 ] } ], @@ -77328,7 +78548,7 @@ "fileName": "message/index.d.ts", "line": 180, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L180" } ] } @@ -77339,8 +78559,8 @@ { "title": "Properties", "children": [ - 2178, - 2179 + 2212, + 2213 ] } ], @@ -77349,7 +78569,7 @@ "fileName": "message/index.d.ts", "line": 170, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L170" } ] } @@ -77360,11 +78580,11 @@ { "title": "Properties", "children": [ - 2172, - 2173, - 2174, - 2175, - 2176 + 2206, + 2207, + 2208, + 2209, + 2210 ] } ], @@ -77373,14 +78593,14 @@ "fileName": "message/index.d.ts", "line": 142, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L142" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L142" } ] } } }, { - "id": 2183, + "id": 2217, "name": "success", "variant": "declaration", "kind": 1024, @@ -77400,20 +78620,20 @@ "fileName": "message/index.d.ts", "line": 199, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L199" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L199" } ], "type": { "type": "reflection", "declaration": { - "id": 2184, + "id": 2218, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2185, + "id": 2219, "name": "background", "variant": "declaration", "kind": 1024, @@ -77444,7 +78664,7 @@ "fileName": "message/index.d.ts", "line": 205, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L205" } ], "type": { @@ -77453,7 +78673,7 @@ } }, { - "id": 2186, + "id": 2220, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -77484,7 +78704,7 @@ "fileName": "message/index.d.ts", "line": 211, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L211" } ], "type": { @@ -77493,7 +78713,7 @@ } }, { - "id": 2187, + "id": 2221, "name": "color", "variant": "declaration", "kind": 1024, @@ -77524,7 +78744,7 @@ "fileName": "message/index.d.ts", "line": 217, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L217" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L217" } ], "type": { @@ -77533,7 +78753,7 @@ } }, { - "id": 2188, + "id": 2222, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -77564,7 +78784,7 @@ "fileName": "message/index.d.ts", "line": 223, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L223" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L223" } ], "type": { @@ -77573,7 +78793,7 @@ } }, { - "id": 2189, + "id": 2223, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -77593,20 +78813,20 @@ "fileName": "message/index.d.ts", "line": 227, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L227" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L227" } ], "type": { "type": "reflection", "declaration": { - "id": 2190, + "id": 2224, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2191, + "id": 2225, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -77637,7 +78857,7 @@ "fileName": "message/index.d.ts", "line": 233, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L233" } ], "type": { @@ -77646,7 +78866,7 @@ } }, { - "id": 2192, + "id": 2226, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -77666,20 +78886,20 @@ "fileName": "message/index.d.ts", "line": 237, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L237" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L237" } ], "type": { "type": "reflection", "declaration": { - "id": 2193, + "id": 2227, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2194, + "id": 2228, "name": "color", "variant": "declaration", "kind": 1024, @@ -77710,7 +78930,7 @@ "fileName": "message/index.d.ts", "line": 243, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L243" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L243" } ], "type": { @@ -77719,7 +78939,7 @@ } }, { - "id": 2195, + "id": 2229, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -77750,7 +78970,7 @@ "fileName": "message/index.d.ts", "line": 249, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L249" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L249" } ], "type": { @@ -77763,8 +78983,8 @@ { "title": "Properties", "children": [ - 2194, - 2195 + 2228, + 2229 ] } ], @@ -77773,7 +78993,7 @@ "fileName": "message/index.d.ts", "line": 237, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L237" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L237" } ] } @@ -77784,8 +79004,8 @@ { "title": "Properties", "children": [ - 2191, - 2192 + 2225, + 2226 ] } ], @@ -77794,7 +79014,7 @@ "fileName": "message/index.d.ts", "line": 227, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L227" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L227" } ] } @@ -77805,11 +79025,11 @@ { "title": "Properties", "children": [ - 2185, - 2186, - 2187, - 2188, - 2189 + 2219, + 2220, + 2221, + 2222, + 2223 ] } ], @@ -77818,14 +79038,14 @@ "fileName": "message/index.d.ts", "line": 199, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L199" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L199" } ] } } }, { - "id": 2196, + "id": 2230, "name": "warn", "variant": "declaration", "kind": 1024, @@ -77845,20 +79065,20 @@ "fileName": "message/index.d.ts", "line": 256, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L256" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L256" } ], "type": { "type": "reflection", "declaration": { - "id": 2197, + "id": 2231, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2198, + "id": 2232, "name": "background", "variant": "declaration", "kind": 1024, @@ -77889,7 +79109,7 @@ "fileName": "message/index.d.ts", "line": 262, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L262" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L262" } ], "type": { @@ -77898,7 +79118,7 @@ } }, { - "id": 2199, + "id": 2233, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -77929,7 +79149,7 @@ "fileName": "message/index.d.ts", "line": 268, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L268" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L268" } ], "type": { @@ -77938,7 +79158,7 @@ } }, { - "id": 2200, + "id": 2234, "name": "color", "variant": "declaration", "kind": 1024, @@ -77969,7 +79189,7 @@ "fileName": "message/index.d.ts", "line": 274, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L274" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L274" } ], "type": { @@ -77978,7 +79198,7 @@ } }, { - "id": 2201, + "id": 2235, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -78009,7 +79229,7 @@ "fileName": "message/index.d.ts", "line": 280, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L280" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L280" } ], "type": { @@ -78018,7 +79238,7 @@ } }, { - "id": 2202, + "id": 2236, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -78038,20 +79258,20 @@ "fileName": "message/index.d.ts", "line": 284, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L284" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L284" } ], "type": { "type": "reflection", "declaration": { - "id": 2203, + "id": 2237, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2204, + "id": 2238, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -78082,7 +79302,7 @@ "fileName": "message/index.d.ts", "line": 290, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L290" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L290" } ], "type": { @@ -78091,7 +79311,7 @@ } }, { - "id": 2205, + "id": 2239, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -78111,20 +79331,20 @@ "fileName": "message/index.d.ts", "line": 294, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L294" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L294" } ], "type": { "type": "reflection", "declaration": { - "id": 2206, + "id": 2240, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2207, + "id": 2241, "name": "color", "variant": "declaration", "kind": 1024, @@ -78155,7 +79375,7 @@ "fileName": "message/index.d.ts", "line": 300, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L300" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L300" } ], "type": { @@ -78164,7 +79384,7 @@ } }, { - "id": 2208, + "id": 2242, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -78195,7 +79415,7 @@ "fileName": "message/index.d.ts", "line": 306, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L306" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L306" } ], "type": { @@ -78208,8 +79428,8 @@ { "title": "Properties", "children": [ - 2207, - 2208 + 2241, + 2242 ] } ], @@ -78218,7 +79438,7 @@ "fileName": "message/index.d.ts", "line": 294, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L294" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L294" } ] } @@ -78229,8 +79449,8 @@ { "title": "Properties", "children": [ - 2204, - 2205 + 2238, + 2239 ] } ], @@ -78239,7 +79459,7 @@ "fileName": "message/index.d.ts", "line": 284, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L284" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L284" } ] } @@ -78250,11 +79470,11 @@ { "title": "Properties", "children": [ - 2198, - 2199, - 2200, - 2201, - 2202 + 2232, + 2233, + 2234, + 2235, + 2236 ] } ], @@ -78263,14 +79483,14 @@ "fileName": "message/index.d.ts", "line": 256, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L256" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L256" } ] } } }, { - "id": 2209, + "id": 2243, "name": "error", "variant": "declaration", "kind": 1024, @@ -78290,20 +79510,20 @@ "fileName": "message/index.d.ts", "line": 313, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L313" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L313" } ], "type": { "type": "reflection", "declaration": { - "id": 2210, + "id": 2244, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2211, + "id": 2245, "name": "background", "variant": "declaration", "kind": 1024, @@ -78334,7 +79554,7 @@ "fileName": "message/index.d.ts", "line": 319, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L319" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L319" } ], "type": { @@ -78343,7 +79563,7 @@ } }, { - "id": 2212, + "id": 2246, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -78374,7 +79594,7 @@ "fileName": "message/index.d.ts", "line": 325, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L325" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L325" } ], "type": { @@ -78383,7 +79603,7 @@ } }, { - "id": 2213, + "id": 2247, "name": "color", "variant": "declaration", "kind": 1024, @@ -78414,7 +79634,7 @@ "fileName": "message/index.d.ts", "line": 331, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L331" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L331" } ], "type": { @@ -78423,7 +79643,7 @@ } }, { - "id": 2214, + "id": 2248, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -78454,7 +79674,7 @@ "fileName": "message/index.d.ts", "line": 337, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L337" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L337" } ], "type": { @@ -78463,7 +79683,7 @@ } }, { - "id": 2215, + "id": 2249, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -78483,20 +79703,20 @@ "fileName": "message/index.d.ts", "line": 341, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L341" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L341" } ], "type": { "type": "reflection", "declaration": { - "id": 2216, + "id": 2250, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2217, + "id": 2251, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -78527,7 +79747,7 @@ "fileName": "message/index.d.ts", "line": 347, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L347" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L347" } ], "type": { @@ -78536,7 +79756,7 @@ } }, { - "id": 2218, + "id": 2252, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -78556,20 +79776,20 @@ "fileName": "message/index.d.ts", "line": 351, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L351" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L351" } ], "type": { "type": "reflection", "declaration": { - "id": 2219, + "id": 2253, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2220, + "id": 2254, "name": "color", "variant": "declaration", "kind": 1024, @@ -78600,7 +79820,7 @@ "fileName": "message/index.d.ts", "line": 357, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L357" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L357" } ], "type": { @@ -78609,7 +79829,7 @@ } }, { - "id": 2221, + "id": 2255, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -78640,7 +79860,7 @@ "fileName": "message/index.d.ts", "line": 363, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L363" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L363" } ], "type": { @@ -78653,8 +79873,8 @@ { "title": "Properties", "children": [ - 2220, - 2221 + 2254, + 2255 ] } ], @@ -78663,7 +79883,7 @@ "fileName": "message/index.d.ts", "line": 351, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L351" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L351" } ] } @@ -78674,8 +79894,8 @@ { "title": "Properties", "children": [ - 2217, - 2218 + 2251, + 2252 ] } ], @@ -78684,7 +79904,7 @@ "fileName": "message/index.d.ts", "line": 341, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L341" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L341" } ] } @@ -78695,11 +79915,11 @@ { "title": "Properties", "children": [ - 2211, - 2212, - 2213, - 2214, - 2215 + 2245, + 2246, + 2247, + 2248, + 2249 ] } ], @@ -78708,14 +79928,14 @@ "fileName": "message/index.d.ts", "line": 313, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L313" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L313" } ] } } }, { - "id": 2222, + "id": 2256, "name": "secondary", "variant": "declaration", "kind": 1024, @@ -78735,20 +79955,20 @@ "fileName": "message/index.d.ts", "line": 370, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L370" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L370" } ], "type": { "type": "reflection", "declaration": { - "id": 2223, + "id": 2257, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2224, + "id": 2258, "name": "background", "variant": "declaration", "kind": 1024, @@ -78779,7 +79999,7 @@ "fileName": "message/index.d.ts", "line": 376, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L376" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L376" } ], "type": { @@ -78788,7 +80008,7 @@ } }, { - "id": 2225, + "id": 2259, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -78819,7 +80039,7 @@ "fileName": "message/index.d.ts", "line": 382, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L382" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L382" } ], "type": { @@ -78828,7 +80048,7 @@ } }, { - "id": 2226, + "id": 2260, "name": "color", "variant": "declaration", "kind": 1024, @@ -78859,7 +80079,7 @@ "fileName": "message/index.d.ts", "line": 388, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L388" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L388" } ], "type": { @@ -78868,7 +80088,7 @@ } }, { - "id": 2227, + "id": 2261, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -78899,7 +80119,7 @@ "fileName": "message/index.d.ts", "line": 394, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L394" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L394" } ], "type": { @@ -78908,7 +80128,7 @@ } }, { - "id": 2228, + "id": 2262, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -78928,20 +80148,20 @@ "fileName": "message/index.d.ts", "line": 398, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L398" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L398" } ], "type": { "type": "reflection", "declaration": { - "id": 2229, + "id": 2263, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2230, + "id": 2264, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -78972,7 +80192,7 @@ "fileName": "message/index.d.ts", "line": 404, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L404" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L404" } ], "type": { @@ -78981,7 +80201,7 @@ } }, { - "id": 2231, + "id": 2265, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -79001,20 +80221,20 @@ "fileName": "message/index.d.ts", "line": 408, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L408" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L408" } ], "type": { "type": "reflection", "declaration": { - "id": 2232, + "id": 2266, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2233, + "id": 2267, "name": "color", "variant": "declaration", "kind": 1024, @@ -79045,7 +80265,7 @@ "fileName": "message/index.d.ts", "line": 414, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L414" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L414" } ], "type": { @@ -79054,7 +80274,7 @@ } }, { - "id": 2234, + "id": 2268, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -79085,7 +80305,7 @@ "fileName": "message/index.d.ts", "line": 420, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L420" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L420" } ], "type": { @@ -79098,8 +80318,8 @@ { "title": "Properties", "children": [ - 2233, - 2234 + 2267, + 2268 ] } ], @@ -79108,7 +80328,7 @@ "fileName": "message/index.d.ts", "line": 408, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L408" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L408" } ] } @@ -79119,8 +80339,8 @@ { "title": "Properties", "children": [ - 2230, - 2231 + 2264, + 2265 ] } ], @@ -79129,7 +80349,7 @@ "fileName": "message/index.d.ts", "line": 398, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L398" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L398" } ] } @@ -79140,11 +80360,11 @@ { "title": "Properties", "children": [ - 2224, - 2225, - 2226, - 2227, - 2228 + 2258, + 2259, + 2260, + 2261, + 2262 ] } ], @@ -79153,14 +80373,14 @@ "fileName": "message/index.d.ts", "line": 370, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L370" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L370" } ] } } }, { - "id": 2235, + "id": 2269, "name": "contrast", "variant": "declaration", "kind": 1024, @@ -79180,20 +80400,20 @@ "fileName": "message/index.d.ts", "line": 427, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L427" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L427" } ], "type": { "type": "reflection", "declaration": { - "id": 2236, + "id": 2270, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2237, + "id": 2271, "name": "background", "variant": "declaration", "kind": 1024, @@ -79224,7 +80444,7 @@ "fileName": "message/index.d.ts", "line": 433, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L433" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L433" } ], "type": { @@ -79233,7 +80453,7 @@ } }, { - "id": 2238, + "id": 2272, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -79264,7 +80484,7 @@ "fileName": "message/index.d.ts", "line": 439, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L439" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L439" } ], "type": { @@ -79273,7 +80493,7 @@ } }, { - "id": 2239, + "id": 2273, "name": "color", "variant": "declaration", "kind": 1024, @@ -79304,7 +80524,7 @@ "fileName": "message/index.d.ts", "line": 445, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L445" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L445" } ], "type": { @@ -79313,7 +80533,7 @@ } }, { - "id": 2240, + "id": 2274, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -79344,7 +80564,7 @@ "fileName": "message/index.d.ts", "line": 451, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L451" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L451" } ], "type": { @@ -79353,7 +80573,7 @@ } }, { - "id": 2241, + "id": 2275, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -79373,20 +80593,20 @@ "fileName": "message/index.d.ts", "line": 455, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L455" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L455" } ], "type": { "type": "reflection", "declaration": { - "id": 2242, + "id": 2276, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2243, + "id": 2277, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -79417,7 +80637,7 @@ "fileName": "message/index.d.ts", "line": 461, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L461" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L461" } ], "type": { @@ -79426,7 +80646,7 @@ } }, { - "id": 2244, + "id": 2278, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -79446,20 +80666,20 @@ "fileName": "message/index.d.ts", "line": 465, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L465" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L465" } ], "type": { "type": "reflection", "declaration": { - "id": 2245, + "id": 2279, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2246, + "id": 2280, "name": "color", "variant": "declaration", "kind": 1024, @@ -79490,7 +80710,7 @@ "fileName": "message/index.d.ts", "line": 471, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L471" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L471" } ], "type": { @@ -79499,7 +80719,7 @@ } }, { - "id": 2247, + "id": 2281, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -79530,7 +80750,7 @@ "fileName": "message/index.d.ts", "line": 477, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L477" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L477" } ], "type": { @@ -79543,8 +80763,8 @@ { "title": "Properties", "children": [ - 2246, - 2247 + 2280, + 2281 ] } ], @@ -79553,7 +80773,7 @@ "fileName": "message/index.d.ts", "line": 465, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L465" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L465" } ] } @@ -79564,8 +80784,8 @@ { "title": "Properties", "children": [ - 2243, - 2244 + 2277, + 2278 ] } ], @@ -79574,7 +80794,7 @@ "fileName": "message/index.d.ts", "line": 455, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L455" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L455" } ] } @@ -79585,11 +80805,11 @@ { "title": "Properties", "children": [ - 2237, - 2238, - 2239, - 2240, - 2241 + 2271, + 2272, + 2273, + 2274, + 2275 ] } ], @@ -79598,7 +80818,7 @@ "fileName": "message/index.d.ts", "line": 427, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L427" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L427" } ] } @@ -79609,19 +80829,19 @@ { "title": "Properties", "children": [ - 2248, - 2141, - 2146, - 2150, - 2154, - 2157, - 2167, - 2170, - 2183, - 2196, - 2209, - 2222, - 2235 + 2282, + 2175, + 2180, + 2184, + 2188, + 2191, + 2201, + 2204, + 2217, + 2230, + 2243, + 2256, + 2269 ] } ], @@ -79630,17 +80850,17 @@ "fileName": "message/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2140, + "target": 2174, "name": "MessageDesignTokens", "package": "primeng" } @@ -79655,7 +80875,7 @@ { "title": "Interfaces", "children": [ - 2140 + 2174 ] } ], @@ -79664,12 +80884,12 @@ "fileName": "message/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/message/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/message/index.d.ts#L1" } ] }, { - "id": 2252, + "id": 2286, "name": "themes/metergroup", "variant": "declaration", "kind": 2, @@ -79684,14 +80904,14 @@ }, "children": [ { - "id": 2253, + "id": 2287, "name": "MeterGroupDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2275, + "id": 2309, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -79703,20 +80923,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2276, + "id": 2310, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2277, + "id": 2311, "name": "light", "variant": "declaration", "kind": 1024, @@ -79728,7 +80948,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -79740,7 +80960,7 @@ "typeArguments": [ { "type": "reference", - "target": 2253, + "target": 2287, "name": "MeterGroupDesignTokens", "package": "primeng" }, @@ -79754,7 +80974,7 @@ } }, { - "id": 2278, + "id": 2312, "name": "dark", "variant": "declaration", "kind": 1024, @@ -79766,7 +80986,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -79778,7 +80998,7 @@ "typeArguments": [ { "type": "reference", - "target": 2253, + "target": 2287, "name": "MeterGroupDesignTokens", "package": "primeng" }, @@ -79796,8 +81016,8 @@ { "title": "Properties", "children": [ - 2277, - 2278 + 2311, + 2312 ] } ], @@ -79806,19 +81026,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2254, + "id": 2288, "name": "root", "variant": "declaration", "kind": 1024, @@ -79838,20 +81058,20 @@ "fileName": "metergroup/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2255, + "id": 2289, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2256, + "id": 2290, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -79882,7 +81102,7 @@ "fileName": "metergroup/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L23" } ], "type": { @@ -79891,7 +81111,7 @@ } }, { - "id": 2257, + "id": 2291, "name": "gap", "variant": "declaration", "kind": 1024, @@ -79922,7 +81142,7 @@ "fileName": "metergroup/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L29" } ], "type": { @@ -79935,8 +81155,8 @@ { "title": "Properties", "children": [ - 2256, - 2257 + 2290, + 2291 ] } ], @@ -79945,14 +81165,14 @@ "fileName": "metergroup/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L17" } ] } } }, { - "id": 2258, + "id": 2292, "name": "meters", "variant": "declaration", "kind": 1024, @@ -79972,20 +81192,20 @@ "fileName": "metergroup/index.d.ts", "line": 34, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L34" } ], "type": { "type": "reflection", "declaration": { - "id": 2259, + "id": 2293, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2260, + "id": 2294, "name": "background", "variant": "declaration", "kind": 1024, @@ -80016,7 +81236,7 @@ "fileName": "metergroup/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L40" } ], "type": { @@ -80025,7 +81245,7 @@ } }, { - "id": 2261, + "id": 2295, "name": "size", "variant": "declaration", "kind": 1024, @@ -80056,7 +81276,7 @@ "fileName": "metergroup/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L46" } ], "type": { @@ -80069,8 +81289,8 @@ { "title": "Properties", "children": [ - 2260, - 2261 + 2294, + 2295 ] } ], @@ -80079,14 +81299,14 @@ "fileName": "metergroup/index.d.ts", "line": 34, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L34" } ] } } }, { - "id": 2262, + "id": 2296, "name": "label", "variant": "declaration", "kind": 1024, @@ -80106,20 +81326,20 @@ "fileName": "metergroup/index.d.ts", "line": 51, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L51" } ], "type": { "type": "reflection", "declaration": { - "id": 2263, + "id": 2297, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2264, + "id": 2298, "name": "gap", "variant": "declaration", "kind": 1024, @@ -80150,7 +81370,7 @@ "fileName": "metergroup/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L57" } ], "type": { @@ -80163,7 +81383,7 @@ { "title": "Properties", "children": [ - 2264 + 2298 ] } ], @@ -80172,14 +81392,14 @@ "fileName": "metergroup/index.d.ts", "line": 51, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L51" } ] } } }, { - "id": 2265, + "id": 2299, "name": "labelMarker", "variant": "declaration", "kind": 1024, @@ -80199,20 +81419,20 @@ "fileName": "metergroup/index.d.ts", "line": 62, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L62" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L62" } ], "type": { "type": "reflection", "declaration": { - "id": 2266, + "id": 2300, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2267, + "id": 2301, "name": "size", "variant": "declaration", "kind": 1024, @@ -80243,7 +81463,7 @@ "fileName": "metergroup/index.d.ts", "line": 68, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L68" } ], "type": { @@ -80256,7 +81476,7 @@ { "title": "Properties", "children": [ - 2267 + 2301 ] } ], @@ -80265,14 +81485,14 @@ "fileName": "metergroup/index.d.ts", "line": 62, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L62" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L62" } ] } } }, { - "id": 2268, + "id": 2302, "name": "labelIcon", "variant": "declaration", "kind": 1024, @@ -80292,20 +81512,20 @@ "fileName": "metergroup/index.d.ts", "line": 73, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L73" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L73" } ], "type": { "type": "reflection", "declaration": { - "id": 2269, + "id": 2303, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2270, + "id": 2304, "name": "size", "variant": "declaration", "kind": 1024, @@ -80336,7 +81556,7 @@ "fileName": "metergroup/index.d.ts", "line": 79, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L79" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L79" } ], "type": { @@ -80349,7 +81569,7 @@ { "title": "Properties", "children": [ - 2270 + 2304 ] } ], @@ -80358,14 +81578,14 @@ "fileName": "metergroup/index.d.ts", "line": 73, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L73" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L73" } ] } } }, { - "id": 2271, + "id": 2305, "name": "labelList", "variant": "declaration", "kind": 1024, @@ -80385,20 +81605,20 @@ "fileName": "metergroup/index.d.ts", "line": 84, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L84" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L84" } ], "type": { "type": "reflection", "declaration": { - "id": 2272, + "id": 2306, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2273, + "id": 2307, "name": "verticalGap", "variant": "declaration", "kind": 1024, @@ -80429,7 +81649,7 @@ "fileName": "metergroup/index.d.ts", "line": 90, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L90" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L90" } ], "type": { @@ -80438,7 +81658,7 @@ } }, { - "id": 2274, + "id": 2308, "name": "horizontalGap", "variant": "declaration", "kind": 1024, @@ -80469,7 +81689,7 @@ "fileName": "metergroup/index.d.ts", "line": 96, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L96" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L96" } ], "type": { @@ -80482,8 +81702,8 @@ { "title": "Properties", "children": [ - 2273, - 2274 + 2307, + 2308 ] } ], @@ -80492,7 +81712,7 @@ "fileName": "metergroup/index.d.ts", "line": 84, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L84" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L84" } ] } @@ -80503,13 +81723,13 @@ { "title": "Properties", "children": [ - 2275, - 2254, - 2258, - 2262, - 2265, - 2268, - 2271 + 2309, + 2288, + 2292, + 2296, + 2299, + 2302, + 2305 ] } ], @@ -80518,17 +81738,17 @@ "fileName": "metergroup/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2253, + "target": 2287, "name": "MeterGroupDesignTokens", "package": "primeng" } @@ -80543,7 +81763,7 @@ { "title": "Interfaces", "children": [ - 2253 + 2287 ] } ], @@ -80552,12 +81772,12 @@ "fileName": "metergroup/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/metergroup/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/metergroup/index.d.ts#L1" } ] }, { - "id": 2279, + "id": 2313, "name": "themes/multiselect", "variant": "declaration", "kind": 2, @@ -80572,14 +81792,14 @@ }, "children": [ { - "id": 2280, + "id": 2314, "name": "MultiSelectDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2348, + "id": 2397, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -80591,20 +81811,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2349, + "id": 2398, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2350, + "id": 2399, "name": "light", "variant": "declaration", "kind": 1024, @@ -80616,7 +81836,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -80628,7 +81848,7 @@ "typeArguments": [ { "type": "reference", - "target": 2280, + "target": 2314, "name": "MultiSelectDesignTokens", "package": "primeng" }, @@ -80642,7 +81862,7 @@ } }, { - "id": 2351, + "id": 2400, "name": "dark", "variant": "declaration", "kind": 1024, @@ -80654,7 +81874,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -80666,7 +81886,7 @@ "typeArguments": [ { "type": "reference", - "target": 2280, + "target": 2314, "name": "MultiSelectDesignTokens", "package": "primeng" }, @@ -80684,8 +81904,8 @@ { "title": "Properties", "children": [ - 2350, - 2351 + 2399, + 2400 ] } ], @@ -80694,19 +81914,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2281, + "id": 2315, "name": "root", "variant": "declaration", "kind": 1024, @@ -80726,20 +81946,20 @@ "fileName": "multiselect/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2282, + "id": 2316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2283, + "id": 2317, "name": "background", "variant": "declaration", "kind": 1024, @@ -80770,7 +81990,7 @@ "fileName": "multiselect/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L23" } ], "type": { @@ -80779,7 +81999,7 @@ } }, { - "id": 2284, + "id": 2318, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -80810,7 +82030,7 @@ "fileName": "multiselect/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L29" } ], "type": { @@ -80819,7 +82039,7 @@ } }, { - "id": 2285, + "id": 2319, "name": "filledBackground", "variant": "declaration", "kind": 1024, @@ -80850,7 +82070,7 @@ "fileName": "multiselect/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L35" } ], "type": { @@ -80859,7 +82079,47 @@ } }, { - "id": 2286, + "id": 2320, + "name": "filledHoverBackground", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Filled hover background of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "multiselect.filled.hover.background" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 41, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L41" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2321, "name": "filledFocusBackground", "variant": "declaration", "kind": 1024, @@ -80888,9 +82148,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 41, + "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L47" } ], "type": { @@ -80899,7 +82159,7 @@ } }, { - "id": 2287, + "id": 2322, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -80928,9 +82188,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 47, + "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L53" } ], "type": { @@ -80939,7 +82199,7 @@ } }, { - "id": 2288, + "id": 2323, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -80968,9 +82228,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 53, + "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L59" } ], "type": { @@ -80979,7 +82239,7 @@ } }, { - "id": 2289, + "id": 2324, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -81008,9 +82268,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 59, + "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L65" } ], "type": { @@ -81019,7 +82279,7 @@ } }, { - "id": 2290, + "id": 2325, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -81048,9 +82308,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 65, + "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L71" } ], "type": { @@ -81059,7 +82319,7 @@ } }, { - "id": 2291, + "id": 2326, "name": "color", "variant": "declaration", "kind": 1024, @@ -81088,9 +82348,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 71, + "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L77" } ], "type": { @@ -81099,7 +82359,7 @@ } }, { - "id": 2292, + "id": 2327, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -81128,9 +82388,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 77, + "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L83" } ], "type": { @@ -81139,7 +82399,7 @@ } }, { - "id": 2293, + "id": 2328, "name": "placeholderColor", "variant": "declaration", "kind": 1024, @@ -81168,9 +82428,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 83, + "line": 89, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L89" } ], "type": { @@ -81179,7 +82439,47 @@ } }, { - "id": 2294, + "id": 2329, + "name": "invalidPlaceholderColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invalid placeholder color of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "multiselect.invalid.placeholder.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 95, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2330, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -81208,9 +82508,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 89, + "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L101" } ], "type": { @@ -81219,7 +82519,7 @@ } }, { - "id": 2295, + "id": 2331, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -81248,9 +82548,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 95, + "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L107" } ], "type": { @@ -81259,7 +82559,7 @@ } }, { - "id": 2296, + "id": 2332, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -81288,9 +82588,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 101, + "line": 113, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L113" } ], "type": { @@ -81299,7 +82599,7 @@ } }, { - "id": 2297, + "id": 2333, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -81328,9 +82628,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 107, + "line": 119, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L119" } ], "type": { @@ -81339,7 +82639,7 @@ } }, { - "id": 2298, + "id": 2334, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -81357,22 +82657,22 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 111, + "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L123" } ], "type": { "type": "reflection", "declaration": { - "id": 2299, + "id": 2335, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2300, + "id": 2336, "name": "width", "variant": "declaration", "kind": 1024, @@ -81401,9 +82701,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 117, + "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L129" } ], "type": { @@ -81412,7 +82712,7 @@ } }, { - "id": 2301, + "id": 2337, "name": "style", "variant": "declaration", "kind": 1024, @@ -81441,9 +82741,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 123, + "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L135" } ], "type": { @@ -81452,7 +82752,7 @@ } }, { - "id": 2302, + "id": 2338, "name": "color", "variant": "declaration", "kind": 1024, @@ -81481,9 +82781,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 129, + "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L141" } ], "type": { @@ -81492,7 +82792,7 @@ } }, { - "id": 2303, + "id": 2339, "name": "offset", "variant": "declaration", "kind": 1024, @@ -81521,9 +82821,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 135, + "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L147" } ], "type": { @@ -81532,7 +82832,7 @@ } }, { - "id": 2304, + "id": 2340, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -81561,9 +82861,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 141, + "line": 153, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L153" } ], "type": { @@ -81576,27 +82876,27 @@ { "title": "Properties", "children": [ - 2300, - 2301, - 2302, - 2303, - 2304 + 2336, + 2337, + 2338, + 2339, + 2340 ] } ], "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 111, + "line": 123, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L123" } ] } } }, { - "id": 2305, + "id": 2341, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -81625,38 +82925,392 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 148, + "line": 160, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L160" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 2342, + "name": "sm", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sm of root" + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 164, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L164" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 2343, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2344, + "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": "multiselect.sm.font.size" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 170, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L170" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2345, + "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": "multiselect.sm.padding.x" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 176, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L176" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2346, + "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": "multiselect.sm.padding.y" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 182, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L182" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2344, + 2345, + 2346 + ] + } + ], + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 164, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L164" + } + ] + } + } + }, + { + "id": 2347, + "name": "lg", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Lg of root" + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 187, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L187" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 2348, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2349, + "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": "multiselect.lg.font.size" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 193, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L193" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2350, + "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": "multiselect.lg.padding.x" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 199, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2351, + "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": "multiselect.lg.padding.y" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 205, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L205" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2349, + 2350, + 2351 + ] + } + ], + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 187, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L187" + } + ] + } + } } ], "groups": [ { "title": "Properties", "children": [ - 2283, - 2284, - 2285, - 2286, - 2287, - 2288, - 2289, - 2290, - 2291, - 2292, - 2293, - 2294, - 2295, - 2296, - 2297, - 2298, - 2305 + 2317, + 2318, + 2319, + 2320, + 2321, + 2322, + 2323, + 2324, + 2325, + 2326, + 2327, + 2328, + 2329, + 2330, + 2331, + 2332, + 2333, + 2334, + 2341, + 2342, + 2347 ] } ], @@ -81665,14 +83319,14 @@ "fileName": "multiselect/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L17" } ] } } }, { - "id": 2306, + "id": 2352, "name": "dropdown", "variant": "declaration", "kind": 1024, @@ -81690,22 +83344,22 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 153, + "line": 211, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L211" } ], "type": { "type": "reflection", "declaration": { - "id": 2307, + "id": 2353, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2308, + "id": 2354, "name": "width", "variant": "declaration", "kind": 1024, @@ -81734,9 +83388,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 159, + "line": 217, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L217" } ], "type": { @@ -81745,7 +83399,7 @@ } }, { - "id": 2309, + "id": 2355, "name": "color", "variant": "declaration", "kind": 1024, @@ -81774,9 +83428,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 165, + "line": 223, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L223" } ], "type": { @@ -81789,24 +83443,24 @@ { "title": "Properties", "children": [ - 2308, - 2309 + 2354, + 2355 ] } ], "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 153, + "line": 211, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L211" } ] } } }, { - "id": 2310, + "id": 2356, "name": "overlay", "variant": "declaration", "kind": 1024, @@ -81824,22 +83478,22 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 170, + "line": 228, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L228" } ], "type": { "type": "reflection", "declaration": { - "id": 2311, + "id": 2357, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2312, + "id": 2358, "name": "background", "variant": "declaration", "kind": 1024, @@ -81868,9 +83522,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 176, + "line": 234, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L176" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L234" } ], "type": { @@ -81879,7 +83533,7 @@ } }, { - "id": 2313, + "id": 2359, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -81908,9 +83562,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 182, + "line": 240, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L182" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L240" } ], "type": { @@ -81919,7 +83573,7 @@ } }, { - "id": 2314, + "id": 2360, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -81948,9 +83602,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 188, + "line": 246, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L188" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L246" } ], "type": { @@ -81959,7 +83613,7 @@ } }, { - "id": 2315, + "id": 2361, "name": "color", "variant": "declaration", "kind": 1024, @@ -81988,9 +83642,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 194, + "line": 252, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L194" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L252" } ], "type": { @@ -81999,7 +83653,7 @@ } }, { - "id": 2316, + "id": 2362, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -82028,9 +83682,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 200, + "line": 258, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L200" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L258" } ], "type": { @@ -82043,27 +83697,27 @@ { "title": "Properties", "children": [ - 2312, - 2313, - 2314, - 2315, - 2316 + 2358, + 2359, + 2360, + 2361, + 2362 ] } ], "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 170, + "line": 228, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L228" } ] } } }, { - "id": 2317, + "id": 2363, "name": "list", "variant": "declaration", "kind": 1024, @@ -82081,22 +83735,22 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 205, + "line": 263, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L263" } ], "type": { "type": "reflection", "declaration": { - "id": 2318, + "id": 2364, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2319, + "id": 2365, "name": "padding", "variant": "declaration", "kind": 1024, @@ -82125,9 +83779,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 211, + "line": 269, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L269" } ], "type": { @@ -82136,7 +83790,7 @@ } }, { - "id": 2320, + "id": 2366, "name": "gap", "variant": "declaration", "kind": 1024, @@ -82165,9 +83819,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 217, + "line": 275, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L217" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L275" } ], "type": { @@ -82176,7 +83830,7 @@ } }, { - "id": 2321, + "id": 2367, "name": "header", "variant": "declaration", "kind": 1024, @@ -82194,22 +83848,22 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 221, + "line": 279, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L221" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L279" } ], "type": { "type": "reflection", "declaration": { - "id": 2322, + "id": 2368, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2323, + "id": 2369, "name": "padding", "variant": "declaration", "kind": 1024, @@ -82238,9 +83892,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 227, + "line": 285, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L227" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L285" } ], "type": { @@ -82253,16 +83907,16 @@ { "title": "Properties", "children": [ - 2323 + 2369 ] } ], "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 221, + "line": 279, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L221" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L279" } ] } @@ -82273,25 +83927,25 @@ { "title": "Properties", "children": [ - 2319, - 2320, - 2321 + 2365, + 2366, + 2367 ] } ], "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 205, + "line": 263, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L263" } ] } } }, { - "id": 2324, + "id": 2370, "name": "option", "variant": "declaration", "kind": 1024, @@ -82309,22 +83963,22 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 233, + "line": 291, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L291" } ], "type": { "type": "reflection", "declaration": { - "id": 2325, + "id": 2371, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2326, + "id": 2372, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -82353,9 +84007,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 239, + "line": 297, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L239" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L297" } ], "type": { @@ -82364,7 +84018,7 @@ } }, { - "id": 2327, + "id": 2373, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -82393,9 +84047,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 245, + "line": 303, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L245" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L303" } ], "type": { @@ -82404,7 +84058,7 @@ } }, { - "id": 2328, + "id": 2374, "name": "selectedFocusBackground", "variant": "declaration", "kind": 1024, @@ -82433,9 +84087,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 251, + "line": 309, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L251" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L309" } ], "type": { @@ -82444,7 +84098,7 @@ } }, { - "id": 2329, + "id": 2375, "name": "color", "variant": "declaration", "kind": 1024, @@ -82473,9 +84127,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 257, + "line": 315, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L257" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L315" } ], "type": { @@ -82484,7 +84138,7 @@ } }, { - "id": 2330, + "id": 2376, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -82513,9 +84167,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 263, + "line": 321, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L263" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L321" } ], "type": { @@ -82524,7 +84178,7 @@ } }, { - "id": 2331, + "id": 2377, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -82553,9 +84207,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 269, + "line": 327, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L269" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L327" } ], "type": { @@ -82564,7 +84218,7 @@ } }, { - "id": 2332, + "id": 2378, "name": "selectedFocusColor", "variant": "declaration", "kind": 1024, @@ -82593,9 +84247,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 275, + "line": 333, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L275" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L333" } ], "type": { @@ -82604,7 +84258,7 @@ } }, { - "id": 2333, + "id": 2379, "name": "padding", "variant": "declaration", "kind": 1024, @@ -82633,9 +84287,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 281, + "line": 339, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L281" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L339" } ], "type": { @@ -82644,7 +84298,7 @@ } }, { - "id": 2334, + "id": 2380, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -82673,9 +84327,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 287, + "line": 345, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L287" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L345" } ], "type": { @@ -82684,7 +84338,7 @@ } }, { - "id": 2335, + "id": 2381, "name": "gap", "variant": "declaration", "kind": 1024, @@ -82713,9 +84367,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 293, + "line": 351, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L293" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L351" } ], "type": { @@ -82728,32 +84382,32 @@ { "title": "Properties", "children": [ - 2326, - 2327, - 2328, - 2329, - 2330, - 2331, - 2332, - 2333, - 2334, - 2335 + 2372, + 2373, + 2374, + 2375, + 2376, + 2377, + 2378, + 2379, + 2380, + 2381 ] } ], "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 233, + "line": 291, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L291" } ] } } }, { - "id": 2336, + "id": 2382, "name": "optionGroup", "variant": "declaration", "kind": 1024, @@ -82771,22 +84425,22 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 298, + "line": 356, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L298" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L356" } ], "type": { "type": "reflection", "declaration": { - "id": 2337, + "id": 2383, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2338, + "id": 2384, "name": "background", "variant": "declaration", "kind": 1024, @@ -82815,9 +84469,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 304, + "line": 362, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L304" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L362" } ], "type": { @@ -82826,7 +84480,7 @@ } }, { - "id": 2339, + "id": 2385, "name": "color", "variant": "declaration", "kind": 1024, @@ -82855,9 +84509,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 310, + "line": 368, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L310" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L368" } ], "type": { @@ -82866,7 +84520,7 @@ } }, { - "id": 2340, + "id": 2386, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -82895,9 +84549,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 316, + "line": 374, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L316" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L374" } ], "type": { @@ -82906,7 +84560,7 @@ } }, { - "id": 2341, + "id": 2387, "name": "padding", "variant": "declaration", "kind": 1024, @@ -82935,9 +84589,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 322, + "line": 380, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L322" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L380" } ], "type": { @@ -82950,26 +84604,119 @@ { "title": "Properties", "children": [ - 2338, - 2339, - 2340, - 2341 + 2384, + 2385, + 2386, + 2387 ] } ], "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 298, + "line": 356, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L298" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L356" + } + ] + } + } + }, + { + "id": 2388, + "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": "multiselect/index.d.ts", + "line": 385, + "character": 4, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L385" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 2389, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2390, + "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": "multiselect.clear.icon.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 391, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L391" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2390 + ] + } + ], + "sources": [ + { + "fileName": "multiselect/index.d.ts", + "line": 385, + "character": 16, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L385" } ] } } }, { - "id": 2342, + "id": 2391, "name": "chip", "variant": "declaration", "kind": 1024, @@ -82987,22 +84734,22 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 327, + "line": 396, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L327" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L396" } ], "type": { "type": "reflection", "declaration": { - "id": 2343, + "id": 2392, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2344, + "id": 2393, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -83031,9 +84778,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 333, + "line": 402, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L333" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L402" } ], "type": { @@ -83046,23 +84793,23 @@ { "title": "Properties", "children": [ - 2344 + 2393 ] } ], "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 327, + "line": 396, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L327" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L396" } ] } } }, { - "id": 2345, + "id": 2394, "name": "emptyMessage", "variant": "declaration", "kind": 1024, @@ -83080,22 +84827,22 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 338, + "line": 407, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L338" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L407" } ], "type": { "type": "reflection", "declaration": { - "id": 2346, + "id": 2395, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2347, + "id": 2396, "name": "padding", "variant": "declaration", "kind": 1024, @@ -83124,9 +84871,9 @@ "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 344, + "line": 413, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L344" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L413" } ], "type": { @@ -83139,16 +84886,16 @@ { "title": "Properties", "children": [ - 2347 + 2396 ] } ], "sources": [ { "fileName": "multiselect/index.d.ts", - "line": 338, + "line": 407, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L338" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L407" } ] } @@ -83159,15 +84906,16 @@ { "title": "Properties", "children": [ - 2348, - 2281, - 2306, - 2310, - 2317, - 2324, - 2336, - 2342, - 2345 + 2397, + 2315, + 2352, + 2356, + 2363, + 2370, + 2382, + 2388, + 2391, + 2394 ] } ], @@ -83176,17 +84924,17 @@ "fileName": "multiselect/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2280, + "target": 2314, "name": "MultiSelectDesignTokens", "package": "primeng" } @@ -83201,7 +84949,7 @@ { "title": "Interfaces", "children": [ - 2280 + 2314 ] } ], @@ -83210,12 +84958,12 @@ "fileName": "multiselect/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/multiselect/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/multiselect/index.d.ts#L1" } ] }, { - "id": 2352, + "id": 2401, "name": "themes/orderlist", "variant": "declaration", "kind": 2, @@ -83230,14 +84978,14 @@ }, "children": [ { - "id": 2353, + "id": 2402, "name": "OrderListDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2360, + "id": 2409, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -83249,20 +84997,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2361, + "id": 2410, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2362, + "id": 2411, "name": "light", "variant": "declaration", "kind": 1024, @@ -83274,7 +85022,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -83286,7 +85034,7 @@ "typeArguments": [ { "type": "reference", - "target": 2353, + "target": 2402, "name": "OrderListDesignTokens", "package": "primeng" }, @@ -83300,7 +85048,7 @@ } }, { - "id": 2363, + "id": 2412, "name": "dark", "variant": "declaration", "kind": 1024, @@ -83312,7 +85060,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -83324,7 +85072,7 @@ "typeArguments": [ { "type": "reference", - "target": 2353, + "target": 2402, "name": "OrderListDesignTokens", "package": "primeng" }, @@ -83342,8 +85090,8 @@ { "title": "Properties", "children": [ - 2362, - 2363 + 2411, + 2412 ] } ], @@ -83352,19 +85100,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2354, + "id": 2403, "name": "root", "variant": "declaration", "kind": 1024, @@ -83384,20 +85132,20 @@ "fileName": "orderlist/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/orderlist/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/orderlist/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2355, + "id": 2404, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2356, + "id": 2405, "name": "gap", "variant": "declaration", "kind": 1024, @@ -83428,7 +85176,7 @@ "fileName": "orderlist/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/orderlist/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/orderlist/index.d.ts#L23" } ], "type": { @@ -83441,7 +85189,7 @@ { "title": "Properties", "children": [ - 2356 + 2405 ] } ], @@ -83450,14 +85198,14 @@ "fileName": "orderlist/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/orderlist/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/orderlist/index.d.ts#L17" } ] } } }, { - "id": 2357, + "id": 2406, "name": "controls", "variant": "declaration", "kind": 1024, @@ -83477,20 +85225,20 @@ "fileName": "orderlist/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/orderlist/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/orderlist/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 2358, + "id": 2407, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2359, + "id": 2408, "name": "gap", "variant": "declaration", "kind": 1024, @@ -83521,7 +85269,7 @@ "fileName": "orderlist/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/orderlist/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/orderlist/index.d.ts#L34" } ], "type": { @@ -83534,7 +85282,7 @@ { "title": "Properties", "children": [ - 2359 + 2408 ] } ], @@ -83543,7 +85291,7 @@ "fileName": "orderlist/index.d.ts", "line": 28, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/orderlist/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/orderlist/index.d.ts#L28" } ] } @@ -83554,9 +85302,9 @@ { "title": "Properties", "children": [ - 2360, - 2354, - 2357 + 2409, + 2403, + 2406 ] } ], @@ -83565,17 +85313,17 @@ "fileName": "orderlist/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/orderlist/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/orderlist/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2353, + "target": 2402, "name": "OrderListDesignTokens", "package": "primeng" } @@ -83590,7 +85338,7 @@ { "title": "Interfaces", "children": [ - 2353 + 2402 ] } ], @@ -83599,12 +85347,12 @@ "fileName": "orderlist/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/orderlist/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/orderlist/index.d.ts#L1" } ] }, { - "id": 2364, + "id": 2413, "name": "themes/organizationchart", "variant": "declaration", "kind": 2, @@ -83619,14 +85367,14 @@ }, "children": [ { - "id": 2365, + "id": 2414, "name": "OrganizationChartDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2403, + "id": 2452, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -83638,20 +85386,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2404, + "id": 2453, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2405, + "id": 2454, "name": "light", "variant": "declaration", "kind": 1024, @@ -83663,7 +85411,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -83675,7 +85423,7 @@ "typeArguments": [ { "type": "reference", - "target": 2365, + "target": 2414, "name": "OrganizationChartDesignTokens", "package": "primeng" }, @@ -83689,7 +85437,7 @@ } }, { - "id": 2406, + "id": 2455, "name": "dark", "variant": "declaration", "kind": 1024, @@ -83701,7 +85449,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -83713,7 +85461,7 @@ "typeArguments": [ { "type": "reference", - "target": 2365, + "target": 2414, "name": "OrganizationChartDesignTokens", "package": "primeng" }, @@ -83731,8 +85479,8 @@ { "title": "Properties", "children": [ - 2405, - 2406 + 2454, + 2455 ] } ], @@ -83741,19 +85489,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2366, + "id": 2415, "name": "root", "variant": "declaration", "kind": 1024, @@ -83773,20 +85521,20 @@ "fileName": "organizationchart/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2367, + "id": 2416, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2368, + "id": 2417, "name": "gutter", "variant": "declaration", "kind": 1024, @@ -83817,7 +85565,7 @@ "fileName": "organizationchart/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L23" } ], "type": { @@ -83826,7 +85574,7 @@ } }, { - "id": 2369, + "id": 2418, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -83857,7 +85605,7 @@ "fileName": "organizationchart/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L29" } ], "type": { @@ -83870,8 +85618,8 @@ { "title": "Properties", "children": [ - 2368, - 2369 + 2417, + 2418 ] } ], @@ -83880,14 +85628,14 @@ "fileName": "organizationchart/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L17" } ] } } }, { - "id": 2370, + "id": 2419, "name": "node", "variant": "declaration", "kind": 1024, @@ -83907,20 +85655,20 @@ "fileName": "organizationchart/index.d.ts", "line": 34, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L34" } ], "type": { "type": "reflection", "declaration": { - "id": 2371, + "id": 2420, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2372, + "id": 2421, "name": "background", "variant": "declaration", "kind": 1024, @@ -83951,7 +85699,7 @@ "fileName": "organizationchart/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L40" } ], "type": { @@ -83960,7 +85708,7 @@ } }, { - "id": 2373, + "id": 2422, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -83991,7 +85739,7 @@ "fileName": "organizationchart/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L46" } ], "type": { @@ -84000,7 +85748,7 @@ } }, { - "id": 2374, + "id": 2423, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -84031,7 +85779,7 @@ "fileName": "organizationchart/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L52" } ], "type": { @@ -84040,7 +85788,7 @@ } }, { - "id": 2375, + "id": 2424, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -84071,7 +85819,7 @@ "fileName": "organizationchart/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L58" } ], "type": { @@ -84080,7 +85828,7 @@ } }, { - "id": 2376, + "id": 2425, "name": "color", "variant": "declaration", "kind": 1024, @@ -84111,7 +85859,7 @@ "fileName": "organizationchart/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L64" } ], "type": { @@ -84120,7 +85868,7 @@ } }, { - "id": 2377, + "id": 2426, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -84151,7 +85899,7 @@ "fileName": "organizationchart/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L70" } ], "type": { @@ -84160,7 +85908,7 @@ } }, { - "id": 2378, + "id": 2427, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -84191,7 +85939,7 @@ "fileName": "organizationchart/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L76" } ], "type": { @@ -84200,7 +85948,7 @@ } }, { - "id": 2379, + "id": 2428, "name": "padding", "variant": "declaration", "kind": 1024, @@ -84231,7 +85979,7 @@ "fileName": "organizationchart/index.d.ts", "line": 82, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L82" } ], "type": { @@ -84240,7 +85988,7 @@ } }, { - "id": 2380, + "id": 2429, "name": "toggleablePadding", "variant": "declaration", "kind": 1024, @@ -84271,7 +86019,7 @@ "fileName": "organizationchart/index.d.ts", "line": 88, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L88" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L88" } ], "type": { @@ -84280,7 +86028,7 @@ } }, { - "id": 2381, + "id": 2430, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -84311,7 +86059,7 @@ "fileName": "organizationchart/index.d.ts", "line": 94, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L94" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L94" } ], "type": { @@ -84324,16 +86072,16 @@ { "title": "Properties", "children": [ - 2372, - 2373, - 2374, - 2375, - 2376, - 2377, - 2378, - 2379, - 2380, - 2381 + 2421, + 2422, + 2423, + 2424, + 2425, + 2426, + 2427, + 2428, + 2429, + 2430 ] } ], @@ -84342,14 +86090,14 @@ "fileName": "organizationchart/index.d.ts", "line": 34, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L34" } ] } } }, { - "id": 2382, + "id": 2431, "name": "nodeToggleButton", "variant": "declaration", "kind": 1024, @@ -84369,20 +86117,20 @@ "fileName": "organizationchart/index.d.ts", "line": 99, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L99" } ], "type": { "type": "reflection", "declaration": { - "id": 2383, + "id": 2432, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2384, + "id": 2433, "name": "background", "variant": "declaration", "kind": 1024, @@ -84413,7 +86161,7 @@ "fileName": "organizationchart/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L105" } ], "type": { @@ -84422,7 +86170,7 @@ } }, { - "id": 2385, + "id": 2434, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -84453,7 +86201,7 @@ "fileName": "organizationchart/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L111" } ], "type": { @@ -84462,7 +86210,7 @@ } }, { - "id": 2386, + "id": 2435, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -84493,7 +86241,7 @@ "fileName": "organizationchart/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L117" } ], "type": { @@ -84502,7 +86250,7 @@ } }, { - "id": 2387, + "id": 2436, "name": "color", "variant": "declaration", "kind": 1024, @@ -84533,7 +86281,7 @@ "fileName": "organizationchart/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L123" } ], "type": { @@ -84542,7 +86290,7 @@ } }, { - "id": 2388, + "id": 2437, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -84573,7 +86321,7 @@ "fileName": "organizationchart/index.d.ts", "line": 129, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L129" } ], "type": { @@ -84582,7 +86330,7 @@ } }, { - "id": 2389, + "id": 2438, "name": "size", "variant": "declaration", "kind": 1024, @@ -84613,7 +86361,7 @@ "fileName": "organizationchart/index.d.ts", "line": 135, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L135" } ], "type": { @@ -84622,7 +86370,7 @@ } }, { - "id": 2390, + "id": 2439, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -84653,7 +86401,7 @@ "fileName": "organizationchart/index.d.ts", "line": 141, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L141" } ], "type": { @@ -84662,7 +86410,7 @@ } }, { - "id": 2391, + "id": 2440, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -84682,20 +86430,20 @@ "fileName": "organizationchart/index.d.ts", "line": 145, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L145" } ], "type": { "type": "reflection", "declaration": { - "id": 2392, + "id": 2441, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2393, + "id": 2442, "name": "width", "variant": "declaration", "kind": 1024, @@ -84726,7 +86474,7 @@ "fileName": "organizationchart/index.d.ts", "line": 151, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L151" } ], "type": { @@ -84735,7 +86483,7 @@ } }, { - "id": 2394, + "id": 2443, "name": "style", "variant": "declaration", "kind": 1024, @@ -84766,7 +86514,7 @@ "fileName": "organizationchart/index.d.ts", "line": 157, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L157" } ], "type": { @@ -84775,7 +86523,7 @@ } }, { - "id": 2395, + "id": 2444, "name": "color", "variant": "declaration", "kind": 1024, @@ -84806,7 +86554,7 @@ "fileName": "organizationchart/index.d.ts", "line": 163, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L163" } ], "type": { @@ -84815,7 +86563,7 @@ } }, { - "id": 2396, + "id": 2445, "name": "offset", "variant": "declaration", "kind": 1024, @@ -84846,7 +86594,7 @@ "fileName": "organizationchart/index.d.ts", "line": 169, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L169" } ], "type": { @@ -84855,7 +86603,7 @@ } }, { - "id": 2397, + "id": 2446, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -84886,7 +86634,7 @@ "fileName": "organizationchart/index.d.ts", "line": 175, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L175" } ], "type": { @@ -84899,11 +86647,11 @@ { "title": "Properties", "children": [ - 2393, - 2394, - 2395, - 2396, - 2397 + 2442, + 2443, + 2444, + 2445, + 2446 ] } ], @@ -84912,7 +86660,7 @@ "fileName": "organizationchart/index.d.ts", "line": 145, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L145" } ] } @@ -84923,14 +86671,14 @@ { "title": "Properties", "children": [ - 2384, - 2385, - 2386, - 2387, - 2388, - 2389, - 2390, - 2391 + 2433, + 2434, + 2435, + 2436, + 2437, + 2438, + 2439, + 2440 ] } ], @@ -84939,14 +86687,14 @@ "fileName": "organizationchart/index.d.ts", "line": 99, "character": 23, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L99" } ] } } }, { - "id": 2398, + "id": 2447, "name": "connector", "variant": "declaration", "kind": 1024, @@ -84966,20 +86714,20 @@ "fileName": "organizationchart/index.d.ts", "line": 181, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L181" } ], "type": { "type": "reflection", "declaration": { - "id": 2399, + "id": 2448, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2400, + "id": 2449, "name": "color", "variant": "declaration", "kind": 1024, @@ -85010,7 +86758,7 @@ "fileName": "organizationchart/index.d.ts", "line": 187, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L187" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L187" } ], "type": { @@ -85019,7 +86767,7 @@ } }, { - "id": 2401, + "id": 2450, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -85050,7 +86798,7 @@ "fileName": "organizationchart/index.d.ts", "line": 193, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L193" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L193" } ], "type": { @@ -85059,7 +86807,7 @@ } }, { - "id": 2402, + "id": 2451, "name": "height", "variant": "declaration", "kind": 1024, @@ -85090,7 +86838,7 @@ "fileName": "organizationchart/index.d.ts", "line": 199, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L199" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L199" } ], "type": { @@ -85103,9 +86851,9 @@ { "title": "Properties", "children": [ - 2400, - 2401, - 2402 + 2449, + 2450, + 2451 ] } ], @@ -85114,7 +86862,7 @@ "fileName": "organizationchart/index.d.ts", "line": 181, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L181" } ] } @@ -85125,11 +86873,11 @@ { "title": "Properties", "children": [ - 2403, - 2366, - 2370, - 2382, - 2398 + 2452, + 2415, + 2419, + 2431, + 2447 ] } ], @@ -85138,17 +86886,17 @@ "fileName": "organizationchart/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2365, + "target": 2414, "name": "OrganizationChartDesignTokens", "package": "primeng" } @@ -85163,7 +86911,7 @@ { "title": "Interfaces", "children": [ - 2365 + 2414 ] } ], @@ -85172,12 +86920,12 @@ "fileName": "organizationchart/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/organizationchart/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/organizationchart/index.d.ts#L1" } ] }, { - "id": 2407, + "id": 2456, "name": "themes/overlaybadge", "variant": "declaration", "kind": 2, @@ -85192,14 +86940,14 @@ }, "children": [ { - "id": 2408, + "id": 2457, "name": "OverlayBadgeDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2415, + "id": 2464, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -85211,20 +86959,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2416, + "id": 2465, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2417, + "id": 2466, "name": "light", "variant": "declaration", "kind": 1024, @@ -85236,7 +86984,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -85248,7 +86996,7 @@ "typeArguments": [ { "type": "reference", - "target": 2408, + "target": 2457, "name": "OverlayBadgeDesignTokens", "package": "primeng" }, @@ -85262,7 +87010,7 @@ } }, { - "id": 2418, + "id": 2467, "name": "dark", "variant": "declaration", "kind": 1024, @@ -85274,7 +87022,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -85286,7 +87034,7 @@ "typeArguments": [ { "type": "reference", - "target": 2408, + "target": 2457, "name": "OverlayBadgeDesignTokens", "package": "primeng" }, @@ -85304,8 +87052,8 @@ { "title": "Properties", "children": [ - 2417, - 2418 + 2466, + 2467 ] } ], @@ -85314,19 +87062,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2409, + "id": 2458, "name": "root", "variant": "declaration", "kind": 1024, @@ -85346,20 +87094,20 @@ "fileName": "overlaybadge/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/overlaybadge/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/overlaybadge/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2410, + "id": 2459, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2411, + "id": 2460, "name": "outline", "variant": "declaration", "kind": 1024, @@ -85379,20 +87127,20 @@ "fileName": "overlaybadge/index.d.ts", "line": 21, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/overlaybadge/index.d.ts#L21" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/overlaybadge/index.d.ts#L21" } ], "type": { "type": "reflection", "declaration": { - "id": 2412, + "id": 2461, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2413, + "id": 2462, "name": "width", "variant": "declaration", "kind": 1024, @@ -85423,7 +87171,7 @@ "fileName": "overlaybadge/index.d.ts", "line": 27, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/overlaybadge/index.d.ts#L27" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/overlaybadge/index.d.ts#L27" } ], "type": { @@ -85432,7 +87180,7 @@ } }, { - "id": 2414, + "id": 2463, "name": "color", "variant": "declaration", "kind": 1024, @@ -85463,7 +87211,7 @@ "fileName": "overlaybadge/index.d.ts", "line": 33, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/overlaybadge/index.d.ts#L33" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/overlaybadge/index.d.ts#L33" } ], "type": { @@ -85476,8 +87224,8 @@ { "title": "Properties", "children": [ - 2413, - 2414 + 2462, + 2463 ] } ], @@ -85486,7 +87234,7 @@ "fileName": "overlaybadge/index.d.ts", "line": 21, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/overlaybadge/index.d.ts#L21" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/overlaybadge/index.d.ts#L21" } ] } @@ -85497,7 +87245,7 @@ { "title": "Properties", "children": [ - 2411 + 2460 ] } ], @@ -85506,7 +87254,7 @@ "fileName": "overlaybadge/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/overlaybadge/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/overlaybadge/index.d.ts#L17" } ] } @@ -85517,8 +87265,8 @@ { "title": "Properties", "children": [ - 2415, - 2409 + 2464, + 2458 ] } ], @@ -85527,17 +87275,17 @@ "fileName": "overlaybadge/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/overlaybadge/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/overlaybadge/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2408, + "target": 2457, "name": "OverlayBadgeDesignTokens", "package": "primeng" } @@ -85552,7 +87300,7 @@ { "title": "Interfaces", "children": [ - 2408 + 2457 ] } ], @@ -85561,12 +87309,12 @@ "fileName": "overlaybadge/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/overlaybadge/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/overlaybadge/index.d.ts#L1" } ] }, { - "id": 2419, + "id": 2468, "name": "themes/paginator", "variant": "declaration", "kind": 2, @@ -85581,14 +87329,14 @@ }, "children": [ { - "id": 2420, + "id": 2469, "name": "PaginatorDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2453, + "id": 2502, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -85600,20 +87348,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2454, + "id": 2503, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2455, + "id": 2504, "name": "light", "variant": "declaration", "kind": 1024, @@ -85625,7 +87373,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -85637,7 +87385,7 @@ "typeArguments": [ { "type": "reference", - "target": 2420, + "target": 2469, "name": "PaginatorDesignTokens", "package": "primeng" }, @@ -85651,7 +87399,7 @@ } }, { - "id": 2456, + "id": 2505, "name": "dark", "variant": "declaration", "kind": 1024, @@ -85663,7 +87411,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -85675,7 +87423,7 @@ "typeArguments": [ { "type": "reference", - "target": 2420, + "target": 2469, "name": "PaginatorDesignTokens", "package": "primeng" }, @@ -85693,8 +87441,8 @@ { "title": "Properties", "children": [ - 2455, - 2456 + 2504, + 2505 ] } ], @@ -85703,19 +87451,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2421, + "id": 2470, "name": "root", "variant": "declaration", "kind": 1024, @@ -85735,20 +87483,20 @@ "fileName": "paginator/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2422, + "id": 2471, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2423, + "id": 2472, "name": "padding", "variant": "declaration", "kind": 1024, @@ -85779,7 +87527,7 @@ "fileName": "paginator/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L23" } ], "type": { @@ -85788,7 +87536,7 @@ } }, { - "id": 2424, + "id": 2473, "name": "gap", "variant": "declaration", "kind": 1024, @@ -85819,7 +87567,7 @@ "fileName": "paginator/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L29" } ], "type": { @@ -85828,7 +87576,7 @@ } }, { - "id": 2425, + "id": 2474, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -85859,7 +87607,7 @@ "fileName": "paginator/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L35" } ], "type": { @@ -85868,7 +87616,7 @@ } }, { - "id": 2426, + "id": 2475, "name": "background", "variant": "declaration", "kind": 1024, @@ -85899,7 +87647,7 @@ "fileName": "paginator/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L41" } ], "type": { @@ -85908,7 +87656,7 @@ } }, { - "id": 2427, + "id": 2476, "name": "color", "variant": "declaration", "kind": 1024, @@ -85939,7 +87687,7 @@ "fileName": "paginator/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L47" } ], "type": { @@ -85948,7 +87696,7 @@ } }, { - "id": 2428, + "id": 2477, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -85979,7 +87727,7 @@ "fileName": "paginator/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L53" } ], "type": { @@ -85992,12 +87740,12 @@ { "title": "Properties", "children": [ - 2423, - 2424, - 2425, - 2426, - 2427, - 2428 + 2472, + 2473, + 2474, + 2475, + 2476, + 2477 ] } ], @@ -86006,14 +87754,14 @@ "fileName": "paginator/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L17" } ] } } }, { - "id": 2429, + "id": 2478, "name": "navButton", "variant": "declaration", "kind": 1024, @@ -86033,20 +87781,20 @@ "fileName": "paginator/index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L58" } ], "type": { "type": "reflection", "declaration": { - "id": 2430, + "id": 2479, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2431, + "id": 2480, "name": "background", "variant": "declaration", "kind": 1024, @@ -86077,7 +87825,7 @@ "fileName": "paginator/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L64" } ], "type": { @@ -86086,7 +87834,7 @@ } }, { - "id": 2432, + "id": 2481, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -86117,7 +87865,7 @@ "fileName": "paginator/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L70" } ], "type": { @@ -86126,7 +87874,7 @@ } }, { - "id": 2433, + "id": 2482, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -86157,7 +87905,7 @@ "fileName": "paginator/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L76" } ], "type": { @@ -86166,7 +87914,7 @@ } }, { - "id": 2434, + "id": 2483, "name": "color", "variant": "declaration", "kind": 1024, @@ -86197,7 +87945,7 @@ "fileName": "paginator/index.d.ts", "line": 82, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L82" } ], "type": { @@ -86206,7 +87954,7 @@ } }, { - "id": 2435, + "id": 2484, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -86237,7 +87985,7 @@ "fileName": "paginator/index.d.ts", "line": 88, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L88" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L88" } ], "type": { @@ -86246,7 +87994,7 @@ } }, { - "id": 2436, + "id": 2485, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -86277,7 +88025,7 @@ "fileName": "paginator/index.d.ts", "line": 94, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L94" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L94" } ], "type": { @@ -86286,7 +88034,7 @@ } }, { - "id": 2437, + "id": 2486, "name": "width", "variant": "declaration", "kind": 1024, @@ -86317,7 +88065,7 @@ "fileName": "paginator/index.d.ts", "line": 100, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L100" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L100" } ], "type": { @@ -86326,7 +88074,7 @@ } }, { - "id": 2438, + "id": 2487, "name": "height", "variant": "declaration", "kind": 1024, @@ -86357,7 +88105,7 @@ "fileName": "paginator/index.d.ts", "line": 106, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L106" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L106" } ], "type": { @@ -86366,7 +88114,7 @@ } }, { - "id": 2439, + "id": 2488, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -86397,7 +88145,7 @@ "fileName": "paginator/index.d.ts", "line": 112, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L112" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L112" } ], "type": { @@ -86406,7 +88154,7 @@ } }, { - "id": 2440, + "id": 2489, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -86426,20 +88174,20 @@ "fileName": "paginator/index.d.ts", "line": 116, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L116" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L116" } ], "type": { "type": "reflection", "declaration": { - "id": 2441, + "id": 2490, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2442, + "id": 2491, "name": "width", "variant": "declaration", "kind": 1024, @@ -86470,7 +88218,7 @@ "fileName": "paginator/index.d.ts", "line": 122, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L122" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L122" } ], "type": { @@ -86479,7 +88227,7 @@ } }, { - "id": 2443, + "id": 2492, "name": "style", "variant": "declaration", "kind": 1024, @@ -86510,7 +88258,7 @@ "fileName": "paginator/index.d.ts", "line": 128, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L128" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L128" } ], "type": { @@ -86519,7 +88267,7 @@ } }, { - "id": 2444, + "id": 2493, "name": "color", "variant": "declaration", "kind": 1024, @@ -86550,7 +88298,7 @@ "fileName": "paginator/index.d.ts", "line": 134, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L134" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L134" } ], "type": { @@ -86559,7 +88307,7 @@ } }, { - "id": 2445, + "id": 2494, "name": "offset", "variant": "declaration", "kind": 1024, @@ -86590,7 +88338,7 @@ "fileName": "paginator/index.d.ts", "line": 140, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L140" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L140" } ], "type": { @@ -86599,7 +88347,7 @@ } }, { - "id": 2446, + "id": 2495, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -86630,7 +88378,7 @@ "fileName": "paginator/index.d.ts", "line": 146, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L146" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L146" } ], "type": { @@ -86643,11 +88391,11 @@ { "title": "Properties", "children": [ - 2442, - 2443, - 2444, - 2445, - 2446 + 2491, + 2492, + 2493, + 2494, + 2495 ] } ], @@ -86656,7 +88404,7 @@ "fileName": "paginator/index.d.ts", "line": 116, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L116" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L116" } ] } @@ -86667,16 +88415,16 @@ { "title": "Properties", "children": [ - 2431, - 2432, - 2433, - 2434, - 2435, - 2436, - 2437, - 2438, - 2439, - 2440 + 2480, + 2481, + 2482, + 2483, + 2484, + 2485, + 2486, + 2487, + 2488, + 2489 ] } ], @@ -86685,14 +88433,14 @@ "fileName": "paginator/index.d.ts", "line": 58, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L58" } ] } } }, { - "id": 2447, + "id": 2496, "name": "currentPageReport", "variant": "declaration", "kind": 1024, @@ -86712,20 +88460,20 @@ "fileName": "paginator/index.d.ts", "line": 152, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L152" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L152" } ], "type": { "type": "reflection", "declaration": { - "id": 2448, + "id": 2497, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2449, + "id": 2498, "name": "color", "variant": "declaration", "kind": 1024, @@ -86756,7 +88504,7 @@ "fileName": "paginator/index.d.ts", "line": 158, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L158" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L158" } ], "type": { @@ -86769,7 +88517,7 @@ { "title": "Properties", "children": [ - 2449 + 2498 ] } ], @@ -86778,14 +88526,14 @@ "fileName": "paginator/index.d.ts", "line": 152, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L152" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L152" } ] } } }, { - "id": 2450, + "id": 2499, "name": "jumpToPageInput", "variant": "declaration", "kind": 1024, @@ -86805,20 +88553,20 @@ "fileName": "paginator/index.d.ts", "line": 163, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L163" } ], "type": { "type": "reflection", "declaration": { - "id": 2451, + "id": 2500, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2452, + "id": 2501, "name": "maxWidth", "variant": "declaration", "kind": 1024, @@ -86849,7 +88597,7 @@ "fileName": "paginator/index.d.ts", "line": 169, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L169" } ], "type": { @@ -86862,7 +88610,7 @@ { "title": "Properties", "children": [ - 2452 + 2501 ] } ], @@ -86871,7 +88619,7 @@ "fileName": "paginator/index.d.ts", "line": 163, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L163" } ] } @@ -86882,11 +88630,11 @@ { "title": "Properties", "children": [ - 2453, - 2421, - 2429, - 2447, - 2450 + 2502, + 2470, + 2478, + 2496, + 2499 ] } ], @@ -86895,17 +88643,17 @@ "fileName": "paginator/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2420, + "target": 2469, "name": "PaginatorDesignTokens", "package": "primeng" } @@ -86920,7 +88668,7 @@ { "title": "Interfaces", "children": [ - 2420 + 2469 ] } ], @@ -86929,12 +88677,12 @@ "fileName": "paginator/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/paginator/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/paginator/index.d.ts#L1" } ] }, { - "id": 2457, + "id": 2506, "name": "themes/panel", "variant": "declaration", "kind": 2, @@ -86949,14 +88697,14 @@ }, "children": [ { - "id": 2458, + "id": 2507, "name": "PanelDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2485, + "id": 2534, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -86968,20 +88716,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2486, + "id": 2535, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2487, + "id": 2536, "name": "light", "variant": "declaration", "kind": 1024, @@ -86993,7 +88741,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -87005,7 +88753,7 @@ "typeArguments": [ { "type": "reference", - "target": 2458, + "target": 2507, "name": "PanelDesignTokens", "package": "primeng" }, @@ -87019,7 +88767,7 @@ } }, { - "id": 2488, + "id": 2537, "name": "dark", "variant": "declaration", "kind": 1024, @@ -87031,7 +88779,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -87043,7 +88791,7 @@ "typeArguments": [ { "type": "reference", - "target": 2458, + "target": 2507, "name": "PanelDesignTokens", "package": "primeng" }, @@ -87061,8 +88809,8 @@ { "title": "Properties", "children": [ - 2487, - 2488 + 2536, + 2537 ] } ], @@ -87071,19 +88819,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2459, + "id": 2508, "name": "root", "variant": "declaration", "kind": 1024, @@ -87103,20 +88851,20 @@ "fileName": "panel/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2460, + "id": 2509, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2461, + "id": 2510, "name": "background", "variant": "declaration", "kind": 1024, @@ -87147,7 +88895,7 @@ "fileName": "panel/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L23" } ], "type": { @@ -87156,7 +88904,7 @@ } }, { - "id": 2462, + "id": 2511, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -87187,7 +88935,7 @@ "fileName": "panel/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L29" } ], "type": { @@ -87196,7 +88944,7 @@ } }, { - "id": 2463, + "id": 2512, "name": "color", "variant": "declaration", "kind": 1024, @@ -87227,7 +88975,7 @@ "fileName": "panel/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L35" } ], "type": { @@ -87236,7 +88984,7 @@ } }, { - "id": 2464, + "id": 2513, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -87267,7 +89015,7 @@ "fileName": "panel/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L41" } ], "type": { @@ -87280,10 +89028,10 @@ { "title": "Properties", "children": [ - 2461, - 2462, - 2463, - 2464 + 2510, + 2511, + 2512, + 2513 ] } ], @@ -87292,14 +89040,14 @@ "fileName": "panel/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L17" } ] } } }, { - "id": 2465, + "id": 2514, "name": "header", "variant": "declaration", "kind": 1024, @@ -87319,20 +89067,20 @@ "fileName": "panel/index.d.ts", "line": 46, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 2466, + "id": 2515, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2467, + "id": 2516, "name": "background", "variant": "declaration", "kind": 1024, @@ -87363,7 +89111,7 @@ "fileName": "panel/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L52" } ], "type": { @@ -87372,7 +89120,7 @@ } }, { - "id": 2468, + "id": 2517, "name": "color", "variant": "declaration", "kind": 1024, @@ -87403,7 +89151,7 @@ "fileName": "panel/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L58" } ], "type": { @@ -87412,7 +89160,7 @@ } }, { - "id": 2469, + "id": 2518, "name": "padding", "variant": "declaration", "kind": 1024, @@ -87443,7 +89191,7 @@ "fileName": "panel/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L64" } ], "type": { @@ -87452,7 +89200,7 @@ } }, { - "id": 2470, + "id": 2519, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -87483,7 +89231,7 @@ "fileName": "panel/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L70" } ], "type": { @@ -87492,7 +89240,7 @@ } }, { - "id": 2471, + "id": 2520, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -87523,7 +89271,7 @@ "fileName": "panel/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L76" } ], "type": { @@ -87532,7 +89280,7 @@ } }, { - "id": 2472, + "id": 2521, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -87563,7 +89311,7 @@ "fileName": "panel/index.d.ts", "line": 82, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L82" } ], "type": { @@ -87576,12 +89324,12 @@ { "title": "Properties", "children": [ - 2467, - 2468, - 2469, - 2470, - 2471, - 2472 + 2516, + 2517, + 2518, + 2519, + 2520, + 2521 ] } ], @@ -87590,14 +89338,14 @@ "fileName": "panel/index.d.ts", "line": 46, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L46" } ] } } }, { - "id": 2473, + "id": 2522, "name": "toggleableHeader", "variant": "declaration", "kind": 1024, @@ -87617,20 +89365,20 @@ "fileName": "panel/index.d.ts", "line": 87, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L87" } ], "type": { "type": "reflection", "declaration": { - "id": 2474, + "id": 2523, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2475, + "id": 2524, "name": "padding", "variant": "declaration", "kind": 1024, @@ -87661,7 +89409,7 @@ "fileName": "panel/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L93" } ], "type": { @@ -87674,7 +89422,7 @@ { "title": "Properties", "children": [ - 2475 + 2524 ] } ], @@ -87683,14 +89431,14 @@ "fileName": "panel/index.d.ts", "line": 87, "character": 23, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L87" } ] } } }, { - "id": 2476, + "id": 2525, "name": "title", "variant": "declaration", "kind": 1024, @@ -87710,20 +89458,20 @@ "fileName": "panel/index.d.ts", "line": 98, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L98" } ], "type": { "type": "reflection", "declaration": { - "id": 2477, + "id": 2526, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2478, + "id": 2527, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -87754,7 +89502,7 @@ "fileName": "panel/index.d.ts", "line": 104, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L104" } ], "type": { @@ -87767,7 +89515,7 @@ { "title": "Properties", "children": [ - 2478 + 2527 ] } ], @@ -87776,14 +89524,14 @@ "fileName": "panel/index.d.ts", "line": 98, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L98" } ] } } }, { - "id": 2479, + "id": 2528, "name": "content", "variant": "declaration", "kind": 1024, @@ -87803,20 +89551,20 @@ "fileName": "panel/index.d.ts", "line": 109, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L109" } ], "type": { "type": "reflection", "declaration": { - "id": 2480, + "id": 2529, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2481, + "id": 2530, "name": "padding", "variant": "declaration", "kind": 1024, @@ -87847,7 +89595,7 @@ "fileName": "panel/index.d.ts", "line": 115, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L115" } ], "type": { @@ -87860,7 +89608,7 @@ { "title": "Properties", "children": [ - 2481 + 2530 ] } ], @@ -87869,14 +89617,14 @@ "fileName": "panel/index.d.ts", "line": 109, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L109" } ] } } }, { - "id": 2482, + "id": 2531, "name": "footer", "variant": "declaration", "kind": 1024, @@ -87896,20 +89644,20 @@ "fileName": "panel/index.d.ts", "line": 120, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L120" } ], "type": { "type": "reflection", "declaration": { - "id": 2483, + "id": 2532, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2484, + "id": 2533, "name": "padding", "variant": "declaration", "kind": 1024, @@ -87940,7 +89688,7 @@ "fileName": "panel/index.d.ts", "line": 126, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L126" } ], "type": { @@ -87953,7 +89701,7 @@ { "title": "Properties", "children": [ - 2484 + 2533 ] } ], @@ -87962,7 +89710,7 @@ "fileName": "panel/index.d.ts", "line": 120, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L120" } ] } @@ -87973,13 +89721,13 @@ { "title": "Properties", "children": [ - 2485, - 2459, - 2465, - 2473, - 2476, - 2479, - 2482 + 2534, + 2508, + 2514, + 2522, + 2525, + 2528, + 2531 ] } ], @@ -87988,17 +89736,17 @@ "fileName": "panel/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2458, + "target": 2507, "name": "PanelDesignTokens", "package": "primeng" } @@ -88013,7 +89761,7 @@ { "title": "Interfaces", "children": [ - 2458 + 2507 ] } ], @@ -88022,12 +89770,12 @@ "fileName": "panel/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panel/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panel/index.d.ts#L1" } ] }, { - "id": 2489, + "id": 2538, "name": "themes/panelmenu", "variant": "declaration", "kind": 2, @@ -88042,14 +89790,14 @@ }, "children": [ { - "id": 2490, + "id": 2539, "name": "PanelMenuDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2530, + "id": 2579, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -88061,20 +89809,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2531, + "id": 2580, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2532, + "id": 2581, "name": "light", "variant": "declaration", "kind": 1024, @@ -88086,7 +89834,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -88098,7 +89846,7 @@ "typeArguments": [ { "type": "reference", - "target": 2490, + "target": 2539, "name": "PanelMenuDesignTokens", "package": "primeng" }, @@ -88112,7 +89860,7 @@ } }, { - "id": 2533, + "id": 2582, "name": "dark", "variant": "declaration", "kind": 1024, @@ -88124,7 +89872,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -88136,7 +89884,7 @@ "typeArguments": [ { "type": "reference", - "target": 2490, + "target": 2539, "name": "PanelMenuDesignTokens", "package": "primeng" }, @@ -88154,8 +89902,8 @@ { "title": "Properties", "children": [ - 2532, - 2533 + 2581, + 2582 ] } ], @@ -88164,19 +89912,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2491, + "id": 2540, "name": "root", "variant": "declaration", "kind": 1024, @@ -88196,20 +89944,20 @@ "fileName": "panelmenu/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2492, + "id": 2541, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2493, + "id": 2542, "name": "gap", "variant": "declaration", "kind": 1024, @@ -88240,7 +89988,7 @@ "fileName": "panelmenu/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L23" } ], "type": { @@ -88249,7 +89997,7 @@ } }, { - "id": 2494, + "id": 2543, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -88280,7 +90028,7 @@ "fileName": "panelmenu/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L29" } ], "type": { @@ -88293,8 +90041,8 @@ { "title": "Properties", "children": [ - 2493, - 2494 + 2542, + 2543 ] } ], @@ -88303,14 +90051,14 @@ "fileName": "panelmenu/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L17" } ] } } }, { - "id": 2495, + "id": 2544, "name": "panel", "variant": "declaration", "kind": 1024, @@ -88330,20 +90078,20 @@ "fileName": "panelmenu/index.d.ts", "line": 34, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L34" } ], "type": { "type": "reflection", "declaration": { - "id": 2496, + "id": 2545, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2497, + "id": 2546, "name": "background", "variant": "declaration", "kind": 1024, @@ -88374,7 +90122,7 @@ "fileName": "panelmenu/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L40" } ], "type": { @@ -88383,7 +90131,7 @@ } }, { - "id": 2498, + "id": 2547, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -88414,7 +90162,7 @@ "fileName": "panelmenu/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L46" } ], "type": { @@ -88423,7 +90171,7 @@ } }, { - "id": 2499, + "id": 2548, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -88454,7 +90202,7 @@ "fileName": "panelmenu/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L52" } ], "type": { @@ -88463,7 +90211,7 @@ } }, { - "id": 2500, + "id": 2549, "name": "color", "variant": "declaration", "kind": 1024, @@ -88494,7 +90242,7 @@ "fileName": "panelmenu/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L58" } ], "type": { @@ -88503,7 +90251,7 @@ } }, { - "id": 2501, + "id": 2550, "name": "padding", "variant": "declaration", "kind": 1024, @@ -88534,7 +90282,7 @@ "fileName": "panelmenu/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L64" } ], "type": { @@ -88543,7 +90291,7 @@ } }, { - "id": 2502, + "id": 2551, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -88574,7 +90322,7 @@ "fileName": "panelmenu/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L70" } ], "type": { @@ -88583,7 +90331,7 @@ } }, { - "id": 2503, + "id": 2552, "name": "first", "variant": "declaration", "kind": 1024, @@ -88603,20 +90351,20 @@ "fileName": "panelmenu/index.d.ts", "line": 74, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 2504, + "id": 2553, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2505, + "id": 2554, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -88647,7 +90395,7 @@ "fileName": "panelmenu/index.d.ts", "line": 80, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L80" } ], "type": { @@ -88656,7 +90404,7 @@ } }, { - "id": 2506, + "id": 2555, "name": "topBorderRadius", "variant": "declaration", "kind": 1024, @@ -88687,7 +90435,7 @@ "fileName": "panelmenu/index.d.ts", "line": 86, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L86" } ], "type": { @@ -88700,8 +90448,8 @@ { "title": "Properties", "children": [ - 2505, - 2506 + 2554, + 2555 ] } ], @@ -88710,14 +90458,14 @@ "fileName": "panelmenu/index.d.ts", "line": 74, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L74" } ] } } }, { - "id": 2507, + "id": 2556, "name": "last", "variant": "declaration", "kind": 1024, @@ -88737,20 +90485,20 @@ "fileName": "panelmenu/index.d.ts", "line": 91, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L91" } ], "type": { "type": "reflection", "declaration": { - "id": 2508, + "id": 2557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2509, + "id": 2558, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -88781,7 +90529,7 @@ "fileName": "panelmenu/index.d.ts", "line": 97, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L97" } ], "type": { @@ -88790,7 +90538,7 @@ } }, { - "id": 2510, + "id": 2559, "name": "bottomBorderRadius", "variant": "declaration", "kind": 1024, @@ -88821,7 +90569,7 @@ "fileName": "panelmenu/index.d.ts", "line": 103, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L103" } ], "type": { @@ -88834,8 +90582,8 @@ { "title": "Properties", "children": [ - 2509, - 2510 + 2558, + 2559 ] } ], @@ -88844,7 +90592,7 @@ "fileName": "panelmenu/index.d.ts", "line": 91, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L91" } ] } @@ -88855,14 +90603,14 @@ { "title": "Properties", "children": [ - 2497, - 2498, - 2499, - 2500, - 2501, - 2502, - 2503, - 2507 + 2546, + 2547, + 2548, + 2549, + 2550, + 2551, + 2552, + 2556 ] } ], @@ -88871,14 +90619,14 @@ "fileName": "panelmenu/index.d.ts", "line": 34, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L34" } ] } } }, { - "id": 2511, + "id": 2560, "name": "item", "variant": "declaration", "kind": 1024, @@ -88898,20 +90646,20 @@ "fileName": "panelmenu/index.d.ts", "line": 109, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L109" } ], "type": { "type": "reflection", "declaration": { - "id": 2512, + "id": 2561, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2513, + "id": 2562, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -88942,7 +90690,7 @@ "fileName": "panelmenu/index.d.ts", "line": 115, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L115" } ], "type": { @@ -88951,7 +90699,7 @@ } }, { - "id": 2514, + "id": 2563, "name": "color", "variant": "declaration", "kind": 1024, @@ -88982,7 +90730,7 @@ "fileName": "panelmenu/index.d.ts", "line": 121, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L121" } ], "type": { @@ -88991,7 +90739,7 @@ } }, { - "id": 2515, + "id": 2564, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -89022,7 +90770,7 @@ "fileName": "panelmenu/index.d.ts", "line": 127, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L127" } ], "type": { @@ -89031,7 +90779,7 @@ } }, { - "id": 2516, + "id": 2565, "name": "gap", "variant": "declaration", "kind": 1024, @@ -89062,7 +90810,7 @@ "fileName": "panelmenu/index.d.ts", "line": 133, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L133" } ], "type": { @@ -89071,7 +90819,7 @@ } }, { - "id": 2517, + "id": 2566, "name": "padding", "variant": "declaration", "kind": 1024, @@ -89102,7 +90850,7 @@ "fileName": "panelmenu/index.d.ts", "line": 139, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L139" } ], "type": { @@ -89111,7 +90859,7 @@ } }, { - "id": 2518, + "id": 2567, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -89142,7 +90890,7 @@ "fileName": "panelmenu/index.d.ts", "line": 145, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L145" } ], "type": { @@ -89151,7 +90899,7 @@ } }, { - "id": 2519, + "id": 2568, "name": "icon", "variant": "declaration", "kind": 1024, @@ -89171,20 +90919,20 @@ "fileName": "panelmenu/index.d.ts", "line": 149, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L149" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L149" } ], "type": { "type": "reflection", "declaration": { - "id": 2520, + "id": 2569, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2521, + "id": 2570, "name": "color", "variant": "declaration", "kind": 1024, @@ -89215,7 +90963,7 @@ "fileName": "panelmenu/index.d.ts", "line": 155, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L155" } ], "type": { @@ -89224,7 +90972,7 @@ } }, { - "id": 2522, + "id": 2571, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -89255,7 +91003,7 @@ "fileName": "panelmenu/index.d.ts", "line": 161, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L161" } ], "type": { @@ -89268,8 +91016,8 @@ { "title": "Properties", "children": [ - 2521, - 2522 + 2570, + 2571 ] } ], @@ -89278,7 +91026,7 @@ "fileName": "panelmenu/index.d.ts", "line": 149, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L149" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L149" } ] } @@ -89289,13 +91037,13 @@ { "title": "Properties", "children": [ - 2513, - 2514, - 2515, - 2516, - 2517, - 2518, - 2519 + 2562, + 2563, + 2564, + 2565, + 2566, + 2567, + 2568 ] } ], @@ -89304,14 +91052,14 @@ "fileName": "panelmenu/index.d.ts", "line": 109, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L109" } ] } } }, { - "id": 2523, + "id": 2572, "name": "submenu", "variant": "declaration", "kind": 1024, @@ -89331,20 +91079,20 @@ "fileName": "panelmenu/index.d.ts", "line": 167, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L167" } ], "type": { "type": "reflection", "declaration": { - "id": 2524, + "id": 2573, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2525, + "id": 2574, "name": "indent", "variant": "declaration", "kind": 1024, @@ -89375,7 +91123,7 @@ "fileName": "panelmenu/index.d.ts", "line": 173, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L173" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L173" } ], "type": { @@ -89388,7 +91136,7 @@ { "title": "Properties", "children": [ - 2525 + 2574 ] } ], @@ -89397,14 +91145,14 @@ "fileName": "panelmenu/index.d.ts", "line": 167, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L167" } ] } } }, { - "id": 2526, + "id": 2575, "name": "submenuIcon", "variant": "declaration", "kind": 1024, @@ -89424,20 +91172,20 @@ "fileName": "panelmenu/index.d.ts", "line": 178, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L178" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L178" } ], "type": { "type": "reflection", "declaration": { - "id": 2527, + "id": 2576, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2528, + "id": 2577, "name": "color", "variant": "declaration", "kind": 1024, @@ -89468,7 +91216,7 @@ "fileName": "panelmenu/index.d.ts", "line": 184, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L184" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L184" } ], "type": { @@ -89477,7 +91225,7 @@ } }, { - "id": 2529, + "id": 2578, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -89508,7 +91256,7 @@ "fileName": "panelmenu/index.d.ts", "line": 190, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L190" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L190" } ], "type": { @@ -89521,8 +91269,8 @@ { "title": "Properties", "children": [ - 2528, - 2529 + 2577, + 2578 ] } ], @@ -89531,7 +91279,7 @@ "fileName": "panelmenu/index.d.ts", "line": 178, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L178" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L178" } ] } @@ -89542,12 +91290,12 @@ { "title": "Properties", "children": [ - 2530, - 2491, - 2495, - 2511, - 2523, - 2526 + 2579, + 2540, + 2544, + 2560, + 2572, + 2575 ] } ], @@ -89556,17 +91304,17 @@ "fileName": "panelmenu/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2490, + "target": 2539, "name": "PanelMenuDesignTokens", "package": "primeng" } @@ -89581,7 +91329,7 @@ { "title": "Interfaces", "children": [ - 2490 + 2539 ] } ], @@ -89590,12 +91338,12 @@ "fileName": "panelmenu/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/panelmenu/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/panelmenu/index.d.ts#L1" } ] }, { - "id": 2534, + "id": 2583, "name": "themes/password", "variant": "declaration", "kind": 2, @@ -89610,14 +91358,14 @@ }, "children": [ { - "id": 2535, + "id": 2584, "name": "PasswordDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2560, + "id": 2609, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -89629,20 +91377,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2561, + "id": 2610, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2562, + "id": 2611, "name": "light", "variant": "declaration", "kind": 1024, @@ -89654,7 +91402,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -89666,7 +91414,7 @@ "typeArguments": [ { "type": "reference", - "target": 2535, + "target": 2584, "name": "PasswordDesignTokens", "package": "primeng" }, @@ -89680,7 +91428,7 @@ } }, { - "id": 2563, + "id": 2612, "name": "dark", "variant": "declaration", "kind": 1024, @@ -89692,7 +91440,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -89704,7 +91452,7 @@ "typeArguments": [ { "type": "reference", - "target": 2535, + "target": 2584, "name": "PasswordDesignTokens", "package": "primeng" }, @@ -89722,8 +91470,8 @@ { "title": "Properties", "children": [ - 2562, - 2563 + 2611, + 2612 ] } ], @@ -89732,19 +91480,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2536, + "id": 2585, "name": "meter", "variant": "declaration", "kind": 1024, @@ -89764,20 +91512,20 @@ "fileName": "password/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2537, + "id": 2586, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2538, + "id": 2587, "name": "background", "variant": "declaration", "kind": 1024, @@ -89808,7 +91556,7 @@ "fileName": "password/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L23" } ], "type": { @@ -89817,7 +91565,7 @@ } }, { - "id": 2539, + "id": 2588, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -89848,7 +91596,7 @@ "fileName": "password/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L29" } ], "type": { @@ -89857,7 +91605,7 @@ } }, { - "id": 2540, + "id": 2589, "name": "height", "variant": "declaration", "kind": 1024, @@ -89888,7 +91636,7 @@ "fileName": "password/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L35" } ], "type": { @@ -89901,9 +91649,9 @@ { "title": "Properties", "children": [ - 2538, - 2539, - 2540 + 2587, + 2588, + 2589 ] } ], @@ -89912,14 +91660,14 @@ "fileName": "password/index.d.ts", "line": 17, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L17" } ] } } }, { - "id": 2541, + "id": 2590, "name": "icon", "variant": "declaration", "kind": 1024, @@ -89939,20 +91687,20 @@ "fileName": "password/index.d.ts", "line": 40, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L40" } ], "type": { "type": "reflection", "declaration": { - "id": 2542, + "id": 2591, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2543, + "id": 2592, "name": "color", "variant": "declaration", "kind": 1024, @@ -89983,7 +91731,7 @@ "fileName": "password/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L46" } ], "type": { @@ -89996,7 +91744,7 @@ { "title": "Properties", "children": [ - 2543 + 2592 ] } ], @@ -90005,14 +91753,14 @@ "fileName": "password/index.d.ts", "line": 40, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L40" } ] } } }, { - "id": 2544, + "id": 2593, "name": "overlay", "variant": "declaration", "kind": 1024, @@ -90032,20 +91780,20 @@ "fileName": "password/index.d.ts", "line": 51, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L51" } ], "type": { "type": "reflection", "declaration": { - "id": 2545, + "id": 2594, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2546, + "id": 2595, "name": "background", "variant": "declaration", "kind": 1024, @@ -90076,7 +91824,7 @@ "fileName": "password/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L57" } ], "type": { @@ -90085,7 +91833,7 @@ } }, { - "id": 2547, + "id": 2596, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -90116,7 +91864,7 @@ "fileName": "password/index.d.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L63" } ], "type": { @@ -90125,7 +91873,7 @@ } }, { - "id": 2548, + "id": 2597, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -90156,7 +91904,7 @@ "fileName": "password/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L69" } ], "type": { @@ -90165,7 +91913,7 @@ } }, { - "id": 2549, + "id": 2598, "name": "color", "variant": "declaration", "kind": 1024, @@ -90196,7 +91944,7 @@ "fileName": "password/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L75" } ], "type": { @@ -90205,7 +91953,7 @@ } }, { - "id": 2550, + "id": 2599, "name": "padding", "variant": "declaration", "kind": 1024, @@ -90236,7 +91984,7 @@ "fileName": "password/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L81" } ], "type": { @@ -90245,7 +91993,7 @@ } }, { - "id": 2551, + "id": 2600, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -90276,7 +92024,7 @@ "fileName": "password/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L87" } ], "type": { @@ -90289,12 +92037,12 @@ { "title": "Properties", "children": [ - 2546, - 2547, - 2548, - 2549, - 2550, - 2551 + 2595, + 2596, + 2597, + 2598, + 2599, + 2600 ] } ], @@ -90303,14 +92051,14 @@ "fileName": "password/index.d.ts", "line": 51, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L51" } ] } } }, { - "id": 2552, + "id": 2601, "name": "content", "variant": "declaration", "kind": 1024, @@ -90330,20 +92078,20 @@ "fileName": "password/index.d.ts", "line": 92, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L92" } ], "type": { "type": "reflection", "declaration": { - "id": 2553, + "id": 2602, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2554, + "id": 2603, "name": "gap", "variant": "declaration", "kind": 1024, @@ -90374,7 +92122,7 @@ "fileName": "password/index.d.ts", "line": 98, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L98" } ], "type": { @@ -90387,7 +92135,7 @@ { "title": "Properties", "children": [ - 2554 + 2603 ] } ], @@ -90396,14 +92144,14 @@ "fileName": "password/index.d.ts", "line": 92, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L92" } ] } } }, { - "id": 2555, + "id": 2604, "name": "strength", "variant": "declaration", "kind": 1024, @@ -90423,20 +92171,20 @@ "fileName": "password/index.d.ts", "line": 103, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L103" } ], "type": { "type": "reflection", "declaration": { - "id": 2556, + "id": 2605, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2557, + "id": 2606, "name": "weakBackground", "variant": "declaration", "kind": 1024, @@ -90467,7 +92215,7 @@ "fileName": "password/index.d.ts", "line": 109, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L109" } ], "type": { @@ -90476,7 +92224,7 @@ } }, { - "id": 2558, + "id": 2607, "name": "mediumBackground", "variant": "declaration", "kind": 1024, @@ -90507,7 +92255,7 @@ "fileName": "password/index.d.ts", "line": 115, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L115" } ], "type": { @@ -90516,7 +92264,7 @@ } }, { - "id": 2559, + "id": 2608, "name": "strongBackground", "variant": "declaration", "kind": 1024, @@ -90547,7 +92295,7 @@ "fileName": "password/index.d.ts", "line": 121, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L121" } ], "type": { @@ -90560,9 +92308,9 @@ { "title": "Properties", "children": [ - 2557, - 2558, - 2559 + 2606, + 2607, + 2608 ] } ], @@ -90571,7 +92319,7 @@ "fileName": "password/index.d.ts", "line": 103, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L103" } ] } @@ -90582,12 +92330,12 @@ { "title": "Properties", "children": [ - 2560, - 2536, - 2541, - 2544, - 2552, - 2555 + 2609, + 2585, + 2590, + 2593, + 2601, + 2604 ] } ], @@ -90596,17 +92344,17 @@ "fileName": "password/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2535, + "target": 2584, "name": "PasswordDesignTokens", "package": "primeng" } @@ -90621,7 +92369,7 @@ { "title": "Interfaces", "children": [ - 2535 + 2584 ] } ], @@ -90630,12 +92378,12 @@ "fileName": "password/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/password/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/password/index.d.ts#L1" } ] }, { - "id": 2564, + "id": 2613, "name": "themes/picklist", "variant": "declaration", "kind": 2, @@ -90650,14 +92398,14 @@ }, "children": [ { - "id": 2565, + "id": 2614, "name": "PickListDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2572, + "id": 2621, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -90669,20 +92417,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2573, + "id": 2622, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2574, + "id": 2623, "name": "light", "variant": "declaration", "kind": 1024, @@ -90694,7 +92442,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -90706,7 +92454,7 @@ "typeArguments": [ { "type": "reference", - "target": 2565, + "target": 2614, "name": "PickListDesignTokens", "package": "primeng" }, @@ -90720,7 +92468,7 @@ } }, { - "id": 2575, + "id": 2624, "name": "dark", "variant": "declaration", "kind": 1024, @@ -90732,7 +92480,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -90744,7 +92492,7 @@ "typeArguments": [ { "type": "reference", - "target": 2565, + "target": 2614, "name": "PickListDesignTokens", "package": "primeng" }, @@ -90762,8 +92510,8 @@ { "title": "Properties", "children": [ - 2574, - 2575 + 2623, + 2624 ] } ], @@ -90772,19 +92520,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2566, + "id": 2615, "name": "root", "variant": "declaration", "kind": 1024, @@ -90804,20 +92552,20 @@ "fileName": "picklist/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/picklist/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/picklist/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2567, + "id": 2616, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2568, + "id": 2617, "name": "gap", "variant": "declaration", "kind": 1024, @@ -90848,7 +92596,7 @@ "fileName": "picklist/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/picklist/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/picklist/index.d.ts#L23" } ], "type": { @@ -90861,7 +92609,7 @@ { "title": "Properties", "children": [ - 2568 + 2617 ] } ], @@ -90870,14 +92618,14 @@ "fileName": "picklist/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/picklist/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/picklist/index.d.ts#L17" } ] } } }, { - "id": 2569, + "id": 2618, "name": "controls", "variant": "declaration", "kind": 1024, @@ -90897,20 +92645,20 @@ "fileName": "picklist/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/picklist/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/picklist/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 2570, + "id": 2619, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2571, + "id": 2620, "name": "gap", "variant": "declaration", "kind": 1024, @@ -90941,7 +92689,7 @@ "fileName": "picklist/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/picklist/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/picklist/index.d.ts#L34" } ], "type": { @@ -90954,7 +92702,7 @@ { "title": "Properties", "children": [ - 2571 + 2620 ] } ], @@ -90963,7 +92711,7 @@ "fileName": "picklist/index.d.ts", "line": 28, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/picklist/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/picklist/index.d.ts#L28" } ] } @@ -90974,9 +92722,9 @@ { "title": "Properties", "children": [ - 2572, - 2566, - 2569 + 2621, + 2615, + 2618 ] } ], @@ -90985,17 +92733,17 @@ "fileName": "picklist/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/picklist/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/picklist/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2565, + "target": 2614, "name": "PickListDesignTokens", "package": "primeng" } @@ -91010,7 +92758,7 @@ { "title": "Interfaces", "children": [ - 2565 + 2614 ] } ], @@ -91019,12 +92767,12 @@ "fileName": "picklist/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/picklist/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/picklist/index.d.ts#L1" } ] }, { - "id": 2576, + "id": 2625, "name": "themes/popover", "variant": "declaration", "kind": 2, @@ -91039,14 +92787,14 @@ }, "children": [ { - "id": 2577, + "id": 2626, "name": "PopoverDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2590, + "id": 2639, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -91058,20 +92806,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2591, + "id": 2640, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2592, + "id": 2641, "name": "light", "variant": "declaration", "kind": 1024, @@ -91083,7 +92831,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -91095,7 +92843,7 @@ "typeArguments": [ { "type": "reference", - "target": 2577, + "target": 2626, "name": "PopoverDesignTokens", "package": "primeng" }, @@ -91109,7 +92857,7 @@ } }, { - "id": 2593, + "id": 2642, "name": "dark", "variant": "declaration", "kind": 1024, @@ -91121,7 +92869,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -91133,7 +92881,7 @@ "typeArguments": [ { "type": "reference", - "target": 2577, + "target": 2626, "name": "PopoverDesignTokens", "package": "primeng" }, @@ -91151,8 +92899,8 @@ { "title": "Properties", "children": [ - 2592, - 2593 + 2641, + 2642 ] } ], @@ -91161,19 +92909,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2578, + "id": 2627, "name": "root", "variant": "declaration", "kind": 1024, @@ -91193,20 +92941,20 @@ "fileName": "popover/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2579, + "id": 2628, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2580, + "id": 2629, "name": "background", "variant": "declaration", "kind": 1024, @@ -91237,7 +92985,7 @@ "fileName": "popover/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L23" } ], "type": { @@ -91246,7 +92994,7 @@ } }, { - "id": 2581, + "id": 2630, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -91277,7 +93025,7 @@ "fileName": "popover/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L29" } ], "type": { @@ -91286,7 +93034,7 @@ } }, { - "id": 2582, + "id": 2631, "name": "color", "variant": "declaration", "kind": 1024, @@ -91317,7 +93065,7 @@ "fileName": "popover/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L35" } ], "type": { @@ -91326,7 +93074,7 @@ } }, { - "id": 2583, + "id": 2632, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -91357,7 +93105,7 @@ "fileName": "popover/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L41" } ], "type": { @@ -91366,7 +93114,7 @@ } }, { - "id": 2584, + "id": 2633, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -91397,7 +93145,7 @@ "fileName": "popover/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L47" } ], "type": { @@ -91406,7 +93154,7 @@ } }, { - "id": 2585, + "id": 2634, "name": "gutter", "variant": "declaration", "kind": 1024, @@ -91437,7 +93185,7 @@ "fileName": "popover/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L53" } ], "type": { @@ -91446,7 +93194,7 @@ } }, { - "id": 2586, + "id": 2635, "name": "arrowOffset", "variant": "declaration", "kind": 1024, @@ -91477,7 +93225,7 @@ "fileName": "popover/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L59" } ], "type": { @@ -91490,13 +93238,13 @@ { "title": "Properties", "children": [ - 2580, - 2581, - 2582, - 2583, - 2584, - 2585, - 2586 + 2629, + 2630, + 2631, + 2632, + 2633, + 2634, + 2635 ] } ], @@ -91505,14 +93253,14 @@ "fileName": "popover/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L17" } ] } } }, { - "id": 2587, + "id": 2636, "name": "content", "variant": "declaration", "kind": 1024, @@ -91532,20 +93280,20 @@ "fileName": "popover/index.d.ts", "line": 64, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L64" } ], "type": { "type": "reflection", "declaration": { - "id": 2588, + "id": 2637, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2589, + "id": 2638, "name": "padding", "variant": "declaration", "kind": 1024, @@ -91576,7 +93324,7 @@ "fileName": "popover/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L70" } ], "type": { @@ -91589,7 +93337,7 @@ { "title": "Properties", "children": [ - 2589 + 2638 ] } ], @@ -91598,7 +93346,7 @@ "fileName": "popover/index.d.ts", "line": 64, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L64" } ] } @@ -91609,9 +93357,9 @@ { "title": "Properties", "children": [ - 2590, - 2578, - 2587 + 2639, + 2627, + 2636 ] } ], @@ -91620,17 +93368,17 @@ "fileName": "popover/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2577, + "target": 2626, "name": "PopoverDesignTokens", "package": "primeng" } @@ -91645,7 +93393,7 @@ { "title": "Interfaces", "children": [ - 2577 + 2626 ] } ], @@ -91654,12 +93402,12 @@ "fileName": "popover/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/popover/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/popover/index.d.ts#L1" } ] }, { - "id": 2594, + "id": 2643, "name": "themes/progressbar", "variant": "declaration", "kind": 2, @@ -91674,14 +93422,14 @@ }, "children": [ { - "id": 2595, + "id": 2644, "name": "ProgressBarDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2609, + "id": 2658, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -91693,20 +93441,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2610, + "id": 2659, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2611, + "id": 2660, "name": "light", "variant": "declaration", "kind": 1024, @@ -91718,7 +93466,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -91730,7 +93478,7 @@ "typeArguments": [ { "type": "reference", - "target": 2595, + "target": 2644, "name": "ProgressBarDesignTokens", "package": "primeng" }, @@ -91744,7 +93492,7 @@ } }, { - "id": 2612, + "id": 2661, "name": "dark", "variant": "declaration", "kind": 1024, @@ -91756,7 +93504,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -91768,7 +93516,7 @@ "typeArguments": [ { "type": "reference", - "target": 2595, + "target": 2644, "name": "ProgressBarDesignTokens", "package": "primeng" }, @@ -91786,8 +93534,8 @@ { "title": "Properties", "children": [ - 2611, - 2612 + 2660, + 2661 ] } ], @@ -91796,19 +93544,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2596, + "id": 2645, "name": "root", "variant": "declaration", "kind": 1024, @@ -91828,20 +93576,20 @@ "fileName": "progressbar/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2597, + "id": 2646, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2598, + "id": 2647, "name": "background", "variant": "declaration", "kind": 1024, @@ -91872,7 +93620,7 @@ "fileName": "progressbar/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L23" } ], "type": { @@ -91881,7 +93629,7 @@ } }, { - "id": 2599, + "id": 2648, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -91912,7 +93660,7 @@ "fileName": "progressbar/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L29" } ], "type": { @@ -91921,7 +93669,7 @@ } }, { - "id": 2600, + "id": 2649, "name": "height", "variant": "declaration", "kind": 1024, @@ -91952,7 +93700,7 @@ "fileName": "progressbar/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L35" } ], "type": { @@ -91965,9 +93713,9 @@ { "title": "Properties", "children": [ - 2598, - 2599, - 2600 + 2647, + 2648, + 2649 ] } ], @@ -91976,14 +93724,14 @@ "fileName": "progressbar/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L17" } ] } } }, { - "id": 2601, + "id": 2650, "name": "value", "variant": "declaration", "kind": 1024, @@ -92003,20 +93751,20 @@ "fileName": "progressbar/index.d.ts", "line": 40, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L40" } ], "type": { "type": "reflection", "declaration": { - "id": 2602, + "id": 2651, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2603, + "id": 2652, "name": "background", "variant": "declaration", "kind": 1024, @@ -92047,7 +93795,7 @@ "fileName": "progressbar/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L46" } ], "type": { @@ -92060,7 +93808,7 @@ { "title": "Properties", "children": [ - 2603 + 2652 ] } ], @@ -92069,14 +93817,14 @@ "fileName": "progressbar/index.d.ts", "line": 40, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L40" } ] } } }, { - "id": 2604, + "id": 2653, "name": "label", "variant": "declaration", "kind": 1024, @@ -92096,20 +93844,20 @@ "fileName": "progressbar/index.d.ts", "line": 51, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L51" } ], "type": { "type": "reflection", "declaration": { - "id": 2605, + "id": 2654, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2606, + "id": 2655, "name": "color", "variant": "declaration", "kind": 1024, @@ -92140,7 +93888,7 @@ "fileName": "progressbar/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L57" } ], "type": { @@ -92149,7 +93897,7 @@ } }, { - "id": 2607, + "id": 2656, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -92180,7 +93928,7 @@ "fileName": "progressbar/index.d.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L63" } ], "type": { @@ -92189,7 +93937,7 @@ } }, { - "id": 2608, + "id": 2657, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -92220,7 +93968,7 @@ "fileName": "progressbar/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L69" } ], "type": { @@ -92233,9 +93981,9 @@ { "title": "Properties", "children": [ - 2606, - 2607, - 2608 + 2655, + 2656, + 2657 ] } ], @@ -92244,7 +93992,7 @@ "fileName": "progressbar/index.d.ts", "line": 51, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L51" } ] } @@ -92255,10 +94003,10 @@ { "title": "Properties", "children": [ - 2609, - 2596, - 2601, - 2604 + 2658, + 2645, + 2650, + 2653 ] } ], @@ -92267,17 +94015,17 @@ "fileName": "progressbar/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2595, + "target": 2644, "name": "ProgressBarDesignTokens", "package": "primeng" } @@ -92292,7 +94040,7 @@ { "title": "Interfaces", "children": [ - 2595 + 2644 ] } ], @@ -92301,12 +94049,12 @@ "fileName": "progressbar/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressbar/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressbar/index.d.ts#L1" } ] }, { - "id": 2613, + "id": 2662, "name": "themes/progressspinner", "variant": "declaration", "kind": 2, @@ -92321,14 +94069,14 @@ }, "children": [ { - "id": 2614, + "id": 2663, "name": "ProgressSpinnerDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2621, + "id": 2670, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -92340,20 +94088,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2622, + "id": 2671, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2623, + "id": 2672, "name": "light", "variant": "declaration", "kind": 1024, @@ -92365,7 +94113,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -92377,7 +94125,7 @@ "typeArguments": [ { "type": "reference", - "target": 2614, + "target": 2663, "name": "ProgressSpinnerDesignTokens", "package": "primeng" }, @@ -92391,7 +94139,7 @@ } }, { - "id": 2624, + "id": 2673, "name": "dark", "variant": "declaration", "kind": 1024, @@ -92403,7 +94151,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -92415,7 +94163,7 @@ "typeArguments": [ { "type": "reference", - "target": 2614, + "target": 2663, "name": "ProgressSpinnerDesignTokens", "package": "primeng" }, @@ -92433,8 +94181,8 @@ { "title": "Properties", "children": [ - 2623, - 2624 + 2672, + 2673 ] } ], @@ -92443,19 +94191,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2615, + "id": 2664, "name": "root", "variant": "declaration", "kind": 1024, @@ -92475,20 +94223,20 @@ "fileName": "progressspinner/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressspinner/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressspinner/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2616, + "id": 2665, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2617, + "id": 2666, "name": "color.1", "variant": "declaration", "kind": 1024, @@ -92519,7 +94267,7 @@ "fileName": "progressspinner/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressspinner/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressspinner/index.d.ts#L23" } ], "type": { @@ -92528,7 +94276,7 @@ } }, { - "id": 2618, + "id": 2667, "name": "color.2", "variant": "declaration", "kind": 1024, @@ -92559,7 +94307,7 @@ "fileName": "progressspinner/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressspinner/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressspinner/index.d.ts#L29" } ], "type": { @@ -92568,7 +94316,7 @@ } }, { - "id": 2619, + "id": 2668, "name": "color.3", "variant": "declaration", "kind": 1024, @@ -92599,7 +94347,7 @@ "fileName": "progressspinner/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressspinner/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressspinner/index.d.ts#L35" } ], "type": { @@ -92608,7 +94356,7 @@ } }, { - "id": 2620, + "id": 2669, "name": "color.4", "variant": "declaration", "kind": 1024, @@ -92639,7 +94387,7 @@ "fileName": "progressspinner/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressspinner/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressspinner/index.d.ts#L41" } ], "type": { @@ -92652,10 +94400,10 @@ { "title": "Properties", "children": [ - 2617, - 2618, - 2619, - 2620 + 2666, + 2667, + 2668, + 2669 ] } ], @@ -92664,7 +94412,7 @@ "fileName": "progressspinner/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressspinner/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressspinner/index.d.ts#L17" } ] } @@ -92675,8 +94423,8 @@ { "title": "Properties", "children": [ - 2621, - 2615 + 2670, + 2664 ] } ], @@ -92685,17 +94433,17 @@ "fileName": "progressspinner/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressspinner/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressspinner/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2614, + "target": 2663, "name": "ProgressSpinnerDesignTokens", "package": "primeng" } @@ -92710,7 +94458,7 @@ { "title": "Interfaces", "children": [ - 2614 + 2663 ] } ], @@ -92719,12 +94467,12 @@ "fileName": "progressspinner/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/progressspinner/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/progressspinner/index.d.ts#L1" } ] }, { - "id": 2625, + "id": 2674, "name": "themes/radiobutton", "variant": "declaration", "kind": 2, @@ -92739,14 +94487,14 @@ }, "children": [ { - "id": 2626, + "id": 2675, "name": "RadioButtonDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2659, + "id": 2708, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -92758,20 +94506,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2660, + "id": 2709, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2661, + "id": 2710, "name": "light", "variant": "declaration", "kind": 1024, @@ -92783,7 +94531,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -92795,7 +94543,7 @@ "typeArguments": [ { "type": "reference", - "target": 2626, + "target": 2675, "name": "RadioButtonDesignTokens", "package": "primeng" }, @@ -92809,7 +94557,7 @@ } }, { - "id": 2662, + "id": 2711, "name": "dark", "variant": "declaration", "kind": 1024, @@ -92821,7 +94569,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -92833,7 +94581,7 @@ "typeArguments": [ { "type": "reference", - "target": 2626, + "target": 2675, "name": "RadioButtonDesignTokens", "package": "primeng" }, @@ -92851,8 +94599,8 @@ { "title": "Properties", "children": [ - 2661, - 2662 + 2710, + 2711 ] } ], @@ -92861,19 +94609,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2627, + "id": 2676, "name": "root", "variant": "declaration", "kind": 1024, @@ -92893,20 +94641,20 @@ "fileName": "radiobutton/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2628, + "id": 2677, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2629, + "id": 2678, "name": "width", "variant": "declaration", "kind": 1024, @@ -92937,7 +94685,7 @@ "fileName": "radiobutton/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L23" } ], "type": { @@ -92946,7 +94694,7 @@ } }, { - "id": 2630, + "id": 2679, "name": "height", "variant": "declaration", "kind": 1024, @@ -92977,7 +94725,7 @@ "fileName": "radiobutton/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L29" } ], "type": { @@ -92986,7 +94734,7 @@ } }, { - "id": 2631, + "id": 2680, "name": "background", "variant": "declaration", "kind": 1024, @@ -93017,7 +94765,7 @@ "fileName": "radiobutton/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L35" } ], "type": { @@ -93026,7 +94774,7 @@ } }, { - "id": 2632, + "id": 2681, "name": "checkedBackground", "variant": "declaration", "kind": 1024, @@ -93057,7 +94805,7 @@ "fileName": "radiobutton/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L41" } ], "type": { @@ -93066,7 +94814,7 @@ } }, { - "id": 2633, + "id": 2682, "name": "checkedHoverBackground", "variant": "declaration", "kind": 1024, @@ -93097,7 +94845,7 @@ "fileName": "radiobutton/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L47" } ], "type": { @@ -93106,7 +94854,7 @@ } }, { - "id": 2634, + "id": 2683, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -93137,7 +94885,7 @@ "fileName": "radiobutton/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L53" } ], "type": { @@ -93146,7 +94894,7 @@ } }, { - "id": 2635, + "id": 2684, "name": "filledBackground", "variant": "declaration", "kind": 1024, @@ -93177,7 +94925,7 @@ "fileName": "radiobutton/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L59" } ], "type": { @@ -93186,7 +94934,7 @@ } }, { - "id": 2636, + "id": 2685, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -93217,7 +94965,7 @@ "fileName": "radiobutton/index.d.ts", "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L65" } ], "type": { @@ -93226,7 +94974,7 @@ } }, { - "id": 2637, + "id": 2686, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -93257,7 +95005,7 @@ "fileName": "radiobutton/index.d.ts", "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L71" } ], "type": { @@ -93266,7 +95014,7 @@ } }, { - "id": 2638, + "id": 2687, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -93297,7 +95045,7 @@ "fileName": "radiobutton/index.d.ts", "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L77" } ], "type": { @@ -93306,7 +95054,7 @@ } }, { - "id": 2639, + "id": 2688, "name": "checkedBorderColor", "variant": "declaration", "kind": 1024, @@ -93337,7 +95085,7 @@ "fileName": "radiobutton/index.d.ts", "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L83" } ], "type": { @@ -93346,7 +95094,7 @@ } }, { - "id": 2640, + "id": 2689, "name": "checkedHoverBorderColor", "variant": "declaration", "kind": 1024, @@ -93377,7 +95125,7 @@ "fileName": "radiobutton/index.d.ts", "line": 89, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L89" } ], "type": { @@ -93386,7 +95134,7 @@ } }, { - "id": 2641, + "id": 2690, "name": "checkedFocusBorderColor", "variant": "declaration", "kind": 1024, @@ -93417,7 +95165,7 @@ "fileName": "radiobutton/index.d.ts", "line": 95, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L95" } ], "type": { @@ -93426,7 +95174,7 @@ } }, { - "id": 2642, + "id": 2691, "name": "checkedDisabledBorderColor", "variant": "declaration", "kind": 1024, @@ -93457,7 +95205,7 @@ "fileName": "radiobutton/index.d.ts", "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L101" } ], "type": { @@ -93466,7 +95214,7 @@ } }, { - "id": 2643, + "id": 2692, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -93497,7 +95245,7 @@ "fileName": "radiobutton/index.d.ts", "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L107" } ], "type": { @@ -93506,7 +95254,7 @@ } }, { - "id": 2644, + "id": 2693, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -93537,7 +95285,7 @@ "fileName": "radiobutton/index.d.ts", "line": 113, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L113" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L113" } ], "type": { @@ -93546,7 +95294,7 @@ } }, { - "id": 2645, + "id": 2694, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -93566,20 +95314,20 @@ "fileName": "radiobutton/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L117" } ], "type": { "type": "reflection", "declaration": { - "id": 2646, + "id": 2695, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2647, + "id": 2696, "name": "width", "variant": "declaration", "kind": 1024, @@ -93610,7 +95358,7 @@ "fileName": "radiobutton/index.d.ts", "line": 123, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L123" } ], "type": { @@ -93619,7 +95367,7 @@ } }, { - "id": 2648, + "id": 2697, "name": "style", "variant": "declaration", "kind": 1024, @@ -93650,7 +95398,7 @@ "fileName": "radiobutton/index.d.ts", "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L129" } ], "type": { @@ -93659,7 +95407,7 @@ } }, { - "id": 2649, + "id": 2698, "name": "color", "variant": "declaration", "kind": 1024, @@ -93690,7 +95438,7 @@ "fileName": "radiobutton/index.d.ts", "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L135" } ], "type": { @@ -93699,7 +95447,7 @@ } }, { - "id": 2650, + "id": 2699, "name": "offset", "variant": "declaration", "kind": 1024, @@ -93730,7 +95478,7 @@ "fileName": "radiobutton/index.d.ts", "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L141" } ], "type": { @@ -93739,7 +95487,7 @@ } }, { - "id": 2651, + "id": 2700, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -93770,7 +95518,7 @@ "fileName": "radiobutton/index.d.ts", "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L147" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L147" } ], "type": { @@ -93783,11 +95531,11 @@ { "title": "Properties", "children": [ - 2647, - 2648, - 2649, - 2650, - 2651 + 2696, + 2697, + 2698, + 2699, + 2700 ] } ], @@ -93796,14 +95544,14 @@ "fileName": "radiobutton/index.d.ts", "line": 117, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L117" } ] } } }, { - "id": 2652, + "id": 2701, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -93834,7 +95582,7 @@ "fileName": "radiobutton/index.d.ts", "line": 154, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L154" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L154" } ], "type": { @@ -93847,24 +95595,24 @@ { "title": "Properties", "children": [ - 2629, - 2630, - 2631, - 2632, - 2633, - 2634, - 2635, - 2636, - 2637, - 2638, - 2639, - 2640, - 2641, - 2642, - 2643, - 2644, - 2645, - 2652 + 2678, + 2679, + 2680, + 2681, + 2682, + 2683, + 2684, + 2685, + 2686, + 2687, + 2688, + 2689, + 2690, + 2691, + 2692, + 2693, + 2694, + 2701 ] } ], @@ -93873,14 +95621,14 @@ "fileName": "radiobutton/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L17" } ] } } }, { - "id": 2653, + "id": 2702, "name": "icon", "variant": "declaration", "kind": 1024, @@ -93900,20 +95648,20 @@ "fileName": "radiobutton/index.d.ts", "line": 159, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L159" } ], "type": { "type": "reflection", "declaration": { - "id": 2654, + "id": 2703, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2655, + "id": 2704, "name": "size", "variant": "declaration", "kind": 1024, @@ -93944,7 +95692,7 @@ "fileName": "radiobutton/index.d.ts", "line": 165, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L165" } ], "type": { @@ -93953,7 +95701,7 @@ } }, { - "id": 2656, + "id": 2705, "name": "checkedColor", "variant": "declaration", "kind": 1024, @@ -93984,7 +95732,7 @@ "fileName": "radiobutton/index.d.ts", "line": 171, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L171" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L171" } ], "type": { @@ -93993,7 +95741,7 @@ } }, { - "id": 2657, + "id": 2706, "name": "checkedHoverColor", "variant": "declaration", "kind": 1024, @@ -94024,7 +95772,7 @@ "fileName": "radiobutton/index.d.ts", "line": 177, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L177" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L177" } ], "type": { @@ -94033,7 +95781,7 @@ } }, { - "id": 2658, + "id": 2707, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -94064,7 +95812,7 @@ "fileName": "radiobutton/index.d.ts", "line": 183, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L183" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L183" } ], "type": { @@ -94077,10 +95825,10 @@ { "title": "Properties", "children": [ - 2655, - 2656, - 2657, - 2658 + 2704, + 2705, + 2706, + 2707 ] } ], @@ -94089,7 +95837,7 @@ "fileName": "radiobutton/index.d.ts", "line": 159, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L159" } ] } @@ -94100,9 +95848,9 @@ { "title": "Properties", "children": [ - 2659, - 2627, - 2653 + 2708, + 2676, + 2702 ] } ], @@ -94111,17 +95859,17 @@ "fileName": "radiobutton/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2626, + "target": 2675, "name": "RadioButtonDesignTokens", "package": "primeng" } @@ -94136,7 +95884,7 @@ { "title": "Interfaces", "children": [ - 2626 + 2675 ] } ], @@ -94145,12 +95893,12 @@ "fileName": "radiobutton/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/radiobutton/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/radiobutton/index.d.ts#L1" } ] }, { - "id": 2663, + "id": 2712, "name": "themes/rating", "variant": "declaration", "kind": 2, @@ -94165,14 +95913,14 @@ }, "children": [ { - "id": 2664, + "id": 2713, "name": "RatingDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2675, + "id": 2731, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -94184,20 +95932,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2676, + "id": 2732, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2677, + "id": 2733, "name": "light", "variant": "declaration", "kind": 1024, @@ -94209,7 +95957,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -94221,7 +95969,7 @@ "typeArguments": [ { "type": "reference", - "target": 2664, + "target": 2713, "name": "RatingDesignTokens", "package": "primeng" }, @@ -94235,7 +95983,7 @@ } }, { - "id": 2678, + "id": 2734, "name": "dark", "variant": "declaration", "kind": 1024, @@ -94247,7 +95995,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -94259,7 +96007,7 @@ "typeArguments": [ { "type": "reference", - "target": 2664, + "target": 2713, "name": "RatingDesignTokens", "package": "primeng" }, @@ -94277,8 +96025,8 @@ { "title": "Properties", "children": [ - 2677, - 2678 + 2733, + 2734 ] } ], @@ -94287,19 +96035,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2665, + "id": 2714, "name": "root", "variant": "declaration", "kind": 1024, @@ -94319,20 +96067,20 @@ "fileName": "rating/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2666, + "id": 2715, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2667, + "id": 2716, "name": "gap", "variant": "declaration", "kind": 1024, @@ -94363,7 +96111,7 @@ "fileName": "rating/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L23" } ], "type": { @@ -94372,7 +96120,7 @@ } }, { - "id": 2668, + "id": 2717, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -94403,21 +96151,279 @@ "fileName": "rating/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L29" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 2718, + "name": "focusRing", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Focus ring of root" + } + ] + }, + "sources": [ + { + "fileName": "rating/index.d.ts", + "line": 33, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L33" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 2719, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 2720, + "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": "rating.focus.ring.width" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "rating/index.d.ts", + "line": 39, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L39" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2721, + "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": "rating.focus.ring.style" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "rating/index.d.ts", + "line": 45, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L45" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2722, + "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": "rating.focus.ring.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "rating/index.d.ts", + "line": 51, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L51" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2723, + "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": "rating.focus.ring.offset" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "rating/index.d.ts", + "line": 57, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L57" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2724, + "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": "rating.focus.ring.shadow" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "rating/index.d.ts", + "line": 63, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L63" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 2720, + 2721, + 2722, + 2723, + 2724 + ] + } + ], + "sources": [ + { + "fileName": "rating/index.d.ts", + "line": 33, + "character": 20, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L33" + } + ] + } + } } ], "groups": [ { "title": "Properties", "children": [ - 2667, - 2668 + 2716, + 2717, + 2718 ] } ], @@ -94426,14 +96432,14 @@ "fileName": "rating/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L17" } ] } } }, { - "id": 2669, + "id": 2725, "name": "icon", "variant": "declaration", "kind": 1024, @@ -94451,22 +96457,22 @@ "sources": [ { "fileName": "rating/index.d.ts", - "line": 34, + "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 2670, + "id": 2726, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2671, + "id": 2727, "name": "size", "variant": "declaration", "kind": 1024, @@ -94495,9 +96501,9 @@ "sources": [ { "fileName": "rating/index.d.ts", - "line": 40, + "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L75" } ], "type": { @@ -94506,7 +96512,7 @@ } }, { - "id": 2672, + "id": 2728, "name": "color", "variant": "declaration", "kind": 1024, @@ -94535,9 +96541,9 @@ "sources": [ { "fileName": "rating/index.d.ts", - "line": 46, + "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L81" } ], "type": { @@ -94546,7 +96552,7 @@ } }, { - "id": 2673, + "id": 2729, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -94575,9 +96581,9 @@ "sources": [ { "fileName": "rating/index.d.ts", - "line": 52, + "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L87" } ], "type": { @@ -94586,7 +96592,7 @@ } }, { - "id": 2674, + "id": 2730, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -94615,9 +96621,9 @@ "sources": [ { "fileName": "rating/index.d.ts", - "line": 58, + "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L93" } ], "type": { @@ -94630,19 +96636,19 @@ { "title": "Properties", "children": [ - 2671, - 2672, - 2673, - 2674 + 2727, + 2728, + 2729, + 2730 ] } ], "sources": [ { "fileName": "rating/index.d.ts", - "line": 34, + "line": 69, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L69" } ] } @@ -94653,9 +96659,9 @@ { "title": "Properties", "children": [ - 2675, - 2665, - 2669 + 2731, + 2714, + 2725 ] } ], @@ -94664,17 +96670,17 @@ "fileName": "rating/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2664, + "target": 2713, "name": "RatingDesignTokens", "package": "primeng" } @@ -94689,7 +96695,7 @@ { "title": "Interfaces", "children": [ - 2664 + 2713 ] } ], @@ -94698,12 +96704,12 @@ "fileName": "rating/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/rating/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/rating/index.d.ts#L1" } ] }, { - "id": 2679, + "id": 2735, "name": "themes/ripple", "variant": "declaration", "kind": 2, @@ -94718,14 +96724,14 @@ }, "children": [ { - "id": 2680, + "id": 2736, "name": "RippleDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2684, + "id": 2740, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -94737,20 +96743,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2685, + "id": 2741, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2686, + "id": 2742, "name": "light", "variant": "declaration", "kind": 1024, @@ -94762,7 +96768,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -94774,7 +96780,7 @@ "typeArguments": [ { "type": "reference", - "target": 2680, + "target": 2736, "name": "RippleDesignTokens", "package": "primeng" }, @@ -94788,7 +96794,7 @@ } }, { - "id": 2687, + "id": 2743, "name": "dark", "variant": "declaration", "kind": 1024, @@ -94800,7 +96806,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -94812,7 +96818,7 @@ "typeArguments": [ { "type": "reference", - "target": 2680, + "target": 2736, "name": "RippleDesignTokens", "package": "primeng" }, @@ -94830,8 +96836,8 @@ { "title": "Properties", "children": [ - 2686, - 2687 + 2742, + 2743 ] } ], @@ -94840,19 +96846,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2681, + "id": 2737, "name": "root", "variant": "declaration", "kind": 1024, @@ -94872,20 +96878,20 @@ "fileName": "ripple/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/ripple/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/ripple/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2682, + "id": 2738, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2683, + "id": 2739, "name": "background", "variant": "declaration", "kind": 1024, @@ -94916,7 +96922,7 @@ "fileName": "ripple/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/ripple/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/ripple/index.d.ts#L23" } ], "type": { @@ -94929,7 +96935,7 @@ { "title": "Properties", "children": [ - 2683 + 2739 ] } ], @@ -94938,7 +96944,7 @@ "fileName": "ripple/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/ripple/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/ripple/index.d.ts#L17" } ] } @@ -94949,8 +96955,8 @@ { "title": "Properties", "children": [ - 2684, - 2681 + 2740, + 2737 ] } ], @@ -94959,17 +96965,17 @@ "fileName": "ripple/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/ripple/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/ripple/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2680, + "target": 2736, "name": "RippleDesignTokens", "package": "primeng" } @@ -94984,7 +96990,7 @@ { "title": "Interfaces", "children": [ - 2680 + 2736 ] } ], @@ -94993,12 +96999,12 @@ "fileName": "ripple/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/ripple/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/ripple/index.d.ts#L1" } ] }, { - "id": 2688, + "id": 2744, "name": "themes/scrollpanel", "variant": "declaration", "kind": 2, @@ -95013,14 +97019,14 @@ }, "children": [ { - "id": 2689, + "id": 2745, "name": "ScrollPanelDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2705, + "id": 2761, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -95032,20 +97038,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2706, + "id": 2762, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2707, + "id": 2763, "name": "light", "variant": "declaration", "kind": 1024, @@ -95057,7 +97063,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -95069,7 +97075,7 @@ "typeArguments": [ { "type": "reference", - "target": 2689, + "target": 2745, "name": "ScrollPanelDesignTokens", "package": "primeng" }, @@ -95083,7 +97089,7 @@ } }, { - "id": 2708, + "id": 2764, "name": "dark", "variant": "declaration", "kind": 1024, @@ -95095,7 +97101,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -95107,7 +97113,7 @@ "typeArguments": [ { "type": "reference", - "target": 2689, + "target": 2745, "name": "ScrollPanelDesignTokens", "package": "primeng" }, @@ -95125,8 +97131,8 @@ { "title": "Properties", "children": [ - 2707, - 2708 + 2763, + 2764 ] } ], @@ -95135,19 +97141,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2690, + "id": 2746, "name": "root", "variant": "declaration", "kind": 1024, @@ -95167,20 +97173,20 @@ "fileName": "scrollpanel/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2691, + "id": 2747, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2692, + "id": 2748, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -95211,7 +97217,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L23" } ], "type": { @@ -95224,7 +97230,7 @@ { "title": "Properties", "children": [ - 2692 + 2748 ] } ], @@ -95233,14 +97239,14 @@ "fileName": "scrollpanel/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L17" } ] } } }, { - "id": 2693, + "id": 2749, "name": "bar", "variant": "declaration", "kind": 1024, @@ -95260,20 +97266,20 @@ "fileName": "scrollpanel/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 2694, + "id": 2750, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2695, + "id": 2751, "name": "size", "variant": "declaration", "kind": 1024, @@ -95304,7 +97310,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L34" } ], "type": { @@ -95313,7 +97319,7 @@ } }, { - "id": 2696, + "id": 2752, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -95344,7 +97350,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L40" } ], "type": { @@ -95353,7 +97359,7 @@ } }, { - "id": 2697, + "id": 2753, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -95373,20 +97379,20 @@ "fileName": "scrollpanel/index.d.ts", "line": 44, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L44" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L44" } ], "type": { "type": "reflection", "declaration": { - "id": 2698, + "id": 2754, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2699, + "id": 2755, "name": "width", "variant": "declaration", "kind": 1024, @@ -95417,7 +97423,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 50, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L50" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L50" } ], "type": { @@ -95426,7 +97432,7 @@ } }, { - "id": 2700, + "id": 2756, "name": "style", "variant": "declaration", "kind": 1024, @@ -95457,7 +97463,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 56, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L56" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L56" } ], "type": { @@ -95466,7 +97472,7 @@ } }, { - "id": 2701, + "id": 2757, "name": "color", "variant": "declaration", "kind": 1024, @@ -95497,7 +97503,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 62, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L62" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L62" } ], "type": { @@ -95506,7 +97512,7 @@ } }, { - "id": 2702, + "id": 2758, "name": "offset", "variant": "declaration", "kind": 1024, @@ -95537,7 +97543,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 68, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L68" } ], "type": { @@ -95546,7 +97552,7 @@ } }, { - "id": 2703, + "id": 2759, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -95577,7 +97583,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 74, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L74" } ], "type": { @@ -95590,11 +97596,11 @@ { "title": "Properties", "children": [ - 2699, - 2700, - 2701, - 2702, - 2703 + 2755, + 2756, + 2757, + 2758, + 2759 ] } ], @@ -95603,14 +97609,14 @@ "fileName": "scrollpanel/index.d.ts", "line": 44, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L44" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L44" } ] } } }, { - "id": 2704, + "id": 2760, "name": "background", "variant": "declaration", "kind": 1024, @@ -95641,7 +97647,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L81" } ], "type": { @@ -95654,10 +97660,10 @@ { "title": "Properties", "children": [ - 2695, - 2696, - 2697, - 2704 + 2751, + 2752, + 2753, + 2760 ] } ], @@ -95666,7 +97672,7 @@ "fileName": "scrollpanel/index.d.ts", "line": 28, "character": 10, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L28" } ] } @@ -95677,9 +97683,9 @@ { "title": "Properties", "children": [ - 2705, - 2690, - 2693 + 2761, + 2746, + 2749 ] } ], @@ -95688,17 +97694,17 @@ "fileName": "scrollpanel/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2689, + "target": 2745, "name": "ScrollPanelDesignTokens", "package": "primeng" } @@ -95713,7 +97719,7 @@ { "title": "Interfaces", "children": [ - 2689 + 2745 ] } ], @@ -95722,12 +97728,12 @@ "fileName": "scrollpanel/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/scrollpanel/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/scrollpanel/index.d.ts#L1" } ] }, { - "id": 2709, + "id": 2765, "name": "themes/select", "variant": "declaration", "kind": 2, @@ -95742,14 +97748,14 @@ }, "children": [ { - "id": 2710, + "id": 2766, "name": "SelectDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2782, + "id": 2839, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -95761,20 +97767,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2783, + "id": 2840, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2784, + "id": 2841, "name": "light", "variant": "declaration", "kind": 1024, @@ -95786,7 +97792,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -95798,7 +97804,7 @@ "typeArguments": [ { "type": "reference", - "target": 2710, + "target": 2766, "name": "SelectDesignTokens", "package": "primeng" }, @@ -95812,7 +97818,7 @@ } }, { - "id": 2785, + "id": 2842, "name": "dark", "variant": "declaration", "kind": 1024, @@ -95824,7 +97830,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -95836,7 +97842,7 @@ "typeArguments": [ { "type": "reference", - "target": 2710, + "target": 2766, "name": "SelectDesignTokens", "package": "primeng" }, @@ -95854,8 +97860,8 @@ { "title": "Properties", "children": [ - 2784, - 2785 + 2841, + 2842 ] } ], @@ -95864,19 +97870,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2711, + "id": 2767, "name": "root", "variant": "declaration", "kind": 1024, @@ -95896,20 +97902,20 @@ "fileName": "select/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2712, + "id": 2768, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2713, + "id": 2769, "name": "background", "variant": "declaration", "kind": 1024, @@ -95940,7 +97946,7 @@ "fileName": "select/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L23" } ], "type": { @@ -95949,7 +97955,7 @@ } }, { - "id": 2714, + "id": 2770, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -95980,7 +97986,7 @@ "fileName": "select/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L29" } ], "type": { @@ -95989,7 +97995,7 @@ } }, { - "id": 2715, + "id": 2771, "name": "filledBackground", "variant": "declaration", "kind": 1024, @@ -96020,7 +98026,7 @@ "fileName": "select/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L35" } ], "type": { @@ -96029,7 +98035,47 @@ } }, { - "id": 2716, + "id": 2772, + "name": "filledHoverBackground", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Filled hover background of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "select.filled.hover.background" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "select/index.d.ts", + "line": 41, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L41" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 2773, "name": "filledFocusBackground", "variant": "declaration", "kind": 1024, @@ -96058,9 +98104,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 41, + "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L47" } ], "type": { @@ -96069,7 +98115,7 @@ } }, { - "id": 2717, + "id": 2774, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -96098,9 +98144,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 47, + "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L53" } ], "type": { @@ -96109,7 +98155,7 @@ } }, { - "id": 2718, + "id": 2775, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -96138,9 +98184,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 53, + "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L59" } ], "type": { @@ -96149,7 +98195,7 @@ } }, { - "id": 2719, + "id": 2776, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -96178,9 +98224,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 59, + "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L65" } ], "type": { @@ -96189,7 +98235,7 @@ } }, { - "id": 2720, + "id": 2777, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -96218,9 +98264,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 65, + "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L71" } ], "type": { @@ -96229,7 +98275,7 @@ } }, { - "id": 2721, + "id": 2778, "name": "color", "variant": "declaration", "kind": 1024, @@ -96258,9 +98304,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 71, + "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L77" } ], "type": { @@ -96269,7 +98315,7 @@ } }, { - "id": 2722, + "id": 2779, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -96298,9 +98344,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 77, + "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L83" } ], "type": { @@ -96309,7 +98355,7 @@ } }, { - "id": 2723, + "id": 2780, "name": "placeholderColor", "variant": "declaration", "kind": 1024, @@ -96338,9 +98384,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 83, + "line": 89, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L89" } ], "type": { @@ -96349,7 +98395,7 @@ } }, { - "id": 2724, + "id": 2781, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -96378,9 +98424,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 89, + "line": 95, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L95" } ], "type": { @@ -96389,7 +98435,7 @@ } }, { - "id": 2725, + "id": 2782, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -96418,9 +98464,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 95, + "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L101" } ], "type": { @@ -96429,7 +98475,7 @@ } }, { - "id": 2726, + "id": 2783, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -96458,9 +98504,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 101, + "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L107" } ], "type": { @@ -96469,7 +98515,7 @@ } }, { - "id": 2727, + "id": 2784, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -96498,9 +98544,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 107, + "line": 113, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L113" } ], "type": { @@ -96509,7 +98555,7 @@ } }, { - "id": 2728, + "id": 2785, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -96527,22 +98573,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 111, + "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L117" } ], "type": { "type": "reflection", "declaration": { - "id": 2729, + "id": 2786, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2730, + "id": 2787, "name": "width", "variant": "declaration", "kind": 1024, @@ -96571,9 +98617,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 117, + "line": 123, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L123" } ], "type": { @@ -96582,7 +98628,7 @@ } }, { - "id": 2731, + "id": 2788, "name": "style", "variant": "declaration", "kind": 1024, @@ -96611,9 +98657,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 123, + "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L129" } ], "type": { @@ -96622,7 +98668,7 @@ } }, { - "id": 2732, + "id": 2789, "name": "color", "variant": "declaration", "kind": 1024, @@ -96651,9 +98697,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 129, + "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L135" } ], "type": { @@ -96662,7 +98708,7 @@ } }, { - "id": 2733, + "id": 2790, "name": "offset", "variant": "declaration", "kind": 1024, @@ -96691,9 +98737,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 135, + "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L141" } ], "type": { @@ -96702,7 +98748,7 @@ } }, { - "id": 2734, + "id": 2791, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -96731,9 +98777,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 141, + "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L147" } ], "type": { @@ -96746,27 +98792,27 @@ { "title": "Properties", "children": [ - 2730, - 2731, - 2732, - 2733, - 2734 + 2787, + 2788, + 2789, + 2790, + 2791 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 111, + "line": 117, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L117" } ] } } }, { - "id": 2735, + "id": 2792, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -96795,9 +98841,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 148, + "line": 154, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L154" } ], "type": { @@ -96810,23 +98856,24 @@ { "title": "Properties", "children": [ - 2713, - 2714, - 2715, - 2716, - 2717, - 2718, - 2719, - 2720, - 2721, - 2722, - 2723, - 2724, - 2725, - 2726, - 2727, - 2728, - 2735 + 2769, + 2770, + 2771, + 2772, + 2773, + 2774, + 2775, + 2776, + 2777, + 2778, + 2779, + 2780, + 2781, + 2782, + 2783, + 2784, + 2785, + 2792 ] } ], @@ -96835,14 +98882,14 @@ "fileName": "select/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L17" } ] } } }, { - "id": 2736, + "id": 2793, "name": "dropdown", "variant": "declaration", "kind": 1024, @@ -96860,22 +98907,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 153, + "line": 159, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L159" } ], "type": { "type": "reflection", "declaration": { - "id": 2737, + "id": 2794, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2738, + "id": 2795, "name": "width", "variant": "declaration", "kind": 1024, @@ -96904,9 +98951,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 159, + "line": 165, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L165" } ], "type": { @@ -96915,7 +98962,7 @@ } }, { - "id": 2739, + "id": 2796, "name": "color", "variant": "declaration", "kind": 1024, @@ -96944,9 +98991,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 165, + "line": 171, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L171" } ], "type": { @@ -96959,24 +99006,24 @@ { "title": "Properties", "children": [ - 2738, - 2739 + 2795, + 2796 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 153, + "line": 159, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L159" } ] } } }, { - "id": 2740, + "id": 2797, "name": "overlay", "variant": "declaration", "kind": 1024, @@ -96994,22 +99041,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 170, + "line": 176, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L176" } ], "type": { "type": "reflection", "declaration": { - "id": 2741, + "id": 2798, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2742, + "id": 2799, "name": "background", "variant": "declaration", "kind": 1024, @@ -97038,9 +99085,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 176, + "line": 182, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L176" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L182" } ], "type": { @@ -97049,7 +99096,7 @@ } }, { - "id": 2743, + "id": 2800, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -97078,9 +99125,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 182, + "line": 188, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L182" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L188" } ], "type": { @@ -97089,7 +99136,7 @@ } }, { - "id": 2744, + "id": 2801, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -97118,9 +99165,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 188, + "line": 194, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L188" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L194" } ], "type": { @@ -97129,7 +99176,7 @@ } }, { - "id": 2745, + "id": 2802, "name": "color", "variant": "declaration", "kind": 1024, @@ -97158,9 +99205,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 194, + "line": 200, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L194" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L200" } ], "type": { @@ -97169,7 +99216,7 @@ } }, { - "id": 2746, + "id": 2803, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -97198,9 +99245,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 200, + "line": 206, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L200" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L206" } ], "type": { @@ -97213,27 +99260,27 @@ { "title": "Properties", "children": [ - 2742, - 2743, - 2744, - 2745, - 2746 + 2799, + 2800, + 2801, + 2802, + 2803 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 170, + "line": 176, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L176" } ] } } }, { - "id": 2747, + "id": 2804, "name": "list", "variant": "declaration", "kind": 1024, @@ -97251,22 +99298,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 205, + "line": 211, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L211" } ], "type": { "type": "reflection", "declaration": { - "id": 2748, + "id": 2805, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2749, + "id": 2806, "name": "padding", "variant": "declaration", "kind": 1024, @@ -97295,9 +99342,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 211, + "line": 217, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L217" } ], "type": { @@ -97306,7 +99353,7 @@ } }, { - "id": 2750, + "id": 2807, "name": "gap", "variant": "declaration", "kind": 1024, @@ -97335,9 +99382,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 217, + "line": 223, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L217" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L223" } ], "type": { @@ -97346,7 +99393,7 @@ } }, { - "id": 2751, + "id": 2808, "name": "header", "variant": "declaration", "kind": 1024, @@ -97364,22 +99411,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 221, + "line": 227, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L221" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L227" } ], "type": { "type": "reflection", "declaration": { - "id": 2752, + "id": 2809, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2753, + "id": 2810, "name": "padding", "variant": "declaration", "kind": 1024, @@ -97408,9 +99455,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 227, + "line": 233, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L227" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L233" } ], "type": { @@ -97423,16 +99470,16 @@ { "title": "Properties", "children": [ - 2753 + 2810 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 221, + "line": 227, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L221" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L227" } ] } @@ -97443,25 +99490,25 @@ { "title": "Properties", "children": [ - 2749, - 2750, - 2751 + 2806, + 2807, + 2808 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 205, + "line": 211, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L211" } ] } } }, { - "id": 2754, + "id": 2811, "name": "option", "variant": "declaration", "kind": 1024, @@ -97479,22 +99526,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 233, + "line": 239, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L239" } ], "type": { "type": "reflection", "declaration": { - "id": 2755, + "id": 2812, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2756, + "id": 2813, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -97523,9 +99570,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 239, + "line": 245, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L239" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L245" } ], "type": { @@ -97534,7 +99581,7 @@ } }, { - "id": 2757, + "id": 2814, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -97563,9 +99610,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 245, + "line": 251, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L245" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L251" } ], "type": { @@ -97574,7 +99621,7 @@ } }, { - "id": 2758, + "id": 2815, "name": "selectedFocusBackground", "variant": "declaration", "kind": 1024, @@ -97603,9 +99650,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 251, + "line": 257, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L251" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L257" } ], "type": { @@ -97614,7 +99661,7 @@ } }, { - "id": 2759, + "id": 2816, "name": "color", "variant": "declaration", "kind": 1024, @@ -97643,9 +99690,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 257, + "line": 263, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L257" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L263" } ], "type": { @@ -97654,7 +99701,7 @@ } }, { - "id": 2760, + "id": 2817, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -97683,9 +99730,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 263, + "line": 269, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L263" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L269" } ], "type": { @@ -97694,7 +99741,7 @@ } }, { - "id": 2761, + "id": 2818, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -97723,9 +99770,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 269, + "line": 275, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L269" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L275" } ], "type": { @@ -97734,7 +99781,7 @@ } }, { - "id": 2762, + "id": 2819, "name": "selectedFocusColor", "variant": "declaration", "kind": 1024, @@ -97763,9 +99810,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 275, + "line": 281, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L275" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L281" } ], "type": { @@ -97774,7 +99821,7 @@ } }, { - "id": 2763, + "id": 2820, "name": "padding", "variant": "declaration", "kind": 1024, @@ -97803,9 +99850,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 281, + "line": 287, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L281" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L287" } ], "type": { @@ -97814,7 +99861,7 @@ } }, { - "id": 2764, + "id": 2821, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -97843,9 +99890,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 287, + "line": 293, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L287" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L293" } ], "type": { @@ -97858,31 +99905,31 @@ { "title": "Properties", "children": [ - 2756, - 2757, - 2758, - 2759, - 2760, - 2761, - 2762, - 2763, - 2764 + 2813, + 2814, + 2815, + 2816, + 2817, + 2818, + 2819, + 2820, + 2821 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 233, + "line": 239, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L239" } ] } } }, { - "id": 2765, + "id": 2822, "name": "optionGroup", "variant": "declaration", "kind": 1024, @@ -97900,22 +99947,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 292, + "line": 298, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L292" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L298" } ], "type": { "type": "reflection", "declaration": { - "id": 2766, + "id": 2823, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2767, + "id": 2824, "name": "background", "variant": "declaration", "kind": 1024, @@ -97944,9 +99991,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 298, + "line": 304, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L298" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L304" } ], "type": { @@ -97955,7 +100002,7 @@ } }, { - "id": 2768, + "id": 2825, "name": "color", "variant": "declaration", "kind": 1024, @@ -97984,9 +100031,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 304, + "line": 310, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L304" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L310" } ], "type": { @@ -97995,7 +100042,7 @@ } }, { - "id": 2769, + "id": 2826, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -98024,9 +100071,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 310, + "line": 316, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L310" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L316" } ], "type": { @@ -98035,7 +100082,7 @@ } }, { - "id": 2770, + "id": 2827, "name": "padding", "variant": "declaration", "kind": 1024, @@ -98064,9 +100111,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 316, + "line": 322, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L316" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L322" } ], "type": { @@ -98079,26 +100126,26 @@ { "title": "Properties", "children": [ - 2767, - 2768, - 2769, - 2770 + 2824, + 2825, + 2826, + 2827 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 292, + "line": 298, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L292" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L298" } ] } } }, { - "id": 2771, + "id": 2828, "name": "clearIcon", "variant": "declaration", "kind": 1024, @@ -98116,22 +100163,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 321, + "line": 327, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L321" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L327" } ], "type": { "type": "reflection", "declaration": { - "id": 2772, + "id": 2829, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2773, + "id": 2830, "name": "color", "variant": "declaration", "kind": 1024, @@ -98160,9 +100207,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 327, + "line": 333, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L327" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L333" } ], "type": { @@ -98175,23 +100222,23 @@ { "title": "Properties", "children": [ - 2773 + 2830 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 321, + "line": 327, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L321" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L327" } ] } } }, { - "id": 2774, + "id": 2831, "name": "checkmark", "variant": "declaration", "kind": 1024, @@ -98209,22 +100256,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 332, + "line": 338, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L332" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L338" } ], "type": { "type": "reflection", "declaration": { - "id": 2775, + "id": 2832, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2776, + "id": 2833, "name": "color", "variant": "declaration", "kind": 1024, @@ -98253,9 +100300,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 338, + "line": 344, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L338" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L344" } ], "type": { @@ -98264,7 +100311,7 @@ } }, { - "id": 2777, + "id": 2834, "name": "gutterStart", "variant": "declaration", "kind": 1024, @@ -98293,9 +100340,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 344, + "line": 350, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L344" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L350" } ], "type": { @@ -98304,7 +100351,7 @@ } }, { - "id": 2778, + "id": 2835, "name": "gutterEnd", "variant": "declaration", "kind": 1024, @@ -98333,9 +100380,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 350, + "line": 356, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L350" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L356" } ], "type": { @@ -98348,25 +100395,25 @@ { "title": "Properties", "children": [ - 2776, - 2777, - 2778 + 2833, + 2834, + 2835 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 332, + "line": 338, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L332" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L338" } ] } } }, { - "id": 2779, + "id": 2836, "name": "emptyMessage", "variant": "declaration", "kind": 1024, @@ -98384,22 +100431,22 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 355, + "line": 361, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L355" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L361" } ], "type": { "type": "reflection", "declaration": { - "id": 2780, + "id": 2837, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2781, + "id": 2838, "name": "padding", "variant": "declaration", "kind": 1024, @@ -98428,9 +100475,9 @@ "sources": [ { "fileName": "select/index.d.ts", - "line": 361, + "line": 367, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L361" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L367" } ], "type": { @@ -98443,16 +100490,16 @@ { "title": "Properties", "children": [ - 2781 + 2838 ] } ], "sources": [ { "fileName": "select/index.d.ts", - "line": 355, + "line": 361, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L355" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L361" } ] } @@ -98463,16 +100510,16 @@ { "title": "Properties", "children": [ - 2782, - 2711, - 2736, - 2740, - 2747, - 2754, - 2765, - 2771, - 2774, - 2779 + 2839, + 2767, + 2793, + 2797, + 2804, + 2811, + 2822, + 2828, + 2831, + 2836 ] } ], @@ -98481,17 +100528,17 @@ "fileName": "select/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2710, + "target": 2766, "name": "SelectDesignTokens", "package": "primeng" } @@ -98506,7 +100553,7 @@ { "title": "Interfaces", "children": [ - 2710 + 2766 ] } ], @@ -98515,12 +100562,12 @@ "fileName": "select/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/select/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/select/index.d.ts#L1" } ] }, { - "id": 2786, + "id": 2843, "name": "themes/selectbutton", "variant": "declaration", "kind": 2, @@ -98535,14 +100582,14 @@ }, "children": [ { - "id": 2787, + "id": 2844, "name": "SelectButtonDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2792, + "id": 2849, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -98554,20 +100601,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2793, + "id": 2850, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2794, + "id": 2851, "name": "light", "variant": "declaration", "kind": 1024, @@ -98579,7 +100626,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -98591,7 +100638,7 @@ "typeArguments": [ { "type": "reference", - "target": 2787, + "target": 2844, "name": "SelectButtonDesignTokens", "package": "primeng" }, @@ -98605,7 +100652,7 @@ } }, { - "id": 2795, + "id": 2852, "name": "dark", "variant": "declaration", "kind": 1024, @@ -98617,7 +100664,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -98629,7 +100676,7 @@ "typeArguments": [ { "type": "reference", - "target": 2787, + "target": 2844, "name": "SelectButtonDesignTokens", "package": "primeng" }, @@ -98647,8 +100694,8 @@ { "title": "Properties", "children": [ - 2794, - 2795 + 2851, + 2852 ] } ], @@ -98657,19 +100704,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2788, + "id": 2845, "name": "root", "variant": "declaration", "kind": 1024, @@ -98689,20 +100736,20 @@ "fileName": "selectbutton/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/selectbutton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/selectbutton/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2789, + "id": 2846, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2790, + "id": 2847, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -98733,7 +100780,7 @@ "fileName": "selectbutton/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/selectbutton/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/selectbutton/index.d.ts#L23" } ], "type": { @@ -98742,7 +100789,7 @@ } }, { - "id": 2791, + "id": 2848, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -98773,7 +100820,7 @@ "fileName": "selectbutton/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/selectbutton/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/selectbutton/index.d.ts#L29" } ], "type": { @@ -98786,8 +100833,8 @@ { "title": "Properties", "children": [ - 2790, - 2791 + 2847, + 2848 ] } ], @@ -98796,7 +100843,7 @@ "fileName": "selectbutton/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/selectbutton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/selectbutton/index.d.ts#L17" } ] } @@ -98807,8 +100854,8 @@ { "title": "Properties", "children": [ - 2792, - 2788 + 2849, + 2845 ] } ], @@ -98817,17 +100864,17 @@ "fileName": "selectbutton/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/selectbutton/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/selectbutton/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2787, + "target": 2844, "name": "SelectButtonDesignTokens", "package": "primeng" } @@ -98842,7 +100889,7 @@ { "title": "Interfaces", "children": [ - 2787 + 2844 ] } ], @@ -98851,12 +100898,12 @@ "fileName": "selectbutton/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/selectbutton/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/selectbutton/index.d.ts#L1" } ] }, { - "id": 2796, + "id": 2853, "name": "themes/skeleton", "variant": "declaration", "kind": 2, @@ -98871,14 +100918,14 @@ }, "children": [ { - "id": 2797, + "id": 2854, "name": "SkeletonDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2803, + "id": 2860, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -98890,20 +100937,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2804, + "id": 2861, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2805, + "id": 2862, "name": "light", "variant": "declaration", "kind": 1024, @@ -98915,7 +100962,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -98927,7 +100974,7 @@ "typeArguments": [ { "type": "reference", - "target": 2797, + "target": 2854, "name": "SkeletonDesignTokens", "package": "primeng" }, @@ -98941,7 +100988,7 @@ } }, { - "id": 2806, + "id": 2863, "name": "dark", "variant": "declaration", "kind": 1024, @@ -98953,7 +101000,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -98965,7 +101012,7 @@ "typeArguments": [ { "type": "reference", - "target": 2797, + "target": 2854, "name": "SkeletonDesignTokens", "package": "primeng" }, @@ -98983,8 +101030,8 @@ { "title": "Properties", "children": [ - 2805, - 2806 + 2862, + 2863 ] } ], @@ -98993,19 +101040,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2798, + "id": 2855, "name": "root", "variant": "declaration", "kind": 1024, @@ -99025,20 +101072,20 @@ "fileName": "skeleton/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/skeleton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/skeleton/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2799, + "id": 2856, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2800, + "id": 2857, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -99069,7 +101116,7 @@ "fileName": "skeleton/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/skeleton/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/skeleton/index.d.ts#L23" } ], "type": { @@ -99078,7 +101125,7 @@ } }, { - "id": 2801, + "id": 2858, "name": "background", "variant": "declaration", "kind": 1024, @@ -99109,7 +101156,7 @@ "fileName": "skeleton/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/skeleton/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/skeleton/index.d.ts#L29" } ], "type": { @@ -99118,7 +101165,7 @@ } }, { - "id": 2802, + "id": 2859, "name": "animationBackground", "variant": "declaration", "kind": 1024, @@ -99149,7 +101196,7 @@ "fileName": "skeleton/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/skeleton/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/skeleton/index.d.ts#L35" } ], "type": { @@ -99162,9 +101209,9 @@ { "title": "Properties", "children": [ - 2800, - 2801, - 2802 + 2857, + 2858, + 2859 ] } ], @@ -99173,7 +101220,7 @@ "fileName": "skeleton/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/skeleton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/skeleton/index.d.ts#L17" } ] } @@ -99184,8 +101231,8 @@ { "title": "Properties", "children": [ - 2803, - 2798 + 2860, + 2855 ] } ], @@ -99194,17 +101241,17 @@ "fileName": "skeleton/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/skeleton/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/skeleton/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2797, + "target": 2854, "name": "SkeletonDesignTokens", "package": "primeng" } @@ -99219,7 +101266,7 @@ { "title": "Interfaces", "children": [ - 2797 + 2854 ] } ], @@ -99228,12 +101275,12 @@ "fileName": "skeleton/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/skeleton/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/skeleton/index.d.ts#L1" } ] }, { - "id": 2807, + "id": 2864, "name": "themes/slider", "variant": "declaration", "kind": 2, @@ -99248,14 +101295,14 @@ }, "children": [ { - "id": 2808, + "id": 2865, "name": "SliderDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2842, + "id": 2899, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -99267,20 +101314,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2843, + "id": 2900, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2844, + "id": 2901, "name": "light", "variant": "declaration", "kind": 1024, @@ -99292,7 +101339,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -99304,7 +101351,7 @@ "typeArguments": [ { "type": "reference", - "target": 2808, + "target": 2865, "name": "SliderDesignTokens", "package": "primeng" }, @@ -99318,7 +101365,7 @@ } }, { - "id": 2845, + "id": 2902, "name": "dark", "variant": "declaration", "kind": 1024, @@ -99330,7 +101377,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -99342,7 +101389,7 @@ "typeArguments": [ { "type": "reference", - "target": 2808, + "target": 2865, "name": "SliderDesignTokens", "package": "primeng" }, @@ -99360,8 +101407,8 @@ { "title": "Properties", "children": [ - 2844, - 2845 + 2901, + 2902 ] } ], @@ -99370,19 +101417,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2809, + "id": 2866, "name": "root", "variant": "declaration", "kind": 1024, @@ -99402,20 +101449,20 @@ "fileName": "slider/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2810, + "id": 2867, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2811, + "id": 2868, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -99446,7 +101493,7 @@ "fileName": "slider/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L23" } ], "type": { @@ -99459,7 +101506,7 @@ { "title": "Properties", "children": [ - 2811 + 2868 ] } ], @@ -99468,14 +101515,14 @@ "fileName": "slider/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L17" } ] } } }, { - "id": 2812, + "id": 2869, "name": "track", "variant": "declaration", "kind": 1024, @@ -99495,20 +101542,20 @@ "fileName": "slider/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 2813, + "id": 2870, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2814, + "id": 2871, "name": "background", "variant": "declaration", "kind": 1024, @@ -99539,7 +101586,7 @@ "fileName": "slider/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L34" } ], "type": { @@ -99548,7 +101595,7 @@ } }, { - "id": 2815, + "id": 2872, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -99579,7 +101626,7 @@ "fileName": "slider/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L40" } ], "type": { @@ -99588,7 +101635,7 @@ } }, { - "id": 2816, + "id": 2873, "name": "size", "variant": "declaration", "kind": 1024, @@ -99619,7 +101666,7 @@ "fileName": "slider/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L46" } ], "type": { @@ -99632,9 +101679,9 @@ { "title": "Properties", "children": [ - 2814, - 2815, - 2816 + 2871, + 2872, + 2873 ] } ], @@ -99643,14 +101690,14 @@ "fileName": "slider/index.d.ts", "line": 28, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L28" } ] } } }, { - "id": 2817, + "id": 2874, "name": "range", "variant": "declaration", "kind": 1024, @@ -99670,20 +101717,20 @@ "fileName": "slider/index.d.ts", "line": 51, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L51" } ], "type": { "type": "reflection", "declaration": { - "id": 2818, + "id": 2875, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2819, + "id": 2876, "name": "background", "variant": "declaration", "kind": 1024, @@ -99714,7 +101761,7 @@ "fileName": "slider/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L57" } ], "type": { @@ -99727,7 +101774,7 @@ { "title": "Properties", "children": [ - 2819 + 2876 ] } ], @@ -99736,14 +101783,14 @@ "fileName": "slider/index.d.ts", "line": 51, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L51" } ] } } }, { - "id": 2820, + "id": 2877, "name": "handle", "variant": "declaration", "kind": 1024, @@ -99763,20 +101810,20 @@ "fileName": "slider/index.d.ts", "line": 62, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L62" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L62" } ], "type": { "type": "reflection", "declaration": { - "id": 2821, + "id": 2878, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2822, + "id": 2879, "name": "width", "variant": "declaration", "kind": 1024, @@ -99807,7 +101854,7 @@ "fileName": "slider/index.d.ts", "line": 68, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L68" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L68" } ], "type": { @@ -99816,7 +101863,7 @@ } }, { - "id": 2823, + "id": 2880, "name": "height", "variant": "declaration", "kind": 1024, @@ -99847,7 +101894,7 @@ "fileName": "slider/index.d.ts", "line": 74, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L74" } ], "type": { @@ -99856,7 +101903,7 @@ } }, { - "id": 2824, + "id": 2881, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -99887,7 +101934,7 @@ "fileName": "slider/index.d.ts", "line": 80, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L80" } ], "type": { @@ -99896,7 +101943,7 @@ } }, { - "id": 2825, + "id": 2882, "name": "background", "variant": "declaration", "kind": 1024, @@ -99927,7 +101974,7 @@ "fileName": "slider/index.d.ts", "line": 86, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L86" } ], "type": { @@ -99936,7 +101983,7 @@ } }, { - "id": 2826, + "id": 2883, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -99967,7 +102014,7 @@ "fileName": "slider/index.d.ts", "line": 92, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L92" } ], "type": { @@ -99976,7 +102023,7 @@ } }, { - "id": 2827, + "id": 2884, "name": "content", "variant": "declaration", "kind": 1024, @@ -99996,20 +102043,20 @@ "fileName": "slider/index.d.ts", "line": 96, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L96" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L96" } ], "type": { "type": "reflection", "declaration": { - "id": 2828, + "id": 2885, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2829, + "id": 2886, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -100040,7 +102087,7 @@ "fileName": "slider/index.d.ts", "line": 102, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L102" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L102" } ], "type": { @@ -100049,7 +102096,7 @@ } }, { - "id": 2830, + "id": 2887, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -100080,7 +102127,7 @@ "fileName": "slider/index.d.ts", "line": 108, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L108" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L108" } ], "type": { @@ -100089,7 +102136,7 @@ } }, { - "id": 2831, + "id": 2888, "name": "width", "variant": "declaration", "kind": 1024, @@ -100120,7 +102167,7 @@ "fileName": "slider/index.d.ts", "line": 114, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L114" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L114" } ], "type": { @@ -100129,7 +102176,7 @@ } }, { - "id": 2832, + "id": 2889, "name": "height", "variant": "declaration", "kind": 1024, @@ -100160,7 +102207,7 @@ "fileName": "slider/index.d.ts", "line": 120, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L120" } ], "type": { @@ -100169,7 +102216,7 @@ } }, { - "id": 2833, + "id": 2890, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -100200,7 +102247,7 @@ "fileName": "slider/index.d.ts", "line": 126, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L126" } ], "type": { @@ -100213,11 +102260,11 @@ { "title": "Properties", "children": [ - 2829, - 2830, - 2831, - 2832, - 2833 + 2886, + 2887, + 2888, + 2889, + 2890 ] } ], @@ -100226,14 +102273,14 @@ "fileName": "slider/index.d.ts", "line": 96, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L96" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L96" } ] } } }, { - "id": 2834, + "id": 2891, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -100253,20 +102300,20 @@ "fileName": "slider/index.d.ts", "line": 131, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L131" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L131" } ], "type": { "type": "reflection", "declaration": { - "id": 2835, + "id": 2892, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2836, + "id": 2893, "name": "width", "variant": "declaration", "kind": 1024, @@ -100297,7 +102344,7 @@ "fileName": "slider/index.d.ts", "line": 137, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L137" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L137" } ], "type": { @@ -100306,7 +102353,7 @@ } }, { - "id": 2837, + "id": 2894, "name": "style", "variant": "declaration", "kind": 1024, @@ -100337,7 +102384,7 @@ "fileName": "slider/index.d.ts", "line": 143, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L143" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L143" } ], "type": { @@ -100346,7 +102393,7 @@ } }, { - "id": 2838, + "id": 2895, "name": "color", "variant": "declaration", "kind": 1024, @@ -100377,7 +102424,7 @@ "fileName": "slider/index.d.ts", "line": 149, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L149" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L149" } ], "type": { @@ -100386,7 +102433,7 @@ } }, { - "id": 2839, + "id": 2896, "name": "offset", "variant": "declaration", "kind": 1024, @@ -100417,7 +102464,7 @@ "fileName": "slider/index.d.ts", "line": 155, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L155" } ], "type": { @@ -100426,7 +102473,7 @@ } }, { - "id": 2840, + "id": 2897, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -100457,7 +102504,7 @@ "fileName": "slider/index.d.ts", "line": 161, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L161" } ], "type": { @@ -100470,11 +102517,11 @@ { "title": "Properties", "children": [ - 2836, - 2837, - 2838, - 2839, - 2840 + 2893, + 2894, + 2895, + 2896, + 2897 ] } ], @@ -100483,14 +102530,14 @@ "fileName": "slider/index.d.ts", "line": 131, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L131" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L131" } ] } } }, { - "id": 2841, + "id": 2898, "name": "contentBackground", "variant": "declaration", "kind": 1024, @@ -100521,7 +102568,7 @@ "fileName": "slider/index.d.ts", "line": 168, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L168" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L168" } ], "type": { @@ -100534,14 +102581,14 @@ { "title": "Properties", "children": [ - 2822, - 2823, - 2824, - 2825, - 2826, - 2827, - 2834, - 2841 + 2879, + 2880, + 2881, + 2882, + 2883, + 2884, + 2891, + 2898 ] } ], @@ -100550,7 +102597,7 @@ "fileName": "slider/index.d.ts", "line": 62, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L62" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L62" } ] } @@ -100561,11 +102608,11 @@ { "title": "Properties", "children": [ - 2842, - 2809, - 2812, - 2817, - 2820 + 2899, + 2866, + 2869, + 2874, + 2877 ] } ], @@ -100574,17 +102621,17 @@ "fileName": "slider/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2808, + "target": 2865, "name": "SliderDesignTokens", "package": "primeng" } @@ -100599,7 +102646,7 @@ { "title": "Interfaces", "children": [ - 2808 + 2865 ] } ], @@ -100608,12 +102655,12 @@ "fileName": "slider/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/slider/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/slider/index.d.ts#L1" } ] }, { - "id": 2846, + "id": 2903, "name": "themes/speeddial", "variant": "declaration", "kind": 2, @@ -100628,14 +102675,14 @@ }, "children": [ { - "id": 2847, + "id": 2904, "name": "SpeedDialDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2852, + "id": 2909, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -100647,20 +102694,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2853, + "id": 2910, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2854, + "id": 2911, "name": "light", "variant": "declaration", "kind": 1024, @@ -100672,7 +102719,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -100684,7 +102731,7 @@ "typeArguments": [ { "type": "reference", - "target": 2847, + "target": 2904, "name": "SpeedDialDesignTokens", "package": "primeng" }, @@ -100698,7 +102745,7 @@ } }, { - "id": 2855, + "id": 2912, "name": "dark", "variant": "declaration", "kind": 1024, @@ -100710,7 +102757,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -100722,7 +102769,7 @@ "typeArguments": [ { "type": "reference", - "target": 2847, + "target": 2904, "name": "SpeedDialDesignTokens", "package": "primeng" }, @@ -100740,8 +102787,8 @@ { "title": "Properties", "children": [ - 2854, - 2855 + 2911, + 2912 ] } ], @@ -100750,19 +102797,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2848, + "id": 2905, "name": "root", "variant": "declaration", "kind": 1024, @@ -100782,20 +102829,20 @@ "fileName": "speeddial/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/speeddial/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/speeddial/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2849, + "id": 2906, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2850, + "id": 2907, "name": "gap", "variant": "declaration", "kind": 1024, @@ -100826,7 +102873,7 @@ "fileName": "speeddial/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/speeddial/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/speeddial/index.d.ts#L23" } ], "type": { @@ -100835,7 +102882,7 @@ } }, { - "id": 2851, + "id": 2908, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -100866,7 +102913,7 @@ "fileName": "speeddial/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/speeddial/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/speeddial/index.d.ts#L29" } ], "type": { @@ -100879,8 +102926,8 @@ { "title": "Properties", "children": [ - 2850, - 2851 + 2907, + 2908 ] } ], @@ -100889,7 +102936,7 @@ "fileName": "speeddial/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/speeddial/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/speeddial/index.d.ts#L17" } ] } @@ -100900,8 +102947,8 @@ { "title": "Properties", "children": [ - 2852, - 2848 + 2909, + 2905 ] } ], @@ -100910,17 +102957,17 @@ "fileName": "speeddial/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/speeddial/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/speeddial/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2847, + "target": 2904, "name": "SpeedDialDesignTokens", "package": "primeng" } @@ -100935,7 +102982,7 @@ { "title": "Interfaces", "children": [ - 2847 + 2904 ] } ], @@ -100944,12 +102991,12 @@ "fileName": "speeddial/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/speeddial/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/speeddial/index.d.ts#L1" } ] }, { - "id": 2856, + "id": 2913, "name": "themes/splitbutton", "variant": "declaration", "kind": 2, @@ -100964,14 +103011,14 @@ }, "children": [ { - "id": 2857, + "id": 2914, "name": "SplitButtonDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2863, + "id": 2920, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -100983,20 +103030,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2864, + "id": 2921, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2865, + "id": 2922, "name": "light", "variant": "declaration", "kind": 1024, @@ -101008,7 +103055,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -101020,7 +103067,7 @@ "typeArguments": [ { "type": "reference", - "target": 2857, + "target": 2914, "name": "SplitButtonDesignTokens", "package": "primeng" }, @@ -101034,7 +103081,7 @@ } }, { - "id": 2866, + "id": 2923, "name": "dark", "variant": "declaration", "kind": 1024, @@ -101046,7 +103093,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -101058,7 +103105,7 @@ "typeArguments": [ { "type": "reference", - "target": 2857, + "target": 2914, "name": "SplitButtonDesignTokens", "package": "primeng" }, @@ -101076,8 +103123,8 @@ { "title": "Properties", "children": [ - 2865, - 2866 + 2922, + 2923 ] } ], @@ -101086,19 +103133,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2858, + "id": 2915, "name": "root", "variant": "declaration", "kind": 1024, @@ -101118,20 +103165,20 @@ "fileName": "splitbutton/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitbutton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitbutton/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2859, + "id": 2916, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2860, + "id": 2917, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -101162,7 +103209,7 @@ "fileName": "splitbutton/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitbutton/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitbutton/index.d.ts#L23" } ], "type": { @@ -101171,7 +103218,7 @@ } }, { - "id": 2861, + "id": 2918, "name": "roundedBorderRadius", "variant": "declaration", "kind": 1024, @@ -101202,7 +103249,7 @@ "fileName": "splitbutton/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitbutton/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitbutton/index.d.ts#L29" } ], "type": { @@ -101211,7 +103258,7 @@ } }, { - "id": 2862, + "id": 2919, "name": "raisedShadow", "variant": "declaration", "kind": 1024, @@ -101242,7 +103289,7 @@ "fileName": "splitbutton/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitbutton/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitbutton/index.d.ts#L35" } ], "type": { @@ -101255,9 +103302,9 @@ { "title": "Properties", "children": [ - 2860, - 2861, - 2862 + 2917, + 2918, + 2919 ] } ], @@ -101266,7 +103313,7 @@ "fileName": "splitbutton/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitbutton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitbutton/index.d.ts#L17" } ] } @@ -101277,8 +103324,8 @@ { "title": "Properties", "children": [ - 2863, - 2858 + 2920, + 2915 ] } ], @@ -101287,17 +103334,17 @@ "fileName": "splitbutton/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitbutton/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitbutton/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2857, + "target": 2914, "name": "SplitButtonDesignTokens", "package": "primeng" } @@ -101312,7 +103359,7 @@ { "title": "Interfaces", "children": [ - 2857 + 2914 ] } ], @@ -101321,12 +103368,12 @@ "fileName": "splitbutton/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitbutton/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitbutton/index.d.ts#L1" } ] }, { - "id": 2867, + "id": 2924, "name": "themes/splitter", "variant": "declaration", "kind": 2, @@ -101341,14 +103388,14 @@ }, "children": [ { - "id": 2868, + "id": 2925, "name": "SplitterDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2890, + "id": 2947, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -101360,20 +103407,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2891, + "id": 2948, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2892, + "id": 2949, "name": "light", "variant": "declaration", "kind": 1024, @@ -101385,7 +103432,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -101397,7 +103444,7 @@ "typeArguments": [ { "type": "reference", - "target": 2868, + "target": 2925, "name": "SplitterDesignTokens", "package": "primeng" }, @@ -101411,7 +103458,7 @@ } }, { - "id": 2893, + "id": 2950, "name": "dark", "variant": "declaration", "kind": 1024, @@ -101423,7 +103470,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -101435,7 +103482,7 @@ "typeArguments": [ { "type": "reference", - "target": 2868, + "target": 2925, "name": "SplitterDesignTokens", "package": "primeng" }, @@ -101453,8 +103500,8 @@ { "title": "Properties", "children": [ - 2892, - 2893 + 2949, + 2950 ] } ], @@ -101463,19 +103510,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2869, + "id": 2926, "name": "root", "variant": "declaration", "kind": 1024, @@ -101495,20 +103542,20 @@ "fileName": "splitter/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2870, + "id": 2927, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2871, + "id": 2928, "name": "background", "variant": "declaration", "kind": 1024, @@ -101539,7 +103586,7 @@ "fileName": "splitter/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L23" } ], "type": { @@ -101548,7 +103595,7 @@ } }, { - "id": 2872, + "id": 2929, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -101579,7 +103626,7 @@ "fileName": "splitter/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L29" } ], "type": { @@ -101588,7 +103635,7 @@ } }, { - "id": 2873, + "id": 2930, "name": "color", "variant": "declaration", "kind": 1024, @@ -101619,7 +103666,7 @@ "fileName": "splitter/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L35" } ], "type": { @@ -101628,7 +103675,7 @@ } }, { - "id": 2874, + "id": 2931, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -101659,7 +103706,7 @@ "fileName": "splitter/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L41" } ], "type": { @@ -101672,10 +103719,10 @@ { "title": "Properties", "children": [ - 2871, - 2872, - 2873, - 2874 + 2928, + 2929, + 2930, + 2931 ] } ], @@ -101684,14 +103731,14 @@ "fileName": "splitter/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L17" } ] } } }, { - "id": 2875, + "id": 2932, "name": "gutter", "variant": "declaration", "kind": 1024, @@ -101711,20 +103758,20 @@ "fileName": "splitter/index.d.ts", "line": 46, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 2876, + "id": 2933, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2877, + "id": 2934, "name": "background", "variant": "declaration", "kind": 1024, @@ -101755,7 +103802,7 @@ "fileName": "splitter/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L52" } ], "type": { @@ -101768,7 +103815,7 @@ { "title": "Properties", "children": [ - 2877 + 2934 ] } ], @@ -101777,14 +103824,14 @@ "fileName": "splitter/index.d.ts", "line": 46, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L46" } ] } } }, { - "id": 2878, + "id": 2935, "name": "handle", "variant": "declaration", "kind": 1024, @@ -101804,20 +103851,20 @@ "fileName": "splitter/index.d.ts", "line": 57, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L57" } ], "type": { "type": "reflection", "declaration": { - "id": 2879, + "id": 2936, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2880, + "id": 2937, "name": "size", "variant": "declaration", "kind": 1024, @@ -101848,7 +103895,7 @@ "fileName": "splitter/index.d.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L63" } ], "type": { @@ -101857,7 +103904,7 @@ } }, { - "id": 2881, + "id": 2938, "name": "background", "variant": "declaration", "kind": 1024, @@ -101888,7 +103935,7 @@ "fileName": "splitter/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L69" } ], "type": { @@ -101897,7 +103944,7 @@ } }, { - "id": 2882, + "id": 2939, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -101928,7 +103975,7 @@ "fileName": "splitter/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L75" } ], "type": { @@ -101937,7 +103984,7 @@ } }, { - "id": 2883, + "id": 2940, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -101957,20 +104004,20 @@ "fileName": "splitter/index.d.ts", "line": 79, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L79" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L79" } ], "type": { "type": "reflection", "declaration": { - "id": 2884, + "id": 2941, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2885, + "id": 2942, "name": "width", "variant": "declaration", "kind": 1024, @@ -102001,7 +104048,7 @@ "fileName": "splitter/index.d.ts", "line": 85, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L85" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L85" } ], "type": { @@ -102010,7 +104057,7 @@ } }, { - "id": 2886, + "id": 2943, "name": "style", "variant": "declaration", "kind": 1024, @@ -102041,7 +104088,7 @@ "fileName": "splitter/index.d.ts", "line": 91, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L91" } ], "type": { @@ -102050,7 +104097,7 @@ } }, { - "id": 2887, + "id": 2944, "name": "color", "variant": "declaration", "kind": 1024, @@ -102081,7 +104128,7 @@ "fileName": "splitter/index.d.ts", "line": 97, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L97" } ], "type": { @@ -102090,7 +104137,7 @@ } }, { - "id": 2888, + "id": 2945, "name": "offset", "variant": "declaration", "kind": 1024, @@ -102121,7 +104168,7 @@ "fileName": "splitter/index.d.ts", "line": 103, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L103" } ], "type": { @@ -102130,7 +104177,7 @@ } }, { - "id": 2889, + "id": 2946, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -102161,7 +104208,7 @@ "fileName": "splitter/index.d.ts", "line": 109, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L109" } ], "type": { @@ -102174,11 +104221,11 @@ { "title": "Properties", "children": [ - 2885, - 2886, - 2887, - 2888, - 2889 + 2942, + 2943, + 2944, + 2945, + 2946 ] } ], @@ -102187,7 +104234,7 @@ "fileName": "splitter/index.d.ts", "line": 79, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L79" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L79" } ] } @@ -102198,10 +104245,10 @@ { "title": "Properties", "children": [ - 2880, - 2881, - 2882, - 2883 + 2937, + 2938, + 2939, + 2940 ] } ], @@ -102210,7 +104257,7 @@ "fileName": "splitter/index.d.ts", "line": 57, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L57" } ] } @@ -102221,10 +104268,10 @@ { "title": "Properties", "children": [ - 2890, - 2869, - 2875, - 2878 + 2947, + 2926, + 2932, + 2935 ] } ], @@ -102233,17 +104280,17 @@ "fileName": "splitter/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2868, + "target": 2925, "name": "SplitterDesignTokens", "package": "primeng" } @@ -102258,7 +104305,7 @@ { "title": "Interfaces", "children": [ - 2868 + 2925 ] } ], @@ -102267,12 +104314,12 @@ "fileName": "splitter/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/splitter/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/splitter/index.d.ts#L1" } ] }, { - "id": 2894, + "id": 2951, "name": "themes/stepper", "variant": "declaration", "kind": 2, @@ -102287,14 +104334,14 @@ }, "children": [ { - "id": 2895, + "id": 2952, "name": "StepperDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2947, + "id": 3004, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -102306,20 +104353,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2948, + "id": 3005, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2949, + "id": 3006, "name": "light", "variant": "declaration", "kind": 1024, @@ -102331,7 +104378,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -102343,7 +104390,7 @@ "typeArguments": [ { "type": "reference", - "target": 2895, + "target": 2952, "name": "StepperDesignTokens", "package": "primeng" }, @@ -102357,7 +104404,7 @@ } }, { - "id": 2950, + "id": 3007, "name": "dark", "variant": "declaration", "kind": 1024, @@ -102369,7 +104416,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -102381,7 +104428,7 @@ "typeArguments": [ { "type": "reference", - "target": 2895, + "target": 2952, "name": "StepperDesignTokens", "package": "primeng" }, @@ -102399,8 +104446,8 @@ { "title": "Properties", "children": [ - 2949, - 2950 + 3006, + 3007 ] } ], @@ -102409,19 +104456,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2896, + "id": 2953, "name": "root", "variant": "declaration", "kind": 1024, @@ -102441,20 +104488,20 @@ "fileName": "stepper/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2897, + "id": 2954, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2898, + "id": 2955, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -102485,7 +104532,7 @@ "fileName": "stepper/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L23" } ], "type": { @@ -102498,7 +104545,7 @@ { "title": "Properties", "children": [ - 2898 + 2955 ] } ], @@ -102507,14 +104554,14 @@ "fileName": "stepper/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L17" } ] } } }, { - "id": 2899, + "id": 2956, "name": "separator", "variant": "declaration", "kind": 1024, @@ -102534,20 +104581,20 @@ "fileName": "stepper/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 2900, + "id": 2957, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2901, + "id": 2958, "name": "background", "variant": "declaration", "kind": 1024, @@ -102578,7 +104625,7 @@ "fileName": "stepper/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L34" } ], "type": { @@ -102587,7 +104634,7 @@ } }, { - "id": 2902, + "id": 2959, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -102618,7 +104665,7 @@ "fileName": "stepper/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L40" } ], "type": { @@ -102627,7 +104674,7 @@ } }, { - "id": 2903, + "id": 2960, "name": "margin", "variant": "declaration", "kind": 1024, @@ -102658,7 +104705,7 @@ "fileName": "stepper/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L46" } ], "type": { @@ -102667,7 +104714,7 @@ } }, { - "id": 2904, + "id": 2961, "name": "size", "variant": "declaration", "kind": 1024, @@ -102698,7 +104745,7 @@ "fileName": "stepper/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L52" } ], "type": { @@ -102711,10 +104758,10 @@ { "title": "Properties", "children": [ - 2901, - 2902, - 2903, - 2904 + 2958, + 2959, + 2960, + 2961 ] } ], @@ -102723,14 +104770,14 @@ "fileName": "stepper/index.d.ts", "line": 28, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L28" } ] } } }, { - "id": 2905, + "id": 2962, "name": "step", "variant": "declaration", "kind": 1024, @@ -102750,20 +104797,20 @@ "fileName": "stepper/index.d.ts", "line": 57, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L57" } ], "type": { "type": "reflection", "declaration": { - "id": 2906, + "id": 2963, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2907, + "id": 2964, "name": "padding", "variant": "declaration", "kind": 1024, @@ -102794,7 +104841,7 @@ "fileName": "stepper/index.d.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L63" } ], "type": { @@ -102803,7 +104850,7 @@ } }, { - "id": 2908, + "id": 2965, "name": "gap", "variant": "declaration", "kind": 1024, @@ -102834,7 +104881,7 @@ "fileName": "stepper/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L69" } ], "type": { @@ -102847,8 +104894,8 @@ { "title": "Properties", "children": [ - 2907, - 2908 + 2964, + 2965 ] } ], @@ -102857,14 +104904,14 @@ "fileName": "stepper/index.d.ts", "line": 57, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L57" } ] } } }, { - "id": 2909, + "id": 2966, "name": "stepHeader", "variant": "declaration", "kind": 1024, @@ -102884,20 +104931,20 @@ "fileName": "stepper/index.d.ts", "line": 74, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 2910, + "id": 2967, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2911, + "id": 2968, "name": "padding", "variant": "declaration", "kind": 1024, @@ -102928,7 +104975,7 @@ "fileName": "stepper/index.d.ts", "line": 80, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L80" } ], "type": { @@ -102937,7 +104984,7 @@ } }, { - "id": 2912, + "id": 2969, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -102968,7 +105015,7 @@ "fileName": "stepper/index.d.ts", "line": 86, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L86" } ], "type": { @@ -102977,7 +105024,7 @@ } }, { - "id": 2913, + "id": 2970, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -102997,20 +105044,20 @@ "fileName": "stepper/index.d.ts", "line": 90, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L90" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L90" } ], "type": { "type": "reflection", "declaration": { - "id": 2914, + "id": 2971, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2915, + "id": 2972, "name": "width", "variant": "declaration", "kind": 1024, @@ -103041,7 +105088,7 @@ "fileName": "stepper/index.d.ts", "line": 96, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L96" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L96" } ], "type": { @@ -103050,7 +105097,7 @@ } }, { - "id": 2916, + "id": 2973, "name": "style", "variant": "declaration", "kind": 1024, @@ -103081,7 +105128,7 @@ "fileName": "stepper/index.d.ts", "line": 102, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L102" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L102" } ], "type": { @@ -103090,7 +105137,7 @@ } }, { - "id": 2917, + "id": 2974, "name": "color", "variant": "declaration", "kind": 1024, @@ -103121,7 +105168,7 @@ "fileName": "stepper/index.d.ts", "line": 108, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L108" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L108" } ], "type": { @@ -103130,7 +105177,7 @@ } }, { - "id": 2918, + "id": 2975, "name": "offset", "variant": "declaration", "kind": 1024, @@ -103161,7 +105208,7 @@ "fileName": "stepper/index.d.ts", "line": 114, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L114" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L114" } ], "type": { @@ -103170,7 +105217,7 @@ } }, { - "id": 2919, + "id": 2976, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -103201,7 +105248,7 @@ "fileName": "stepper/index.d.ts", "line": 120, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L120" } ], "type": { @@ -103214,11 +105261,11 @@ { "title": "Properties", "children": [ - 2915, - 2916, - 2917, - 2918, - 2919 + 2972, + 2973, + 2974, + 2975, + 2976 ] } ], @@ -103227,14 +105274,14 @@ "fileName": "stepper/index.d.ts", "line": 90, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L90" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L90" } ] } } }, { - "id": 2920, + "id": 2977, "name": "gap", "variant": "declaration", "kind": 1024, @@ -103265,7 +105312,7 @@ "fileName": "stepper/index.d.ts", "line": 127, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L127" } ], "type": { @@ -103278,10 +105325,10 @@ { "title": "Properties", "children": [ - 2911, - 2912, - 2913, - 2920 + 2968, + 2969, + 2970, + 2977 ] } ], @@ -103290,14 +105337,14 @@ "fileName": "stepper/index.d.ts", "line": 74, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L74" } ] } } }, { - "id": 2921, + "id": 2978, "name": "stepTitle", "variant": "declaration", "kind": 1024, @@ -103317,20 +105364,20 @@ "fileName": "stepper/index.d.ts", "line": 132, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L132" } ], "type": { "type": "reflection", "declaration": { - "id": 2922, + "id": 2979, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2923, + "id": 2980, "name": "color", "variant": "declaration", "kind": 1024, @@ -103361,7 +105408,7 @@ "fileName": "stepper/index.d.ts", "line": 138, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L138" } ], "type": { @@ -103370,7 +105417,7 @@ } }, { - "id": 2924, + "id": 2981, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -103401,7 +105448,7 @@ "fileName": "stepper/index.d.ts", "line": 144, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L144" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L144" } ], "type": { @@ -103410,7 +105457,7 @@ } }, { - "id": 2925, + "id": 2982, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -103441,7 +105488,7 @@ "fileName": "stepper/index.d.ts", "line": 150, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L150" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L150" } ], "type": { @@ -103454,9 +105501,9 @@ { "title": "Properties", "children": [ - 2923, - 2924, - 2925 + 2980, + 2981, + 2982 ] } ], @@ -103465,14 +105512,14 @@ "fileName": "stepper/index.d.ts", "line": 132, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L132" } ] } } }, { - "id": 2926, + "id": 2983, "name": "stepNumber", "variant": "declaration", "kind": 1024, @@ -103492,20 +105539,20 @@ "fileName": "stepper/index.d.ts", "line": 155, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L155" } ], "type": { "type": "reflection", "declaration": { - "id": 2927, + "id": 2984, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2928, + "id": 2985, "name": "background", "variant": "declaration", "kind": 1024, @@ -103536,7 +105583,7 @@ "fileName": "stepper/index.d.ts", "line": 161, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L161" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L161" } ], "type": { @@ -103545,7 +105592,7 @@ } }, { - "id": 2929, + "id": 2986, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -103576,7 +105623,7 @@ "fileName": "stepper/index.d.ts", "line": 167, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L167" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L167" } ], "type": { @@ -103585,7 +105632,7 @@ } }, { - "id": 2930, + "id": 2987, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -103616,7 +105663,7 @@ "fileName": "stepper/index.d.ts", "line": 173, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L173" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L173" } ], "type": { @@ -103625,7 +105672,7 @@ } }, { - "id": 2931, + "id": 2988, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -103656,7 +105703,7 @@ "fileName": "stepper/index.d.ts", "line": 179, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L179" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L179" } ], "type": { @@ -103665,7 +105712,7 @@ } }, { - "id": 2932, + "id": 2989, "name": "color", "variant": "declaration", "kind": 1024, @@ -103696,7 +105743,7 @@ "fileName": "stepper/index.d.ts", "line": 185, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L185" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L185" } ], "type": { @@ -103705,7 +105752,7 @@ } }, { - "id": 2933, + "id": 2990, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -103736,7 +105783,7 @@ "fileName": "stepper/index.d.ts", "line": 191, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L191" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L191" } ], "type": { @@ -103745,7 +105792,7 @@ } }, { - "id": 2934, + "id": 2991, "name": "size", "variant": "declaration", "kind": 1024, @@ -103776,7 +105823,7 @@ "fileName": "stepper/index.d.ts", "line": 197, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L197" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L197" } ], "type": { @@ -103785,7 +105832,7 @@ } }, { - "id": 2935, + "id": 2992, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -103816,7 +105863,7 @@ "fileName": "stepper/index.d.ts", "line": 203, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L203" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L203" } ], "type": { @@ -103825,7 +105872,7 @@ } }, { - "id": 2936, + "id": 2993, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -103856,7 +105903,7 @@ "fileName": "stepper/index.d.ts", "line": 209, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L209" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L209" } ], "type": { @@ -103865,7 +105912,7 @@ } }, { - "id": 2937, + "id": 2994, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -103896,7 +105943,7 @@ "fileName": "stepper/index.d.ts", "line": 215, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L215" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L215" } ], "type": { @@ -103905,7 +105952,7 @@ } }, { - "id": 2938, + "id": 2995, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -103936,7 +105983,7 @@ "fileName": "stepper/index.d.ts", "line": 221, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L221" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L221" } ], "type": { @@ -103949,17 +105996,17 @@ { "title": "Properties", "children": [ - 2928, - 2929, - 2930, - 2931, - 2932, - 2933, - 2934, - 2935, - 2936, - 2937, - 2938 + 2985, + 2986, + 2987, + 2988, + 2989, + 2990, + 2991, + 2992, + 2993, + 2994, + 2995 ] } ], @@ -103968,14 +106015,14 @@ "fileName": "stepper/index.d.ts", "line": 155, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L155" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L155" } ] } } }, { - "id": 2939, + "id": 2996, "name": "steppanels", "variant": "declaration", "kind": 1024, @@ -103995,20 +106042,20 @@ "fileName": "stepper/index.d.ts", "line": 226, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L226" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L226" } ], "type": { "type": "reflection", "declaration": { - "id": 2940, + "id": 2997, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2941, + "id": 2998, "name": "padding", "variant": "declaration", "kind": 1024, @@ -104039,7 +106086,7 @@ "fileName": "stepper/index.d.ts", "line": 232, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L232" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L232" } ], "type": { @@ -104052,7 +106099,7 @@ { "title": "Properties", "children": [ - 2941 + 2998 ] } ], @@ -104061,14 +106108,14 @@ "fileName": "stepper/index.d.ts", "line": 226, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L226" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L226" } ] } } }, { - "id": 2942, + "id": 2999, "name": "steppanel", "variant": "declaration", "kind": 1024, @@ -104088,20 +106135,20 @@ "fileName": "stepper/index.d.ts", "line": 237, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L237" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L237" } ], "type": { "type": "reflection", "declaration": { - "id": 2943, + "id": 3000, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2944, + "id": 3001, "name": "background", "variant": "declaration", "kind": 1024, @@ -104132,7 +106179,7 @@ "fileName": "stepper/index.d.ts", "line": 243, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L243" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L243" } ], "type": { @@ -104141,7 +106188,7 @@ } }, { - "id": 2945, + "id": 3002, "name": "color", "variant": "declaration", "kind": 1024, @@ -104172,7 +106219,7 @@ "fileName": "stepper/index.d.ts", "line": 249, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L249" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L249" } ], "type": { @@ -104181,7 +106228,7 @@ } }, { - "id": 2946, + "id": 3003, "name": "padding", "variant": "declaration", "kind": 1024, @@ -104212,7 +106259,7 @@ "fileName": "stepper/index.d.ts", "line": 255, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L255" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L255" } ], "type": { @@ -104225,9 +106272,9 @@ { "title": "Properties", "children": [ - 2944, - 2945, - 2946 + 3001, + 3002, + 3003 ] } ], @@ -104236,7 +106283,7 @@ "fileName": "stepper/index.d.ts", "line": 237, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L237" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L237" } ] } @@ -104247,15 +106294,15 @@ { "title": "Properties", "children": [ - 2947, - 2896, - 2899, - 2905, - 2909, - 2921, - 2926, - 2939, - 2942 + 3004, + 2953, + 2956, + 2962, + 2966, + 2978, + 2983, + 2996, + 2999 ] } ], @@ -104264,17 +106311,17 @@ "fileName": "stepper/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2895, + "target": 2952, "name": "StepperDesignTokens", "package": "primeng" } @@ -104289,7 +106336,7 @@ { "title": "Interfaces", "children": [ - 2895 + 2952 ] } ], @@ -104298,12 +106345,12 @@ "fileName": "stepper/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/stepper/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/stepper/index.d.ts#L1" } ] }, { - "id": 2951, + "id": 3008, "name": "themes/steps", "variant": "declaration", "kind": 2, @@ -104318,14 +106365,14 @@ }, "children": [ { - "id": 2952, + "id": 3009, "name": "StepsDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 2988, + "id": 3045, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -104337,20 +106384,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 2989, + "id": 3046, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2990, + "id": 3047, "name": "light", "variant": "declaration", "kind": 1024, @@ -104362,7 +106409,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -104374,7 +106421,7 @@ "typeArguments": [ { "type": "reference", - "target": 2952, + "target": 3009, "name": "StepsDesignTokens", "package": "primeng" }, @@ -104388,7 +106435,7 @@ } }, { - "id": 2991, + "id": 3048, "name": "dark", "variant": "declaration", "kind": 1024, @@ -104400,7 +106447,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -104412,7 +106459,7 @@ "typeArguments": [ { "type": "reference", - "target": 2952, + "target": 3009, "name": "StepsDesignTokens", "package": "primeng" }, @@ -104430,8 +106477,8 @@ { "title": "Properties", "children": [ - 2990, - 2991 + 3047, + 3048 ] } ], @@ -104440,19 +106487,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2953, + "id": 3010, "name": "root", "variant": "declaration", "kind": 1024, @@ -104472,20 +106519,20 @@ "fileName": "steps/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2954, + "id": 3011, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2955, + "id": 3012, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -104516,7 +106563,7 @@ "fileName": "steps/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L23" } ], "type": { @@ -104529,7 +106576,7 @@ { "title": "Properties", "children": [ - 2955 + 3012 ] } ], @@ -104538,14 +106585,14 @@ "fileName": "steps/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L17" } ] } } }, { - "id": 2956, + "id": 3013, "name": "separator", "variant": "declaration", "kind": 1024, @@ -104565,20 +106612,20 @@ "fileName": "steps/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 2957, + "id": 3014, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2958, + "id": 3015, "name": "background", "variant": "declaration", "kind": 1024, @@ -104609,7 +106656,7 @@ "fileName": "steps/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L34" } ], "type": { @@ -104622,7 +106669,7 @@ { "title": "Properties", "children": [ - 2958 + 3015 ] } ], @@ -104631,14 +106678,14 @@ "fileName": "steps/index.d.ts", "line": 28, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L28" } ] } } }, { - "id": 2959, + "id": 3016, "name": "itemLink", "variant": "declaration", "kind": 1024, @@ -104658,20 +106705,20 @@ "fileName": "steps/index.d.ts", "line": 39, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L39" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L39" } ], "type": { "type": "reflection", "declaration": { - "id": 2960, + "id": 3017, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2961, + "id": 3018, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -104702,7 +106749,7 @@ "fileName": "steps/index.d.ts", "line": 45, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L45" } ], "type": { @@ -104711,7 +106758,7 @@ } }, { - "id": 2962, + "id": 3019, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -104731,20 +106778,20 @@ "fileName": "steps/index.d.ts", "line": 49, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L49" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L49" } ], "type": { "type": "reflection", "declaration": { - "id": 2963, + "id": 3020, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2964, + "id": 3021, "name": "width", "variant": "declaration", "kind": 1024, @@ -104775,7 +106822,7 @@ "fileName": "steps/index.d.ts", "line": 55, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L55" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L55" } ], "type": { @@ -104784,7 +106831,7 @@ } }, { - "id": 2965, + "id": 3022, "name": "style", "variant": "declaration", "kind": 1024, @@ -104815,7 +106862,7 @@ "fileName": "steps/index.d.ts", "line": 61, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L61" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L61" } ], "type": { @@ -104824,7 +106871,7 @@ } }, { - "id": 2966, + "id": 3023, "name": "color", "variant": "declaration", "kind": 1024, @@ -104855,7 +106902,7 @@ "fileName": "steps/index.d.ts", "line": 67, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L67" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L67" } ], "type": { @@ -104864,7 +106911,7 @@ } }, { - "id": 2967, + "id": 3024, "name": "offset", "variant": "declaration", "kind": 1024, @@ -104895,7 +106942,7 @@ "fileName": "steps/index.d.ts", "line": 73, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L73" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L73" } ], "type": { @@ -104904,7 +106951,7 @@ } }, { - "id": 2968, + "id": 3025, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -104935,7 +106982,7 @@ "fileName": "steps/index.d.ts", "line": 79, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L79" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L79" } ], "type": { @@ -104948,11 +106995,11 @@ { "title": "Properties", "children": [ - 2964, - 2965, - 2966, - 2967, - 2968 + 3021, + 3022, + 3023, + 3024, + 3025 ] } ], @@ -104961,14 +107008,14 @@ "fileName": "steps/index.d.ts", "line": 49, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L49" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L49" } ] } } }, { - "id": 2969, + "id": 3026, "name": "gap", "variant": "declaration", "kind": 1024, @@ -104999,7 +107046,7 @@ "fileName": "steps/index.d.ts", "line": 86, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L86" } ], "type": { @@ -105012,9 +107059,9 @@ { "title": "Properties", "children": [ - 2961, - 2962, - 2969 + 3018, + 3019, + 3026 ] } ], @@ -105023,14 +107070,14 @@ "fileName": "steps/index.d.ts", "line": 39, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L39" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L39" } ] } } }, { - "id": 2970, + "id": 3027, "name": "itemLabel", "variant": "declaration", "kind": 1024, @@ -105050,20 +107097,20 @@ "fileName": "steps/index.d.ts", "line": 91, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L91" } ], "type": { "type": "reflection", "declaration": { - "id": 2971, + "id": 3028, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2972, + "id": 3029, "name": "color", "variant": "declaration", "kind": 1024, @@ -105094,7 +107141,7 @@ "fileName": "steps/index.d.ts", "line": 97, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L97" } ], "type": { @@ -105103,7 +107150,7 @@ } }, { - "id": 2973, + "id": 3030, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -105134,7 +107181,7 @@ "fileName": "steps/index.d.ts", "line": 103, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L103" } ], "type": { @@ -105143,7 +107190,7 @@ } }, { - "id": 2974, + "id": 3031, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -105174,7 +107221,7 @@ "fileName": "steps/index.d.ts", "line": 109, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L109" } ], "type": { @@ -105187,9 +107234,9 @@ { "title": "Properties", "children": [ - 2972, - 2973, - 2974 + 3029, + 3030, + 3031 ] } ], @@ -105198,14 +107245,14 @@ "fileName": "steps/index.d.ts", "line": 91, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L91" } ] } } }, { - "id": 2975, + "id": 3032, "name": "itemNumber", "variant": "declaration", "kind": 1024, @@ -105225,20 +107272,20 @@ "fileName": "steps/index.d.ts", "line": 114, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L114" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L114" } ], "type": { "type": "reflection", "declaration": { - "id": 2976, + "id": 3033, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2977, + "id": 3034, "name": "background", "variant": "declaration", "kind": 1024, @@ -105269,7 +107316,7 @@ "fileName": "steps/index.d.ts", "line": 120, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L120" } ], "type": { @@ -105278,7 +107325,7 @@ } }, { - "id": 2978, + "id": 3035, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -105309,7 +107356,7 @@ "fileName": "steps/index.d.ts", "line": 126, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L126" } ], "type": { @@ -105318,7 +107365,7 @@ } }, { - "id": 2979, + "id": 3036, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -105349,7 +107396,7 @@ "fileName": "steps/index.d.ts", "line": 132, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L132" } ], "type": { @@ -105358,7 +107405,7 @@ } }, { - "id": 2980, + "id": 3037, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -105389,7 +107436,7 @@ "fileName": "steps/index.d.ts", "line": 138, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L138" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L138" } ], "type": { @@ -105398,7 +107445,7 @@ } }, { - "id": 2981, + "id": 3038, "name": "color", "variant": "declaration", "kind": 1024, @@ -105429,7 +107476,7 @@ "fileName": "steps/index.d.ts", "line": 144, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L144" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L144" } ], "type": { @@ -105438,7 +107485,7 @@ } }, { - "id": 2982, + "id": 3039, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -105469,7 +107516,7 @@ "fileName": "steps/index.d.ts", "line": 150, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L150" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L150" } ], "type": { @@ -105478,7 +107525,7 @@ } }, { - "id": 2983, + "id": 3040, "name": "size", "variant": "declaration", "kind": 1024, @@ -105509,7 +107556,7 @@ "fileName": "steps/index.d.ts", "line": 156, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L156" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L156" } ], "type": { @@ -105518,7 +107565,7 @@ } }, { - "id": 2984, + "id": 3041, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -105549,7 +107596,7 @@ "fileName": "steps/index.d.ts", "line": 162, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L162" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L162" } ], "type": { @@ -105558,7 +107605,7 @@ } }, { - "id": 2985, + "id": 3042, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -105589,7 +107636,7 @@ "fileName": "steps/index.d.ts", "line": 168, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L168" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L168" } ], "type": { @@ -105598,7 +107645,7 @@ } }, { - "id": 2986, + "id": 3043, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -105629,7 +107676,7 @@ "fileName": "steps/index.d.ts", "line": 174, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L174" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L174" } ], "type": { @@ -105638,7 +107685,7 @@ } }, { - "id": 2987, + "id": 3044, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -105669,7 +107716,7 @@ "fileName": "steps/index.d.ts", "line": 180, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L180" } ], "type": { @@ -105682,17 +107729,17 @@ { "title": "Properties", "children": [ - 2977, - 2978, - 2979, - 2980, - 2981, - 2982, - 2983, - 2984, - 2985, - 2986, - 2987 + 3034, + 3035, + 3036, + 3037, + 3038, + 3039, + 3040, + 3041, + 3042, + 3043, + 3044 ] } ], @@ -105701,7 +107748,7 @@ "fileName": "steps/index.d.ts", "line": 114, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L114" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L114" } ] } @@ -105712,12 +107759,12 @@ { "title": "Properties", "children": [ - 2988, - 2953, - 2956, - 2959, - 2970, - 2975 + 3045, + 3010, + 3013, + 3016, + 3027, + 3032 ] } ], @@ -105726,17 +107773,17 @@ "fileName": "steps/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2952, + "target": 3009, "name": "StepsDesignTokens", "package": "primeng" } @@ -105751,7 +107798,7 @@ { "title": "Interfaces", "children": [ - 2952 + 3009 ] } ], @@ -105760,12 +107807,12 @@ "fileName": "steps/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/steps/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/steps/index.d.ts#L1" } ] }, { - "id": 2992, + "id": 3049, "name": "themes/tabmenu", "variant": "declaration", "kind": 2, @@ -105780,14 +107827,14 @@ }, "children": [ { - "id": 2993, + "id": 3050, "name": "TabmenuDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3035, + "id": 3092, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -105799,20 +107846,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3036, + "id": 3093, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3037, + "id": 3094, "name": "light", "variant": "declaration", "kind": 1024, @@ -105824,7 +107871,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -105836,7 +107883,7 @@ "typeArguments": [ { "type": "reference", - "target": 2993, + "target": 3050, "name": "TabmenuDesignTokens", "package": "primeng" }, @@ -105850,7 +107897,7 @@ } }, { - "id": 3038, + "id": 3095, "name": "dark", "variant": "declaration", "kind": 1024, @@ -105862,7 +107909,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -105874,7 +107921,7 @@ "typeArguments": [ { "type": "reference", - "target": 2993, + "target": 3050, "name": "TabmenuDesignTokens", "package": "primeng" }, @@ -105892,8 +107939,8 @@ { "title": "Properties", "children": [ - 3037, - 3038 + 3094, + 3095 ] } ], @@ -105902,19 +107949,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 2994, + "id": 3051, "name": "root", "variant": "declaration", "kind": 1024, @@ -105934,20 +107981,20 @@ "fileName": "tabmenu/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 2995, + "id": 3052, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2996, + "id": 3053, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -105978,7 +108025,7 @@ "fileName": "tabmenu/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L23" } ], "type": { @@ -105991,7 +108038,7 @@ { "title": "Properties", "children": [ - 2996 + 3053 ] } ], @@ -106000,14 +108047,14 @@ "fileName": "tabmenu/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L17" } ] } } }, { - "id": 2997, + "id": 3054, "name": "tablist", "variant": "declaration", "kind": 1024, @@ -106027,20 +108074,20 @@ "fileName": "tabmenu/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 2998, + "id": 3055, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 2999, + "id": 3056, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -106071,7 +108118,7 @@ "fileName": "tabmenu/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L34" } ], "type": { @@ -106080,7 +108127,7 @@ } }, { - "id": 3000, + "id": 3057, "name": "background", "variant": "declaration", "kind": 1024, @@ -106111,7 +108158,7 @@ "fileName": "tabmenu/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L40" } ], "type": { @@ -106120,7 +108167,7 @@ } }, { - "id": 3001, + "id": 3058, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -106151,7 +108198,7 @@ "fileName": "tabmenu/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L46" } ], "type": { @@ -106164,9 +108211,9 @@ { "title": "Properties", "children": [ - 2999, - 3000, - 3001 + 3056, + 3057, + 3058 ] } ], @@ -106175,14 +108222,14 @@ "fileName": "tabmenu/index.d.ts", "line": 28, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L28" } ] } } }, { - "id": 3002, + "id": 3059, "name": "item", "variant": "declaration", "kind": 1024, @@ -106202,20 +108249,20 @@ "fileName": "tabmenu/index.d.ts", "line": 51, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L51" } ], "type": { "type": "reflection", "declaration": { - "id": 3003, + "id": 3060, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3004, + "id": 3061, "name": "background", "variant": "declaration", "kind": 1024, @@ -106246,7 +108293,7 @@ "fileName": "tabmenu/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L57" } ], "type": { @@ -106255,7 +108302,7 @@ } }, { - "id": 3005, + "id": 3062, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -106286,7 +108333,7 @@ "fileName": "tabmenu/index.d.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L63" } ], "type": { @@ -106295,7 +108342,7 @@ } }, { - "id": 3006, + "id": 3063, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -106326,7 +108373,7 @@ "fileName": "tabmenu/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L69" } ], "type": { @@ -106335,7 +108382,7 @@ } }, { - "id": 3007, + "id": 3064, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -106366,7 +108413,7 @@ "fileName": "tabmenu/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L75" } ], "type": { @@ -106375,7 +108422,7 @@ } }, { - "id": 3008, + "id": 3065, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -106406,7 +108453,7 @@ "fileName": "tabmenu/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L81" } ], "type": { @@ -106415,7 +108462,7 @@ } }, { - "id": 3009, + "id": 3066, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -106446,7 +108493,7 @@ "fileName": "tabmenu/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L87" } ], "type": { @@ -106455,7 +108502,7 @@ } }, { - "id": 3010, + "id": 3067, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -106486,7 +108533,7 @@ "fileName": "tabmenu/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L93" } ], "type": { @@ -106495,7 +108542,7 @@ } }, { - "id": 3011, + "id": 3068, "name": "color", "variant": "declaration", "kind": 1024, @@ -106526,7 +108573,7 @@ "fileName": "tabmenu/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L99" } ], "type": { @@ -106535,7 +108582,7 @@ } }, { - "id": 3012, + "id": 3069, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -106566,7 +108613,7 @@ "fileName": "tabmenu/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L105" } ], "type": { @@ -106575,7 +108622,7 @@ } }, { - "id": 3013, + "id": 3070, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -106606,7 +108653,7 @@ "fileName": "tabmenu/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L111" } ], "type": { @@ -106615,7 +108662,7 @@ } }, { - "id": 3014, + "id": 3071, "name": "padding", "variant": "declaration", "kind": 1024, @@ -106646,7 +108693,7 @@ "fileName": "tabmenu/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L117" } ], "type": { @@ -106655,7 +108702,7 @@ } }, { - "id": 3015, + "id": 3072, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -106686,7 +108733,7 @@ "fileName": "tabmenu/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L123" } ], "type": { @@ -106695,7 +108742,7 @@ } }, { - "id": 3016, + "id": 3073, "name": "margin", "variant": "declaration", "kind": 1024, @@ -106726,7 +108773,7 @@ "fileName": "tabmenu/index.d.ts", "line": 129, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L129" } ], "type": { @@ -106735,7 +108782,7 @@ } }, { - "id": 3017, + "id": 3074, "name": "gap", "variant": "declaration", "kind": 1024, @@ -106766,7 +108813,7 @@ "fileName": "tabmenu/index.d.ts", "line": 135, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L135" } ], "type": { @@ -106775,7 +108822,7 @@ } }, { - "id": 3018, + "id": 3075, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -106795,20 +108842,20 @@ "fileName": "tabmenu/index.d.ts", "line": 139, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L139" } ], "type": { "type": "reflection", "declaration": { - "id": 3019, + "id": 3076, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3020, + "id": 3077, "name": "width", "variant": "declaration", "kind": 1024, @@ -106839,7 +108886,7 @@ "fileName": "tabmenu/index.d.ts", "line": 145, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L145" } ], "type": { @@ -106848,7 +108895,7 @@ } }, { - "id": 3021, + "id": 3078, "name": "style", "variant": "declaration", "kind": 1024, @@ -106879,7 +108926,7 @@ "fileName": "tabmenu/index.d.ts", "line": 151, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L151" } ], "type": { @@ -106888,7 +108935,7 @@ } }, { - "id": 3022, + "id": 3079, "name": "color", "variant": "declaration", "kind": 1024, @@ -106919,7 +108966,7 @@ "fileName": "tabmenu/index.d.ts", "line": 157, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L157" } ], "type": { @@ -106928,7 +108975,7 @@ } }, { - "id": 3023, + "id": 3080, "name": "offset", "variant": "declaration", "kind": 1024, @@ -106959,7 +109006,7 @@ "fileName": "tabmenu/index.d.ts", "line": 163, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L163" } ], "type": { @@ -106968,7 +109015,7 @@ } }, { - "id": 3024, + "id": 3081, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -106999,7 +109046,7 @@ "fileName": "tabmenu/index.d.ts", "line": 169, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L169" } ], "type": { @@ -107012,11 +109059,11 @@ { "title": "Properties", "children": [ - 3020, - 3021, - 3022, - 3023, - 3024 + 3077, + 3078, + 3079, + 3080, + 3081 ] } ], @@ -107025,7 +109072,7 @@ "fileName": "tabmenu/index.d.ts", "line": 139, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L139" } ] } @@ -107036,21 +109083,21 @@ { "title": "Properties", "children": [ - 3004, - 3005, - 3006, - 3007, - 3008, - 3009, - 3010, - 3011, - 3012, - 3013, - 3014, - 3015, - 3016, - 3017, - 3018 + 3061, + 3062, + 3063, + 3064, + 3065, + 3066, + 3067, + 3068, + 3069, + 3070, + 3071, + 3072, + 3073, + 3074, + 3075 ] } ], @@ -107059,14 +109106,14 @@ "fileName": "tabmenu/index.d.ts", "line": 51, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L51" } ] } } }, { - "id": 3025, + "id": 3082, "name": "itemIcon", "variant": "declaration", "kind": 1024, @@ -107086,20 +109133,20 @@ "fileName": "tabmenu/index.d.ts", "line": 175, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L175" } ], "type": { "type": "reflection", "declaration": { - "id": 3026, + "id": 3083, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3027, + "id": 3084, "name": "color", "variant": "declaration", "kind": 1024, @@ -107130,7 +109177,7 @@ "fileName": "tabmenu/index.d.ts", "line": 181, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L181" } ], "type": { @@ -107139,7 +109186,7 @@ } }, { - "id": 3028, + "id": 3085, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -107170,7 +109217,7 @@ "fileName": "tabmenu/index.d.ts", "line": 187, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L187" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L187" } ], "type": { @@ -107179,7 +109226,7 @@ } }, { - "id": 3029, + "id": 3086, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -107210,7 +109257,7 @@ "fileName": "tabmenu/index.d.ts", "line": 193, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L193" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L193" } ], "type": { @@ -107223,9 +109270,9 @@ { "title": "Properties", "children": [ - 3027, - 3028, - 3029 + 3084, + 3085, + 3086 ] } ], @@ -107234,14 +109281,14 @@ "fileName": "tabmenu/index.d.ts", "line": 175, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L175" } ] } } }, { - "id": 3030, + "id": 3087, "name": "activeBar", "variant": "declaration", "kind": 1024, @@ -107261,20 +109308,20 @@ "fileName": "tabmenu/index.d.ts", "line": 198, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L198" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L198" } ], "type": { "type": "reflection", "declaration": { - "id": 3031, + "id": 3088, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3032, + "id": 3089, "name": "height", "variant": "declaration", "kind": 1024, @@ -107305,7 +109352,7 @@ "fileName": "tabmenu/index.d.ts", "line": 204, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L204" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L204" } ], "type": { @@ -107314,7 +109361,7 @@ } }, { - "id": 3033, + "id": 3090, "name": "bottom", "variant": "declaration", "kind": 1024, @@ -107345,7 +109392,7 @@ "fileName": "tabmenu/index.d.ts", "line": 210, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L210" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L210" } ], "type": { @@ -107354,7 +109401,7 @@ } }, { - "id": 3034, + "id": 3091, "name": "background", "variant": "declaration", "kind": 1024, @@ -107385,7 +109432,7 @@ "fileName": "tabmenu/index.d.ts", "line": 216, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L216" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L216" } ], "type": { @@ -107398,9 +109445,9 @@ { "title": "Properties", "children": [ - 3032, - 3033, - 3034 + 3089, + 3090, + 3091 ] } ], @@ -107409,7 +109456,7 @@ "fileName": "tabmenu/index.d.ts", "line": 198, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L198" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L198" } ] } @@ -107420,12 +109467,12 @@ { "title": "Properties", "children": [ - 3035, - 2994, - 2997, - 3002, - 3025, - 3030 + 3092, + 3051, + 3054, + 3059, + 3082, + 3087 ] } ], @@ -107434,17 +109481,17 @@ "fileName": "tabmenu/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 2993, + "target": 3050, "name": "TabmenuDesignTokens", "package": "primeng" } @@ -107459,7 +109506,7 @@ { "title": "Interfaces", "children": [ - 2993 + 3050 ] } ], @@ -107468,12 +109515,12 @@ "fileName": "tabmenu/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabmenu/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabmenu/index.d.ts#L1" } ] }, { - "id": 3039, + "id": 3096, "name": "themes/tabs", "variant": "declaration", "kind": 2, @@ -107488,14 +109535,14 @@ }, "children": [ { - "id": 3040, + "id": 3097, "name": "TabsDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3103, + "id": 3160, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -107507,20 +109554,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3104, + "id": 3161, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3105, + "id": 3162, "name": "light", "variant": "declaration", "kind": 1024, @@ -107532,7 +109579,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -107544,7 +109591,7 @@ "typeArguments": [ { "type": "reference", - "target": 3040, + "target": 3097, "name": "TabsDesignTokens", "package": "primeng" }, @@ -107558,7 +109605,7 @@ } }, { - "id": 3106, + "id": 3163, "name": "dark", "variant": "declaration", "kind": 1024, @@ -107570,7 +109617,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -107582,7 +109629,7 @@ "typeArguments": [ { "type": "reference", - "target": 3040, + "target": 3097, "name": "TabsDesignTokens", "package": "primeng" }, @@ -107600,8 +109647,8 @@ { "title": "Properties", "children": [ - 3105, - 3106 + 3162, + 3163 ] } ], @@ -107610,19 +109657,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3041, + "id": 3098, "name": "root", "variant": "declaration", "kind": 1024, @@ -107642,20 +109689,20 @@ "fileName": "tabs/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3042, + "id": 3099, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3043, + "id": 3100, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -107686,7 +109733,7 @@ "fileName": "tabs/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L23" } ], "type": { @@ -107699,7 +109746,7 @@ { "title": "Properties", "children": [ - 3043 + 3100 ] } ], @@ -107708,14 +109755,14 @@ "fileName": "tabs/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L17" } ] } } }, { - "id": 3044, + "id": 3101, "name": "tablist", "variant": "declaration", "kind": 1024, @@ -107735,20 +109782,20 @@ "fileName": "tabs/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 3045, + "id": 3102, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3046, + "id": 3103, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -107779,7 +109826,7 @@ "fileName": "tabs/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L34" } ], "type": { @@ -107788,7 +109835,7 @@ } }, { - "id": 3047, + "id": 3104, "name": "background", "variant": "declaration", "kind": 1024, @@ -107819,7 +109866,7 @@ "fileName": "tabs/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L40" } ], "type": { @@ -107828,7 +109875,7 @@ } }, { - "id": 3048, + "id": 3105, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -107859,7 +109906,7 @@ "fileName": "tabs/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L46" } ], "type": { @@ -107872,9 +109919,9 @@ { "title": "Properties", "children": [ - 3046, - 3047, - 3048 + 3103, + 3104, + 3105 ] } ], @@ -107883,14 +109930,14 @@ "fileName": "tabs/index.d.ts", "line": 28, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L28" } ] } } }, { - "id": 3049, + "id": 3106, "name": "tab", "variant": "declaration", "kind": 1024, @@ -107910,20 +109957,20 @@ "fileName": "tabs/index.d.ts", "line": 51, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L51" } ], "type": { "type": "reflection", "declaration": { - "id": 3050, + "id": 3107, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3051, + "id": 3108, "name": "background", "variant": "declaration", "kind": 1024, @@ -107954,7 +110001,7 @@ "fileName": "tabs/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L57" } ], "type": { @@ -107963,7 +110010,7 @@ } }, { - "id": 3052, + "id": 3109, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -107994,7 +110041,7 @@ "fileName": "tabs/index.d.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L63" } ], "type": { @@ -108003,7 +110050,7 @@ } }, { - "id": 3053, + "id": 3110, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -108034,7 +110081,7 @@ "fileName": "tabs/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L69" } ], "type": { @@ -108043,7 +110090,7 @@ } }, { - "id": 3054, + "id": 3111, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -108074,7 +110121,7 @@ "fileName": "tabs/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L75" } ], "type": { @@ -108083,7 +110130,7 @@ } }, { - "id": 3055, + "id": 3112, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -108114,7 +110161,7 @@ "fileName": "tabs/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L81" } ], "type": { @@ -108123,7 +110170,7 @@ } }, { - "id": 3056, + "id": 3113, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -108154,7 +110201,7 @@ "fileName": "tabs/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L87" } ], "type": { @@ -108163,7 +110210,7 @@ } }, { - "id": 3057, + "id": 3114, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -108194,7 +110241,7 @@ "fileName": "tabs/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L93" } ], "type": { @@ -108203,7 +110250,7 @@ } }, { - "id": 3058, + "id": 3115, "name": "color", "variant": "declaration", "kind": 1024, @@ -108234,7 +110281,7 @@ "fileName": "tabs/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L99" } ], "type": { @@ -108243,7 +110290,7 @@ } }, { - "id": 3059, + "id": 3116, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -108274,7 +110321,7 @@ "fileName": "tabs/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L105" } ], "type": { @@ -108283,7 +110330,7 @@ } }, { - "id": 3060, + "id": 3117, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -108314,7 +110361,7 @@ "fileName": "tabs/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L111" } ], "type": { @@ -108323,7 +110370,7 @@ } }, { - "id": 3061, + "id": 3118, "name": "padding", "variant": "declaration", "kind": 1024, @@ -108354,7 +110401,7 @@ "fileName": "tabs/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L117" } ], "type": { @@ -108363,7 +110410,7 @@ } }, { - "id": 3062, + "id": 3119, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -108394,7 +110441,7 @@ "fileName": "tabs/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L123" } ], "type": { @@ -108403,7 +110450,7 @@ } }, { - "id": 3063, + "id": 3120, "name": "margin", "variant": "declaration", "kind": 1024, @@ -108434,7 +110481,7 @@ "fileName": "tabs/index.d.ts", "line": 129, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L129" } ], "type": { @@ -108443,7 +110490,7 @@ } }, { - "id": 3064, + "id": 3121, "name": "gap", "variant": "declaration", "kind": 1024, @@ -108474,7 +110521,7 @@ "fileName": "tabs/index.d.ts", "line": 135, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L135" } ], "type": { @@ -108483,7 +110530,7 @@ } }, { - "id": 3065, + "id": 3122, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -108503,20 +110550,20 @@ "fileName": "tabs/index.d.ts", "line": 139, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L139" } ], "type": { "type": "reflection", "declaration": { - "id": 3066, + "id": 3123, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3067, + "id": 3124, "name": "width", "variant": "declaration", "kind": 1024, @@ -108547,7 +110594,7 @@ "fileName": "tabs/index.d.ts", "line": 145, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L145" } ], "type": { @@ -108556,7 +110603,7 @@ } }, { - "id": 3068, + "id": 3125, "name": "style", "variant": "declaration", "kind": 1024, @@ -108587,7 +110634,7 @@ "fileName": "tabs/index.d.ts", "line": 151, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L151" } ], "type": { @@ -108596,7 +110643,7 @@ } }, { - "id": 3069, + "id": 3126, "name": "color", "variant": "declaration", "kind": 1024, @@ -108627,7 +110674,7 @@ "fileName": "tabs/index.d.ts", "line": 157, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L157" } ], "type": { @@ -108636,7 +110683,7 @@ } }, { - "id": 3070, + "id": 3127, "name": "offset", "variant": "declaration", "kind": 1024, @@ -108667,7 +110714,7 @@ "fileName": "tabs/index.d.ts", "line": 163, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L163" } ], "type": { @@ -108676,7 +110723,7 @@ } }, { - "id": 3071, + "id": 3128, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -108707,7 +110754,7 @@ "fileName": "tabs/index.d.ts", "line": 169, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L169" } ], "type": { @@ -108720,11 +110767,11 @@ { "title": "Properties", "children": [ - 3067, - 3068, - 3069, - 3070, - 3071 + 3124, + 3125, + 3126, + 3127, + 3128 ] } ], @@ -108733,7 +110780,7 @@ "fileName": "tabs/index.d.ts", "line": 139, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L139" } ] } @@ -108744,21 +110791,21 @@ { "title": "Properties", "children": [ - 3051, - 3052, - 3053, - 3054, - 3055, - 3056, - 3057, - 3058, - 3059, - 3060, - 3061, - 3062, - 3063, - 3064, - 3065 + 3108, + 3109, + 3110, + 3111, + 3112, + 3113, + 3114, + 3115, + 3116, + 3117, + 3118, + 3119, + 3120, + 3121, + 3122 ] } ], @@ -108767,14 +110814,14 @@ "fileName": "tabs/index.d.ts", "line": 51, "character": 10, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L51" } ] } } }, { - "id": 3072, + "id": 3129, "name": "tabpanel", "variant": "declaration", "kind": 1024, @@ -108794,20 +110841,20 @@ "fileName": "tabs/index.d.ts", "line": 175, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L175" } ], "type": { "type": "reflection", "declaration": { - "id": 3073, + "id": 3130, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3074, + "id": 3131, "name": "background", "variant": "declaration", "kind": 1024, @@ -108838,7 +110885,7 @@ "fileName": "tabs/index.d.ts", "line": 181, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L181" } ], "type": { @@ -108847,7 +110894,7 @@ } }, { - "id": 3075, + "id": 3132, "name": "color", "variant": "declaration", "kind": 1024, @@ -108878,7 +110925,7 @@ "fileName": "tabs/index.d.ts", "line": 187, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L187" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L187" } ], "type": { @@ -108887,7 +110934,7 @@ } }, { - "id": 3076, + "id": 3133, "name": "padding", "variant": "declaration", "kind": 1024, @@ -108918,7 +110965,7 @@ "fileName": "tabs/index.d.ts", "line": 193, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L193" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L193" } ], "type": { @@ -108927,7 +110974,7 @@ } }, { - "id": 3077, + "id": 3134, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -108947,20 +110994,20 @@ "fileName": "tabs/index.d.ts", "line": 197, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L197" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L197" } ], "type": { "type": "reflection", "declaration": { - "id": 3078, + "id": 3135, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3079, + "id": 3136, "name": "width", "variant": "declaration", "kind": 1024, @@ -108991,7 +111038,7 @@ "fileName": "tabs/index.d.ts", "line": 203, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L203" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L203" } ], "type": { @@ -109000,7 +111047,7 @@ } }, { - "id": 3080, + "id": 3137, "name": "style", "variant": "declaration", "kind": 1024, @@ -109031,7 +111078,7 @@ "fileName": "tabs/index.d.ts", "line": 209, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L209" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L209" } ], "type": { @@ -109040,7 +111087,7 @@ } }, { - "id": 3081, + "id": 3138, "name": "color", "variant": "declaration", "kind": 1024, @@ -109071,7 +111118,7 @@ "fileName": "tabs/index.d.ts", "line": 215, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L215" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L215" } ], "type": { @@ -109080,7 +111127,7 @@ } }, { - "id": 3082, + "id": 3139, "name": "offset", "variant": "declaration", "kind": 1024, @@ -109111,7 +111158,7 @@ "fileName": "tabs/index.d.ts", "line": 221, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L221" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L221" } ], "type": { @@ -109120,7 +111167,7 @@ } }, { - "id": 3083, + "id": 3140, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -109151,7 +111198,7 @@ "fileName": "tabs/index.d.ts", "line": 227, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L227" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L227" } ], "type": { @@ -109164,11 +111211,11 @@ { "title": "Properties", "children": [ - 3079, - 3080, - 3081, - 3082, - 3083 + 3136, + 3137, + 3138, + 3139, + 3140 ] } ], @@ -109177,7 +111224,7 @@ "fileName": "tabs/index.d.ts", "line": 197, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L197" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L197" } ] } @@ -109188,10 +111235,10 @@ { "title": "Properties", "children": [ - 3074, - 3075, - 3076, - 3077 + 3131, + 3132, + 3133, + 3134 ] } ], @@ -109200,14 +111247,14 @@ "fileName": "tabs/index.d.ts", "line": 175, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L175" } ] } } }, { - "id": 3084, + "id": 3141, "name": "navButton", "variant": "declaration", "kind": 1024, @@ -109227,20 +111274,20 @@ "fileName": "tabs/index.d.ts", "line": 233, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L233" } ], "type": { "type": "reflection", "declaration": { - "id": 3085, + "id": 3142, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3086, + "id": 3143, "name": "background", "variant": "declaration", "kind": 1024, @@ -109271,7 +111318,7 @@ "fileName": "tabs/index.d.ts", "line": 239, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L239" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L239" } ], "type": { @@ -109280,7 +111327,7 @@ } }, { - "id": 3087, + "id": 3144, "name": "color", "variant": "declaration", "kind": 1024, @@ -109311,7 +111358,7 @@ "fileName": "tabs/index.d.ts", "line": 245, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L245" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L245" } ], "type": { @@ -109320,7 +111367,7 @@ } }, { - "id": 3088, + "id": 3145, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -109351,7 +111398,7 @@ "fileName": "tabs/index.d.ts", "line": 251, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L251" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L251" } ], "type": { @@ -109360,7 +111407,7 @@ } }, { - "id": 3089, + "id": 3146, "name": "width", "variant": "declaration", "kind": 1024, @@ -109391,7 +111438,7 @@ "fileName": "tabs/index.d.ts", "line": 257, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L257" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L257" } ], "type": { @@ -109400,7 +111447,7 @@ } }, { - "id": 3090, + "id": 3147, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -109420,20 +111467,20 @@ "fileName": "tabs/index.d.ts", "line": 261, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L261" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L261" } ], "type": { "type": "reflection", "declaration": { - "id": 3091, + "id": 3148, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3092, + "id": 3149, "name": "width", "variant": "declaration", "kind": 1024, @@ -109464,7 +111511,7 @@ "fileName": "tabs/index.d.ts", "line": 267, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L267" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L267" } ], "type": { @@ -109473,7 +111520,7 @@ } }, { - "id": 3093, + "id": 3150, "name": "style", "variant": "declaration", "kind": 1024, @@ -109504,7 +111551,7 @@ "fileName": "tabs/index.d.ts", "line": 273, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L273" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L273" } ], "type": { @@ -109513,7 +111560,7 @@ } }, { - "id": 3094, + "id": 3151, "name": "color", "variant": "declaration", "kind": 1024, @@ -109544,7 +111591,7 @@ "fileName": "tabs/index.d.ts", "line": 279, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L279" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L279" } ], "type": { @@ -109553,7 +111600,7 @@ } }, { - "id": 3095, + "id": 3152, "name": "offset", "variant": "declaration", "kind": 1024, @@ -109584,7 +111631,7 @@ "fileName": "tabs/index.d.ts", "line": 285, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L285" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L285" } ], "type": { @@ -109593,7 +111640,7 @@ } }, { - "id": 3096, + "id": 3153, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -109624,7 +111671,7 @@ "fileName": "tabs/index.d.ts", "line": 291, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L291" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L291" } ], "type": { @@ -109637,11 +111684,11 @@ { "title": "Properties", "children": [ - 3092, - 3093, - 3094, - 3095, - 3096 + 3149, + 3150, + 3151, + 3152, + 3153 ] } ], @@ -109650,14 +111697,14 @@ "fileName": "tabs/index.d.ts", "line": 261, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L261" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L261" } ] } } }, { - "id": 3097, + "id": 3154, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -109688,7 +111735,7 @@ "fileName": "tabs/index.d.ts", "line": 298, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L298" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L298" } ], "type": { @@ -109701,12 +111748,12 @@ { "title": "Properties", "children": [ - 3086, - 3087, - 3088, - 3089, - 3090, - 3097 + 3143, + 3144, + 3145, + 3146, + 3147, + 3154 ] } ], @@ -109715,14 +111762,14 @@ "fileName": "tabs/index.d.ts", "line": 233, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L233" } ] } } }, { - "id": 3098, + "id": 3155, "name": "activeBar", "variant": "declaration", "kind": 1024, @@ -109742,20 +111789,20 @@ "fileName": "tabs/index.d.ts", "line": 303, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L303" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L303" } ], "type": { "type": "reflection", "declaration": { - "id": 3099, + "id": 3156, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3100, + "id": 3157, "name": "height", "variant": "declaration", "kind": 1024, @@ -109786,7 +111833,7 @@ "fileName": "tabs/index.d.ts", "line": 309, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L309" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L309" } ], "type": { @@ -109795,7 +111842,7 @@ } }, { - "id": 3101, + "id": 3158, "name": "bottom", "variant": "declaration", "kind": 1024, @@ -109826,7 +111873,7 @@ "fileName": "tabs/index.d.ts", "line": 315, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L315" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L315" } ], "type": { @@ -109835,7 +111882,7 @@ } }, { - "id": 3102, + "id": 3159, "name": "background", "variant": "declaration", "kind": 1024, @@ -109866,7 +111913,7 @@ "fileName": "tabs/index.d.ts", "line": 321, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L321" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L321" } ], "type": { @@ -109879,9 +111926,9 @@ { "title": "Properties", "children": [ - 3100, - 3101, - 3102 + 3157, + 3158, + 3159 ] } ], @@ -109890,7 +111937,7 @@ "fileName": "tabs/index.d.ts", "line": 303, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L303" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L303" } ] } @@ -109901,13 +111948,13 @@ { "title": "Properties", "children": [ - 3103, - 3041, - 3044, - 3049, - 3072, - 3084, - 3098 + 3160, + 3098, + 3101, + 3106, + 3129, + 3141, + 3155 ] } ], @@ -109916,17 +111963,17 @@ "fileName": "tabs/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3040, + "target": 3097, "name": "TabsDesignTokens", "package": "primeng" } @@ -109941,7 +111988,7 @@ { "title": "Interfaces", "children": [ - 3040 + 3097 ] } ], @@ -109950,12 +111997,12 @@ "fileName": "tabs/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabs/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabs/index.d.ts#L1" } ] }, { - "id": 3107, + "id": 3164, "name": "themes/tabview", "variant": "declaration", "kind": 2, @@ -109970,14 +112017,14 @@ }, "children": [ { - "id": 3108, + "id": 3165, "name": "TabViewDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3133, + "id": 3190, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -109989,20 +112036,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3134, + "id": 3191, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3135, + "id": 3192, "name": "light", "variant": "declaration", "kind": 1024, @@ -110014,7 +112061,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -110026,7 +112073,7 @@ "typeArguments": [ { "type": "reference", - "target": 3108, + "target": 3165, "name": "TabViewDesignTokens", "package": "primeng" }, @@ -110040,7 +112087,7 @@ } }, { - "id": 3136, + "id": 3193, "name": "dark", "variant": "declaration", "kind": 1024, @@ -110052,7 +112099,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -110064,7 +112111,7 @@ "typeArguments": [ { "type": "reference", - "target": 3108, + "target": 3165, "name": "TabViewDesignTokens", "package": "primeng" }, @@ -110082,8 +112129,8 @@ { "title": "Properties", "children": [ - 3135, - 3136 + 3192, + 3193 ] } ], @@ -110092,19 +112139,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3109, + "id": 3166, "name": "root", "variant": "declaration", "kind": 1024, @@ -110124,20 +112171,20 @@ "fileName": "tabview/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3110, + "id": 3167, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3111, + "id": 3168, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -110168,7 +112215,7 @@ "fileName": "tabview/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L23" } ], "type": { @@ -110181,7 +112228,7 @@ { "title": "Properties", "children": [ - 3111 + 3168 ] } ], @@ -110190,14 +112237,14 @@ "fileName": "tabview/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L17" } ] } } }, { - "id": 3112, + "id": 3169, "name": "tabList", "variant": "declaration", "kind": 1024, @@ -110217,20 +112264,20 @@ "fileName": "tabview/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 3113, + "id": 3170, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3114, + "id": 3171, "name": "background", "variant": "declaration", "kind": 1024, @@ -110261,7 +112308,7 @@ "fileName": "tabview/index.d.ts", "line": 34, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L34" } ], "type": { @@ -110270,7 +112317,7 @@ } }, { - "id": 3115, + "id": 3172, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -110301,7 +112348,7 @@ "fileName": "tabview/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L40" } ], "type": { @@ -110314,8 +112361,8 @@ { "title": "Properties", "children": [ - 3114, - 3115 + 3171, + 3172 ] } ], @@ -110324,14 +112371,14 @@ "fileName": "tabview/index.d.ts", "line": 28, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L28" } ] } } }, { - "id": 3116, + "id": 3173, "name": "tab", "variant": "declaration", "kind": 1024, @@ -110351,20 +112398,20 @@ "fileName": "tabview/index.d.ts", "line": 45, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L45" } ], "type": { "type": "reflection", "declaration": { - "id": 3117, + "id": 3174, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3118, + "id": 3175, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -110395,7 +112442,7 @@ "fileName": "tabview/index.d.ts", "line": 51, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L51" } ], "type": { @@ -110404,7 +112451,7 @@ } }, { - "id": 3119, + "id": 3176, "name": "activeBorderColor", "variant": "declaration", "kind": 1024, @@ -110435,7 +112482,7 @@ "fileName": "tabview/index.d.ts", "line": 57, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L57" } ], "type": { @@ -110444,7 +112491,7 @@ } }, { - "id": 3120, + "id": 3177, "name": "color", "variant": "declaration", "kind": 1024, @@ -110475,7 +112522,7 @@ "fileName": "tabview/index.d.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L63" } ], "type": { @@ -110484,7 +112531,7 @@ } }, { - "id": 3121, + "id": 3178, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -110515,7 +112562,7 @@ "fileName": "tabview/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L69" } ], "type": { @@ -110524,7 +112571,7 @@ } }, { - "id": 3122, + "id": 3179, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -110555,7 +112602,7 @@ "fileName": "tabview/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L75" } ], "type": { @@ -110568,11 +112615,11 @@ { "title": "Properties", "children": [ - 3118, - 3119, - 3120, - 3121, - 3122 + 3175, + 3176, + 3177, + 3178, + 3179 ] } ], @@ -110581,14 +112628,14 @@ "fileName": "tabview/index.d.ts", "line": 45, "character": 10, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L45" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L45" } ] } } }, { - "id": 3123, + "id": 3180, "name": "tabPanel", "variant": "declaration", "kind": 1024, @@ -110608,20 +112655,20 @@ "fileName": "tabview/index.d.ts", "line": 80, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L80" } ], "type": { "type": "reflection", "declaration": { - "id": 3124, + "id": 3181, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3125, + "id": 3182, "name": "background", "variant": "declaration", "kind": 1024, @@ -110652,7 +112699,7 @@ "fileName": "tabview/index.d.ts", "line": 86, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L86" } ], "type": { @@ -110661,7 +112708,7 @@ } }, { - "id": 3126, + "id": 3183, "name": "color", "variant": "declaration", "kind": 1024, @@ -110692,7 +112739,7 @@ "fileName": "tabview/index.d.ts", "line": 92, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L92" } ], "type": { @@ -110705,8 +112752,8 @@ { "title": "Properties", "children": [ - 3125, - 3126 + 3182, + 3183 ] } ], @@ -110715,14 +112762,14 @@ "fileName": "tabview/index.d.ts", "line": 80, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L80" } ] } } }, { - "id": 3127, + "id": 3184, "name": "navButton", "variant": "declaration", "kind": 1024, @@ -110742,20 +112789,20 @@ "fileName": "tabview/index.d.ts", "line": 97, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L97" } ], "type": { "type": "reflection", "declaration": { - "id": 3128, + "id": 3185, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3129, + "id": 3186, "name": "background", "variant": "declaration", "kind": 1024, @@ -110786,7 +112833,7 @@ "fileName": "tabview/index.d.ts", "line": 103, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L103" } ], "type": { @@ -110795,7 +112842,7 @@ } }, { - "id": 3130, + "id": 3187, "name": "color", "variant": "declaration", "kind": 1024, @@ -110826,7 +112873,7 @@ "fileName": "tabview/index.d.ts", "line": 109, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L109" } ], "type": { @@ -110835,7 +112882,7 @@ } }, { - "id": 3131, + "id": 3188, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -110866,7 +112913,7 @@ "fileName": "tabview/index.d.ts", "line": 115, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L115" } ], "type": { @@ -110875,7 +112922,7 @@ } }, { - "id": 3132, + "id": 3189, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -110906,7 +112953,7 @@ "fileName": "tabview/index.d.ts", "line": 121, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L121" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L121" } ], "type": { @@ -110919,10 +112966,10 @@ { "title": "Properties", "children": [ - 3129, - 3130, - 3131, - 3132 + 3186, + 3187, + 3188, + 3189 ] } ], @@ -110931,7 +112978,7 @@ "fileName": "tabview/index.d.ts", "line": 97, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L97" } ] } @@ -110942,12 +112989,12 @@ { "title": "Properties", "children": [ - 3133, - 3109, - 3112, - 3116, - 3123, - 3127 + 3190, + 3166, + 3169, + 3173, + 3180, + 3184 ] } ], @@ -110956,17 +113003,17 @@ "fileName": "tabview/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3108, + "target": 3165, "name": "TabViewDesignTokens", "package": "primeng" } @@ -110981,7 +113028,7 @@ { "title": "Interfaces", "children": [ - 3108 + 3165 ] } ], @@ -110990,12 +113037,12 @@ "fileName": "tabview/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tabview/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tabview/index.d.ts#L1" } ] }, { - "id": 3137, + "id": 3194, "name": "themes/tag", "variant": "declaration", "kind": 2, @@ -111010,14 +113057,14 @@ }, "children": [ { - "id": 3138, + "id": 3195, "name": "TagDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3178, + "id": 3235, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -111029,20 +113076,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3179, + "id": 3236, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3180, + "id": 3237, "name": "light", "variant": "declaration", "kind": 1024, @@ -111054,7 +113101,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -111066,7 +113113,7 @@ "typeArguments": [ { "type": "reference", - "target": 3138, + "target": 3195, "name": "TagDesignTokens", "package": "primeng" }, @@ -111080,7 +113127,7 @@ } }, { - "id": 3181, + "id": 3238, "name": "dark", "variant": "declaration", "kind": 1024, @@ -111092,7 +113139,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -111104,7 +113151,7 @@ "typeArguments": [ { "type": "reference", - "target": 3138, + "target": 3195, "name": "TagDesignTokens", "package": "primeng" }, @@ -111122,8 +113169,8 @@ { "title": "Properties", "children": [ - 3180, - 3181 + 3237, + 3238 ] } ], @@ -111132,19 +113179,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3139, + "id": 3196, "name": "root", "variant": "declaration", "kind": 1024, @@ -111164,20 +113211,20 @@ "fileName": "tag/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3140, + "id": 3197, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3141, + "id": 3198, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -111208,7 +113255,7 @@ "fileName": "tag/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L23" } ], "type": { @@ -111217,7 +113264,7 @@ } }, { - "id": 3142, + "id": 3199, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -111248,7 +113295,7 @@ "fileName": "tag/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L29" } ], "type": { @@ -111257,7 +113304,7 @@ } }, { - "id": 3143, + "id": 3200, "name": "padding", "variant": "declaration", "kind": 1024, @@ -111288,7 +113335,7 @@ "fileName": "tag/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L35" } ], "type": { @@ -111297,7 +113344,7 @@ } }, { - "id": 3144, + "id": 3201, "name": "gap", "variant": "declaration", "kind": 1024, @@ -111328,7 +113375,7 @@ "fileName": "tag/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L41" } ], "type": { @@ -111337,7 +113384,7 @@ } }, { - "id": 3145, + "id": 3202, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -111368,7 +113415,7 @@ "fileName": "tag/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L47" } ], "type": { @@ -111377,7 +113424,7 @@ } }, { - "id": 3146, + "id": 3203, "name": "roundedBorderRadius", "variant": "declaration", "kind": 1024, @@ -111408,7 +113455,7 @@ "fileName": "tag/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L53" } ], "type": { @@ -111421,12 +113468,12 @@ { "title": "Properties", "children": [ - 3141, - 3142, - 3143, - 3144, - 3145, - 3146 + 3198, + 3199, + 3200, + 3201, + 3202, + 3203 ] } ], @@ -111435,14 +113482,14 @@ "fileName": "tag/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L17" } ] } } }, { - "id": 3147, + "id": 3204, "name": "icon", "variant": "declaration", "kind": 1024, @@ -111462,20 +113509,20 @@ "fileName": "tag/index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L58" } ], "type": { "type": "reflection", "declaration": { - "id": 3148, + "id": 3205, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3149, + "id": 3206, "name": "size", "variant": "declaration", "kind": 1024, @@ -111506,7 +113553,7 @@ "fileName": "tag/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L64" } ], "type": { @@ -111519,7 +113566,7 @@ { "title": "Properties", "children": [ - 3149 + 3206 ] } ], @@ -111528,14 +113575,14 @@ "fileName": "tag/index.d.ts", "line": 58, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L58" } ] } } }, { - "id": 3150, + "id": 3207, "name": "primary", "variant": "declaration", "kind": 1024, @@ -111555,20 +113602,20 @@ "fileName": "tag/index.d.ts", "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 3151, + "id": 3208, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3152, + "id": 3209, "name": "background", "variant": "declaration", "kind": 1024, @@ -111599,7 +113646,7 @@ "fileName": "tag/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L75" } ], "type": { @@ -111608,7 +113655,7 @@ } }, { - "id": 3153, + "id": 3210, "name": "color", "variant": "declaration", "kind": 1024, @@ -111639,7 +113686,7 @@ "fileName": "tag/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L81" } ], "type": { @@ -111652,8 +113699,8 @@ { "title": "Properties", "children": [ - 3152, - 3153 + 3209, + 3210 ] } ], @@ -111662,14 +113709,14 @@ "fileName": "tag/index.d.ts", "line": 69, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L69" } ] } } }, { - "id": 3154, + "id": 3211, "name": "secondary", "variant": "declaration", "kind": 1024, @@ -111689,20 +113736,20 @@ "fileName": "tag/index.d.ts", "line": 86, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L86" } ], "type": { "type": "reflection", "declaration": { - "id": 3155, + "id": 3212, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3156, + "id": 3213, "name": "background", "variant": "declaration", "kind": 1024, @@ -111733,7 +113780,7 @@ "fileName": "tag/index.d.ts", "line": 92, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L92" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L92" } ], "type": { @@ -111742,7 +113789,7 @@ } }, { - "id": 3157, + "id": 3214, "name": "color", "variant": "declaration", "kind": 1024, @@ -111773,7 +113820,7 @@ "fileName": "tag/index.d.ts", "line": 98, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L98" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L98" } ], "type": { @@ -111786,8 +113833,8 @@ { "title": "Properties", "children": [ - 3156, - 3157 + 3213, + 3214 ] } ], @@ -111796,14 +113843,14 @@ "fileName": "tag/index.d.ts", "line": 86, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L86" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L86" } ] } } }, { - "id": 3158, + "id": 3215, "name": "success", "variant": "declaration", "kind": 1024, @@ -111823,20 +113870,20 @@ "fileName": "tag/index.d.ts", "line": 103, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L103" } ], "type": { "type": "reflection", "declaration": { - "id": 3159, + "id": 3216, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3160, + "id": 3217, "name": "background", "variant": "declaration", "kind": 1024, @@ -111867,7 +113914,7 @@ "fileName": "tag/index.d.ts", "line": 109, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L109" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L109" } ], "type": { @@ -111876,7 +113923,7 @@ } }, { - "id": 3161, + "id": 3218, "name": "color", "variant": "declaration", "kind": 1024, @@ -111907,7 +113954,7 @@ "fileName": "tag/index.d.ts", "line": 115, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L115" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L115" } ], "type": { @@ -111920,8 +113967,8 @@ { "title": "Properties", "children": [ - 3160, - 3161 + 3217, + 3218 ] } ], @@ -111930,14 +113977,14 @@ "fileName": "tag/index.d.ts", "line": 103, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L103" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L103" } ] } } }, { - "id": 3162, + "id": 3219, "name": "info", "variant": "declaration", "kind": 1024, @@ -111957,20 +114004,20 @@ "fileName": "tag/index.d.ts", "line": 120, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L120" } ], "type": { "type": "reflection", "declaration": { - "id": 3163, + "id": 3220, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3164, + "id": 3221, "name": "background", "variant": "declaration", "kind": 1024, @@ -112001,7 +114048,7 @@ "fileName": "tag/index.d.ts", "line": 126, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L126" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L126" } ], "type": { @@ -112010,7 +114057,7 @@ } }, { - "id": 3165, + "id": 3222, "name": "color", "variant": "declaration", "kind": 1024, @@ -112041,7 +114088,7 @@ "fileName": "tag/index.d.ts", "line": 132, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L132" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L132" } ], "type": { @@ -112054,8 +114101,8 @@ { "title": "Properties", "children": [ - 3164, - 3165 + 3221, + 3222 ] } ], @@ -112064,14 +114111,14 @@ "fileName": "tag/index.d.ts", "line": 120, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L120" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L120" } ] } } }, { - "id": 3166, + "id": 3223, "name": "warn", "variant": "declaration", "kind": 1024, @@ -112091,20 +114138,20 @@ "fileName": "tag/index.d.ts", "line": 137, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L137" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L137" } ], "type": { "type": "reflection", "declaration": { - "id": 3167, + "id": 3224, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3168, + "id": 3225, "name": "background", "variant": "declaration", "kind": 1024, @@ -112135,7 +114182,7 @@ "fileName": "tag/index.d.ts", "line": 143, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L143" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L143" } ], "type": { @@ -112144,7 +114191,7 @@ } }, { - "id": 3169, + "id": 3226, "name": "color", "variant": "declaration", "kind": 1024, @@ -112175,7 +114222,7 @@ "fileName": "tag/index.d.ts", "line": 149, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L149" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L149" } ], "type": { @@ -112188,8 +114235,8 @@ { "title": "Properties", "children": [ - 3168, - 3169 + 3225, + 3226 ] } ], @@ -112198,14 +114245,14 @@ "fileName": "tag/index.d.ts", "line": 137, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L137" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L137" } ] } } }, { - "id": 3170, + "id": 3227, "name": "danger", "variant": "declaration", "kind": 1024, @@ -112225,20 +114272,20 @@ "fileName": "tag/index.d.ts", "line": 154, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L154" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L154" } ], "type": { "type": "reflection", "declaration": { - "id": 3171, + "id": 3228, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3172, + "id": 3229, "name": "background", "variant": "declaration", "kind": 1024, @@ -112269,7 +114316,7 @@ "fileName": "tag/index.d.ts", "line": 160, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L160" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L160" } ], "type": { @@ -112278,7 +114325,7 @@ } }, { - "id": 3173, + "id": 3230, "name": "color", "variant": "declaration", "kind": 1024, @@ -112309,7 +114356,7 @@ "fileName": "tag/index.d.ts", "line": 166, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L166" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L166" } ], "type": { @@ -112322,8 +114369,8 @@ { "title": "Properties", "children": [ - 3172, - 3173 + 3229, + 3230 ] } ], @@ -112332,14 +114379,14 @@ "fileName": "tag/index.d.ts", "line": 154, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L154" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L154" } ] } } }, { - "id": 3174, + "id": 3231, "name": "contrast", "variant": "declaration", "kind": 1024, @@ -112359,20 +114406,20 @@ "fileName": "tag/index.d.ts", "line": 171, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L171" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L171" } ], "type": { "type": "reflection", "declaration": { - "id": 3175, + "id": 3232, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3176, + "id": 3233, "name": "background", "variant": "declaration", "kind": 1024, @@ -112403,7 +114450,7 @@ "fileName": "tag/index.d.ts", "line": 177, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L177" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L177" } ], "type": { @@ -112412,7 +114459,7 @@ } }, { - "id": 3177, + "id": 3234, "name": "color", "variant": "declaration", "kind": 1024, @@ -112443,7 +114490,7 @@ "fileName": "tag/index.d.ts", "line": 183, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L183" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L183" } ], "type": { @@ -112456,8 +114503,8 @@ { "title": "Properties", "children": [ - 3176, - 3177 + 3233, + 3234 ] } ], @@ -112466,7 +114513,7 @@ "fileName": "tag/index.d.ts", "line": 171, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L171" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L171" } ] } @@ -112477,16 +114524,16 @@ { "title": "Properties", "children": [ - 3178, - 3139, - 3147, - 3150, - 3154, - 3158, - 3162, - 3166, - 3170, - 3174 + 3235, + 3196, + 3204, + 3207, + 3211, + 3215, + 3219, + 3223, + 3227, + 3231 ] } ], @@ -112495,17 +114542,17 @@ "fileName": "tag/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3138, + "target": 3195, "name": "TagDesignTokens", "package": "primeng" } @@ -112520,7 +114567,7 @@ { "title": "Interfaces", "children": [ - 3138 + 3195 ] } ], @@ -112529,12 +114576,12 @@ "fileName": "tag/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tag/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tag/index.d.ts#L1" } ] }, { - "id": 3182, + "id": 3239, "name": "themes/terminal", "variant": "declaration", "kind": 2, @@ -112549,14 +114596,14 @@ }, "children": [ { - "id": 3183, + "id": 3240, "name": "TerminalDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3198, + "id": 3255, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -112568,20 +114615,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3199, + "id": 3256, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3200, + "id": 3257, "name": "light", "variant": "declaration", "kind": 1024, @@ -112593,7 +114640,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -112605,7 +114652,7 @@ "typeArguments": [ { "type": "reference", - "target": 3183, + "target": 3240, "name": "TerminalDesignTokens", "package": "primeng" }, @@ -112619,7 +114666,7 @@ } }, { - "id": 3201, + "id": 3258, "name": "dark", "variant": "declaration", "kind": 1024, @@ -112631,7 +114678,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -112643,7 +114690,7 @@ "typeArguments": [ { "type": "reference", - "target": 3183, + "target": 3240, "name": "TerminalDesignTokens", "package": "primeng" }, @@ -112661,8 +114708,8 @@ { "title": "Properties", "children": [ - 3200, - 3201 + 3257, + 3258 ] } ], @@ -112671,19 +114718,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3184, + "id": 3241, "name": "root", "variant": "declaration", "kind": 1024, @@ -112703,20 +114750,20 @@ "fileName": "terminal/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3185, + "id": 3242, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3186, + "id": 3243, "name": "background", "variant": "declaration", "kind": 1024, @@ -112747,7 +114794,7 @@ "fileName": "terminal/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L23" } ], "type": { @@ -112756,7 +114803,7 @@ } }, { - "id": 3187, + "id": 3244, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -112787,7 +114834,7 @@ "fileName": "terminal/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L29" } ], "type": { @@ -112796,7 +114843,7 @@ } }, { - "id": 3188, + "id": 3245, "name": "color", "variant": "declaration", "kind": 1024, @@ -112827,7 +114874,7 @@ "fileName": "terminal/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L35" } ], "type": { @@ -112836,7 +114883,7 @@ } }, { - "id": 3189, + "id": 3246, "name": "height", "variant": "declaration", "kind": 1024, @@ -112867,7 +114914,7 @@ "fileName": "terminal/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L41" } ], "type": { @@ -112876,7 +114923,7 @@ } }, { - "id": 3190, + "id": 3247, "name": "padding", "variant": "declaration", "kind": 1024, @@ -112907,7 +114954,7 @@ "fileName": "terminal/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L47" } ], "type": { @@ -112916,7 +114963,7 @@ } }, { - "id": 3191, + "id": 3248, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -112947,7 +114994,7 @@ "fileName": "terminal/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L53" } ], "type": { @@ -112960,12 +115007,12 @@ { "title": "Properties", "children": [ - 3186, - 3187, - 3188, - 3189, - 3190, - 3191 + 3243, + 3244, + 3245, + 3246, + 3247, + 3248 ] } ], @@ -112974,14 +115021,14 @@ "fileName": "terminal/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L17" } ] } } }, { - "id": 3192, + "id": 3249, "name": "prompt", "variant": "declaration", "kind": 1024, @@ -113001,20 +115048,20 @@ "fileName": "terminal/index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L58" } ], "type": { "type": "reflection", "declaration": { - "id": 3193, + "id": 3250, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3194, + "id": 3251, "name": "gap", "variant": "declaration", "kind": 1024, @@ -113045,7 +115092,7 @@ "fileName": "terminal/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L64" } ], "type": { @@ -113058,7 +115105,7 @@ { "title": "Properties", "children": [ - 3194 + 3251 ] } ], @@ -113067,14 +115114,14 @@ "fileName": "terminal/index.d.ts", "line": 58, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L58" } ] } } }, { - "id": 3195, + "id": 3252, "name": "commandResponse", "variant": "declaration", "kind": 1024, @@ -113094,20 +115141,20 @@ "fileName": "terminal/index.d.ts", "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 3196, + "id": 3253, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3197, + "id": 3254, "name": "margin", "variant": "declaration", "kind": 1024, @@ -113138,7 +115185,7 @@ "fileName": "terminal/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L75" } ], "type": { @@ -113151,7 +115198,7 @@ { "title": "Properties", "children": [ - 3197 + 3254 ] } ], @@ -113160,7 +115207,7 @@ "fileName": "terminal/index.d.ts", "line": 69, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L69" } ] } @@ -113171,10 +115218,10 @@ { "title": "Properties", "children": [ - 3198, - 3184, - 3192, - 3195 + 3255, + 3241, + 3249, + 3252 ] } ], @@ -113183,17 +115230,17 @@ "fileName": "terminal/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3183, + "target": 3240, "name": "TerminalDesignTokens", "package": "primeng" } @@ -113208,7 +115255,7 @@ { "title": "Interfaces", "children": [ - 3183 + 3240 ] } ], @@ -113217,12 +115264,12 @@ "fileName": "terminal/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/terminal/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/terminal/index.d.ts#L1" } ] }, { - "id": 3202, + "id": 3259, "name": "themes/textarea", "variant": "declaration", "kind": 2, @@ -113237,14 +115284,14 @@ }, "children": [ { - "id": 3203, + "id": 3260, "name": "TextareaDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3229, + "id": 3297, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -113256,20 +115303,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3230, + "id": 3298, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3231, + "id": 3299, "name": "light", "variant": "declaration", "kind": 1024, @@ -113281,7 +115328,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -113293,7 +115340,7 @@ "typeArguments": [ { "type": "reference", - "target": 3203, + "target": 3260, "name": "TextareaDesignTokens", "package": "primeng" }, @@ -113307,7 +115354,7 @@ } }, { - "id": 3232, + "id": 3300, "name": "dark", "variant": "declaration", "kind": 1024, @@ -113319,7 +115366,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -113331,7 +115378,7 @@ "typeArguments": [ { "type": "reference", - "target": 3203, + "target": 3260, "name": "TextareaDesignTokens", "package": "primeng" }, @@ -113349,8 +115396,8 @@ { "title": "Properties", "children": [ - 3231, - 3232 + 3299, + 3300 ] } ], @@ -113359,19 +115406,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3204, + "id": 3261, "name": "root", "variant": "declaration", "kind": 1024, @@ -113391,20 +115438,20 @@ "fileName": "textarea/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3205, + "id": 3262, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3206, + "id": 3263, "name": "background", "variant": "declaration", "kind": 1024, @@ -113435,7 +115482,7 @@ "fileName": "textarea/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L23" } ], "type": { @@ -113444,7 +115491,7 @@ } }, { - "id": 3207, + "id": 3264, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -113475,7 +115522,7 @@ "fileName": "textarea/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L29" } ], "type": { @@ -113484,7 +115531,7 @@ } }, { - "id": 3208, + "id": 3265, "name": "filledBackground", "variant": "declaration", "kind": 1024, @@ -113515,7 +115562,7 @@ "fileName": "textarea/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L35" } ], "type": { @@ -113524,7 +115571,7 @@ } }, { - "id": 3209, + "id": 3266, "name": "filledFocusBackground", "variant": "declaration", "kind": 1024, @@ -113555,7 +115602,7 @@ "fileName": "textarea/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L41" } ], "type": { @@ -113564,7 +115611,7 @@ } }, { - "id": 3210, + "id": 3267, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -113595,7 +115642,7 @@ "fileName": "textarea/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L47" } ], "type": { @@ -113604,7 +115651,7 @@ } }, { - "id": 3211, + "id": 3268, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -113635,7 +115682,7 @@ "fileName": "textarea/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L53" } ], "type": { @@ -113644,7 +115691,7 @@ } }, { - "id": 3212, + "id": 3269, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -113675,7 +115722,7 @@ "fileName": "textarea/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L59" } ], "type": { @@ -113684,7 +115731,7 @@ } }, { - "id": 3213, + "id": 3270, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -113715,7 +115762,7 @@ "fileName": "textarea/index.d.ts", "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L65" } ], "type": { @@ -113724,7 +115771,7 @@ } }, { - "id": 3214, + "id": 3271, "name": "color", "variant": "declaration", "kind": 1024, @@ -113755,7 +115802,7 @@ "fileName": "textarea/index.d.ts", "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L71" } ], "type": { @@ -113764,7 +115811,7 @@ } }, { - "id": 3215, + "id": 3272, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -113795,7 +115842,7 @@ "fileName": "textarea/index.d.ts", "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L77" } ], "type": { @@ -113804,7 +115851,7 @@ } }, { - "id": 3216, + "id": 3273, "name": "placeholderColor", "variant": "declaration", "kind": 1024, @@ -113835,7 +115882,7 @@ "fileName": "textarea/index.d.ts", "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L83" } ], "type": { @@ -113844,7 +115891,47 @@ } }, { - "id": 3217, + "id": 3274, + "name": "invalidPlaceholderColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invalid placeholder color of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "textarea.invalid.placeholder.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 89, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L89" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3275, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -113873,9 +115960,9 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 89, + "line": 95, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L95" } ], "type": { @@ -113884,7 +115971,7 @@ } }, { - "id": 3218, + "id": 3276, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -113913,9 +116000,9 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 95, + "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L101" } ], "type": { @@ -113924,7 +116011,7 @@ } }, { - "id": 3219, + "id": 3277, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -113953,9 +116040,9 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 101, + "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L107" } ], "type": { @@ -113964,7 +116051,7 @@ } }, { - "id": 3220, + "id": 3278, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -113993,9 +116080,9 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 107, + "line": 113, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L113" } ], "type": { @@ -114004,7 +116091,7 @@ } }, { - "id": 3221, + "id": 3279, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -114022,22 +116109,22 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 111, + "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L117" } ], "type": { "type": "reflection", "declaration": { - "id": 3222, + "id": 3280, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3223, + "id": 3281, "name": "width", "variant": "declaration", "kind": 1024, @@ -114066,9 +116153,9 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 117, + "line": 123, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L123" } ], "type": { @@ -114077,7 +116164,7 @@ } }, { - "id": 3224, + "id": 3282, "name": "style", "variant": "declaration", "kind": 1024, @@ -114106,9 +116193,9 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 123, + "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L129" } ], "type": { @@ -114117,7 +116204,7 @@ } }, { - "id": 3225, + "id": 3283, "name": "color", "variant": "declaration", "kind": 1024, @@ -114146,9 +116233,9 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 129, + "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L135" } ], "type": { @@ -114157,7 +116244,7 @@ } }, { - "id": 3226, + "id": 3284, "name": "offset", "variant": "declaration", "kind": 1024, @@ -114186,9 +116273,9 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 135, + "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L141" } ], "type": { @@ -114197,7 +116284,7 @@ } }, { - "id": 3227, + "id": 3285, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -114226,9 +116313,9 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 141, + "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L147" } ], "type": { @@ -114241,27 +116328,27 @@ { "title": "Properties", "children": [ - 3223, - 3224, - 3225, - 3226, - 3227 + 3281, + 3282, + 3283, + 3284, + 3285 ] } ], "sources": [ { "fileName": "textarea/index.d.ts", - "line": 111, + "line": 117, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L117" } ] } } }, { - "id": 3228, + "id": 3286, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -114290,38 +116377,391 @@ "sources": [ { "fileName": "textarea/index.d.ts", - "line": 148, + "line": 154, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L154" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 3287, + "name": "sm", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sm of root" + } + ] + }, + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 158, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L158" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 3288, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3289, + "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": "textarea.sm.font.size" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 164, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L164" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3290, + "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": "textarea.sm.padding.x" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 170, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L170" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3291, + "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": "textarea.sm.padding.y" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 176, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L176" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3289, + 3290, + 3291 + ] + } + ], + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 158, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L158" + } + ] + } + } + }, + { + "id": 3292, + "name": "lg", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Lg of root" + } + ] + }, + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 181, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L181" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 3293, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3294, + "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": "textarea.lg.font.size" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 187, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L187" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3295, + "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": "textarea.lg.padding.x" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 193, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L193" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3296, + "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": "textarea.lg.padding.y" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 199, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3294, + 3295, + 3296 + ] + } + ], + "sources": [ + { + "fileName": "textarea/index.d.ts", + "line": 181, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L181" + } + ] + } + } } ], "groups": [ { "title": "Properties", "children": [ - 3206, - 3207, - 3208, - 3209, - 3210, - 3211, - 3212, - 3213, - 3214, - 3215, - 3216, - 3217, - 3218, - 3219, - 3220, - 3221, - 3228 + 3263, + 3264, + 3265, + 3266, + 3267, + 3268, + 3269, + 3270, + 3271, + 3272, + 3273, + 3274, + 3275, + 3276, + 3277, + 3278, + 3279, + 3286, + 3287, + 3292 ] } ], @@ -114330,7 +116770,7 @@ "fileName": "textarea/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L17" } ] } @@ -114341,8 +116781,8 @@ { "title": "Properties", "children": [ - 3229, - 3204 + 3297, + 3261 ] } ], @@ -114351,17 +116791,17 @@ "fileName": "textarea/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3203, + "target": 3260, "name": "TextareaDesignTokens", "package": "primeng" } @@ -114376,7 +116816,7 @@ { "title": "Interfaces", "children": [ - 3203 + 3260 ] } ], @@ -114385,12 +116825,12 @@ "fileName": "textarea/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/textarea/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/textarea/index.d.ts#L1" } ] }, { - "id": 3233, + "id": 3301, "name": "themes/tieredmenu", "variant": "declaration", "kind": 2, @@ -114405,14 +116845,14 @@ }, "children": [ { - "id": 3234, + "id": 3302, "name": "TieredMenuDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3277, + "id": 3348, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -114424,20 +116864,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3278, + "id": 3349, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3279, + "id": 3350, "name": "light", "variant": "declaration", "kind": 1024, @@ -114449,7 +116889,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -114461,7 +116901,7 @@ "typeArguments": [ { "type": "reference", - "target": 3234, + "target": 3302, "name": "TieredMenuDesignTokens", "package": "primeng" }, @@ -114475,7 +116915,7 @@ } }, { - "id": 3280, + "id": 3351, "name": "dark", "variant": "declaration", "kind": 1024, @@ -114487,7 +116927,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -114499,7 +116939,7 @@ "typeArguments": [ { "type": "reference", - "target": 3234, + "target": 3302, "name": "TieredMenuDesignTokens", "package": "primeng" }, @@ -114517,8 +116957,8 @@ { "title": "Properties", "children": [ - 3279, - 3280 + 3350, + 3351 ] } ], @@ -114527,19 +116967,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3235, + "id": 3303, "name": "root", "variant": "declaration", "kind": 1024, @@ -114559,20 +116999,20 @@ "fileName": "tieredmenu/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3236, + "id": 3304, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3237, + "id": 3305, "name": "background", "variant": "declaration", "kind": 1024, @@ -114603,7 +117043,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L23" } ], "type": { @@ -114612,7 +117052,7 @@ } }, { - "id": 3238, + "id": 3306, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -114643,7 +117083,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L29" } ], "type": { @@ -114652,7 +117092,7 @@ } }, { - "id": 3239, + "id": 3307, "name": "color", "variant": "declaration", "kind": 1024, @@ -114683,7 +117123,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L35" } ], "type": { @@ -114692,7 +117132,7 @@ } }, { - "id": 3240, + "id": 3308, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -114723,7 +117163,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L41" } ], "type": { @@ -114732,7 +117172,7 @@ } }, { - "id": 3241, + "id": 3309, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -114763,7 +117203,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L47" } ], "type": { @@ -114772,7 +117212,7 @@ } }, { - "id": 3242, + "id": 3310, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -114803,7 +117243,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L53" } ], "type": { @@ -114816,12 +117256,12 @@ { "title": "Properties", "children": [ - 3237, - 3238, - 3239, - 3240, - 3241, - 3242 + 3305, + 3306, + 3307, + 3308, + 3309, + 3310 ] } ], @@ -114830,14 +117270,14 @@ "fileName": "tieredmenu/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L17" } ] } } }, { - "id": 3243, + "id": 3311, "name": "list", "variant": "declaration", "kind": 1024, @@ -114857,20 +117297,20 @@ "fileName": "tieredmenu/index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L58" } ], "type": { "type": "reflection", "declaration": { - "id": 3244, + "id": 3312, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3245, + "id": 3313, "name": "padding", "variant": "declaration", "kind": 1024, @@ -114901,7 +117341,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L64" } ], "type": { @@ -114910,7 +117350,7 @@ } }, { - "id": 3246, + "id": 3314, "name": "gap", "variant": "declaration", "kind": 1024, @@ -114941,7 +117381,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L70" } ], "type": { @@ -114954,8 +117394,8 @@ { "title": "Properties", "children": [ - 3245, - 3246 + 3313, + 3314 ] } ], @@ -114964,14 +117404,14 @@ "fileName": "tieredmenu/index.d.ts", "line": 58, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L58" } ] } } }, { - "id": 3247, + "id": 3315, "name": "item", "variant": "declaration", "kind": 1024, @@ -114991,20 +117431,20 @@ "fileName": "tieredmenu/index.d.ts", "line": 75, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L75" } ], "type": { "type": "reflection", "declaration": { - "id": 3248, + "id": 3316, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3249, + "id": 3317, "name": "focusBackground", "variant": "declaration", "kind": 1024, @@ -115035,7 +117475,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L81" } ], "type": { @@ -115044,7 +117484,7 @@ } }, { - "id": 3250, + "id": 3318, "name": "activeBackground", "variant": "declaration", "kind": 1024, @@ -115075,7 +117515,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L87" } ], "type": { @@ -115084,7 +117524,7 @@ } }, { - "id": 3251, + "id": 3319, "name": "color", "variant": "declaration", "kind": 1024, @@ -115115,7 +117555,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L93" } ], "type": { @@ -115124,7 +117564,7 @@ } }, { - "id": 3252, + "id": 3320, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -115155,7 +117595,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L99" } ], "type": { @@ -115164,7 +117604,7 @@ } }, { - "id": 3253, + "id": 3321, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -115195,7 +117635,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L105" } ], "type": { @@ -115204,7 +117644,7 @@ } }, { - "id": 3254, + "id": 3322, "name": "padding", "variant": "declaration", "kind": 1024, @@ -115235,7 +117675,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L111" } ], "type": { @@ -115244,7 +117684,7 @@ } }, { - "id": 3255, + "id": 3323, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -115275,7 +117715,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L117" } ], "type": { @@ -115284,7 +117724,7 @@ } }, { - "id": 3256, + "id": 3324, "name": "gap", "variant": "declaration", "kind": 1024, @@ -115315,7 +117755,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L123" } ], "type": { @@ -115324,7 +117764,7 @@ } }, { - "id": 3257, + "id": 3325, "name": "icon", "variant": "declaration", "kind": 1024, @@ -115344,20 +117784,20 @@ "fileName": "tieredmenu/index.d.ts", "line": 127, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L127" } ], "type": { "type": "reflection", "declaration": { - "id": 3258, + "id": 3326, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3259, + "id": 3327, "name": "color", "variant": "declaration", "kind": 1024, @@ -115388,7 +117828,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 133, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L133" } ], "type": { @@ -115397,7 +117837,7 @@ } }, { - "id": 3260, + "id": 3328, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -115428,7 +117868,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 139, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L139" } ], "type": { @@ -115437,7 +117877,7 @@ } }, { - "id": 3261, + "id": 3329, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -115468,7 +117908,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 145, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L145" } ], "type": { @@ -115481,9 +117921,9 @@ { "title": "Properties", "children": [ - 3259, - 3260, - 3261 + 3327, + 3328, + 3329 ] } ], @@ -115492,7 +117932,7 @@ "fileName": "tieredmenu/index.d.ts", "line": 127, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L127" } ] } @@ -115503,15 +117943,15 @@ { "title": "Properties", "children": [ - 3249, - 3250, - 3251, - 3252, - 3253, - 3254, - 3255, - 3256, - 3257 + 3317, + 3318, + 3319, + 3320, + 3321, + 3322, + 3323, + 3324, + 3325 ] } ], @@ -115520,14 +117960,107 @@ "fileName": "tieredmenu/index.d.ts", "line": 75, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L75" + } + ] + } + } + }, + { + "id": 3330, + "name": "submenu", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Used to pass tokens of the submenu section" + } + ] + }, + "sources": [ + { + "fileName": "tieredmenu/index.d.ts", + "line": 151, + "character": 4, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L151" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 3331, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3332, + "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": "tieredmenu.submenu.mobile.indent" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "tieredmenu/index.d.ts", + "line": 157, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L157" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3332 + ] + } + ], + "sources": [ + { + "fileName": "tieredmenu/index.d.ts", + "line": 151, + "character": 14, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L151" } ] } } }, { - "id": 3262, + "id": 3333, "name": "submenuLabel", "variant": "declaration", "kind": 1024, @@ -115545,22 +118078,22 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 151, + "line": 162, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L162" } ], "type": { "type": "reflection", "declaration": { - "id": 3263, + "id": 3334, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3264, + "id": 3335, "name": "padding", "variant": "declaration", "kind": 1024, @@ -115589,9 +118122,9 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 157, + "line": 168, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L168" } ], "type": { @@ -115600,7 +118133,7 @@ } }, { - "id": 3265, + "id": 3336, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -115629,9 +118162,9 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 163, + "line": 174, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L174" } ], "type": { @@ -115640,7 +118173,7 @@ } }, { - "id": 3266, + "id": 3337, "name": "background", "variant": "declaration", "kind": 1024, @@ -115669,9 +118202,9 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 169, + "line": 180, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L180" } ], "type": { @@ -115680,7 +118213,7 @@ } }, { - "id": 3267, + "id": 3338, "name": "color", "variant": "declaration", "kind": 1024, @@ -115709,9 +118242,9 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 175, + "line": 186, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L186" } ], "type": { @@ -115724,26 +118257,26 @@ { "title": "Properties", "children": [ - 3264, - 3265, - 3266, - 3267 + 3335, + 3336, + 3337, + 3338 ] } ], "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 151, + "line": 162, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L162" } ] } } }, { - "id": 3268, + "id": 3339, "name": "submenuIcon", "variant": "declaration", "kind": 1024, @@ -115761,22 +118294,22 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 180, + "line": 191, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L191" } ], "type": { "type": "reflection", "declaration": { - "id": 3269, + "id": 3340, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3270, + "id": 3341, "name": "size", "variant": "declaration", "kind": 1024, @@ -115805,9 +118338,9 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 186, + "line": 197, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L186" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L197" } ], "type": { @@ -115816,7 +118349,7 @@ } }, { - "id": 3271, + "id": 3342, "name": "color", "variant": "declaration", "kind": 1024, @@ -115845,9 +118378,9 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 192, + "line": 203, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L192" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L203" } ], "type": { @@ -115856,7 +118389,7 @@ } }, { - "id": 3272, + "id": 3343, "name": "focusColor", "variant": "declaration", "kind": 1024, @@ -115885,9 +118418,9 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 198, + "line": 209, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L198" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L209" } ], "type": { @@ -115896,7 +118429,7 @@ } }, { - "id": 3273, + "id": 3344, "name": "activeColor", "variant": "declaration", "kind": 1024, @@ -115925,9 +118458,9 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 204, + "line": 215, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L204" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L215" } ], "type": { @@ -115940,26 +118473,26 @@ { "title": "Properties", "children": [ - 3270, - 3271, - 3272, - 3273 + 3341, + 3342, + 3343, + 3344 ] } ], "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 180, + "line": 191, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L191" } ] } } }, { - "id": 3274, + "id": 3345, "name": "separator", "variant": "declaration", "kind": 1024, @@ -115977,22 +118510,22 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 209, + "line": 220, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L209" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L220" } ], "type": { "type": "reflection", "declaration": { - "id": 3275, + "id": 3346, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3276, + "id": 3347, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -116021,9 +118554,9 @@ "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 215, + "line": 226, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L215" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L226" } ], "type": { @@ -116036,16 +118569,16 @@ { "title": "Properties", "children": [ - 3276 + 3347 ] } ], "sources": [ { "fileName": "tieredmenu/index.d.ts", - "line": 209, + "line": 220, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L209" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L220" } ] } @@ -116056,13 +118589,14 @@ { "title": "Properties", "children": [ - 3277, - 3235, - 3243, - 3247, - 3262, - 3268, - 3274 + 3348, + 3303, + 3311, + 3315, + 3330, + 3333, + 3339, + 3345 ] } ], @@ -116071,17 +118605,17 @@ "fileName": "tieredmenu/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3234, + "target": 3302, "name": "TieredMenuDesignTokens", "package": "primeng" } @@ -116096,7 +118630,7 @@ { "title": "Interfaces", "children": [ - 3234 + 3302 ] } ], @@ -116105,12 +118639,12 @@ "fileName": "tieredmenu/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tieredmenu/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tieredmenu/index.d.ts#L1" } ] }, { - "id": 3281, + "id": 3352, "name": "themes/timeline", "variant": "declaration", "kind": 2, @@ -116125,14 +118659,14 @@ }, "children": [ { - "id": 3282, + "id": 3353, "name": "TimelineDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3313, + "id": 3384, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -116144,20 +118678,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3314, + "id": 3385, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3315, + "id": 3386, "name": "light", "variant": "declaration", "kind": 1024, @@ -116169,7 +118703,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -116181,7 +118715,7 @@ "typeArguments": [ { "type": "reference", - "target": 3282, + "target": 3353, "name": "TimelineDesignTokens", "package": "primeng" }, @@ -116195,7 +118729,7 @@ } }, { - "id": 3316, + "id": 3387, "name": "dark", "variant": "declaration", "kind": 1024, @@ -116207,7 +118741,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -116219,7 +118753,7 @@ "typeArguments": [ { "type": "reference", - "target": 3282, + "target": 3353, "name": "TimelineDesignTokens", "package": "primeng" }, @@ -116237,8 +118771,8 @@ { "title": "Properties", "children": [ - 3315, - 3316 + 3386, + 3387 ] } ], @@ -116247,19 +118781,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3283, + "id": 3354, "name": "event", "variant": "declaration", "kind": 1024, @@ -116279,20 +118813,20 @@ "fileName": "timeline/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3284, + "id": 3355, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3285, + "id": 3356, "name": "minHeight", "variant": "declaration", "kind": 1024, @@ -116323,7 +118857,7 @@ "fileName": "timeline/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L23" } ], "type": { @@ -116336,7 +118870,7 @@ { "title": "Properties", "children": [ - 3285 + 3356 ] } ], @@ -116345,14 +118879,14 @@ "fileName": "timeline/index.d.ts", "line": 17, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L17" } ] } } }, { - "id": 3286, + "id": 3357, "name": "horizontal", "variant": "declaration", "kind": 1024, @@ -116372,20 +118906,20 @@ "fileName": "timeline/index.d.ts", "line": 28, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L28" } ], "type": { "type": "reflection", "declaration": { - "id": 3287, + "id": 3358, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3288, + "id": 3359, "name": "eventContent", "variant": "declaration", "kind": 1024, @@ -116405,20 +118939,20 @@ "fileName": "timeline/index.d.ts", "line": 32, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L32" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L32" } ], "type": { "type": "reflection", "declaration": { - "id": 3289, + "id": 3360, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3290, + "id": 3361, "name": "padding", "variant": "declaration", "kind": 1024, @@ -116449,7 +118983,7 @@ "fileName": "timeline/index.d.ts", "line": 38, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L38" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L38" } ], "type": { @@ -116462,7 +118996,7 @@ { "title": "Properties", "children": [ - 3290 + 3361 ] } ], @@ -116471,7 +119005,7 @@ "fileName": "timeline/index.d.ts", "line": 32, "character": 23, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L32" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L32" } ] } @@ -116482,7 +119016,7 @@ { "title": "Properties", "children": [ - 3288 + 3359 ] } ], @@ -116491,14 +119025,14 @@ "fileName": "timeline/index.d.ts", "line": 28, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L28" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L28" } ] } } }, { - "id": 3291, + "id": 3362, "name": "vertical", "variant": "declaration", "kind": 1024, @@ -116518,20 +119052,20 @@ "fileName": "timeline/index.d.ts", "line": 44, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L44" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L44" } ], "type": { "type": "reflection", "declaration": { - "id": 3292, + "id": 3363, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3293, + "id": 3364, "name": "eventContent", "variant": "declaration", "kind": 1024, @@ -116551,20 +119085,20 @@ "fileName": "timeline/index.d.ts", "line": 48, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L48" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L48" } ], "type": { "type": "reflection", "declaration": { - "id": 3294, + "id": 3365, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3295, + "id": 3366, "name": "padding", "variant": "declaration", "kind": 1024, @@ -116595,7 +119129,7 @@ "fileName": "timeline/index.d.ts", "line": 54, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L54" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L54" } ], "type": { @@ -116608,7 +119142,7 @@ { "title": "Properties", "children": [ - 3295 + 3366 ] } ], @@ -116617,7 +119151,7 @@ "fileName": "timeline/index.d.ts", "line": 48, "character": 23, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L48" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L48" } ] } @@ -116628,7 +119162,7 @@ { "title": "Properties", "children": [ - 3293 + 3364 ] } ], @@ -116637,14 +119171,14 @@ "fileName": "timeline/index.d.ts", "line": 44, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L44" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L44" } ] } } }, { - "id": 3296, + "id": 3367, "name": "eventMarker", "variant": "declaration", "kind": 1024, @@ -116664,20 +119198,20 @@ "fileName": "timeline/index.d.ts", "line": 60, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L60" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L60" } ], "type": { "type": "reflection", "declaration": { - "id": 3297, + "id": 3368, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3298, + "id": 3369, "name": "size", "variant": "declaration", "kind": 1024, @@ -116708,7 +119242,7 @@ "fileName": "timeline/index.d.ts", "line": 66, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L66" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L66" } ], "type": { @@ -116717,7 +119251,7 @@ } }, { - "id": 3299, + "id": 3370, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -116748,7 +119282,7 @@ "fileName": "timeline/index.d.ts", "line": 72, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L72" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L72" } ], "type": { @@ -116757,7 +119291,7 @@ } }, { - "id": 3300, + "id": 3371, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -116788,7 +119322,7 @@ "fileName": "timeline/index.d.ts", "line": 78, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L78" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L78" } ], "type": { @@ -116797,7 +119331,7 @@ } }, { - "id": 3301, + "id": 3372, "name": "background", "variant": "declaration", "kind": 1024, @@ -116828,7 +119362,7 @@ "fileName": "timeline/index.d.ts", "line": 84, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L84" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L84" } ], "type": { @@ -116837,7 +119371,7 @@ } }, { - "id": 3302, + "id": 3373, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -116868,7 +119402,7 @@ "fileName": "timeline/index.d.ts", "line": 90, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L90" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L90" } ], "type": { @@ -116877,7 +119411,7 @@ } }, { - "id": 3303, + "id": 3374, "name": "content", "variant": "declaration", "kind": 1024, @@ -116897,20 +119431,20 @@ "fileName": "timeline/index.d.ts", "line": 94, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L94" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L94" } ], "type": { "type": "reflection", "declaration": { - "id": 3304, + "id": 3375, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3305, + "id": 3376, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -116941,7 +119475,7 @@ "fileName": "timeline/index.d.ts", "line": 100, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L100" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L100" } ], "type": { @@ -116950,7 +119484,7 @@ } }, { - "id": 3306, + "id": 3377, "name": "size", "variant": "declaration", "kind": 1024, @@ -116981,7 +119515,7 @@ "fileName": "timeline/index.d.ts", "line": 106, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L106" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L106" } ], "type": { @@ -116990,7 +119524,7 @@ } }, { - "id": 3307, + "id": 3378, "name": "background", "variant": "declaration", "kind": 1024, @@ -117021,7 +119555,7 @@ "fileName": "timeline/index.d.ts", "line": 112, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L112" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L112" } ], "type": { @@ -117030,7 +119564,7 @@ } }, { - "id": 3308, + "id": 3379, "name": "insetShadow", "variant": "declaration", "kind": 1024, @@ -117061,7 +119595,7 @@ "fileName": "timeline/index.d.ts", "line": 118, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L118" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L118" } ], "type": { @@ -117074,10 +119608,10 @@ { "title": "Properties", "children": [ - 3305, - 3306, - 3307, - 3308 + 3376, + 3377, + 3378, + 3379 ] } ], @@ -117086,7 +119620,7 @@ "fileName": "timeline/index.d.ts", "line": 94, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L94" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L94" } ] } @@ -117097,12 +119631,12 @@ { "title": "Properties", "children": [ - 3298, - 3299, - 3300, - 3301, - 3302, - 3303 + 3369, + 3370, + 3371, + 3372, + 3373, + 3374 ] } ], @@ -117111,14 +119645,14 @@ "fileName": "timeline/index.d.ts", "line": 60, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L60" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L60" } ] } } }, { - "id": 3309, + "id": 3380, "name": "eventConnector", "variant": "declaration", "kind": 1024, @@ -117138,20 +119672,20 @@ "fileName": "timeline/index.d.ts", "line": 124, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L124" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L124" } ], "type": { "type": "reflection", "declaration": { - "id": 3310, + "id": 3381, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3311, + "id": 3382, "name": "color", "variant": "declaration", "kind": 1024, @@ -117182,7 +119716,7 @@ "fileName": "timeline/index.d.ts", "line": 130, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L130" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L130" } ], "type": { @@ -117191,7 +119725,7 @@ } }, { - "id": 3312, + "id": 3383, "name": "size", "variant": "declaration", "kind": 1024, @@ -117222,7 +119756,7 @@ "fileName": "timeline/index.d.ts", "line": 136, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L136" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L136" } ], "type": { @@ -117235,8 +119769,8 @@ { "title": "Properties", "children": [ - 3311, - 3312 + 3382, + 3383 ] } ], @@ -117245,7 +119779,7 @@ "fileName": "timeline/index.d.ts", "line": 124, "character": 21, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L124" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L124" } ] } @@ -117256,12 +119790,12 @@ { "title": "Properties", "children": [ - 3313, - 3283, - 3286, - 3291, - 3296, - 3309 + 3384, + 3354, + 3357, + 3362, + 3367, + 3380 ] } ], @@ -117270,17 +119804,17 @@ "fileName": "timeline/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3282, + "target": 3353, "name": "TimelineDesignTokens", "package": "primeng" } @@ -117295,7 +119829,7 @@ { "title": "Interfaces", "children": [ - 3282 + 3353 ] } ], @@ -117304,12 +119838,12 @@ "fileName": "timeline/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/timeline/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/timeline/index.d.ts#L1" } ] }, { - "id": 3317, + "id": 3388, "name": "themes/toast", "variant": "declaration", "kind": 2, @@ -117324,14 +119858,14 @@ }, "children": [ { - "id": 3318, + "id": 3389, "name": "ToastDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3447, + "id": 3518, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -117343,20 +119877,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3448, + "id": 3519, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3449, + "id": 3520, "name": "light", "variant": "declaration", "kind": 1024, @@ -117368,7 +119902,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -117380,7 +119914,7 @@ "typeArguments": [ { "type": "reference", - "target": 3318, + "target": 3389, "name": "ToastDesignTokens", "package": "primeng" }, @@ -117394,7 +119928,7 @@ } }, { - "id": 3450, + "id": 3521, "name": "dark", "variant": "declaration", "kind": 1024, @@ -117406,7 +119940,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -117418,7 +119952,7 @@ "typeArguments": [ { "type": "reference", - "target": 3318, + "target": 3389, "name": "ToastDesignTokens", "package": "primeng" }, @@ -117436,8 +119970,8 @@ { "title": "Properties", "children": [ - 3449, - 3450 + 3520, + 3521 ] } ], @@ -117446,19 +119980,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3319, + "id": 3390, "name": "root", "variant": "declaration", "kind": 1024, @@ -117478,20 +120012,20 @@ "fileName": "toast/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3320, + "id": 3391, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3321, + "id": 3392, "name": "width", "variant": "declaration", "kind": 1024, @@ -117522,7 +120056,7 @@ "fileName": "toast/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L23" } ], "type": { @@ -117531,7 +120065,7 @@ } }, { - "id": 3322, + "id": 3393, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -117562,7 +120096,7 @@ "fileName": "toast/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L29" } ], "type": { @@ -117571,7 +120105,7 @@ } }, { - "id": 3323, + "id": 3394, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -117602,7 +120136,7 @@ "fileName": "toast/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L35" } ], "type": { @@ -117611,7 +120145,7 @@ } }, { - "id": 3324, + "id": 3395, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -117642,7 +120176,7 @@ "fileName": "toast/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L41" } ], "type": { @@ -117655,10 +120189,10 @@ { "title": "Properties", "children": [ - 3321, - 3322, - 3323, - 3324 + 3392, + 3393, + 3394, + 3395 ] } ], @@ -117667,14 +120201,14 @@ "fileName": "toast/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L17" } ] } } }, { - "id": 3325, + "id": 3396, "name": "icon", "variant": "declaration", "kind": 1024, @@ -117694,20 +120228,20 @@ "fileName": "toast/index.d.ts", "line": 46, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L46" } ], "type": { "type": "reflection", "declaration": { - "id": 3326, + "id": 3397, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3327, + "id": 3398, "name": "size", "variant": "declaration", "kind": 1024, @@ -117738,7 +120272,7 @@ "fileName": "toast/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L52" } ], "type": { @@ -117751,7 +120285,7 @@ { "title": "Properties", "children": [ - 3327 + 3398 ] } ], @@ -117760,14 +120294,14 @@ "fileName": "toast/index.d.ts", "line": 46, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L46" } ] } } }, { - "id": 3328, + "id": 3399, "name": "content", "variant": "declaration", "kind": 1024, @@ -117787,20 +120321,20 @@ "fileName": "toast/index.d.ts", "line": 57, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L57" } ], "type": { "type": "reflection", "declaration": { - "id": 3329, + "id": 3400, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3330, + "id": 3401, "name": "padding", "variant": "declaration", "kind": 1024, @@ -117831,7 +120365,7 @@ "fileName": "toast/index.d.ts", "line": 63, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L63" } ], "type": { @@ -117840,7 +120374,7 @@ } }, { - "id": 3331, + "id": 3402, "name": "gap", "variant": "declaration", "kind": 1024, @@ -117871,7 +120405,7 @@ "fileName": "toast/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L69" } ], "type": { @@ -117884,8 +120418,8 @@ { "title": "Properties", "children": [ - 3330, - 3331 + 3401, + 3402 ] } ], @@ -117894,14 +120428,14 @@ "fileName": "toast/index.d.ts", "line": 57, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L57" } ] } } }, { - "id": 3332, + "id": 3403, "name": "text", "variant": "declaration", "kind": 1024, @@ -117921,20 +120455,20 @@ "fileName": "toast/index.d.ts", "line": 74, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L74" } ], "type": { "type": "reflection", "declaration": { - "id": 3333, + "id": 3404, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3334, + "id": 3405, "name": "gap", "variant": "declaration", "kind": 1024, @@ -117965,7 +120499,7 @@ "fileName": "toast/index.d.ts", "line": 80, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L80" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L80" } ], "type": { @@ -117978,7 +120512,7 @@ { "title": "Properties", "children": [ - 3334 + 3405 ] } ], @@ -117987,14 +120521,14 @@ "fileName": "toast/index.d.ts", "line": 74, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L74" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L74" } ] } } }, { - "id": 3335, + "id": 3406, "name": "summary", "variant": "declaration", "kind": 1024, @@ -118014,20 +120548,20 @@ "fileName": "toast/index.d.ts", "line": 85, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L85" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L85" } ], "type": { "type": "reflection", "declaration": { - "id": 3336, + "id": 3407, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3337, + "id": 3408, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -118058,7 +120592,7 @@ "fileName": "toast/index.d.ts", "line": 91, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L91" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L91" } ], "type": { @@ -118067,7 +120601,7 @@ } }, { - "id": 3338, + "id": 3409, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -118098,7 +120632,7 @@ "fileName": "toast/index.d.ts", "line": 97, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L97" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L97" } ], "type": { @@ -118111,8 +120645,8 @@ { "title": "Properties", "children": [ - 3337, - 3338 + 3408, + 3409 ] } ], @@ -118121,14 +120655,14 @@ "fileName": "toast/index.d.ts", "line": 85, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L85" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L85" } ] } } }, { - "id": 3339, + "id": 3410, "name": "detail", "variant": "declaration", "kind": 1024, @@ -118148,20 +120682,20 @@ "fileName": "toast/index.d.ts", "line": 102, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L102" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L102" } ], "type": { "type": "reflection", "declaration": { - "id": 3340, + "id": 3411, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3341, + "id": 3412, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -118192,7 +120726,7 @@ "fileName": "toast/index.d.ts", "line": 108, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L108" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L108" } ], "type": { @@ -118201,7 +120735,7 @@ } }, { - "id": 3342, + "id": 3413, "name": "fontSize", "variant": "declaration", "kind": 1024, @@ -118232,7 +120766,7 @@ "fileName": "toast/index.d.ts", "line": 114, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L114" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L114" } ], "type": { @@ -118245,8 +120779,8 @@ { "title": "Properties", "children": [ - 3341, - 3342 + 3412, + 3413 ] } ], @@ -118255,14 +120789,14 @@ "fileName": "toast/index.d.ts", "line": 102, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L102" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L102" } ] } } }, { - "id": 3343, + "id": 3414, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -118282,20 +120816,20 @@ "fileName": "toast/index.d.ts", "line": 119, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L119" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L119" } ], "type": { "type": "reflection", "declaration": { - "id": 3344, + "id": 3415, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3345, + "id": 3416, "name": "width", "variant": "declaration", "kind": 1024, @@ -118326,7 +120860,7 @@ "fileName": "toast/index.d.ts", "line": 125, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L125" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L125" } ], "type": { @@ -118335,7 +120869,7 @@ } }, { - "id": 3346, + "id": 3417, "name": "height", "variant": "declaration", "kind": 1024, @@ -118366,7 +120900,7 @@ "fileName": "toast/index.d.ts", "line": 131, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L131" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L131" } ], "type": { @@ -118375,7 +120909,7 @@ } }, { - "id": 3347, + "id": 3418, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -118406,7 +120940,7 @@ "fileName": "toast/index.d.ts", "line": 137, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L137" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L137" } ], "type": { @@ -118415,7 +120949,7 @@ } }, { - "id": 3348, + "id": 3419, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -118435,20 +120969,20 @@ "fileName": "toast/index.d.ts", "line": 141, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L141" } ], "type": { "type": "reflection", "declaration": { - "id": 3349, + "id": 3420, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3350, + "id": 3421, "name": "width", "variant": "declaration", "kind": 1024, @@ -118479,7 +121013,7 @@ "fileName": "toast/index.d.ts", "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L147" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L147" } ], "type": { @@ -118488,7 +121022,7 @@ } }, { - "id": 3351, + "id": 3422, "name": "style", "variant": "declaration", "kind": 1024, @@ -118519,7 +121053,7 @@ "fileName": "toast/index.d.ts", "line": 153, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L153" } ], "type": { @@ -118528,7 +121062,7 @@ } }, { - "id": 3352, + "id": 3423, "name": "offset", "variant": "declaration", "kind": 1024, @@ -118559,7 +121093,7 @@ "fileName": "toast/index.d.ts", "line": 159, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L159" } ], "type": { @@ -118572,9 +121106,9 @@ { "title": "Properties", "children": [ - 3350, - 3351, - 3352 + 3421, + 3422, + 3423 ] } ], @@ -118583,7 +121117,7 @@ "fileName": "toast/index.d.ts", "line": 141, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L141" } ] } @@ -118594,10 +121128,10 @@ { "title": "Properties", "children": [ - 3345, - 3346, - 3347, - 3348 + 3416, + 3417, + 3418, + 3419 ] } ], @@ -118606,14 +121140,14 @@ "fileName": "toast/index.d.ts", "line": 119, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L119" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L119" } ] } } }, { - "id": 3353, + "id": 3424, "name": "closeIcon", "variant": "declaration", "kind": 1024, @@ -118633,20 +121167,20 @@ "fileName": "toast/index.d.ts", "line": 165, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L165" } ], "type": { "type": "reflection", "declaration": { - "id": 3354, + "id": 3425, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3355, + "id": 3426, "name": "size", "variant": "declaration", "kind": 1024, @@ -118677,7 +121211,7 @@ "fileName": "toast/index.d.ts", "line": 171, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L171" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L171" } ], "type": { @@ -118690,7 +121224,7 @@ { "title": "Properties", "children": [ - 3355 + 3426 ] } ], @@ -118699,14 +121233,14 @@ "fileName": "toast/index.d.ts", "line": 165, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L165" } ] } } }, { - "id": 3356, + "id": 3427, "name": "blur", "variant": "declaration", "kind": 1024, @@ -118726,20 +121260,20 @@ "fileName": "toast/index.d.ts", "line": 176, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L176" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L176" } ], "type": { "type": "reflection", "declaration": { - "id": 3357, + "id": 3428, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3358, + "id": 3429, "name": "0", "variant": "declaration", "kind": 1024, @@ -118770,7 +121304,7 @@ "fileName": "toast/index.d.ts", "line": 182, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L182" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L182" } ], "type": { @@ -118779,7 +121313,7 @@ } }, { - "id": 3359, + "id": 3430, "name": "1", "variant": "declaration", "kind": 1024, @@ -118810,7 +121344,7 @@ "fileName": "toast/index.d.ts", "line": 188, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L188" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L188" } ], "type": { @@ -118819,7 +121353,7 @@ } }, { - "id": 3360, + "id": 3431, "name": "2", "variant": "declaration", "kind": 1024, @@ -118850,7 +121384,7 @@ "fileName": "toast/index.d.ts", "line": 194, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L194" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L194" } ], "type": { @@ -118859,7 +121393,7 @@ } }, { - "id": 3361, + "id": 3432, "name": "3", "variant": "declaration", "kind": 1024, @@ -118890,7 +121424,7 @@ "fileName": "toast/index.d.ts", "line": 200, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L200" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L200" } ], "type": { @@ -118899,7 +121433,7 @@ } }, { - "id": 3362, + "id": 3433, "name": "4", "variant": "declaration", "kind": 1024, @@ -118930,7 +121464,7 @@ "fileName": "toast/index.d.ts", "line": 206, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L206" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L206" } ], "type": { @@ -118943,11 +121477,11 @@ { "title": "Properties", "children": [ - 3358, - 3359, - 3360, - 3361, - 3362 + 3429, + 3430, + 3431, + 3432, + 3433 ] } ], @@ -118956,14 +121490,14 @@ "fileName": "toast/index.d.ts", "line": 176, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L176" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L176" } ] } } }, { - "id": 3363, + "id": 3434, "name": "info", "variant": "declaration", "kind": 1024, @@ -118983,20 +121517,20 @@ "fileName": "toast/index.d.ts", "line": 211, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L211" } ], "type": { "type": "reflection", "declaration": { - "id": 3364, + "id": 3435, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3365, + "id": 3436, "name": "background", "variant": "declaration", "kind": 1024, @@ -119027,7 +121561,7 @@ "fileName": "toast/index.d.ts", "line": 217, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L217" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L217" } ], "type": { @@ -119036,7 +121570,7 @@ } }, { - "id": 3366, + "id": 3437, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -119067,7 +121601,7 @@ "fileName": "toast/index.d.ts", "line": 223, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L223" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L223" } ], "type": { @@ -119076,7 +121610,7 @@ } }, { - "id": 3367, + "id": 3438, "name": "color", "variant": "declaration", "kind": 1024, @@ -119107,7 +121641,7 @@ "fileName": "toast/index.d.ts", "line": 229, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L229" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L229" } ], "type": { @@ -119116,7 +121650,7 @@ } }, { - "id": 3368, + "id": 3439, "name": "detailColor", "variant": "declaration", "kind": 1024, @@ -119147,7 +121681,7 @@ "fileName": "toast/index.d.ts", "line": 235, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L235" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L235" } ], "type": { @@ -119156,7 +121690,7 @@ } }, { - "id": 3369, + "id": 3440, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -119187,7 +121721,7 @@ "fileName": "toast/index.d.ts", "line": 241, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L241" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L241" } ], "type": { @@ -119196,7 +121730,7 @@ } }, { - "id": 3370, + "id": 3441, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -119216,20 +121750,20 @@ "fileName": "toast/index.d.ts", "line": 245, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L245" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L245" } ], "type": { "type": "reflection", "declaration": { - "id": 3371, + "id": 3442, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3372, + "id": 3443, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -119260,7 +121794,7 @@ "fileName": "toast/index.d.ts", "line": 251, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L251" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L251" } ], "type": { @@ -119269,7 +121803,7 @@ } }, { - "id": 3373, + "id": 3444, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -119289,20 +121823,20 @@ "fileName": "toast/index.d.ts", "line": 255, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L255" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L255" } ], "type": { "type": "reflection", "declaration": { - "id": 3374, + "id": 3445, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3375, + "id": 3446, "name": "color", "variant": "declaration", "kind": 1024, @@ -119333,7 +121867,7 @@ "fileName": "toast/index.d.ts", "line": 261, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L261" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L261" } ], "type": { @@ -119342,7 +121876,7 @@ } }, { - "id": 3376, + "id": 3447, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -119373,7 +121907,7 @@ "fileName": "toast/index.d.ts", "line": 267, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L267" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L267" } ], "type": { @@ -119386,8 +121920,8 @@ { "title": "Properties", "children": [ - 3375, - 3376 + 3446, + 3447 ] } ], @@ -119396,7 +121930,7 @@ "fileName": "toast/index.d.ts", "line": 255, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L255" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L255" } ] } @@ -119407,8 +121941,8 @@ { "title": "Properties", "children": [ - 3372, - 3373 + 3443, + 3444 ] } ], @@ -119417,7 +121951,7 @@ "fileName": "toast/index.d.ts", "line": 245, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L245" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L245" } ] } @@ -119428,12 +121962,12 @@ { "title": "Properties", "children": [ - 3365, - 3366, - 3367, - 3368, - 3369, - 3370 + 3436, + 3437, + 3438, + 3439, + 3440, + 3441 ] } ], @@ -119442,14 +121976,14 @@ "fileName": "toast/index.d.ts", "line": 211, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L211" } ] } } }, { - "id": 3377, + "id": 3448, "name": "success", "variant": "declaration", "kind": 1024, @@ -119469,20 +122003,20 @@ "fileName": "toast/index.d.ts", "line": 274, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L274" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L274" } ], "type": { "type": "reflection", "declaration": { - "id": 3378, + "id": 3449, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3379, + "id": 3450, "name": "background", "variant": "declaration", "kind": 1024, @@ -119513,7 +122047,7 @@ "fileName": "toast/index.d.ts", "line": 280, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L280" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L280" } ], "type": { @@ -119522,7 +122056,7 @@ } }, { - "id": 3380, + "id": 3451, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -119553,7 +122087,7 @@ "fileName": "toast/index.d.ts", "line": 286, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L286" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L286" } ], "type": { @@ -119562,7 +122096,7 @@ } }, { - "id": 3381, + "id": 3452, "name": "color", "variant": "declaration", "kind": 1024, @@ -119593,7 +122127,7 @@ "fileName": "toast/index.d.ts", "line": 292, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L292" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L292" } ], "type": { @@ -119602,7 +122136,7 @@ } }, { - "id": 3382, + "id": 3453, "name": "detailColor", "variant": "declaration", "kind": 1024, @@ -119633,7 +122167,7 @@ "fileName": "toast/index.d.ts", "line": 298, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L298" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L298" } ], "type": { @@ -119642,7 +122176,7 @@ } }, { - "id": 3383, + "id": 3454, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -119673,7 +122207,7 @@ "fileName": "toast/index.d.ts", "line": 304, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L304" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L304" } ], "type": { @@ -119682,7 +122216,7 @@ } }, { - "id": 3384, + "id": 3455, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -119702,20 +122236,20 @@ "fileName": "toast/index.d.ts", "line": 308, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L308" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L308" } ], "type": { "type": "reflection", "declaration": { - "id": 3385, + "id": 3456, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3386, + "id": 3457, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -119746,7 +122280,7 @@ "fileName": "toast/index.d.ts", "line": 314, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L314" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L314" } ], "type": { @@ -119755,7 +122289,7 @@ } }, { - "id": 3387, + "id": 3458, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -119775,20 +122309,20 @@ "fileName": "toast/index.d.ts", "line": 318, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L318" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L318" } ], "type": { "type": "reflection", "declaration": { - "id": 3388, + "id": 3459, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3389, + "id": 3460, "name": "color", "variant": "declaration", "kind": 1024, @@ -119819,7 +122353,7 @@ "fileName": "toast/index.d.ts", "line": 324, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L324" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L324" } ], "type": { @@ -119828,7 +122362,7 @@ } }, { - "id": 3390, + "id": 3461, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -119859,7 +122393,7 @@ "fileName": "toast/index.d.ts", "line": 330, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L330" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L330" } ], "type": { @@ -119872,8 +122406,8 @@ { "title": "Properties", "children": [ - 3389, - 3390 + 3460, + 3461 ] } ], @@ -119882,7 +122416,7 @@ "fileName": "toast/index.d.ts", "line": 318, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L318" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L318" } ] } @@ -119893,8 +122427,8 @@ { "title": "Properties", "children": [ - 3386, - 3387 + 3457, + 3458 ] } ], @@ -119903,7 +122437,7 @@ "fileName": "toast/index.d.ts", "line": 308, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L308" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L308" } ] } @@ -119914,12 +122448,12 @@ { "title": "Properties", "children": [ - 3379, - 3380, - 3381, - 3382, - 3383, - 3384 + 3450, + 3451, + 3452, + 3453, + 3454, + 3455 ] } ], @@ -119928,14 +122462,14 @@ "fileName": "toast/index.d.ts", "line": 274, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L274" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L274" } ] } } }, { - "id": 3391, + "id": 3462, "name": "warn", "variant": "declaration", "kind": 1024, @@ -119955,20 +122489,20 @@ "fileName": "toast/index.d.ts", "line": 337, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L337" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L337" } ], "type": { "type": "reflection", "declaration": { - "id": 3392, + "id": 3463, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3393, + "id": 3464, "name": "background", "variant": "declaration", "kind": 1024, @@ -119999,7 +122533,7 @@ "fileName": "toast/index.d.ts", "line": 343, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L343" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L343" } ], "type": { @@ -120008,7 +122542,7 @@ } }, { - "id": 3394, + "id": 3465, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -120039,7 +122573,7 @@ "fileName": "toast/index.d.ts", "line": 349, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L349" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L349" } ], "type": { @@ -120048,7 +122582,7 @@ } }, { - "id": 3395, + "id": 3466, "name": "color", "variant": "declaration", "kind": 1024, @@ -120079,7 +122613,7 @@ "fileName": "toast/index.d.ts", "line": 355, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L355" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L355" } ], "type": { @@ -120088,7 +122622,7 @@ } }, { - "id": 3396, + "id": 3467, "name": "detailColor", "variant": "declaration", "kind": 1024, @@ -120119,7 +122653,7 @@ "fileName": "toast/index.d.ts", "line": 361, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L361" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L361" } ], "type": { @@ -120128,7 +122662,7 @@ } }, { - "id": 3397, + "id": 3468, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -120159,7 +122693,7 @@ "fileName": "toast/index.d.ts", "line": 367, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L367" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L367" } ], "type": { @@ -120168,7 +122702,7 @@ } }, { - "id": 3398, + "id": 3469, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -120188,20 +122722,20 @@ "fileName": "toast/index.d.ts", "line": 371, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L371" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L371" } ], "type": { "type": "reflection", "declaration": { - "id": 3399, + "id": 3470, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3400, + "id": 3471, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -120232,7 +122766,7 @@ "fileName": "toast/index.d.ts", "line": 377, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L377" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L377" } ], "type": { @@ -120241,7 +122775,7 @@ } }, { - "id": 3401, + "id": 3472, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -120261,20 +122795,20 @@ "fileName": "toast/index.d.ts", "line": 381, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L381" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L381" } ], "type": { "type": "reflection", "declaration": { - "id": 3402, + "id": 3473, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3403, + "id": 3474, "name": "color", "variant": "declaration", "kind": 1024, @@ -120305,7 +122839,7 @@ "fileName": "toast/index.d.ts", "line": 387, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L387" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L387" } ], "type": { @@ -120314,7 +122848,7 @@ } }, { - "id": 3404, + "id": 3475, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -120345,7 +122879,7 @@ "fileName": "toast/index.d.ts", "line": 393, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L393" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L393" } ], "type": { @@ -120358,8 +122892,8 @@ { "title": "Properties", "children": [ - 3403, - 3404 + 3474, + 3475 ] } ], @@ -120368,7 +122902,7 @@ "fileName": "toast/index.d.ts", "line": 381, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L381" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L381" } ] } @@ -120379,8 +122913,8 @@ { "title": "Properties", "children": [ - 3400, - 3401 + 3471, + 3472 ] } ], @@ -120389,7 +122923,7 @@ "fileName": "toast/index.d.ts", "line": 371, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L371" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L371" } ] } @@ -120400,12 +122934,12 @@ { "title": "Properties", "children": [ - 3393, - 3394, - 3395, - 3396, - 3397, - 3398 + 3464, + 3465, + 3466, + 3467, + 3468, + 3469 ] } ], @@ -120414,14 +122948,14 @@ "fileName": "toast/index.d.ts", "line": 337, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L337" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L337" } ] } } }, { - "id": 3405, + "id": 3476, "name": "error", "variant": "declaration", "kind": 1024, @@ -120441,20 +122975,20 @@ "fileName": "toast/index.d.ts", "line": 400, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L400" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L400" } ], "type": { "type": "reflection", "declaration": { - "id": 3406, + "id": 3477, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3407, + "id": 3478, "name": "background", "variant": "declaration", "kind": 1024, @@ -120485,7 +123019,7 @@ "fileName": "toast/index.d.ts", "line": 406, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L406" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L406" } ], "type": { @@ -120494,7 +123028,7 @@ } }, { - "id": 3408, + "id": 3479, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -120525,7 +123059,7 @@ "fileName": "toast/index.d.ts", "line": 412, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L412" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L412" } ], "type": { @@ -120534,7 +123068,7 @@ } }, { - "id": 3409, + "id": 3480, "name": "color", "variant": "declaration", "kind": 1024, @@ -120565,7 +123099,7 @@ "fileName": "toast/index.d.ts", "line": 418, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L418" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L418" } ], "type": { @@ -120574,7 +123108,7 @@ } }, { - "id": 3410, + "id": 3481, "name": "detailColor", "variant": "declaration", "kind": 1024, @@ -120605,7 +123139,7 @@ "fileName": "toast/index.d.ts", "line": 424, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L424" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L424" } ], "type": { @@ -120614,7 +123148,7 @@ } }, { - "id": 3411, + "id": 3482, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -120645,7 +123179,7 @@ "fileName": "toast/index.d.ts", "line": 430, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L430" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L430" } ], "type": { @@ -120654,7 +123188,7 @@ } }, { - "id": 3412, + "id": 3483, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -120674,20 +123208,20 @@ "fileName": "toast/index.d.ts", "line": 434, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L434" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L434" } ], "type": { "type": "reflection", "declaration": { - "id": 3413, + "id": 3484, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3414, + "id": 3485, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -120718,7 +123252,7 @@ "fileName": "toast/index.d.ts", "line": 440, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L440" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L440" } ], "type": { @@ -120727,7 +123261,7 @@ } }, { - "id": 3415, + "id": 3486, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -120747,20 +123281,20 @@ "fileName": "toast/index.d.ts", "line": 444, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L444" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L444" } ], "type": { "type": "reflection", "declaration": { - "id": 3416, + "id": 3487, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3417, + "id": 3488, "name": "color", "variant": "declaration", "kind": 1024, @@ -120791,7 +123325,7 @@ "fileName": "toast/index.d.ts", "line": 450, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L450" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L450" } ], "type": { @@ -120800,7 +123334,7 @@ } }, { - "id": 3418, + "id": 3489, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -120831,7 +123365,7 @@ "fileName": "toast/index.d.ts", "line": 456, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L456" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L456" } ], "type": { @@ -120844,8 +123378,8 @@ { "title": "Properties", "children": [ - 3417, - 3418 + 3488, + 3489 ] } ], @@ -120854,7 +123388,7 @@ "fileName": "toast/index.d.ts", "line": 444, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L444" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L444" } ] } @@ -120865,8 +123399,8 @@ { "title": "Properties", "children": [ - 3414, - 3415 + 3485, + 3486 ] } ], @@ -120875,7 +123409,7 @@ "fileName": "toast/index.d.ts", "line": 434, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L434" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L434" } ] } @@ -120886,12 +123420,12 @@ { "title": "Properties", "children": [ - 3407, - 3408, - 3409, - 3410, - 3411, - 3412 + 3478, + 3479, + 3480, + 3481, + 3482, + 3483 ] } ], @@ -120900,14 +123434,14 @@ "fileName": "toast/index.d.ts", "line": 400, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L400" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L400" } ] } } }, { - "id": 3419, + "id": 3490, "name": "secondary", "variant": "declaration", "kind": 1024, @@ -120927,20 +123461,20 @@ "fileName": "toast/index.d.ts", "line": 463, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L463" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L463" } ], "type": { "type": "reflection", "declaration": { - "id": 3420, + "id": 3491, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3421, + "id": 3492, "name": "background", "variant": "declaration", "kind": 1024, @@ -120971,7 +123505,7 @@ "fileName": "toast/index.d.ts", "line": 469, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L469" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L469" } ], "type": { @@ -120980,7 +123514,7 @@ } }, { - "id": 3422, + "id": 3493, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -121011,7 +123545,7 @@ "fileName": "toast/index.d.ts", "line": 475, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L475" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L475" } ], "type": { @@ -121020,7 +123554,7 @@ } }, { - "id": 3423, + "id": 3494, "name": "color", "variant": "declaration", "kind": 1024, @@ -121051,7 +123585,7 @@ "fileName": "toast/index.d.ts", "line": 481, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L481" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L481" } ], "type": { @@ -121060,7 +123594,7 @@ } }, { - "id": 3424, + "id": 3495, "name": "detailColor", "variant": "declaration", "kind": 1024, @@ -121091,7 +123625,7 @@ "fileName": "toast/index.d.ts", "line": 487, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L487" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L487" } ], "type": { @@ -121100,7 +123634,7 @@ } }, { - "id": 3425, + "id": 3496, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -121131,7 +123665,7 @@ "fileName": "toast/index.d.ts", "line": 493, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L493" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L493" } ], "type": { @@ -121140,7 +123674,7 @@ } }, { - "id": 3426, + "id": 3497, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -121160,20 +123694,20 @@ "fileName": "toast/index.d.ts", "line": 497, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L497" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L497" } ], "type": { "type": "reflection", "declaration": { - "id": 3427, + "id": 3498, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3428, + "id": 3499, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -121204,7 +123738,7 @@ "fileName": "toast/index.d.ts", "line": 503, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L503" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L503" } ], "type": { @@ -121213,7 +123747,7 @@ } }, { - "id": 3429, + "id": 3500, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -121233,20 +123767,20 @@ "fileName": "toast/index.d.ts", "line": 507, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L507" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L507" } ], "type": { "type": "reflection", "declaration": { - "id": 3430, + "id": 3501, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3431, + "id": 3502, "name": "color", "variant": "declaration", "kind": 1024, @@ -121277,7 +123811,7 @@ "fileName": "toast/index.d.ts", "line": 513, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L513" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L513" } ], "type": { @@ -121286,7 +123820,7 @@ } }, { - "id": 3432, + "id": 3503, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -121317,7 +123851,7 @@ "fileName": "toast/index.d.ts", "line": 519, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L519" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L519" } ], "type": { @@ -121330,8 +123864,8 @@ { "title": "Properties", "children": [ - 3431, - 3432 + 3502, + 3503 ] } ], @@ -121340,7 +123874,7 @@ "fileName": "toast/index.d.ts", "line": 507, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L507" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L507" } ] } @@ -121351,8 +123885,8 @@ { "title": "Properties", "children": [ - 3428, - 3429 + 3499, + 3500 ] } ], @@ -121361,7 +123895,7 @@ "fileName": "toast/index.d.ts", "line": 497, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L497" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L497" } ] } @@ -121372,12 +123906,12 @@ { "title": "Properties", "children": [ - 3421, - 3422, - 3423, - 3424, - 3425, - 3426 + 3492, + 3493, + 3494, + 3495, + 3496, + 3497 ] } ], @@ -121386,14 +123920,14 @@ "fileName": "toast/index.d.ts", "line": 463, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L463" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L463" } ] } } }, { - "id": 3433, + "id": 3504, "name": "contrast", "variant": "declaration", "kind": 1024, @@ -121413,20 +123947,20 @@ "fileName": "toast/index.d.ts", "line": 526, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L526" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L526" } ], "type": { "type": "reflection", "declaration": { - "id": 3434, + "id": 3505, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3435, + "id": 3506, "name": "background", "variant": "declaration", "kind": 1024, @@ -121457,7 +123991,7 @@ "fileName": "toast/index.d.ts", "line": 532, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L532" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L532" } ], "type": { @@ -121466,7 +124000,7 @@ } }, { - "id": 3436, + "id": 3507, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -121497,7 +124031,7 @@ "fileName": "toast/index.d.ts", "line": 538, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L538" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L538" } ], "type": { @@ -121506,7 +124040,7 @@ } }, { - "id": 3437, + "id": 3508, "name": "color", "variant": "declaration", "kind": 1024, @@ -121537,7 +124071,7 @@ "fileName": "toast/index.d.ts", "line": 544, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L544" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L544" } ], "type": { @@ -121546,7 +124080,7 @@ } }, { - "id": 3438, + "id": 3509, "name": "detailColor", "variant": "declaration", "kind": 1024, @@ -121577,7 +124111,7 @@ "fileName": "toast/index.d.ts", "line": 550, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L550" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L550" } ], "type": { @@ -121586,7 +124120,7 @@ } }, { - "id": 3439, + "id": 3510, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -121617,7 +124151,7 @@ "fileName": "toast/index.d.ts", "line": 556, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L556" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L556" } ], "type": { @@ -121626,7 +124160,7 @@ } }, { - "id": 3440, + "id": 3511, "name": "closeButton", "variant": "declaration", "kind": 1024, @@ -121646,20 +124180,20 @@ "fileName": "toast/index.d.ts", "line": 560, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L560" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L560" } ], "type": { "type": "reflection", "declaration": { - "id": 3441, + "id": 3512, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3442, + "id": 3513, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -121690,7 +124224,7 @@ "fileName": "toast/index.d.ts", "line": 566, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L566" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L566" } ], "type": { @@ -121699,7 +124233,7 @@ } }, { - "id": 3443, + "id": 3514, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -121719,20 +124253,20 @@ "fileName": "toast/index.d.ts", "line": 570, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L570" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L570" } ], "type": { "type": "reflection", "declaration": { - "id": 3444, + "id": 3515, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3445, + "id": 3516, "name": "color", "variant": "declaration", "kind": 1024, @@ -121763,7 +124297,7 @@ "fileName": "toast/index.d.ts", "line": 576, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L576" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L576" } ], "type": { @@ -121772,7 +124306,7 @@ } }, { - "id": 3446, + "id": 3517, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -121803,7 +124337,7 @@ "fileName": "toast/index.d.ts", "line": 582, "character": 16, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L582" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L582" } ], "type": { @@ -121816,8 +124350,8 @@ { "title": "Properties", "children": [ - 3445, - 3446 + 3516, + 3517 ] } ], @@ -121826,7 +124360,7 @@ "fileName": "toast/index.d.ts", "line": 570, "character": 24, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L570" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L570" } ] } @@ -121837,8 +124371,8 @@ { "title": "Properties", "children": [ - 3442, - 3443 + 3513, + 3514 ] } ], @@ -121847,7 +124381,7 @@ "fileName": "toast/index.d.ts", "line": 560, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L560" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L560" } ] } @@ -121858,12 +124392,12 @@ { "title": "Properties", "children": [ - 3435, - 3436, - 3437, - 3438, - 3439, - 3440 + 3506, + 3507, + 3508, + 3509, + 3510, + 3511 ] } ], @@ -121872,7 +124406,7 @@ "fileName": "toast/index.d.ts", "line": 526, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L526" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L526" } ] } @@ -121883,22 +124417,22 @@ { "title": "Properties", "children": [ - 3447, - 3319, - 3325, - 3328, - 3332, - 3335, - 3339, - 3343, - 3353, - 3356, - 3363, - 3377, - 3391, - 3405, - 3419, - 3433 + 3518, + 3390, + 3396, + 3399, + 3403, + 3406, + 3410, + 3414, + 3424, + 3427, + 3434, + 3448, + 3462, + 3476, + 3490, + 3504 ] } ], @@ -121907,17 +124441,17 @@ "fileName": "toast/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3318, + "target": 3389, "name": "ToastDesignTokens", "package": "primeng" } @@ -121932,7 +124466,7 @@ { "title": "Interfaces", "children": [ - 3318 + 3389 ] } ], @@ -121941,12 +124475,12 @@ "fileName": "toast/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toast/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toast/index.d.ts#L1" } ] }, { - "id": 3451, + "id": 3522, "name": "themes/togglebutton", "variant": "declaration", "kind": 2, @@ -121961,14 +124495,14 @@ }, "children": [ { - "id": 3452, + "id": 3523, "name": "ToggleButtonDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3491, + "id": 3562, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -121980,20 +124514,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3492, + "id": 3563, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3493, + "id": 3564, "name": "light", "variant": "declaration", "kind": 1024, @@ -122005,7 +124539,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -122017,7 +124551,7 @@ "typeArguments": [ { "type": "reference", - "target": 3452, + "target": 3523, "name": "ToggleButtonDesignTokens", "package": "primeng" }, @@ -122031,7 +124565,7 @@ } }, { - "id": 3494, + "id": 3565, "name": "dark", "variant": "declaration", "kind": 1024, @@ -122043,7 +124577,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -122055,7 +124589,7 @@ "typeArguments": [ { "type": "reference", - "target": 3452, + "target": 3523, "name": "ToggleButtonDesignTokens", "package": "primeng" }, @@ -122073,8 +124607,8 @@ { "title": "Properties", "children": [ - 3493, - 3494 + 3564, + 3565 ] } ], @@ -122083,19 +124617,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3453, + "id": 3524, "name": "root", "variant": "declaration", "kind": 1024, @@ -122115,20 +124649,20 @@ "fileName": "togglebutton/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3454, + "id": 3525, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3455, + "id": 3526, "name": "padding", "variant": "declaration", "kind": 1024, @@ -122159,7 +124693,7 @@ "fileName": "togglebutton/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L23" } ], "type": { @@ -122168,7 +124702,7 @@ } }, { - "id": 3456, + "id": 3527, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -122199,7 +124733,7 @@ "fileName": "togglebutton/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L29" } ], "type": { @@ -122208,7 +124742,7 @@ } }, { - "id": 3457, + "id": 3528, "name": "gap", "variant": "declaration", "kind": 1024, @@ -122239,7 +124773,7 @@ "fileName": "togglebutton/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L35" } ], "type": { @@ -122248,7 +124782,7 @@ } }, { - "id": 3458, + "id": 3529, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -122279,7 +124813,7 @@ "fileName": "togglebutton/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L41" } ], "type": { @@ -122288,7 +124822,7 @@ } }, { - "id": 3459, + "id": 3530, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -122319,7 +124853,7 @@ "fileName": "togglebutton/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L47" } ], "type": { @@ -122328,7 +124862,7 @@ } }, { - "id": 3460, + "id": 3531, "name": "disabledBorderColor", "variant": "declaration", "kind": 1024, @@ -122359,7 +124893,7 @@ "fileName": "togglebutton/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L53" } ], "type": { @@ -122368,7 +124902,7 @@ } }, { - "id": 3461, + "id": 3532, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -122399,7 +124933,7 @@ "fileName": "togglebutton/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L59" } ], "type": { @@ -122408,7 +124942,7 @@ } }, { - "id": 3462, + "id": 3533, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -122439,7 +124973,7 @@ "fileName": "togglebutton/index.d.ts", "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L65" } ], "type": { @@ -122448,7 +124982,7 @@ } }, { - "id": 3463, + "id": 3534, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -122468,20 +125002,20 @@ "fileName": "togglebutton/index.d.ts", "line": 69, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 3464, + "id": 3535, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3465, + "id": 3536, "name": "width", "variant": "declaration", "kind": 1024, @@ -122512,7 +125046,7 @@ "fileName": "togglebutton/index.d.ts", "line": 75, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L75" } ], "type": { @@ -122521,7 +125055,7 @@ } }, { - "id": 3466, + "id": 3537, "name": "style", "variant": "declaration", "kind": 1024, @@ -122552,7 +125086,7 @@ "fileName": "togglebutton/index.d.ts", "line": 81, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L81" } ], "type": { @@ -122561,7 +125095,7 @@ } }, { - "id": 3467, + "id": 3538, "name": "color", "variant": "declaration", "kind": 1024, @@ -122592,7 +125126,7 @@ "fileName": "togglebutton/index.d.ts", "line": 87, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L87" } ], "type": { @@ -122601,7 +125135,7 @@ } }, { - "id": 3468, + "id": 3539, "name": "offset", "variant": "declaration", "kind": 1024, @@ -122632,7 +125166,7 @@ "fileName": "togglebutton/index.d.ts", "line": 93, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L93" } ], "type": { @@ -122641,7 +125175,7 @@ } }, { - "id": 3469, + "id": 3540, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -122672,7 +125206,7 @@ "fileName": "togglebutton/index.d.ts", "line": 99, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L99" } ], "type": { @@ -122685,11 +125219,11 @@ { "title": "Properties", "children": [ - 3465, - 3466, - 3467, - 3468, - 3469 + 3536, + 3537, + 3538, + 3539, + 3540 ] } ], @@ -122698,14 +125232,14 @@ "fileName": "togglebutton/index.d.ts", "line": 69, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L69" } ] } } }, { - "id": 3470, + "id": 3541, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -122736,7 +125270,7 @@ "fileName": "togglebutton/index.d.ts", "line": 106, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L106" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L106" } ], "type": { @@ -122745,7 +125279,7 @@ } }, { - "id": 3471, + "id": 3542, "name": "background", "variant": "declaration", "kind": 1024, @@ -122776,7 +125310,7 @@ "fileName": "togglebutton/index.d.ts", "line": 112, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L112" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L112" } ], "type": { @@ -122785,7 +125319,7 @@ } }, { - "id": 3472, + "id": 3543, "name": "checkedBackground", "variant": "declaration", "kind": 1024, @@ -122816,7 +125350,7 @@ "fileName": "togglebutton/index.d.ts", "line": 118, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L118" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L118" } ], "type": { @@ -122825,7 +125359,7 @@ } }, { - "id": 3473, + "id": 3544, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -122856,7 +125390,7 @@ "fileName": "togglebutton/index.d.ts", "line": 124, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L124" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L124" } ], "type": { @@ -122865,7 +125399,7 @@ } }, { - "id": 3474, + "id": 3545, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -122896,7 +125430,7 @@ "fileName": "togglebutton/index.d.ts", "line": 130, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L130" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L130" } ], "type": { @@ -122905,7 +125439,7 @@ } }, { - "id": 3475, + "id": 3546, "name": "color", "variant": "declaration", "kind": 1024, @@ -122936,7 +125470,7 @@ "fileName": "togglebutton/index.d.ts", "line": 136, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L136" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L136" } ], "type": { @@ -122945,7 +125479,7 @@ } }, { - "id": 3476, + "id": 3547, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -122976,7 +125510,7 @@ "fileName": "togglebutton/index.d.ts", "line": 142, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L142" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L142" } ], "type": { @@ -122985,7 +125519,7 @@ } }, { - "id": 3477, + "id": 3548, "name": "checkedColor", "variant": "declaration", "kind": 1024, @@ -123016,7 +125550,7 @@ "fileName": "togglebutton/index.d.ts", "line": 148, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L148" } ], "type": { @@ -123025,7 +125559,7 @@ } }, { - "id": 3478, + "id": 3549, "name": "checkedBorderColor", "variant": "declaration", "kind": 1024, @@ -123056,7 +125590,7 @@ "fileName": "togglebutton/index.d.ts", "line": 154, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L154" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L154" } ], "type": { @@ -123069,24 +125603,24 @@ { "title": "Properties", "children": [ - 3455, - 3456, - 3457, - 3458, - 3459, - 3460, - 3461, - 3462, - 3463, - 3470, - 3471, - 3472, - 3473, - 3474, - 3475, - 3476, - 3477, - 3478 + 3526, + 3527, + 3528, + 3529, + 3530, + 3531, + 3532, + 3533, + 3534, + 3541, + 3542, + 3543, + 3544, + 3545, + 3546, + 3547, + 3548, + 3549 ] } ], @@ -123095,14 +125629,14 @@ "fileName": "togglebutton/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L17" } ] } } }, { - "id": 3479, + "id": 3550, "name": "icon", "variant": "declaration", "kind": 1024, @@ -123122,20 +125656,20 @@ "fileName": "togglebutton/index.d.ts", "line": 159, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L159" } ], "type": { "type": "reflection", "declaration": { - "id": 3480, + "id": 3551, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3481, + "id": 3552, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -123166,7 +125700,7 @@ "fileName": "togglebutton/index.d.ts", "line": 165, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L165" } ], "type": { @@ -123175,7 +125709,7 @@ } }, { - "id": 3482, + "id": 3553, "name": "color", "variant": "declaration", "kind": 1024, @@ -123206,7 +125740,7 @@ "fileName": "togglebutton/index.d.ts", "line": 171, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L171" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L171" } ], "type": { @@ -123215,7 +125749,7 @@ } }, { - "id": 3483, + "id": 3554, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -123246,7 +125780,7 @@ "fileName": "togglebutton/index.d.ts", "line": 177, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L177" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L177" } ], "type": { @@ -123255,7 +125789,7 @@ } }, { - "id": 3484, + "id": 3555, "name": "checkedColor", "variant": "declaration", "kind": 1024, @@ -123286,7 +125820,7 @@ "fileName": "togglebutton/index.d.ts", "line": 183, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L183" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L183" } ], "type": { @@ -123299,10 +125833,10 @@ { "title": "Properties", "children": [ - 3481, - 3482, - 3483, - 3484 + 3552, + 3553, + 3554, + 3555 ] } ], @@ -123311,14 +125845,14 @@ "fileName": "togglebutton/index.d.ts", "line": 159, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L159" } ] } } }, { - "id": 3485, + "id": 3556, "name": "content", "variant": "declaration", "kind": 1024, @@ -123338,20 +125872,20 @@ "fileName": "togglebutton/index.d.ts", "line": 188, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L188" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L188" } ], "type": { "type": "reflection", "declaration": { - "id": 3486, + "id": 3557, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3487, + "id": 3558, "name": "left", "variant": "declaration", "kind": 1024, @@ -123382,7 +125916,7 @@ "fileName": "togglebutton/index.d.ts", "line": 194, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L194" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L194" } ], "type": { @@ -123391,7 +125925,7 @@ } }, { - "id": 3488, + "id": 3559, "name": "top", "variant": "declaration", "kind": 1024, @@ -123422,7 +125956,7 @@ "fileName": "togglebutton/index.d.ts", "line": 200, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L200" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L200" } ], "type": { @@ -123431,7 +125965,7 @@ } }, { - "id": 3489, + "id": 3560, "name": "checkedShadow", "variant": "declaration", "kind": 1024, @@ -123462,7 +125996,7 @@ "fileName": "togglebutton/index.d.ts", "line": 206, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L206" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L206" } ], "type": { @@ -123471,7 +126005,7 @@ } }, { - "id": 3490, + "id": 3561, "name": "checkedBackground", "variant": "declaration", "kind": 1024, @@ -123502,7 +126036,7 @@ "fileName": "togglebutton/index.d.ts", "line": 212, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L212" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L212" } ], "type": { @@ -123515,10 +126049,10 @@ { "title": "Properties", "children": [ - 3487, - 3488, - 3489, - 3490 + 3558, + 3559, + 3560, + 3561 ] } ], @@ -123527,7 +126061,7 @@ "fileName": "togglebutton/index.d.ts", "line": 188, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L188" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L188" } ] } @@ -123538,10 +126072,10 @@ { "title": "Properties", "children": [ - 3491, - 3453, - 3479, - 3485 + 3562, + 3524, + 3550, + 3556 ] } ], @@ -123550,17 +126084,17 @@ "fileName": "togglebutton/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3452, + "target": 3523, "name": "ToggleButtonDesignTokens", "package": "primeng" } @@ -123575,7 +126109,7 @@ { "title": "Interfaces", "children": [ - 3452 + 3523 ] } ], @@ -123584,12 +126118,12 @@ "fileName": "togglebutton/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/togglebutton/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/togglebutton/index.d.ts#L1" } ] }, { - "id": 3495, + "id": 3566, "name": "themes/toggleswitch", "variant": "declaration", "kind": 2, @@ -123604,14 +126138,14 @@ }, "children": [ { - "id": 3496, + "id": 3567, "name": "ToggleSwitchDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3533, + "id": 3608, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -123623,20 +126157,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3534, + "id": 3609, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3535, + "id": 3610, "name": "light", "variant": "declaration", "kind": 1024, @@ -123648,7 +126182,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -123660,7 +126194,7 @@ "typeArguments": [ { "type": "reference", - "target": 3496, + "target": 3567, "name": "ToggleSwitchDesignTokens", "package": "primeng" }, @@ -123674,7 +126208,7 @@ } }, { - "id": 3536, + "id": 3611, "name": "dark", "variant": "declaration", "kind": 1024, @@ -123686,7 +126220,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -123698,7 +126232,7 @@ "typeArguments": [ { "type": "reference", - "target": 3496, + "target": 3567, "name": "ToggleSwitchDesignTokens", "package": "primeng" }, @@ -123716,8 +126250,8 @@ { "title": "Properties", "children": [ - 3535, - 3536 + 3610, + 3611 ] } ], @@ -123726,19 +126260,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3497, + "id": 3568, "name": "root", "variant": "declaration", "kind": 1024, @@ -123758,20 +126292,20 @@ "fileName": "toggleswitch/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3498, + "id": 3569, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3499, + "id": 3570, "name": "width", "variant": "declaration", "kind": 1024, @@ -123802,7 +126336,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L23" } ], "type": { @@ -123811,7 +126345,7 @@ } }, { - "id": 3500, + "id": 3571, "name": "height", "variant": "declaration", "kind": 1024, @@ -123842,7 +126376,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L29" } ], "type": { @@ -123851,7 +126385,7 @@ } }, { - "id": 3501, + "id": 3572, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -123882,7 +126416,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L35" } ], "type": { @@ -123891,7 +126425,7 @@ } }, { - "id": 3502, + "id": 3573, "name": "gap", "variant": "declaration", "kind": 1024, @@ -123922,7 +126456,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L41" } ], "type": { @@ -123931,7 +126465,7 @@ } }, { - "id": 3503, + "id": 3574, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -123962,7 +126496,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L47" } ], "type": { @@ -123971,7 +126505,7 @@ } }, { - "id": 3504, + "id": 3575, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -123991,20 +126525,20 @@ "fileName": "toggleswitch/index.d.ts", "line": 51, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L51" } ], "type": { "type": "reflection", "declaration": { - "id": 3505, + "id": 3576, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3506, + "id": 3577, "name": "width", "variant": "declaration", "kind": 1024, @@ -124035,7 +126569,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 57, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L57" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L57" } ], "type": { @@ -124044,7 +126578,7 @@ } }, { - "id": 3507, + "id": 3578, "name": "style", "variant": "declaration", "kind": 1024, @@ -124075,7 +126609,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 63, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L63" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L63" } ], "type": { @@ -124084,7 +126618,7 @@ } }, { - "id": 3508, + "id": 3579, "name": "color", "variant": "declaration", "kind": 1024, @@ -124115,7 +126649,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 69, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L69" } ], "type": { @@ -124124,7 +126658,7 @@ } }, { - "id": 3509, + "id": 3580, "name": "offset", "variant": "declaration", "kind": 1024, @@ -124155,7 +126689,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 75, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L75" } ], "type": { @@ -124164,7 +126698,7 @@ } }, { - "id": 3510, + "id": 3581, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -124195,7 +126729,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 81, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L81" } ], "type": { @@ -124208,11 +126742,11 @@ { "title": "Properties", "children": [ - 3506, - 3507, - 3508, - 3509, - 3510 + 3577, + 3578, + 3579, + 3580, + 3581 ] } ], @@ -124221,14 +126755,14 @@ "fileName": "toggleswitch/index.d.ts", "line": 51, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L51" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L51" } ] } } }, { - "id": 3511, + "id": 3582, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -124259,7 +126793,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 88, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L88" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L88" } ], "type": { @@ -124268,7 +126802,7 @@ } }, { - "id": 3512, + "id": 3583, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -124299,7 +126833,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 94, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L94" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L94" } ], "type": { @@ -124308,7 +126842,7 @@ } }, { - "id": 3513, + "id": 3584, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -124339,7 +126873,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 100, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L100" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L100" } ], "type": { @@ -124348,7 +126882,7 @@ } }, { - "id": 3514, + "id": 3585, "name": "checkedBorderColor", "variant": "declaration", "kind": 1024, @@ -124379,7 +126913,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 106, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L106" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L106" } ], "type": { @@ -124388,7 +126922,7 @@ } }, { - "id": 3515, + "id": 3586, "name": "checkedHoverBorderColor", "variant": "declaration", "kind": 1024, @@ -124419,7 +126953,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 112, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L112" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L112" } ], "type": { @@ -124428,7 +126962,7 @@ } }, { - "id": 3516, + "id": 3587, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -124459,7 +126993,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 118, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L118" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L118" } ], "type": { @@ -124468,7 +127002,7 @@ } }, { - "id": 3517, + "id": 3588, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -124499,7 +127033,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 124, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L124" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L124" } ], "type": { @@ -124508,7 +127042,7 @@ } }, { - "id": 3518, + "id": 3589, "name": "slideDuration", "variant": "declaration", "kind": 1024, @@ -124539,7 +127073,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 130, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L130" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L130" } ], "type": { @@ -124548,8 +127082,8 @@ } }, { - "id": 3519, - "name": "disabledBackground", + "id": 3590, + "name": "background", "variant": "declaration", "kind": 1024, "flags": { @@ -124559,7 +127093,7 @@ "summary": [ { "kind": "text", - "text": "Disabled background of root" + "text": "Background of root" } ], "blockTags": [ @@ -124568,7 +127102,7 @@ "content": [ { "kind": "text", - "text": "toggleswitch.disabled.background" + "text": "toggleswitch.background" } ] } @@ -124579,7 +127113,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 136, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L136" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L136" } ], "type": { @@ -124588,8 +127122,8 @@ } }, { - "id": 3520, - "name": "background", + "id": 3591, + "name": "disabledBackground", "variant": "declaration", "kind": 1024, "flags": { @@ -124599,7 +127133,7 @@ "summary": [ { "kind": "text", - "text": "Background of root" + "text": "Disabled background of root" } ], "blockTags": [ @@ -124608,7 +127142,7 @@ "content": [ { "kind": "text", - "text": "toggleswitch.background" + "text": "toggleswitch.disabled.background" } ] } @@ -124619,7 +127153,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 142, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L142" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L142" } ], "type": { @@ -124628,7 +127162,7 @@ } }, { - "id": 3521, + "id": 3592, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -124659,7 +127193,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 148, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L148" } ], "type": { @@ -124668,7 +127202,7 @@ } }, { - "id": 3522, + "id": 3593, "name": "checkedBackground", "variant": "declaration", "kind": 1024, @@ -124699,7 +127233,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 154, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L154" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L154" } ], "type": { @@ -124708,7 +127242,7 @@ } }, { - "id": 3523, + "id": 3594, "name": "checkedHoverBackground", "variant": "declaration", "kind": 1024, @@ -124739,7 +127273,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 160, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L160" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L160" } ], "type": { @@ -124752,25 +127286,25 @@ { "title": "Properties", "children": [ - 3499, - 3500, - 3501, - 3502, - 3503, - 3504, - 3511, - 3512, - 3513, - 3514, - 3515, - 3516, - 3517, - 3518, - 3519, - 3520, - 3521, - 3522, - 3523 + 3570, + 3571, + 3572, + 3573, + 3574, + 3575, + 3582, + 3583, + 3584, + 3585, + 3586, + 3587, + 3588, + 3589, + 3590, + 3591, + 3592, + 3593, + 3594 ] } ], @@ -124779,14 +127313,14 @@ "fileName": "toggleswitch/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L17" } ] } } }, { - "id": 3524, + "id": 3595, "name": "handle", "variant": "declaration", "kind": 1024, @@ -124806,20 +127340,20 @@ "fileName": "toggleswitch/index.d.ts", "line": 165, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L165" } ], "type": { "type": "reflection", "declaration": { - "id": 3525, + "id": 3596, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3526, + "id": 3597, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -124850,7 +127384,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 171, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L171" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L171" } ], "type": { @@ -124859,7 +127393,7 @@ } }, { - "id": 3527, + "id": 3598, "name": "size", "variant": "declaration", "kind": 1024, @@ -124890,7 +127424,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 177, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L177" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L177" } ], "type": { @@ -124899,8 +127433,8 @@ } }, { - "id": 3528, - "name": "disabledBackground", + "id": 3599, + "name": "background", "variant": "declaration", "kind": 1024, "flags": { @@ -124910,7 +127444,7 @@ "summary": [ { "kind": "text", - "text": "Disabled background of handle" + "text": "Background of handle" } ], "blockTags": [ @@ -124919,7 +127453,7 @@ "content": [ { "kind": "text", - "text": "toggleswitch.handle.disabled.background" + "text": "toggleswitch.handle.background" } ] } @@ -124930,7 +127464,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 183, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L183" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L183" } ], "type": { @@ -124939,8 +127473,8 @@ } }, { - "id": 3529, - "name": "background", + "id": 3600, + "name": "disabledBackground", "variant": "declaration", "kind": 1024, "flags": { @@ -124950,7 +127484,7 @@ "summary": [ { "kind": "text", - "text": "Background of handle" + "text": "Disabled background of handle" } ], "blockTags": [ @@ -124959,7 +127493,7 @@ "content": [ { "kind": "text", - "text": "toggleswitch.handle.background" + "text": "toggleswitch.handle.disabled.background" } ] } @@ -124970,7 +127504,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 189, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L189" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L189" } ], "type": { @@ -124979,7 +127513,7 @@ } }, { - "id": 3530, + "id": 3601, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -125010,7 +127544,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 195, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L195" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L195" } ], "type": { @@ -125019,7 +127553,7 @@ } }, { - "id": 3531, + "id": 3602, "name": "checkedBackground", "variant": "declaration", "kind": 1024, @@ -125050,7 +127584,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 201, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L201" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L201" } ], "type": { @@ -125059,7 +127593,7 @@ } }, { - "id": 3532, + "id": 3603, "name": "checkedHoverBackground", "variant": "declaration", "kind": 1024, @@ -125090,7 +127624,167 @@ "fileName": "toggleswitch/index.d.ts", "line": 207, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L207" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L207" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3604, + "name": "color", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Color of handle" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "toggleswitch.handle.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "toggleswitch/index.d.ts", + "line": 213, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L213" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3605, + "name": "hoverColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Hover color of handle" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "toggleswitch.handle.hover.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "toggleswitch/index.d.ts", + "line": 219, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L219" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3606, + "name": "checkedColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checked color of handle" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "toggleswitch.handle.checked.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "toggleswitch/index.d.ts", + "line": 225, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L225" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3607, + "name": "checkedHoverColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Checked hover color of handle" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "toggleswitch.handle.checked.hover.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "toggleswitch/index.d.ts", + "line": 231, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L231" } ], "type": { @@ -125103,13 +127797,17 @@ { "title": "Properties", "children": [ - 3526, - 3527, - 3528, - 3529, - 3530, - 3531, - 3532 + 3597, + 3598, + 3599, + 3600, + 3601, + 3602, + 3603, + 3604, + 3605, + 3606, + 3607 ] } ], @@ -125118,7 +127816,7 @@ "fileName": "toggleswitch/index.d.ts", "line": 165, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L165" } ] } @@ -125129,9 +127827,9 @@ { "title": "Properties", "children": [ - 3533, - 3497, - 3524 + 3608, + 3568, + 3595 ] } ], @@ -125140,17 +127838,17 @@ "fileName": "toggleswitch/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3496, + "target": 3567, "name": "ToggleSwitchDesignTokens", "package": "primeng" } @@ -125165,7 +127863,7 @@ { "title": "Interfaces", "children": [ - 3496 + 3567 ] } ], @@ -125174,12 +127872,12 @@ "fileName": "toggleswitch/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toggleswitch/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toggleswitch/index.d.ts#L1" } ] }, { - "id": 3537, + "id": 3612, "name": "themes/toolbar", "variant": "declaration", "kind": 2, @@ -125194,14 +127892,14 @@ }, "children": [ { - "id": 3538, + "id": 3613, "name": "ToolbarDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3547, + "id": 3622, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -125213,20 +127911,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3548, + "id": 3623, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3549, + "id": 3624, "name": "light", "variant": "declaration", "kind": 1024, @@ -125238,7 +127936,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -125250,7 +127948,7 @@ "typeArguments": [ { "type": "reference", - "target": 3538, + "target": 3613, "name": "ToolbarDesignTokens", "package": "primeng" }, @@ -125264,7 +127962,7 @@ } }, { - "id": 3550, + "id": 3625, "name": "dark", "variant": "declaration", "kind": 1024, @@ -125276,7 +127974,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -125288,7 +127986,7 @@ "typeArguments": [ { "type": "reference", - "target": 3538, + "target": 3613, "name": "ToolbarDesignTokens", "package": "primeng" }, @@ -125306,8 +128004,8 @@ { "title": "Properties", "children": [ - 3549, - 3550 + 3624, + 3625 ] } ], @@ -125316,19 +128014,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3539, + "id": 3614, "name": "root", "variant": "declaration", "kind": 1024, @@ -125348,20 +128046,20 @@ "fileName": "toolbar/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3540, + "id": 3615, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3541, + "id": 3616, "name": "background", "variant": "declaration", "kind": 1024, @@ -125392,7 +128090,7 @@ "fileName": "toolbar/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L23" } ], "type": { @@ -125401,7 +128099,7 @@ } }, { - "id": 3542, + "id": 3617, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -125432,7 +128130,7 @@ "fileName": "toolbar/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L29" } ], "type": { @@ -125441,7 +128139,7 @@ } }, { - "id": 3543, + "id": 3618, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -125472,7 +128170,7 @@ "fileName": "toolbar/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L35" } ], "type": { @@ -125481,7 +128179,7 @@ } }, { - "id": 3544, + "id": 3619, "name": "color", "variant": "declaration", "kind": 1024, @@ -125512,7 +128210,7 @@ "fileName": "toolbar/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L41" } ], "type": { @@ -125521,7 +128219,7 @@ } }, { - "id": 3545, + "id": 3620, "name": "gap", "variant": "declaration", "kind": 1024, @@ -125552,7 +128250,7 @@ "fileName": "toolbar/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L47" } ], "type": { @@ -125561,7 +128259,7 @@ } }, { - "id": 3546, + "id": 3621, "name": "padding", "variant": "declaration", "kind": 1024, @@ -125592,7 +128290,7 @@ "fileName": "toolbar/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L53" } ], "type": { @@ -125605,12 +128303,12 @@ { "title": "Properties", "children": [ - 3541, - 3542, - 3543, - 3544, - 3545, - 3546 + 3616, + 3617, + 3618, + 3619, + 3620, + 3621 ] } ], @@ -125619,7 +128317,7 @@ "fileName": "toolbar/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L17" } ] } @@ -125630,8 +128328,8 @@ { "title": "Properties", "children": [ - 3547, - 3539 + 3622, + 3614 ] } ], @@ -125640,17 +128338,17 @@ "fileName": "toolbar/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3538, + "target": 3613, "name": "ToolbarDesignTokens", "package": "primeng" } @@ -125665,7 +128363,7 @@ { "title": "Interfaces", "children": [ - 3538 + 3613 ] } ], @@ -125674,12 +128372,12 @@ "fileName": "toolbar/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/toolbar/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/toolbar/index.d.ts#L1" } ] }, { - "id": 3551, + "id": 3626, "name": "themes/tooltip", "variant": "declaration", "kind": 2, @@ -125694,14 +128392,14 @@ }, "children": [ { - "id": 3552, + "id": 3627, "name": "TooltipDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3562, + "id": 3637, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -125713,20 +128411,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3563, + "id": 3638, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3564, + "id": 3639, "name": "light", "variant": "declaration", "kind": 1024, @@ -125738,7 +128436,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -125750,7 +128448,7 @@ "typeArguments": [ { "type": "reference", - "target": 3552, + "target": 3627, "name": "TooltipDesignTokens", "package": "primeng" }, @@ -125764,7 +128462,7 @@ } }, { - "id": 3565, + "id": 3640, "name": "dark", "variant": "declaration", "kind": 1024, @@ -125776,7 +128474,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -125788,7 +128486,7 @@ "typeArguments": [ { "type": "reference", - "target": 3552, + "target": 3627, "name": "TooltipDesignTokens", "package": "primeng" }, @@ -125806,8 +128504,8 @@ { "title": "Properties", "children": [ - 3564, - 3565 + 3639, + 3640 ] } ], @@ -125816,19 +128514,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3553, + "id": 3628, "name": "root", "variant": "declaration", "kind": 1024, @@ -125848,20 +128546,20 @@ "fileName": "tooltip/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3554, + "id": 3629, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3555, + "id": 3630, "name": "maxWidth", "variant": "declaration", "kind": 1024, @@ -125892,7 +128590,7 @@ "fileName": "tooltip/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L23" } ], "type": { @@ -125901,7 +128599,7 @@ } }, { - "id": 3556, + "id": 3631, "name": "gutter", "variant": "declaration", "kind": 1024, @@ -125932,7 +128630,7 @@ "fileName": "tooltip/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L29" } ], "type": { @@ -125941,7 +128639,7 @@ } }, { - "id": 3557, + "id": 3632, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -125972,7 +128670,7 @@ "fileName": "tooltip/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L35" } ], "type": { @@ -125981,7 +128679,7 @@ } }, { - "id": 3558, + "id": 3633, "name": "padding", "variant": "declaration", "kind": 1024, @@ -126012,7 +128710,7 @@ "fileName": "tooltip/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L41" } ], "type": { @@ -126021,7 +128719,7 @@ } }, { - "id": 3559, + "id": 3634, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -126052,7 +128750,7 @@ "fileName": "tooltip/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L47" } ], "type": { @@ -126061,7 +128759,7 @@ } }, { - "id": 3560, + "id": 3635, "name": "background", "variant": "declaration", "kind": 1024, @@ -126092,7 +128790,7 @@ "fileName": "tooltip/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L53" } ], "type": { @@ -126101,7 +128799,7 @@ } }, { - "id": 3561, + "id": 3636, "name": "color", "variant": "declaration", "kind": 1024, @@ -126132,7 +128830,7 @@ "fileName": "tooltip/index.d.ts", "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L59" } ], "type": { @@ -126145,13 +128843,13 @@ { "title": "Properties", "children": [ - 3555, - 3556, - 3557, - 3558, - 3559, - 3560, - 3561 + 3630, + 3631, + 3632, + 3633, + 3634, + 3635, + 3636 ] } ], @@ -126160,7 +128858,7 @@ "fileName": "tooltip/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L17" } ] } @@ -126171,8 +128869,8 @@ { "title": "Properties", "children": [ - 3562, - 3553 + 3637, + 3628 ] } ], @@ -126181,17 +128879,17 @@ "fileName": "tooltip/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3552, + "target": 3627, "name": "TooltipDesignTokens", "package": "primeng" } @@ -126206,7 +128904,7 @@ { "title": "Interfaces", "children": [ - 3552 + 3627 ] } ], @@ -126215,12 +128913,12 @@ "fileName": "tooltip/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tooltip/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tooltip/index.d.ts#L1" } ] }, { - "id": 3566, + "id": 3641, "name": "themes/tree", "variant": "declaration", "kind": 2, @@ -126235,14 +128933,14 @@ }, "children": [ { - "id": 3567, + "id": 3642, "name": "TreeDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3617, + "id": 3692, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -126254,20 +128952,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3618, + "id": 3693, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3619, + "id": 3694, "name": "light", "variant": "declaration", "kind": 1024, @@ -126279,7 +128977,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -126291,7 +128989,7 @@ "typeArguments": [ { "type": "reference", - "target": 3567, + "target": 3642, "name": "TreeDesignTokens", "package": "primeng" }, @@ -126305,7 +129003,7 @@ } }, { - "id": 3620, + "id": 3695, "name": "dark", "variant": "declaration", "kind": 1024, @@ -126317,7 +129015,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -126329,7 +129027,7 @@ "typeArguments": [ { "type": "reference", - "target": 3567, + "target": 3642, "name": "TreeDesignTokens", "package": "primeng" }, @@ -126347,8 +129045,8 @@ { "title": "Properties", "children": [ - 3619, - 3620 + 3694, + 3695 ] } ], @@ -126357,19 +129055,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3568, + "id": 3643, "name": "root", "variant": "declaration", "kind": 1024, @@ -126389,20 +129087,20 @@ "fileName": "tree/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3569, + "id": 3644, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3570, + "id": 3645, "name": "background", "variant": "declaration", "kind": 1024, @@ -126433,7 +129131,7 @@ "fileName": "tree/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L23" } ], "type": { @@ -126442,7 +129140,7 @@ } }, { - "id": 3571, + "id": 3646, "name": "color", "variant": "declaration", "kind": 1024, @@ -126473,7 +129171,7 @@ "fileName": "tree/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L29" } ], "type": { @@ -126482,7 +129180,7 @@ } }, { - "id": 3572, + "id": 3647, "name": "padding", "variant": "declaration", "kind": 1024, @@ -126513,7 +129211,7 @@ "fileName": "tree/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L35" } ], "type": { @@ -126522,7 +129220,7 @@ } }, { - "id": 3573, + "id": 3648, "name": "gap", "variant": "declaration", "kind": 1024, @@ -126553,7 +129251,7 @@ "fileName": "tree/index.d.ts", "line": 41, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L41" } ], "type": { @@ -126562,7 +129260,7 @@ } }, { - "id": 3574, + "id": 3649, "name": "indent", "variant": "declaration", "kind": 1024, @@ -126593,7 +129291,7 @@ "fileName": "tree/index.d.ts", "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L47" } ], "type": { @@ -126602,7 +129300,7 @@ } }, { - "id": 3575, + "id": 3650, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -126633,7 +129331,7 @@ "fileName": "tree/index.d.ts", "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L53" } ], "type": { @@ -126646,12 +129344,12 @@ { "title": "Properties", "children": [ - 3570, - 3571, - 3572, - 3573, - 3574, - 3575 + 3645, + 3646, + 3647, + 3648, + 3649, + 3650 ] } ], @@ -126660,14 +129358,14 @@ "fileName": "tree/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L17" } ] } } }, { - "id": 3576, + "id": 3651, "name": "node", "variant": "declaration", "kind": 1024, @@ -126687,20 +129385,20 @@ "fileName": "tree/index.d.ts", "line": 58, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L58" } ], "type": { "type": "reflection", "declaration": { - "id": 3577, + "id": 3652, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3578, + "id": 3653, "name": "padding", "variant": "declaration", "kind": 1024, @@ -126731,7 +129429,7 @@ "fileName": "tree/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L64" } ], "type": { @@ -126740,7 +129438,7 @@ } }, { - "id": 3579, + "id": 3654, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -126771,7 +129469,7 @@ "fileName": "tree/index.d.ts", "line": 70, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L70" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L70" } ], "type": { @@ -126780,7 +129478,7 @@ } }, { - "id": 3580, + "id": 3655, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -126811,7 +129509,7 @@ "fileName": "tree/index.d.ts", "line": 76, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L76" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L76" } ], "type": { @@ -126820,7 +129518,7 @@ } }, { - "id": 3581, + "id": 3656, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -126851,7 +129549,7 @@ "fileName": "tree/index.d.ts", "line": 82, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L82" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L82" } ], "type": { @@ -126860,7 +129558,7 @@ } }, { - "id": 3582, + "id": 3657, "name": "color", "variant": "declaration", "kind": 1024, @@ -126891,7 +129589,7 @@ "fileName": "tree/index.d.ts", "line": 88, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L88" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L88" } ], "type": { @@ -126900,7 +129598,7 @@ } }, { - "id": 3583, + "id": 3658, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -126931,7 +129629,7 @@ "fileName": "tree/index.d.ts", "line": 94, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L94" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L94" } ], "type": { @@ -126940,7 +129638,7 @@ } }, { - "id": 3584, + "id": 3659, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -126971,7 +129669,7 @@ "fileName": "tree/index.d.ts", "line": 100, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L100" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L100" } ], "type": { @@ -126980,7 +129678,7 @@ } }, { - "id": 3585, + "id": 3660, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -127000,20 +129698,20 @@ "fileName": "tree/index.d.ts", "line": 104, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L104" } ], "type": { "type": "reflection", "declaration": { - "id": 3586, + "id": 3661, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3587, + "id": 3662, "name": "width", "variant": "declaration", "kind": 1024, @@ -127044,7 +129742,7 @@ "fileName": "tree/index.d.ts", "line": 110, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L110" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L110" } ], "type": { @@ -127053,7 +129751,7 @@ } }, { - "id": 3588, + "id": 3663, "name": "style", "variant": "declaration", "kind": 1024, @@ -127084,7 +129782,7 @@ "fileName": "tree/index.d.ts", "line": 116, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L116" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L116" } ], "type": { @@ -127093,7 +129791,7 @@ } }, { - "id": 3589, + "id": 3664, "name": "color", "variant": "declaration", "kind": 1024, @@ -127124,7 +129822,7 @@ "fileName": "tree/index.d.ts", "line": 122, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L122" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L122" } ], "type": { @@ -127133,7 +129831,7 @@ } }, { - "id": 3590, + "id": 3665, "name": "offset", "variant": "declaration", "kind": 1024, @@ -127164,7 +129862,7 @@ "fileName": "tree/index.d.ts", "line": 128, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L128" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L128" } ], "type": { @@ -127173,7 +129871,7 @@ } }, { - "id": 3591, + "id": 3666, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -127204,7 +129902,7 @@ "fileName": "tree/index.d.ts", "line": 134, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L134" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L134" } ], "type": { @@ -127217,11 +129915,11 @@ { "title": "Properties", "children": [ - 3587, - 3588, - 3589, - 3590, - 3591 + 3662, + 3663, + 3664, + 3665, + 3666 ] } ], @@ -127230,14 +129928,14 @@ "fileName": "tree/index.d.ts", "line": 104, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L104" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L104" } ] } } }, { - "id": 3592, + "id": 3667, "name": "gap", "variant": "declaration", "kind": 1024, @@ -127268,7 +129966,7 @@ "fileName": "tree/index.d.ts", "line": 141, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L141" } ], "type": { @@ -127281,15 +129979,15 @@ { "title": "Properties", "children": [ - 3578, - 3579, - 3580, - 3581, - 3582, - 3583, - 3584, - 3585, - 3592 + 3653, + 3654, + 3655, + 3656, + 3657, + 3658, + 3659, + 3660, + 3667 ] } ], @@ -127298,14 +129996,14 @@ "fileName": "tree/index.d.ts", "line": 58, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L58" } ] } } }, { - "id": 3593, + "id": 3668, "name": "nodeIcon", "variant": "declaration", "kind": 1024, @@ -127325,20 +130023,20 @@ "fileName": "tree/index.d.ts", "line": 146, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L146" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L146" } ], "type": { "type": "reflection", "declaration": { - "id": 3594, + "id": 3669, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3595, + "id": 3670, "name": "color", "variant": "declaration", "kind": 1024, @@ -127369,7 +130067,7 @@ "fileName": "tree/index.d.ts", "line": 152, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L152" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L152" } ], "type": { @@ -127378,7 +130076,7 @@ } }, { - "id": 3596, + "id": 3671, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -127409,7 +130107,7 @@ "fileName": "tree/index.d.ts", "line": 158, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L158" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L158" } ], "type": { @@ -127418,7 +130116,7 @@ } }, { - "id": 3597, + "id": 3672, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -127449,7 +130147,7 @@ "fileName": "tree/index.d.ts", "line": 164, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L164" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L164" } ], "type": { @@ -127462,9 +130160,9 @@ { "title": "Properties", "children": [ - 3595, - 3596, - 3597 + 3670, + 3671, + 3672 ] } ], @@ -127473,14 +130171,14 @@ "fileName": "tree/index.d.ts", "line": 146, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L146" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L146" } ] } } }, { - "id": 3598, + "id": 3673, "name": "nodeToggleButton", "variant": "declaration", "kind": 1024, @@ -127500,20 +130198,20 @@ "fileName": "tree/index.d.ts", "line": 169, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L169" } ], "type": { "type": "reflection", "declaration": { - "id": 3599, + "id": 3674, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3600, + "id": 3675, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -127544,7 +130242,7 @@ "fileName": "tree/index.d.ts", "line": 175, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L175" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L175" } ], "type": { @@ -127553,7 +130251,7 @@ } }, { - "id": 3601, + "id": 3676, "name": "size", "variant": "declaration", "kind": 1024, @@ -127584,7 +130282,7 @@ "fileName": "tree/index.d.ts", "line": 181, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L181" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L181" } ], "type": { @@ -127593,7 +130291,7 @@ } }, { - "id": 3602, + "id": 3677, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -127624,7 +130322,7 @@ "fileName": "tree/index.d.ts", "line": 187, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L187" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L187" } ], "type": { @@ -127633,7 +130331,7 @@ } }, { - "id": 3603, + "id": 3678, "name": "selectedHoverBackground", "variant": "declaration", "kind": 1024, @@ -127664,7 +130362,7 @@ "fileName": "tree/index.d.ts", "line": 193, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L193" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L193" } ], "type": { @@ -127673,7 +130371,7 @@ } }, { - "id": 3604, + "id": 3679, "name": "color", "variant": "declaration", "kind": 1024, @@ -127704,7 +130402,7 @@ "fileName": "tree/index.d.ts", "line": 199, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L199" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L199" } ], "type": { @@ -127713,7 +130411,7 @@ } }, { - "id": 3605, + "id": 3680, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -127744,7 +130442,7 @@ "fileName": "tree/index.d.ts", "line": 205, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L205" } ], "type": { @@ -127753,7 +130451,7 @@ } }, { - "id": 3606, + "id": 3681, "name": "selectedHoverColor", "variant": "declaration", "kind": 1024, @@ -127784,7 +130482,7 @@ "fileName": "tree/index.d.ts", "line": 211, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L211" } ], "type": { @@ -127793,7 +130491,7 @@ } }, { - "id": 3607, + "id": 3682, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -127813,20 +130511,20 @@ "fileName": "tree/index.d.ts", "line": 215, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L215" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L215" } ], "type": { "type": "reflection", "declaration": { - "id": 3608, + "id": 3683, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3609, + "id": 3684, "name": "width", "variant": "declaration", "kind": 1024, @@ -127857,7 +130555,7 @@ "fileName": "tree/index.d.ts", "line": 221, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L221" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L221" } ], "type": { @@ -127866,7 +130564,7 @@ } }, { - "id": 3610, + "id": 3685, "name": "style", "variant": "declaration", "kind": 1024, @@ -127897,7 +130595,7 @@ "fileName": "tree/index.d.ts", "line": 227, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L227" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L227" } ], "type": { @@ -127906,7 +130604,7 @@ } }, { - "id": 3611, + "id": 3686, "name": "color", "variant": "declaration", "kind": 1024, @@ -127937,7 +130635,7 @@ "fileName": "tree/index.d.ts", "line": 233, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L233" } ], "type": { @@ -127946,7 +130644,7 @@ } }, { - "id": 3612, + "id": 3687, "name": "offset", "variant": "declaration", "kind": 1024, @@ -127977,7 +130675,7 @@ "fileName": "tree/index.d.ts", "line": 239, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L239" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L239" } ], "type": { @@ -127986,7 +130684,7 @@ } }, { - "id": 3613, + "id": 3688, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -128017,7 +130715,7 @@ "fileName": "tree/index.d.ts", "line": 245, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L245" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L245" } ], "type": { @@ -128030,11 +130728,11 @@ { "title": "Properties", "children": [ - 3609, - 3610, - 3611, - 3612, - 3613 + 3684, + 3685, + 3686, + 3687, + 3688 ] } ], @@ -128043,7 +130741,7 @@ "fileName": "tree/index.d.ts", "line": 215, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L215" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L215" } ] } @@ -128054,14 +130752,14 @@ { "title": "Properties", "children": [ - 3600, - 3601, - 3602, - 3603, - 3604, - 3605, - 3606, - 3607 + 3675, + 3676, + 3677, + 3678, + 3679, + 3680, + 3681, + 3682 ] } ], @@ -128070,14 +130768,14 @@ "fileName": "tree/index.d.ts", "line": 169, "character": 23, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L169" } ] } } }, { - "id": 3614, + "id": 3689, "name": "loadingIcon", "variant": "declaration", "kind": 1024, @@ -128097,20 +130795,20 @@ "fileName": "tree/index.d.ts", "line": 251, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L251" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L251" } ], "type": { "type": "reflection", "declaration": { - "id": 3615, + "id": 3690, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3616, + "id": 3691, "name": "size", "variant": "declaration", "kind": 1024, @@ -128141,7 +130839,7 @@ "fileName": "tree/index.d.ts", "line": 257, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L257" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L257" } ], "type": { @@ -128154,7 +130852,7 @@ { "title": "Properties", "children": [ - 3616 + 3691 ] } ], @@ -128163,7 +130861,7 @@ "fileName": "tree/index.d.ts", "line": 251, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L251" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L251" } ] } @@ -128174,12 +130872,12 @@ { "title": "Properties", "children": [ - 3617, - 3568, - 3576, - 3593, - 3598, - 3614 + 3692, + 3643, + 3651, + 3668, + 3673, + 3689 ] } ], @@ -128188,17 +130886,17 @@ "fileName": "tree/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3567, + "target": 3642, "name": "TreeDesignTokens", "package": "primeng" } @@ -128213,7 +130911,7 @@ { "title": "Interfaces", "children": [ - 3567 + 3642 ] } ], @@ -128222,12 +130920,12 @@ "fileName": "tree/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/tree/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/tree/index.d.ts#L1" } ] }, { - "id": 3621, + "id": 3696, "name": "themes/treeselect", "variant": "declaration", "kind": 2, @@ -128242,14 +130940,14 @@ }, "children": [ { - "id": 3622, + "id": 3697, "name": "TreeSelectDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3668, + "id": 3758, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -128261,20 +130959,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3669, + "id": 3759, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3670, + "id": 3760, "name": "light", "variant": "declaration", "kind": 1024, @@ -128286,7 +130984,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -128298,7 +130996,7 @@ "typeArguments": [ { "type": "reference", - "target": 3622, + "target": 3697, "name": "TreeSelectDesignTokens", "package": "primeng" }, @@ -128312,7 +131010,7 @@ } }, { - "id": 3671, + "id": 3761, "name": "dark", "variant": "declaration", "kind": 1024, @@ -128324,7 +131022,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -128336,7 +131034,7 @@ "typeArguments": [ { "type": "reference", - "target": 3622, + "target": 3697, "name": "TreeSelectDesignTokens", "package": "primeng" }, @@ -128354,8 +131052,8 @@ { "title": "Properties", "children": [ - 3670, - 3671 + 3760, + 3761 ] } ], @@ -128364,19 +131062,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3623, + "id": 3698, "name": "root", "variant": "declaration", "kind": 1024, @@ -128396,20 +131094,20 @@ "fileName": "treeselect/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3624, + "id": 3699, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3625, + "id": 3700, "name": "background", "variant": "declaration", "kind": 1024, @@ -128440,7 +131138,7 @@ "fileName": "treeselect/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L23" } ], "type": { @@ -128449,7 +131147,7 @@ } }, { - "id": 3626, + "id": 3701, "name": "disabledBackground", "variant": "declaration", "kind": 1024, @@ -128480,7 +131178,7 @@ "fileName": "treeselect/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L29" } ], "type": { @@ -128489,7 +131187,7 @@ } }, { - "id": 3627, + "id": 3702, "name": "filledBackground", "variant": "declaration", "kind": 1024, @@ -128520,7 +131218,7 @@ "fileName": "treeselect/index.d.ts", "line": 35, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L35" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L35" } ], "type": { @@ -128529,7 +131227,47 @@ } }, { - "id": 3628, + "id": 3703, + "name": "filledHoverBackground", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Filled hover background of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "treeselect.filled.hover.background" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 41, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L41" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3704, "name": "filledFocusBackground", "variant": "declaration", "kind": 1024, @@ -128558,9 +131296,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 41, + "line": 47, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L41" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L47" } ], "type": { @@ -128569,7 +131307,7 @@ } }, { - "id": 3629, + "id": 3705, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -128598,9 +131336,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 47, + "line": 53, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L47" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L53" } ], "type": { @@ -128609,7 +131347,7 @@ } }, { - "id": 3630, + "id": 3706, "name": "hoverBorderColor", "variant": "declaration", "kind": 1024, @@ -128638,9 +131376,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 53, + "line": 59, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L53" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L59" } ], "type": { @@ -128649,7 +131387,7 @@ } }, { - "id": 3631, + "id": 3707, "name": "focusBorderColor", "variant": "declaration", "kind": 1024, @@ -128678,9 +131416,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 59, + "line": 65, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L59" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L65" } ], "type": { @@ -128689,7 +131427,7 @@ } }, { - "id": 3632, + "id": 3708, "name": "invalidBorderColor", "variant": "declaration", "kind": 1024, @@ -128718,9 +131456,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 65, + "line": 71, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L65" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L71" } ], "type": { @@ -128729,7 +131467,7 @@ } }, { - "id": 3633, + "id": 3709, "name": "color", "variant": "declaration", "kind": 1024, @@ -128758,9 +131496,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 71, + "line": 77, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L71" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L77" } ], "type": { @@ -128769,7 +131507,7 @@ } }, { - "id": 3634, + "id": 3710, "name": "disabledColor", "variant": "declaration", "kind": 1024, @@ -128798,9 +131536,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 77, + "line": 83, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L77" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L83" } ], "type": { @@ -128809,7 +131547,7 @@ } }, { - "id": 3635, + "id": 3711, "name": "placeholderColor", "variant": "declaration", "kind": 1024, @@ -128838,9 +131576,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 83, + "line": 89, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L83" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L89" } ], "type": { @@ -128849,7 +131587,47 @@ } }, { - "id": 3636, + "id": 3712, + "name": "invalidPlaceholderColor", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Invalid placeholder color of root" + } + ], + "blockTags": [ + { + "tag": "@designToken", + "content": [ + { + "kind": "text", + "text": "treeselect.invalid.placeholder.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 95, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L95" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3713, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -128878,9 +131656,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 89, + "line": 101, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L89" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L101" } ], "type": { @@ -128889,7 +131667,7 @@ } }, { - "id": 3637, + "id": 3714, "name": "paddingX", "variant": "declaration", "kind": 1024, @@ -128918,9 +131696,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 95, + "line": 107, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L95" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L107" } ], "type": { @@ -128929,7 +131707,7 @@ } }, { - "id": 3638, + "id": 3715, "name": "paddingY", "variant": "declaration", "kind": 1024, @@ -128958,9 +131736,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 101, + "line": 113, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L101" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L113" } ], "type": { @@ -128969,7 +131747,7 @@ } }, { - "id": 3639, + "id": 3716, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -128998,9 +131776,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 107, + "line": 119, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L107" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L119" } ], "type": { @@ -129009,7 +131787,7 @@ } }, { - "id": 3640, + "id": 3717, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -129027,22 +131805,22 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 111, + "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L123" } ], "type": { "type": "reflection", "declaration": { - "id": 3641, + "id": 3718, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3642, + "id": 3719, "name": "width", "variant": "declaration", "kind": 1024, @@ -129071,9 +131849,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 117, + "line": 129, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L129" } ], "type": { @@ -129082,7 +131860,7 @@ } }, { - "id": 3643, + "id": 3720, "name": "style", "variant": "declaration", "kind": 1024, @@ -129111,9 +131889,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 123, + "line": 135, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L135" } ], "type": { @@ -129122,7 +131900,7 @@ } }, { - "id": 3644, + "id": 3721, "name": "color", "variant": "declaration", "kind": 1024, @@ -129151,9 +131929,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 129, + "line": 141, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L129" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L141" } ], "type": { @@ -129162,7 +131940,7 @@ } }, { - "id": 3645, + "id": 3722, "name": "offset", "variant": "declaration", "kind": 1024, @@ -129191,9 +131969,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 135, + "line": 147, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L135" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L147" } ], "type": { @@ -129202,7 +131980,7 @@ } }, { - "id": 3646, + "id": 3723, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -129231,9 +132009,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 141, + "line": 153, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L141" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L153" } ], "type": { @@ -129246,27 +132024,27 @@ { "title": "Properties", "children": [ - 3642, - 3643, - 3644, - 3645, - 3646 + 3719, + 3720, + 3721, + 3722, + 3723 ] } ], "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 111, + "line": 123, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L123" } ] } } }, { - "id": 3647, + "id": 3724, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -129295,38 +132073,392 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 148, + "line": 160, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L148" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L160" } ], "type": { "type": "intrinsic", "name": "string" } + }, + { + "id": 3725, + "name": "sm", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Sm of root" + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 164, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L164" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 3726, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3727, + "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": "treeselect.sm.font.size" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 170, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L170" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3728, + "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": "treeselect.sm.padding.x" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 176, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L176" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3729, + "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": "treeselect.sm.padding.y" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 182, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L182" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3727, + 3728, + 3729 + ] + } + ], + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 164, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L164" + } + ] + } + } + }, + { + "id": 3730, + "name": "lg", + "variant": "declaration", + "kind": 1024, + "flags": { + "isOptional": true + }, + "comment": { + "summary": [ + { + "kind": "text", + "text": "Lg of root" + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 187, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L187" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 3731, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3732, + "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": "treeselect.lg.font.size" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 193, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L193" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3733, + "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": "treeselect.lg.padding.x" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 199, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L199" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + }, + { + "id": 3734, + "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": "treeselect.lg.padding.y" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 205, + "character": 12, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L205" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3732, + 3733, + 3734 + ] + } + ], + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 187, + "character": 13, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L187" + } + ] + } + } } ], "groups": [ { "title": "Properties", "children": [ - 3625, - 3626, - 3627, - 3628, - 3629, - 3630, - 3631, - 3632, - 3633, - 3634, - 3635, - 3636, - 3637, - 3638, - 3639, - 3640, - 3647 + 3700, + 3701, + 3702, + 3703, + 3704, + 3705, + 3706, + 3707, + 3708, + 3709, + 3710, + 3711, + 3712, + 3713, + 3714, + 3715, + 3716, + 3717, + 3724, + 3725, + 3730 ] } ], @@ -129335,14 +132467,14 @@ "fileName": "treeselect/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L17" } ] } } }, { - "id": 3648, + "id": 3735, "name": "dropdown", "variant": "declaration", "kind": 1024, @@ -129360,22 +132492,22 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 153, + "line": 211, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L211" } ], "type": { "type": "reflection", "declaration": { - "id": 3649, + "id": 3736, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3650, + "id": 3737, "name": "width", "variant": "declaration", "kind": 1024, @@ -129404,9 +132536,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 159, + "line": 217, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L159" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L217" } ], "type": { @@ -129415,7 +132547,7 @@ } }, { - "id": 3651, + "id": 3738, "name": "color", "variant": "declaration", "kind": 1024, @@ -129444,9 +132576,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 165, + "line": 223, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L165" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L223" } ], "type": { @@ -129459,24 +132591,24 @@ { "title": "Properties", "children": [ - 3650, - 3651 + 3737, + 3738 ] } ], "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 153, + "line": 211, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L153" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L211" } ] } } }, { - "id": 3652, + "id": 3739, "name": "overlay", "variant": "declaration", "kind": 1024, @@ -129494,22 +132626,22 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 170, + "line": 228, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L228" } ], "type": { "type": "reflection", "declaration": { - "id": 3653, + "id": 3740, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3654, + "id": 3741, "name": "background", "variant": "declaration", "kind": 1024, @@ -129538,9 +132670,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 176, + "line": 234, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L176" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L234" } ], "type": { @@ -129549,7 +132681,7 @@ } }, { - "id": 3655, + "id": 3742, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -129578,9 +132710,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 182, + "line": 240, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L182" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L240" } ], "type": { @@ -129589,7 +132721,7 @@ } }, { - "id": 3656, + "id": 3743, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -129618,9 +132750,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 188, + "line": 246, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L188" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L246" } ], "type": { @@ -129629,7 +132761,7 @@ } }, { - "id": 3657, + "id": 3744, "name": "color", "variant": "declaration", "kind": 1024, @@ -129658,9 +132790,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 194, + "line": 252, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L194" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L252" } ], "type": { @@ -129669,7 +132801,7 @@ } }, { - "id": 3658, + "id": 3745, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -129698,9 +132830,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 200, + "line": 258, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L200" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L258" } ], "type": { @@ -129713,27 +132845,27 @@ { "title": "Properties", "children": [ - 3654, - 3655, - 3656, - 3657, - 3658 + 3741, + 3742, + 3743, + 3744, + 3745 ] } ], "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 170, + "line": 228, "character": 14, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L170" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L228" } ] } } }, { - "id": 3659, + "id": 3746, "name": "tree", "variant": "declaration", "kind": 1024, @@ -129751,22 +132883,22 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 205, + "line": 263, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L263" } ], "type": { "type": "reflection", "declaration": { - "id": 3660, + "id": 3747, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3661, + "id": 3748, "name": "padding", "variant": "declaration", "kind": 1024, @@ -129795,9 +132927,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 211, + "line": 269, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L211" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L269" } ], "type": { @@ -129810,23 +132942,116 @@ { "title": "Properties", "children": [ - 3661 + 3748 ] } ], "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 205, + "line": 263, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L205" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L263" + } + ] + } + } + }, + { + "id": 3749, + "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": "treeselect/index.d.ts", + "line": 274, + "character": 4, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L274" + } + ], + "type": { + "type": "reflection", + "declaration": { + "id": 3750, + "name": "__type", + "variant": "declaration", + "kind": 65536, + "flags": {}, + "children": [ + { + "id": 3751, + "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": "treeselect.clear.icon.color" + } + ] + } + ] + }, + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 280, + "character": 8, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L280" + } + ], + "type": { + "type": "intrinsic", + "name": "string" + } + } + ], + "groups": [ + { + "title": "Properties", + "children": [ + 3751 + ] + } + ], + "sources": [ + { + "fileName": "treeselect/index.d.ts", + "line": 274, + "character": 16, + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L274" } ] } } }, { - "id": 3662, + "id": 3752, "name": "emptyMessage", "variant": "declaration", "kind": 1024, @@ -129844,22 +133069,22 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 216, + "line": 285, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L216" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L285" } ], "type": { "type": "reflection", "declaration": { - "id": 3663, + "id": 3753, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3664, + "id": 3754, "name": "padding", "variant": "declaration", "kind": 1024, @@ -129888,9 +133113,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 222, + "line": 291, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L222" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L291" } ], "type": { @@ -129903,23 +133128,23 @@ { "title": "Properties", "children": [ - 3664 + 3754 ] } ], "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 216, + "line": 285, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L216" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L285" } ] } } }, { - "id": 3665, + "id": 3755, "name": "chip", "variant": "declaration", "kind": 1024, @@ -129937,22 +133162,22 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 227, + "line": 296, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L227" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L296" } ], "type": { "type": "reflection", "declaration": { - "id": 3666, + "id": 3756, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3667, + "id": 3757, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -129981,9 +133206,9 @@ "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 233, + "line": 302, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L233" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L302" } ], "type": { @@ -129996,16 +133221,16 @@ { "title": "Properties", "children": [ - 3667 + 3757 ] } ], "sources": [ { "fileName": "treeselect/index.d.ts", - "line": 227, + "line": 296, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L227" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L296" } ] } @@ -130016,13 +133241,14 @@ { "title": "Properties", "children": [ - 3668, - 3623, - 3648, - 3652, - 3659, - 3662, - 3665 + 3758, + 3698, + 3735, + 3739, + 3746, + 3749, + 3752, + 3755 ] } ], @@ -130031,17 +133257,17 @@ "fileName": "treeselect/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3622, + "target": 3697, "name": "TreeSelectDesignTokens", "package": "primeng" } @@ -130056,7 +133282,7 @@ { "title": "Interfaces", "children": [ - 3622 + 3697 ] } ], @@ -130065,12 +133291,12 @@ "fileName": "treeselect/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treeselect/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treeselect/index.d.ts#L1" } ] }, { - "id": 3672, + "id": 3762, "name": "themes/treetable", "variant": "declaration", "kind": 2, @@ -130085,14 +133311,14 @@ }, "children": [ { - "id": 3673, + "id": 3763, "name": "TreeTableDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3786, + "id": 3876, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -130104,20 +133330,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3787, + "id": 3877, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3788, + "id": 3878, "name": "light", "variant": "declaration", "kind": 1024, @@ -130129,7 +133355,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -130141,7 +133367,7 @@ "typeArguments": [ { "type": "reference", - "target": 3673, + "target": 3763, "name": "TreeTableDesignTokens", "package": "primeng" }, @@ -130155,7 +133381,7 @@ } }, { - "id": 3789, + "id": 3879, "name": "dark", "variant": "declaration", "kind": 1024, @@ -130167,7 +133393,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -130179,7 +133405,7 @@ "typeArguments": [ { "type": "reference", - "target": 3673, + "target": 3763, "name": "TreeTableDesignTokens", "package": "primeng" }, @@ -130197,8 +133423,8 @@ { "title": "Properties", "children": [ - 3788, - 3789 + 3878, + 3879 ] } ], @@ -130207,19 +133433,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3674, + "id": 3764, "name": "root", "variant": "declaration", "kind": 1024, @@ -130239,20 +133465,20 @@ "fileName": "treetable/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3675, + "id": 3765, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3676, + "id": 3766, "name": "transitionDuration", "variant": "declaration", "kind": 1024, @@ -130283,7 +133509,7 @@ "fileName": "treetable/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L23" } ], "type": { @@ -130292,7 +133518,7 @@ } }, { - "id": 3677, + "id": 3767, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -130323,7 +133549,7 @@ "fileName": "treetable/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L29" } ], "type": { @@ -130336,8 +133562,8 @@ { "title": "Properties", "children": [ - 3676, - 3677 + 3766, + 3767 ] } ], @@ -130346,14 +133572,14 @@ "fileName": "treetable/index.d.ts", "line": 17, "character": 11, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L17" } ] } } }, { - "id": 3678, + "id": 3768, "name": "header", "variant": "declaration", "kind": 1024, @@ -130373,20 +133599,20 @@ "fileName": "treetable/index.d.ts", "line": 34, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L34" } ], "type": { "type": "reflection", "declaration": { - "id": 3679, + "id": 3769, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3680, + "id": 3770, "name": "background", "variant": "declaration", "kind": 1024, @@ -130417,7 +133643,7 @@ "fileName": "treetable/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L40" } ], "type": { @@ -130426,7 +133652,7 @@ } }, { - "id": 3681, + "id": 3771, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -130457,7 +133683,7 @@ "fileName": "treetable/index.d.ts", "line": 46, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L46" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L46" } ], "type": { @@ -130466,7 +133692,7 @@ } }, { - "id": 3682, + "id": 3772, "name": "color", "variant": "declaration", "kind": 1024, @@ -130497,7 +133723,7 @@ "fileName": "treetable/index.d.ts", "line": 52, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L52" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L52" } ], "type": { @@ -130506,7 +133732,7 @@ } }, { - "id": 3683, + "id": 3773, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -130537,7 +133763,7 @@ "fileName": "treetable/index.d.ts", "line": 58, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L58" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L58" } ], "type": { @@ -130546,7 +133772,7 @@ } }, { - "id": 3684, + "id": 3774, "name": "padding", "variant": "declaration", "kind": 1024, @@ -130577,7 +133803,7 @@ "fileName": "treetable/index.d.ts", "line": 64, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L64" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L64" } ], "type": { @@ -130590,11 +133816,11 @@ { "title": "Properties", "children": [ - 3680, - 3681, - 3682, - 3683, - 3684 + 3770, + 3771, + 3772, + 3773, + 3774 ] } ], @@ -130603,14 +133829,14 @@ "fileName": "treetable/index.d.ts", "line": 34, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L34" } ] } } }, { - "id": 3685, + "id": 3775, "name": "headerCell", "variant": "declaration", "kind": 1024, @@ -130630,20 +133856,20 @@ "fileName": "treetable/index.d.ts", "line": 69, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L69" } ], "type": { "type": "reflection", "declaration": { - "id": 3686, + "id": 3776, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3687, + "id": 3777, "name": "background", "variant": "declaration", "kind": 1024, @@ -130674,7 +133900,7 @@ "fileName": "treetable/index.d.ts", "line": 75, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L75" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L75" } ], "type": { @@ -130683,7 +133909,7 @@ } }, { - "id": 3688, + "id": 3778, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -130714,7 +133940,7 @@ "fileName": "treetable/index.d.ts", "line": 81, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L81" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L81" } ], "type": { @@ -130723,7 +133949,7 @@ } }, { - "id": 3689, + "id": 3779, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -130754,7 +133980,7 @@ "fileName": "treetable/index.d.ts", "line": 87, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L87" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L87" } ], "type": { @@ -130763,7 +133989,7 @@ } }, { - "id": 3690, + "id": 3780, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -130794,7 +134020,7 @@ "fileName": "treetable/index.d.ts", "line": 93, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L93" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L93" } ], "type": { @@ -130803,7 +134029,7 @@ } }, { - "id": 3691, + "id": 3781, "name": "color", "variant": "declaration", "kind": 1024, @@ -130834,7 +134060,7 @@ "fileName": "treetable/index.d.ts", "line": 99, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L99" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L99" } ], "type": { @@ -130843,7 +134069,7 @@ } }, { - "id": 3692, + "id": 3782, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -130874,7 +134100,7 @@ "fileName": "treetable/index.d.ts", "line": 105, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L105" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L105" } ], "type": { @@ -130883,7 +134109,7 @@ } }, { - "id": 3693, + "id": 3783, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -130914,7 +134140,7 @@ "fileName": "treetable/index.d.ts", "line": 111, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L111" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L111" } ], "type": { @@ -130923,7 +134149,7 @@ } }, { - "id": 3694, + "id": 3784, "name": "gap", "variant": "declaration", "kind": 1024, @@ -130954,7 +134180,7 @@ "fileName": "treetable/index.d.ts", "line": 117, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L117" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L117" } ], "type": { @@ -130963,7 +134189,7 @@ } }, { - "id": 3695, + "id": 3785, "name": "padding", "variant": "declaration", "kind": 1024, @@ -130994,7 +134220,7 @@ "fileName": "treetable/index.d.ts", "line": 123, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L123" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L123" } ], "type": { @@ -131003,7 +134229,7 @@ } }, { - "id": 3696, + "id": 3786, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -131023,20 +134249,20 @@ "fileName": "treetable/index.d.ts", "line": 127, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L127" } ], "type": { "type": "reflection", "declaration": { - "id": 3697, + "id": 3787, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3698, + "id": 3788, "name": "width", "variant": "declaration", "kind": 1024, @@ -131067,7 +134293,7 @@ "fileName": "treetable/index.d.ts", "line": 133, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L133" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L133" } ], "type": { @@ -131076,7 +134302,7 @@ } }, { - "id": 3699, + "id": 3789, "name": "style", "variant": "declaration", "kind": 1024, @@ -131107,7 +134333,7 @@ "fileName": "treetable/index.d.ts", "line": 139, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L139" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L139" } ], "type": { @@ -131116,7 +134342,7 @@ } }, { - "id": 3700, + "id": 3790, "name": "color", "variant": "declaration", "kind": 1024, @@ -131147,7 +134373,7 @@ "fileName": "treetable/index.d.ts", "line": 145, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L145" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L145" } ], "type": { @@ -131156,7 +134382,7 @@ } }, { - "id": 3701, + "id": 3791, "name": "offset", "variant": "declaration", "kind": 1024, @@ -131187,7 +134413,7 @@ "fileName": "treetable/index.d.ts", "line": 151, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L151" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L151" } ], "type": { @@ -131196,7 +134422,7 @@ } }, { - "id": 3702, + "id": 3792, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -131227,7 +134453,7 @@ "fileName": "treetable/index.d.ts", "line": 157, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L157" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L157" } ], "type": { @@ -131240,11 +134466,11 @@ { "title": "Properties", "children": [ - 3698, - 3699, - 3700, - 3701, - 3702 + 3788, + 3789, + 3790, + 3791, + 3792 ] } ], @@ -131253,7 +134479,7 @@ "fileName": "treetable/index.d.ts", "line": 127, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L127" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L127" } ] } @@ -131264,16 +134490,16 @@ { "title": "Properties", "children": [ - 3687, - 3688, - 3689, - 3690, - 3691, - 3692, - 3693, - 3694, - 3695, - 3696 + 3777, + 3778, + 3779, + 3780, + 3781, + 3782, + 3783, + 3784, + 3785, + 3786 ] } ], @@ -131282,14 +134508,14 @@ "fileName": "treetable/index.d.ts", "line": 69, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L69" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L69" } ] } } }, { - "id": 3703, + "id": 3793, "name": "columnTitle", "variant": "declaration", "kind": 1024, @@ -131309,20 +134535,20 @@ "fileName": "treetable/index.d.ts", "line": 163, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L163" } ], "type": { "type": "reflection", "declaration": { - "id": 3704, + "id": 3794, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3705, + "id": 3795, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -131353,7 +134579,7 @@ "fileName": "treetable/index.d.ts", "line": 169, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L169" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L169" } ], "type": { @@ -131366,7 +134592,7 @@ { "title": "Properties", "children": [ - 3705 + 3795 ] } ], @@ -131375,14 +134601,14 @@ "fileName": "treetable/index.d.ts", "line": 163, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L163" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L163" } ] } } }, { - "id": 3706, + "id": 3796, "name": "row", "variant": "declaration", "kind": 1024, @@ -131402,20 +134628,20 @@ "fileName": "treetable/index.d.ts", "line": 174, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L174" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L174" } ], "type": { "type": "reflection", "declaration": { - "id": 3707, + "id": 3797, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3708, + "id": 3798, "name": "background", "variant": "declaration", "kind": 1024, @@ -131446,7 +134672,7 @@ "fileName": "treetable/index.d.ts", "line": 180, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L180" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L180" } ], "type": { @@ -131455,7 +134681,7 @@ } }, { - "id": 3709, + "id": 3799, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -131486,7 +134712,7 @@ "fileName": "treetable/index.d.ts", "line": 186, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L186" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L186" } ], "type": { @@ -131495,7 +134721,7 @@ } }, { - "id": 3710, + "id": 3800, "name": "selectedBackground", "variant": "declaration", "kind": 1024, @@ -131526,7 +134752,7 @@ "fileName": "treetable/index.d.ts", "line": 192, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L192" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L192" } ], "type": { @@ -131535,7 +134761,7 @@ } }, { - "id": 3711, + "id": 3801, "name": "color", "variant": "declaration", "kind": 1024, @@ -131566,7 +134792,7 @@ "fileName": "treetable/index.d.ts", "line": 198, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L198" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L198" } ], "type": { @@ -131575,7 +134801,7 @@ } }, { - "id": 3712, + "id": 3802, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -131606,7 +134832,7 @@ "fileName": "treetable/index.d.ts", "line": 204, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L204" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L204" } ], "type": { @@ -131615,7 +134841,7 @@ } }, { - "id": 3713, + "id": 3803, "name": "selectedColor", "variant": "declaration", "kind": 1024, @@ -131646,7 +134872,7 @@ "fileName": "treetable/index.d.ts", "line": 210, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L210" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L210" } ], "type": { @@ -131655,7 +134881,7 @@ } }, { - "id": 3714, + "id": 3804, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -131675,20 +134901,20 @@ "fileName": "treetable/index.d.ts", "line": 214, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L214" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L214" } ], "type": { "type": "reflection", "declaration": { - "id": 3715, + "id": 3805, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3716, + "id": 3806, "name": "width", "variant": "declaration", "kind": 1024, @@ -131719,7 +134945,7 @@ "fileName": "treetable/index.d.ts", "line": 220, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L220" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L220" } ], "type": { @@ -131728,7 +134954,7 @@ } }, { - "id": 3717, + "id": 3807, "name": "style", "variant": "declaration", "kind": 1024, @@ -131759,7 +134985,7 @@ "fileName": "treetable/index.d.ts", "line": 226, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L226" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L226" } ], "type": { @@ -131768,7 +134994,7 @@ } }, { - "id": 3718, + "id": 3808, "name": "color", "variant": "declaration", "kind": 1024, @@ -131799,7 +135025,7 @@ "fileName": "treetable/index.d.ts", "line": 232, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L232" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L232" } ], "type": { @@ -131808,7 +135034,7 @@ } }, { - "id": 3719, + "id": 3809, "name": "offset", "variant": "declaration", "kind": 1024, @@ -131839,7 +135065,7 @@ "fileName": "treetable/index.d.ts", "line": 238, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L238" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L238" } ], "type": { @@ -131848,7 +135074,7 @@ } }, { - "id": 3720, + "id": 3810, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -131879,7 +135105,7 @@ "fileName": "treetable/index.d.ts", "line": 244, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L244" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L244" } ], "type": { @@ -131892,11 +135118,11 @@ { "title": "Properties", "children": [ - 3716, - 3717, - 3718, - 3719, - 3720 + 3806, + 3807, + 3808, + 3809, + 3810 ] } ], @@ -131905,7 +135131,7 @@ "fileName": "treetable/index.d.ts", "line": 214, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L214" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L214" } ] } @@ -131916,13 +135142,13 @@ { "title": "Properties", "children": [ - 3708, - 3709, - 3710, - 3711, - 3712, - 3713, - 3714 + 3798, + 3799, + 3800, + 3801, + 3802, + 3803, + 3804 ] } ], @@ -131931,14 +135157,14 @@ "fileName": "treetable/index.d.ts", "line": 174, "character": 10, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L174" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L174" } ] } } }, { - "id": 3721, + "id": 3811, "name": "bodyCell", "variant": "declaration", "kind": 1024, @@ -131958,20 +135184,20 @@ "fileName": "treetable/index.d.ts", "line": 250, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L250" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L250" } ], "type": { "type": "reflection", "declaration": { - "id": 3722, + "id": 3812, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3723, + "id": 3813, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -132002,7 +135228,7 @@ "fileName": "treetable/index.d.ts", "line": 256, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L256" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L256" } ], "type": { @@ -132011,7 +135237,7 @@ } }, { - "id": 3724, + "id": 3814, "name": "padding", "variant": "declaration", "kind": 1024, @@ -132042,7 +135268,7 @@ "fileName": "treetable/index.d.ts", "line": 262, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L262" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L262" } ], "type": { @@ -132051,7 +135277,7 @@ } }, { - "id": 3725, + "id": 3815, "name": "gap", "variant": "declaration", "kind": 1024, @@ -132082,7 +135308,7 @@ "fileName": "treetable/index.d.ts", "line": 268, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L268" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L268" } ], "type": { @@ -132091,7 +135317,7 @@ } }, { - "id": 3726, + "id": 3816, "name": "selectedBorderColor", "variant": "declaration", "kind": 1024, @@ -132122,7 +135348,7 @@ "fileName": "treetable/index.d.ts", "line": 274, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L274" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L274" } ], "type": { @@ -132135,10 +135361,10 @@ { "title": "Properties", "children": [ - 3723, - 3724, - 3725, - 3726 + 3813, + 3814, + 3815, + 3816 ] } ], @@ -132147,14 +135373,14 @@ "fileName": "treetable/index.d.ts", "line": 250, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L250" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L250" } ] } } }, { - "id": 3727, + "id": 3817, "name": "footerCell", "variant": "declaration", "kind": 1024, @@ -132174,20 +135400,20 @@ "fileName": "treetable/index.d.ts", "line": 279, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L279" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L279" } ], "type": { "type": "reflection", "declaration": { - "id": 3728, + "id": 3818, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3729, + "id": 3819, "name": "background", "variant": "declaration", "kind": 1024, @@ -132218,7 +135444,7 @@ "fileName": "treetable/index.d.ts", "line": 285, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L285" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L285" } ], "type": { @@ -132227,7 +135453,7 @@ } }, { - "id": 3730, + "id": 3820, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -132258,7 +135484,7 @@ "fileName": "treetable/index.d.ts", "line": 291, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L291" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L291" } ], "type": { @@ -132267,7 +135493,7 @@ } }, { - "id": 3731, + "id": 3821, "name": "color", "variant": "declaration", "kind": 1024, @@ -132298,7 +135524,7 @@ "fileName": "treetable/index.d.ts", "line": 297, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L297" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L297" } ], "type": { @@ -132307,7 +135533,7 @@ } }, { - "id": 3732, + "id": 3822, "name": "padding", "variant": "declaration", "kind": 1024, @@ -132338,7 +135564,7 @@ "fileName": "treetable/index.d.ts", "line": 303, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L303" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L303" } ], "type": { @@ -132351,10 +135577,10 @@ { "title": "Properties", "children": [ - 3729, - 3730, - 3731, - 3732 + 3819, + 3820, + 3821, + 3822 ] } ], @@ -132363,14 +135589,14 @@ "fileName": "treetable/index.d.ts", "line": 279, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L279" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L279" } ] } } }, { - "id": 3733, + "id": 3823, "name": "columnFooter", "variant": "declaration", "kind": 1024, @@ -132390,20 +135616,20 @@ "fileName": "treetable/index.d.ts", "line": 308, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L308" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L308" } ], "type": { "type": "reflection", "declaration": { - "id": 3734, + "id": 3824, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3735, + "id": 3825, "name": "fontWeight", "variant": "declaration", "kind": 1024, @@ -132434,7 +135660,7 @@ "fileName": "treetable/index.d.ts", "line": 314, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L314" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L314" } ], "type": { @@ -132447,7 +135673,7 @@ { "title": "Properties", "children": [ - 3735 + 3825 ] } ], @@ -132456,14 +135682,14 @@ "fileName": "treetable/index.d.ts", "line": 308, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L308" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L308" } ] } } }, { - "id": 3736, + "id": 3826, "name": "footer", "variant": "declaration", "kind": 1024, @@ -132483,20 +135709,20 @@ "fileName": "treetable/index.d.ts", "line": 319, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L319" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L319" } ], "type": { "type": "reflection", "declaration": { - "id": 3737, + "id": 3827, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3738, + "id": 3828, "name": "background", "variant": "declaration", "kind": 1024, @@ -132527,7 +135753,7 @@ "fileName": "treetable/index.d.ts", "line": 325, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L325" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L325" } ], "type": { @@ -132536,7 +135762,7 @@ } }, { - "id": 3739, + "id": 3829, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -132567,7 +135793,7 @@ "fileName": "treetable/index.d.ts", "line": 331, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L331" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L331" } ], "type": { @@ -132576,7 +135802,7 @@ } }, { - "id": 3740, + "id": 3830, "name": "color", "variant": "declaration", "kind": 1024, @@ -132607,7 +135833,7 @@ "fileName": "treetable/index.d.ts", "line": 337, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L337" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L337" } ], "type": { @@ -132616,7 +135842,7 @@ } }, { - "id": 3741, + "id": 3831, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -132647,7 +135873,7 @@ "fileName": "treetable/index.d.ts", "line": 343, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L343" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L343" } ], "type": { @@ -132656,7 +135882,7 @@ } }, { - "id": 3742, + "id": 3832, "name": "padding", "variant": "declaration", "kind": 1024, @@ -132687,7 +135913,7 @@ "fileName": "treetable/index.d.ts", "line": 349, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L349" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L349" } ], "type": { @@ -132700,11 +135926,11 @@ { "title": "Properties", "children": [ - 3738, - 3739, - 3740, - 3741, - 3742 + 3828, + 3829, + 3830, + 3831, + 3832 ] } ], @@ -132713,14 +135939,14 @@ "fileName": "treetable/index.d.ts", "line": 319, "character": 13, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L319" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L319" } ] } } }, { - "id": 3743, + "id": 3833, "name": "columnResizerWidth", "variant": "declaration", "kind": 1024, @@ -132740,20 +135966,20 @@ "fileName": "treetable/index.d.ts", "line": 354, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L354" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L354" } ], "type": { "type": "reflection", "declaration": { - "id": 3744, + "id": 3834, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3745, + "id": 3835, "name": "0", "variant": "declaration", "kind": 1024, @@ -132784,7 +136010,7 @@ "fileName": "treetable/index.d.ts", "line": 360, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L360" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L360" } ], "type": { @@ -132793,7 +136019,7 @@ } }, { - "id": 3746, + "id": 3836, "name": "1", "variant": "declaration", "kind": 1024, @@ -132824,7 +136050,7 @@ "fileName": "treetable/index.d.ts", "line": 366, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L366" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L366" } ], "type": { @@ -132833,7 +136059,7 @@ } }, { - "id": 3747, + "id": 3837, "name": "2", "variant": "declaration", "kind": 1024, @@ -132864,7 +136090,7 @@ "fileName": "treetable/index.d.ts", "line": 372, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L372" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L372" } ], "type": { @@ -132873,7 +136099,7 @@ } }, { - "id": 3748, + "id": 3838, "name": "3", "variant": "declaration", "kind": 1024, @@ -132904,7 +136130,7 @@ "fileName": "treetable/index.d.ts", "line": 378, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L378" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L378" } ], "type": { @@ -132913,7 +136139,7 @@ } }, { - "id": 3749, + "id": 3839, "name": "4", "variant": "declaration", "kind": 1024, @@ -132944,7 +136170,7 @@ "fileName": "treetable/index.d.ts", "line": 384, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L384" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L384" } ], "type": { @@ -132953,7 +136179,7 @@ } }, { - "id": 3750, + "id": 3840, "name": "5", "variant": "declaration", "kind": 1024, @@ -132984,7 +136210,7 @@ "fileName": "treetable/index.d.ts", "line": 390, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L390" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L390" } ], "type": { @@ -132997,12 +136223,12 @@ { "title": "Properties", "children": [ - 3745, - 3746, - 3747, - 3748, - 3749, - 3750 + 3835, + 3836, + 3837, + 3838, + 3839, + 3840 ] } ], @@ -133011,14 +136237,14 @@ "fileName": "treetable/index.d.ts", "line": 354, "character": 25, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L354" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L354" } ] } } }, { - "id": 3751, + "id": 3841, "name": "resizeIndicator", "variant": "declaration", "kind": 1024, @@ -133038,20 +136264,20 @@ "fileName": "treetable/index.d.ts", "line": 395, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L395" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L395" } ], "type": { "type": "reflection", "declaration": { - "id": 3752, + "id": 3842, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3753, + "id": 3843, "name": "width", "variant": "declaration", "kind": 1024, @@ -133082,7 +136308,7 @@ "fileName": "treetable/index.d.ts", "line": 401, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L401" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L401" } ], "type": { @@ -133091,7 +136317,7 @@ } }, { - "id": 3754, + "id": 3844, "name": "color", "variant": "declaration", "kind": 1024, @@ -133122,7 +136348,7 @@ "fileName": "treetable/index.d.ts", "line": 407, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L407" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L407" } ], "type": { @@ -133135,8 +136361,8 @@ { "title": "Properties", "children": [ - 3753, - 3754 + 3843, + 3844 ] } ], @@ -133145,14 +136371,14 @@ "fileName": "treetable/index.d.ts", "line": 395, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L395" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L395" } ] } } }, { - "id": 3755, + "id": 3845, "name": "sortIcon", "variant": "declaration", "kind": 1024, @@ -133172,20 +136398,20 @@ "fileName": "treetable/index.d.ts", "line": 412, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L412" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L412" } ], "type": { "type": "reflection", "declaration": { - "id": 3756, + "id": 3846, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3757, + "id": 3847, "name": "color", "variant": "declaration", "kind": 1024, @@ -133216,7 +136442,7 @@ "fileName": "treetable/index.d.ts", "line": 418, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L418" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L418" } ], "type": { @@ -133225,7 +136451,7 @@ } }, { - "id": 3758, + "id": 3848, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -133256,7 +136482,7 @@ "fileName": "treetable/index.d.ts", "line": 424, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L424" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L424" } ], "type": { @@ -133269,8 +136495,8 @@ { "title": "Properties", "children": [ - 3757, - 3758 + 3847, + 3848 ] } ], @@ -133279,14 +136505,14 @@ "fileName": "treetable/index.d.ts", "line": 412, "character": 15, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L412" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L412" } ] } } }, { - "id": 3759, + "id": 3849, "name": "loadingIcon", "variant": "declaration", "kind": 1024, @@ -133306,20 +136532,20 @@ "fileName": "treetable/index.d.ts", "line": 429, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L429" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L429" } ], "type": { "type": "reflection", "declaration": { - "id": 3760, + "id": 3850, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3761, + "id": 3851, "name": "size", "variant": "declaration", "kind": 1024, @@ -133350,7 +136576,7 @@ "fileName": "treetable/index.d.ts", "line": 435, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L435" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L435" } ], "type": { @@ -133363,7 +136589,7 @@ { "title": "Properties", "children": [ - 3761 + 3851 ] } ], @@ -133372,14 +136598,14 @@ "fileName": "treetable/index.d.ts", "line": 429, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L429" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L429" } ] } } }, { - "id": 3762, + "id": 3852, "name": "nodeToggleButton", "variant": "declaration", "kind": 1024, @@ -133399,20 +136625,20 @@ "fileName": "treetable/index.d.ts", "line": 440, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L440" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L440" } ], "type": { "type": "reflection", "declaration": { - "id": 3763, + "id": 3853, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3764, + "id": 3854, "name": "hoverBackground", "variant": "declaration", "kind": 1024, @@ -133443,7 +136669,7 @@ "fileName": "treetable/index.d.ts", "line": 446, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L446" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L446" } ], "type": { @@ -133452,7 +136678,7 @@ } }, { - "id": 3765, + "id": 3855, "name": "selectedHoverBackground", "variant": "declaration", "kind": 1024, @@ -133483,7 +136709,7 @@ "fileName": "treetable/index.d.ts", "line": 452, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L452" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L452" } ], "type": { @@ -133492,7 +136718,7 @@ } }, { - "id": 3766, + "id": 3856, "name": "color", "variant": "declaration", "kind": 1024, @@ -133523,7 +136749,7 @@ "fileName": "treetable/index.d.ts", "line": 458, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L458" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L458" } ], "type": { @@ -133532,7 +136758,7 @@ } }, { - "id": 3767, + "id": 3857, "name": "hoverColor", "variant": "declaration", "kind": 1024, @@ -133563,7 +136789,7 @@ "fileName": "treetable/index.d.ts", "line": 464, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L464" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L464" } ], "type": { @@ -133572,7 +136798,7 @@ } }, { - "id": 3768, + "id": 3858, "name": "selectedHoverColor", "variant": "declaration", "kind": 1024, @@ -133603,7 +136829,7 @@ "fileName": "treetable/index.d.ts", "line": 470, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L470" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L470" } ], "type": { @@ -133612,7 +136838,7 @@ } }, { - "id": 3769, + "id": 3859, "name": "size", "variant": "declaration", "kind": 1024, @@ -133643,7 +136869,7 @@ "fileName": "treetable/index.d.ts", "line": 476, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L476" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L476" } ], "type": { @@ -133652,7 +136878,7 @@ } }, { - "id": 3770, + "id": 3860, "name": "borderRadius", "variant": "declaration", "kind": 1024, @@ -133683,7 +136909,7 @@ "fileName": "treetable/index.d.ts", "line": 482, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L482" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L482" } ], "type": { @@ -133692,7 +136918,7 @@ } }, { - "id": 3771, + "id": 3861, "name": "focusRing", "variant": "declaration", "kind": 1024, @@ -133712,20 +136938,20 @@ "fileName": "treetable/index.d.ts", "line": 486, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L486" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L486" } ], "type": { "type": "reflection", "declaration": { - "id": 3772, + "id": 3862, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3773, + "id": 3863, "name": "width", "variant": "declaration", "kind": 1024, @@ -133756,7 +136982,7 @@ "fileName": "treetable/index.d.ts", "line": 492, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L492" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L492" } ], "type": { @@ -133765,7 +136991,7 @@ } }, { - "id": 3774, + "id": 3864, "name": "style", "variant": "declaration", "kind": 1024, @@ -133796,7 +137022,7 @@ "fileName": "treetable/index.d.ts", "line": 498, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L498" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L498" } ], "type": { @@ -133805,7 +137031,7 @@ } }, { - "id": 3775, + "id": 3865, "name": "color", "variant": "declaration", "kind": 1024, @@ -133836,7 +137062,7 @@ "fileName": "treetable/index.d.ts", "line": 504, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L504" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L504" } ], "type": { @@ -133845,7 +137071,7 @@ } }, { - "id": 3776, + "id": 3866, "name": "offset", "variant": "declaration", "kind": 1024, @@ -133876,7 +137102,7 @@ "fileName": "treetable/index.d.ts", "line": 510, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L510" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L510" } ], "type": { @@ -133885,7 +137111,7 @@ } }, { - "id": 3777, + "id": 3867, "name": "shadow", "variant": "declaration", "kind": 1024, @@ -133916,7 +137142,7 @@ "fileName": "treetable/index.d.ts", "line": 516, "character": 12, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L516" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L516" } ], "type": { @@ -133929,11 +137155,11 @@ { "title": "Properties", "children": [ - 3773, - 3774, - 3775, - 3776, - 3777 + 3863, + 3864, + 3865, + 3866, + 3867 ] } ], @@ -133942,7 +137168,7 @@ "fileName": "treetable/index.d.ts", "line": 486, "character": 20, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L486" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L486" } ] } @@ -133953,14 +137179,14 @@ { "title": "Properties", "children": [ - 3764, - 3765, - 3766, - 3767, - 3768, - 3769, - 3770, - 3771 + 3854, + 3855, + 3856, + 3857, + 3858, + 3859, + 3860, + 3861 ] } ], @@ -133969,14 +137195,14 @@ "fileName": "treetable/index.d.ts", "line": 440, "character": 23, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L440" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L440" } ] } } }, { - "id": 3778, + "id": 3868, "name": "paginatorTop", "variant": "declaration", "kind": 1024, @@ -133996,20 +137222,20 @@ "fileName": "treetable/index.d.ts", "line": 522, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L522" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L522" } ], "type": { "type": "reflection", "declaration": { - "id": 3779, + "id": 3869, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3780, + "id": 3870, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -134040,7 +137266,7 @@ "fileName": "treetable/index.d.ts", "line": 528, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L528" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L528" } ], "type": { @@ -134049,7 +137275,7 @@ } }, { - "id": 3781, + "id": 3871, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -134080,7 +137306,7 @@ "fileName": "treetable/index.d.ts", "line": 534, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L534" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L534" } ], "type": { @@ -134093,8 +137319,8 @@ { "title": "Properties", "children": [ - 3780, - 3781 + 3870, + 3871 ] } ], @@ -134103,14 +137329,14 @@ "fileName": "treetable/index.d.ts", "line": 522, "character": 19, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L522" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L522" } ] } } }, { - "id": 3782, + "id": 3872, "name": "paginatorBottom", "variant": "declaration", "kind": 1024, @@ -134130,20 +137356,20 @@ "fileName": "treetable/index.d.ts", "line": 539, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L539" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L539" } ], "type": { "type": "reflection", "declaration": { - "id": 3783, + "id": 3873, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3784, + "id": 3874, "name": "borderColor", "variant": "declaration", "kind": 1024, @@ -134174,7 +137400,7 @@ "fileName": "treetable/index.d.ts", "line": 545, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L545" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L545" } ], "type": { @@ -134183,7 +137409,7 @@ } }, { - "id": 3785, + "id": 3875, "name": "borderWidth", "variant": "declaration", "kind": 1024, @@ -134214,7 +137440,7 @@ "fileName": "treetable/index.d.ts", "line": 551, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L551" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L551" } ], "type": { @@ -134227,8 +137453,8 @@ { "title": "Properties", "children": [ - 3784, - 3785 + 3874, + 3875 ] } ], @@ -134237,7 +137463,7 @@ "fileName": "treetable/index.d.ts", "line": 539, "character": 22, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L539" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L539" } ] } @@ -134248,23 +137474,23 @@ { "title": "Properties", "children": [ - 3786, - 3674, - 3678, - 3685, - 3703, - 3706, - 3721, - 3727, - 3733, - 3736, - 3743, - 3751, - 3755, - 3759, - 3762, - 3778, - 3782 + 3876, + 3764, + 3768, + 3775, + 3793, + 3796, + 3811, + 3817, + 3823, + 3826, + 3833, + 3841, + 3845, + 3849, + 3852, + 3868, + 3872 ] } ], @@ -134273,17 +137499,17 @@ "fileName": "treetable/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3673, + "target": 3763, "name": "TreeTableDesignTokens", "package": "primeng" } @@ -134298,7 +137524,7 @@ { "title": "Interfaces", "children": [ - 3673 + 3763 ] } ], @@ -134307,12 +137533,12 @@ "fileName": "treetable/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/treetable/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/treetable/index.d.ts#L1" } ] }, { - "id": 3790, + "id": 3880, "name": "themes/scroller", "variant": "declaration", "kind": 2, @@ -134327,14 +137553,14 @@ }, "children": [ { - "id": 3791, + "id": 3881, "name": "VirtualScrollerDesignTokens", "variant": "declaration", "kind": 256, "flags": {}, "children": [ { - "id": 3799, + "id": 3889, "name": "colorScheme", "variant": "declaration", "kind": 1024, @@ -134346,20 +137572,20 @@ "fileName": "index.d.ts", "line": 9, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ], "type": { "type": "reflection", "declaration": { - "id": 3800, + "id": 3890, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3801, + "id": 3891, "name": "light", "variant": "declaration", "kind": 1024, @@ -134371,7 +137597,7 @@ "fileName": "index.d.ts", "line": 10, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L10" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L10" } ], "type": { @@ -134383,7 +137609,7 @@ "typeArguments": [ { "type": "reference", - "target": 3791, + "target": 3881, "name": "VirtualScrollerDesignTokens", "package": "primeng" }, @@ -134397,7 +137623,7 @@ } }, { - "id": 3802, + "id": 3892, "name": "dark", "variant": "declaration", "kind": 1024, @@ -134409,7 +137635,7 @@ "fileName": "index.d.ts", "line": 11, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L11" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L11" } ], "type": { @@ -134421,7 +137647,7 @@ "typeArguments": [ { "type": "reference", - "target": 3791, + "target": 3881, "name": "VirtualScrollerDesignTokens", "package": "primeng" }, @@ -134439,8 +137665,8 @@ { "title": "Properties", "children": [ - 3801, - 3802 + 3891, + 3892 ] } ], @@ -134449,19 +137675,19 @@ "fileName": "index.d.ts", "line": 9, "character": 18, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/index.d.ts#L9" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/index.d.ts#L9" } ] } }, "inheritedFrom": { "type": "reference", - "target": 1605, + "target": 1635, "name": "ColorSchemeDesignToken.colorScheme" } }, { - "id": 3792, + "id": 3882, "name": "loaderMask", "variant": "declaration", "kind": 1024, @@ -134481,20 +137707,20 @@ "fileName": "virtualscroller/index.d.ts", "line": 17, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/virtualscroller/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/virtualscroller/index.d.ts#L17" } ], "type": { "type": "reflection", "declaration": { - "id": 3793, + "id": 3883, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3794, + "id": 3884, "name": "background", "variant": "declaration", "kind": 1024, @@ -134525,7 +137751,7 @@ "fileName": "virtualscroller/index.d.ts", "line": 23, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/virtualscroller/index.d.ts#L23" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/virtualscroller/index.d.ts#L23" } ], "type": { @@ -134534,7 +137760,7 @@ } }, { - "id": 3795, + "id": 3885, "name": "color", "variant": "declaration", "kind": 1024, @@ -134565,7 +137791,7 @@ "fileName": "virtualscroller/index.d.ts", "line": 29, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/virtualscroller/index.d.ts#L29" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/virtualscroller/index.d.ts#L29" } ], "type": { @@ -134578,8 +137804,8 @@ { "title": "Properties", "children": [ - 3794, - 3795 + 3884, + 3885 ] } ], @@ -134588,14 +137814,14 @@ "fileName": "virtualscroller/index.d.ts", "line": 17, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/virtualscroller/index.d.ts#L17" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/virtualscroller/index.d.ts#L17" } ] } } }, { - "id": 3796, + "id": 3886, "name": "loaderIcon", "variant": "declaration", "kind": 1024, @@ -134615,20 +137841,20 @@ "fileName": "virtualscroller/index.d.ts", "line": 34, "character": 4, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/virtualscroller/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/virtualscroller/index.d.ts#L34" } ], "type": { "type": "reflection", "declaration": { - "id": 3797, + "id": 3887, "name": "__type", "variant": "declaration", "kind": 65536, "flags": {}, "children": [ { - "id": 3798, + "id": 3888, "name": "size", "variant": "declaration", "kind": 1024, @@ -134659,7 +137885,7 @@ "fileName": "virtualscroller/index.d.ts", "line": 40, "character": 8, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/virtualscroller/index.d.ts#L40" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/virtualscroller/index.d.ts#L40" } ], "type": { @@ -134672,7 +137898,7 @@ { "title": "Properties", "children": [ - 3798 + 3888 ] } ], @@ -134681,7 +137907,7 @@ "fileName": "virtualscroller/index.d.ts", "line": 34, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/virtualscroller/index.d.ts#L34" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/virtualscroller/index.d.ts#L34" } ] } @@ -134692,9 +137918,9 @@ { "title": "Properties", "children": [ - 3799, - 3792, - 3796 + 3889, + 3882, + 3886 ] } ], @@ -134703,17 +137929,17 @@ "fileName": "virtualscroller/index.d.ts", "line": 13, "character": 17, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/virtualscroller/index.d.ts#L13" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/virtualscroller/index.d.ts#L13" } ], "extendedTypes": [ { "type": "reference", - "target": 1604, + "target": 1634, "typeArguments": [ { "type": "reference", - "target": 3791, + "target": 3881, "name": "VirtualScrollerDesignTokens", "package": "primeng" } @@ -134728,7 +137954,7 @@ { "title": "Interfaces", "children": [ - 3791 + 3881 ] } ], @@ -134737,7 +137963,7 @@ "fileName": "virtualscroller/index.d.ts", "line": 1, "character": 0, - "url": "https://github.com/primefaces/primeng/blob/920f8343a1f9ee9510dfe0299a8c9664213e388c/src/app/components/themes/types/virtualscroller/index.d.ts#L1" + "url": "https://github.com/primefaces/primeng/blob/531bd3ed586e024c5744d9cff70292e64a6b3703/src/app/components/themes/types/virtualscroller/index.d.ts#L1" } ] } @@ -134748,91 +137974,91 @@ "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, + 151, + 178, + 238, + 247, + 279, + 537, + 563, + 594, + 672, + 712, + 746, + 776, + 789, + 816, + 861, + 1036, + 1080, + 1205, + 1233, + 1260, + 1284, + 1307, + 1335, + 1372, + 1412, + 1451, + 1463, + 1576, + 1585, + 1633, + 1711, + 1764, + 1786, + 1822, + 1836, + 1859, + 1902, + 1927, + 1986, + 2068, + 2107, + 2173, + 2286, + 2313, + 2401, + 2413, + 2456, + 2468, + 2506, + 2538, + 2583, 2613, 2625, - 2663, - 2679, - 2688, - 2709, - 2786, - 2796, - 2807, - 2846, - 2856, - 2867, - 2894, + 2643, + 2662, + 2674, + 2712, + 2735, + 2744, + 2765, + 2843, + 2853, + 2864, + 2903, + 2913, + 2924, 2951, - 2992, - 3039, - 3107, - 3137, - 3182, - 3202, - 3233, - 3281, - 3317, - 3451, - 3495, - 3537, - 3551, + 3008, + 3049, + 3096, + 3164, + 3194, + 3239, + 3259, + 3301, + 3352, + 3388, + 3522, 3566, - 3621, - 3672, - 3790 + 3612, + 3626, + 3641, + 3696, + 3762, + 3880 ] } ], @@ -134841,7 +138067,7 @@ "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\n\nVisit the [PrimeNG Website](https://v18.primeng.org) for general information, demos and documentation." + "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": { @@ -135095,911 +138321,911 @@ }, "63": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.filledFocusBackground" + "qualifiedName": "__type.filledHoverBackground" }, "64": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.filledFocusBackground" }, "65": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.borderColor" }, "66": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.focusBorderColor" + "qualifiedName": "__type.hoverBorderColor" }, "67": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.invalidBorderColor" + "qualifiedName": "__type.focusBorderColor" }, "68": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.invalidBorderColor" }, "69": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.disabledColor" + "qualifiedName": "__type.color" }, "70": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.placeholderColor" + "qualifiedName": "__type.disabledColor" }, "71": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.placeholderColor" }, "72": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.paddingX" + "qualifiedName": "__type.invalidPlaceholderColor" }, "73": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.paddingY" + "qualifiedName": "__type.shadow" }, "74": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.borderRadius" + "qualifiedName": "__type.paddingX" }, "75": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type.paddingY" }, "76": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.borderRadius" }, "77": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.width" + "qualifiedName": "__type.focusRing" }, "78": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.style" + "qualifiedName": "__type" }, "79": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.width" }, "80": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.offset" + "qualifiedName": "__type.style" }, "81": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.color" }, "82": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.transitionDuration" + "qualifiedName": "__type.offset" }, "83": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "AutoCompleteDesignTokens.overlay" + "qualifiedName": "__type.shadow" }, "84": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.transitionDuration" }, "85": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "AutoCompleteDesignTokens.overlay" }, "86": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type" }, "87": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.borderRadius" + "qualifiedName": "__type.background" }, "88": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.borderColor" }, "89": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.borderRadius" }, "90": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "AutoCompleteDesignTokens.list" + "qualifiedName": "__type.color" }, "91": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.shadow" }, "92": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.padding" + "qualifiedName": "AutoCompleteDesignTokens.list" }, "93": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.gap" + "qualifiedName": "__type" }, "94": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "AutoCompleteDesignTokens.option" + "qualifiedName": "__type.padding" }, "95": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.gap" }, "96": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.focusBackground" + "qualifiedName": "AutoCompleteDesignTokens.option" }, "97": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.selectedBackground" + "qualifiedName": "__type" }, "98": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.selectedFocusBackground" + "qualifiedName": "__type.focusBackground" }, "99": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.selectedBackground" }, "100": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.focusColor" + "qualifiedName": "__type.selectedFocusBackground" }, "101": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.selectedColor" + "qualifiedName": "__type.color" }, "102": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.selectedFocusColor" + "qualifiedName": "__type.focusColor" }, "103": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.padding" + "qualifiedName": "__type.selectedColor" }, "104": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.borderRadius" + "qualifiedName": "__type.selectedFocusColor" }, "105": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "AutoCompleteDesignTokens.optionGroup" + "qualifiedName": "__type.padding" }, "106": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.borderRadius" }, "107": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "AutoCompleteDesignTokens.optionGroup" }, "108": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "109": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.fontWeight" + "qualifiedName": "__type.background" }, "110": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.padding" + "qualifiedName": "__type.color" }, "111": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "AutoCompleteDesignTokens.dropdown" + "qualifiedName": "__type.fontWeight" }, "112": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.padding" }, "113": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.width" + "qualifiedName": "AutoCompleteDesignTokens.dropdown" }, "114": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type" }, "115": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.width" }, "116": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.activeBorderColor" + "qualifiedName": "__type.sm" }, "117": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.borderRadius" + "qualifiedName": "__type" }, "118": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type.width" }, "119": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.lg" }, "120": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.width" + "qualifiedName": "__type" }, "121": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.style" + "qualifiedName": "__type.width" }, "122": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.borderColor" }, "123": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.offset" + "qualifiedName": "__type.hoverBorderColor" }, "124": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.activeBorderColor" }, "125": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.borderRadius" }, "126": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.focusRing" }, "127": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type" }, "128": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.width" }, "129": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.style" }, "130": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.color" }, "131": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "AutoCompleteDesignTokens.chip" + "qualifiedName": "__type.offset" }, "132": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.shadow" }, "133": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.borderRadius" + "qualifiedName": "__type.background" }, "134": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "AutoCompleteDesignTokens.emptyMessage" + "qualifiedName": "__type.hoverBackground" }, "135": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.activeBackground" }, "136": { "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", - "qualifiedName": "__type.padding" + "qualifiedName": "__type.color" }, "137": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "__type.hoverColor" + }, + "138": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "__type.activeColor" + }, + "139": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "AutoCompleteDesignTokens.chip" + }, + "140": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "__type" + }, + "141": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "__type.borderRadius" + }, + "142": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "__type.focusBackground" + }, + "143": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "__type.focusColor" + }, + "144": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "AutoCompleteDesignTokens.emptyMessage" + }, + "145": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "__type" + }, + "146": { + "sourceFileName": "src/app/components/themes/types/autocomplete/index.d.ts", + "qualifiedName": "__type.padding" + }, + "147": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "138": { + "148": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "139": { + "149": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "140": { + "150": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "141": { + "151": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "" }, - "142": { + "152": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "AvatarDesignTokens" }, - "143": { + "153": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "AvatarDesignTokens.root" }, - "144": { + "154": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type" }, - "145": { + "155": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.width" }, - "146": { + "156": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.height" }, - "147": { + "157": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.fontSize" }, - "148": { + "158": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.background" }, - "149": { + "159": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "150": { + "160": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "AvatarDesignTokens.group" }, - "151": { + "161": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type" }, - "152": { + "162": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.borderColor" }, - "153": { + "163": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.offset" }, - "154": { + "164": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "AvatarDesignTokens.lg" }, - "155": { + "165": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type" }, - "156": { + "166": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.width" }, - "157": { + "167": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.height" }, - "158": { + "168": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.fontSize" }, - "159": { + "169": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "AvatarDesignTokens.xl" }, - "160": { + "170": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type" }, - "161": { + "171": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.width" }, - "162": { + "172": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.height" }, - "163": { + "173": { "sourceFileName": "src/app/components/themes/types/avatar/index.d.ts", "qualifiedName": "__type.fontSize" }, - "164": { + "174": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "165": { + "175": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "166": { + "176": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "167": { + "177": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "168": { + "178": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "" }, - "169": { + "179": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens" }, - "170": { + "180": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.root" }, - "171": { + "181": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "172": { + "182": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "173": { + "183": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.padding" }, - "174": { + "184": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.fontSize" }, - "175": { + "185": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "176": { + "186": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.minWidth" }, - "177": { + "187": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.height" }, - "178": { + "188": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.dot" }, - "179": { + "189": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "180": { + "190": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.size" }, - "181": { + "191": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.sm" }, - "182": { + "192": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "183": { + "193": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.fontSize" }, - "184": { + "194": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.minWidth" }, - "185": { + "195": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.height" }, - "186": { + "196": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.lg" }, - "187": { + "197": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "188": { + "198": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.fontSize" }, - "189": { + "199": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.minWidth" }, - "190": { + "200": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.height" }, - "191": { + "201": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.xl" }, - "192": { + "202": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "193": { + "203": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.fontSize" }, - "194": { + "204": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.minWidth" }, - "195": { + "205": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.height" }, - "196": { + "206": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.primary" }, - "197": { + "207": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "198": { + "208": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.background" }, - "199": { + "209": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.color" }, - "200": { + "210": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.secondary" }, - "201": { + "211": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "202": { + "212": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.background" }, - "203": { + "213": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.color" }, - "204": { + "214": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.success" }, - "205": { + "215": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "206": { + "216": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.background" }, - "207": { + "217": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.color" }, - "208": { + "218": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.info" }, - "209": { + "219": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "210": { + "220": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.background" }, - "211": { + "221": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.color" }, - "212": { + "222": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.warn" }, - "213": { + "223": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "214": { + "224": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.background" }, - "215": { + "225": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.color" }, - "216": { + "226": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.danger" }, - "217": { + "227": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "218": { + "228": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.background" }, - "219": { + "229": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.color" }, - "220": { + "230": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "BadgeDesignTokens.contrast" }, - "221": { + "231": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type" }, - "222": { + "232": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.background" }, - "223": { + "233": { "sourceFileName": "src/app/components/themes/types/badge/index.d.ts", "qualifiedName": "__type.color" }, - "224": { + "234": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "225": { + "235": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "226": { + "236": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "227": { + "237": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "228": { + "238": { "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts", "qualifiedName": "" }, - "229": { + "239": { "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts", "qualifiedName": "BlockUIDesignTokens" }, - "230": { + "240": { "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts", "qualifiedName": "BlockUIDesignTokens.root" }, - "231": { + "241": { "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts", "qualifiedName": "__type" }, - "232": { + "242": { "sourceFileName": "src/app/components/themes/types/blockui/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "233": { + "243": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "234": { + "244": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "235": { + "245": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "236": { + "246": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "237": { + "247": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "" }, - "238": { + "248": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "BreadcrumbDesignTokens" }, - "239": { + "249": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "BreadcrumbDesignTokens.root" }, - "240": { + "250": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type" }, - "241": { + "251": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.padding" }, - "242": { + "252": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.background" }, - "243": { + "253": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.gap" }, - "244": { + "254": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "245": { + "255": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "BreadcrumbDesignTokens.item" }, - "246": { + "256": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type" }, - "247": { + "257": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.color" }, - "248": { + "258": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "249": { + "259": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "250": { + "260": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.gap" }, - "251": { + "261": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.icon" }, - "252": { + "262": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type" }, - "253": { + "263": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.color" }, - "254": { + "264": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "255": { + "265": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.focusRing" }, - "256": { + "266": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type" }, - "257": { + "267": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.width" }, - "258": { + "268": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.style" }, - "259": { + "269": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.color" }, - "260": { + "270": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.offset" }, - "261": { + "271": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.shadow" }, - "262": { + "272": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "BreadcrumbDesignTokens.separator" }, - "263": { + "273": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type" }, - "264": { + "274": { "sourceFileName": "src/app/components/themes/types/breadcrumb/index.d.ts", "qualifiedName": "__type.color" }, - "265": { + "275": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "266": { + "276": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "267": { + "277": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "268": { + "278": { "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" + "qualifiedName": "" }, "280": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "ButtonDesignTokens" }, "281": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.fontSize" + "qualifiedName": "ButtonDesignTokens.root" }, "282": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.paddingX" + "qualifiedName": "__type" }, "283": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.paddingY" + "qualifiedName": "__type.borderRadius" }, "284": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.lg" + "qualifiedName": "__type.roundedBorderRadius" }, "285": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.gap" }, "286": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.fontSize" + "qualifiedName": "__type.paddingX" }, "287": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.paddingX" + "qualifiedName": "__type.paddingY" }, "288": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.paddingY" + "qualifiedName": "__type.iconOnlyWidth" }, "289": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.label" + "qualifiedName": "__type.sm" }, "290": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136007,131 +139233,131 @@ }, "291": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.fontWeight" + "qualifiedName": "__type.fontSize" }, "292": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.raisedShadow" + "qualifiedName": "__type.paddingX" }, "293": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type.paddingY" }, "294": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.lg" }, "295": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.width" + "qualifiedName": "__type" }, "296": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.style" + "qualifiedName": "__type.fontSize" }, "297": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.offset" + "qualifiedName": "__type.paddingX" }, "298": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.badgeSize" + "qualifiedName": "__type.paddingY" }, "299": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.transitionDuration" + "qualifiedName": "__type.label" }, "300": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.primary" + "qualifiedName": "__type" }, "301": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.fontWeight" }, "302": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.raisedShadow" }, "303": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.focusRing" }, "304": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type" }, "305": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.width" }, "306": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.style" }, "307": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBorderColor" + "qualifiedName": "__type.offset" }, "308": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.badgeSize" }, "309": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.transitionDuration" }, "310": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.primary" }, "311": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type" }, "312": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.background" }, "313": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "314": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.activeBackground" }, "315": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.secondary" + "qualifiedName": "__type.borderColor" }, "316": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hoverBorderColor" }, "317": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.activeBorderColor" }, "318": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.color" }, "319": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.hoverColor" }, "320": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.activeColor" }, "321": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.focusRing" }, "322": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBorderColor" + "qualifiedName": "__type" }, "323": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136139,59 +139365,59 @@ }, "324": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.shadow" }, "325": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.secondary" }, "326": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type" }, "327": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.background" }, "328": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "329": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.activeBackground" }, "330": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.info" + "qualifiedName": "__type.borderColor" }, "331": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hoverBorderColor" }, "332": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.activeBorderColor" }, "333": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.color" }, "334": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.hoverColor" }, "335": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.activeColor" }, "336": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.focusRing" }, "337": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBorderColor" + "qualifiedName": "__type" }, "338": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136199,59 +139425,59 @@ }, "339": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.shadow" }, "340": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.info" }, "341": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type" }, "342": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.background" }, "343": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "344": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.activeBackground" }, "345": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.success" + "qualifiedName": "__type.borderColor" }, "346": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hoverBorderColor" }, "347": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.activeBorderColor" }, "348": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.color" }, "349": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.hoverColor" }, "350": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.activeColor" }, "351": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.focusRing" }, "352": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBorderColor" + "qualifiedName": "__type" }, "353": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136259,59 +139485,59 @@ }, "354": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.shadow" }, "355": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.success" }, "356": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type" }, "357": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.background" }, "358": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "359": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.activeBackground" }, "360": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.warn" + "qualifiedName": "__type.borderColor" }, "361": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hoverBorderColor" }, "362": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.activeBorderColor" }, "363": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.color" }, "364": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.hoverColor" }, "365": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.activeColor" }, "366": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.focusRing" }, "367": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBorderColor" + "qualifiedName": "__type" }, "368": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136319,59 +139545,59 @@ }, "369": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.shadow" }, "370": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.warn" }, "371": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type" }, "372": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.background" }, "373": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "374": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.activeBackground" }, "375": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.help" + "qualifiedName": "__type.borderColor" }, "376": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hoverBorderColor" }, "377": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.activeBorderColor" }, "378": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.color" }, "379": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.hoverColor" }, "380": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.activeColor" }, "381": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.focusRing" }, "382": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBorderColor" + "qualifiedName": "__type" }, "383": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136379,59 +139605,59 @@ }, "384": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.shadow" }, "385": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.help" }, "386": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type" }, "387": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.background" }, "388": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "389": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.activeBackground" }, "390": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.danger" + "qualifiedName": "__type.borderColor" }, "391": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hoverBorderColor" }, "392": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.activeBorderColor" }, "393": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.color" }, "394": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.hoverColor" }, "395": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.activeColor" }, "396": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.focusRing" }, "397": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBorderColor" + "qualifiedName": "__type" }, "398": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136439,59 +139665,59 @@ }, "399": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.shadow" }, "400": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.danger" }, "401": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type" }, "402": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.background" }, "403": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "404": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.activeBackground" }, "405": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.contrast" + "qualifiedName": "__type.borderColor" }, "406": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hoverBorderColor" }, "407": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.activeBorderColor" }, "408": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.color" }, "409": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.hoverColor" }, "410": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.activeColor" }, "411": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBorderColor" + "qualifiedName": "__type.focusRing" }, "412": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBorderColor" + "qualifiedName": "__type" }, "413": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136499,303 +139725,303 @@ }, "414": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.shadow" }, "415": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.contrast" }, "416": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.focusRing" + "qualifiedName": "__type" }, "417": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.background" }, "418": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "419": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.shadow" + "qualifiedName": "__type.activeBackground" }, "420": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "ButtonDesignTokens.outlined" + "qualifiedName": "__type.borderColor" }, "421": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.hoverBorderColor" }, "422": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.primary" + "qualifiedName": "__type.activeBorderColor" }, "423": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.color" }, "424": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.hoverColor" }, "425": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.activeColor" }, "426": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.focusRing" }, "427": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "428": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.secondary" + "qualifiedName": "__type.color" }, "429": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.shadow" }, "430": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "ButtonDesignTokens.outlined" }, "431": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type" }, "432": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.primary" }, "433": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "434": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.success" + "qualifiedName": "__type.hoverBackground" }, "435": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.activeBackground" }, "436": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.borderColor" }, "437": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.color" }, "438": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.secondary" }, "439": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "440": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.info" + "qualifiedName": "__type.hoverBackground" }, "441": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.activeBackground" }, "442": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.borderColor" }, "443": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.color" }, "444": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.success" }, "445": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "446": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.warn" + "qualifiedName": "__type.hoverBackground" }, "447": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.activeBackground" }, "448": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.borderColor" }, "449": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.color" }, "450": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.info" }, "451": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "452": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.help" + "qualifiedName": "__type.hoverBackground" }, "453": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.activeBackground" }, "454": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.borderColor" }, "455": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.color" }, "456": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.warn" }, "457": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "458": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.danger" + "qualifiedName": "__type.hoverBackground" }, "459": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.activeBackground" }, "460": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.borderColor" }, "461": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.color" }, "462": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.help" }, "463": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "464": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.contrast" + "qualifiedName": "__type.hoverBackground" }, "465": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.activeBackground" }, "466": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.borderColor" }, "467": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.color" }, "468": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.danger" }, "469": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "470": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.plain" + "qualifiedName": "__type.hoverBackground" }, "471": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.activeBackground" }, "472": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.borderColor" }, "473": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type.color" }, "474": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.borderColor" + "qualifiedName": "__type.contrast" }, "475": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "476": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "ButtonDesignTokens.text" + "qualifiedName": "__type.hoverBackground" }, "477": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.activeBackground" }, "478": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.primary" + "qualifiedName": "__type.borderColor" }, "479": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.color" }, "480": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.plain" }, "481": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "__type" }, "482": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "483": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.secondary" + "qualifiedName": "__type.activeBackground" }, "484": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type" + "qualifiedName": "__type.borderColor" }, "485": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverBackground" + "qualifiedName": "__type.color" }, "486": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeBackground" + "qualifiedName": "ButtonDesignTokens.text" }, "487": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type" }, "488": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.success" + "qualifiedName": "__type.primary" }, "489": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136815,7 +140041,7 @@ }, "493": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.info" + "qualifiedName": "__type.secondary" }, "494": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136835,7 +140061,7 @@ }, "498": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.warn" + "qualifiedName": "__type.success" }, "499": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136855,7 +140081,7 @@ }, "503": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.help" + "qualifiedName": "__type.info" }, "504": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136875,7 +140101,7 @@ }, "508": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.danger" + "qualifiedName": "__type.warn" }, "509": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136895,7 +140121,7 @@ }, "513": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.plain" + "qualifiedName": "__type.help" }, "514": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136915,7 +140141,7 @@ }, "518": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "ButtonDesignTokens.link" + "qualifiedName": "__type.danger" }, "519": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", @@ -136923,13125 +140149,13485 @@ }, "520": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.color" + "qualifiedName": "__type.hoverBackground" }, "521": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.hoverColor" + "qualifiedName": "__type.activeBackground" }, "522": { "sourceFileName": "src/app/components/themes/types/button/index.d.ts", - "qualifiedName": "__type.activeColor" + "qualifiedName": "__type.color" }, "523": { - "sourceFileName": "src/app/components/themes/types/index.d.ts", - "qualifiedName": "ColorSchemeDesignToken.colorScheme" + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", + "qualifiedName": "__type.plain" }, "524": { - "sourceFileName": "src/app/components/themes/types/index.d.ts", + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", "qualifiedName": "__type" }, "525": { - "sourceFileName": "src/app/components/themes/types/index.d.ts", - "qualifiedName": "__type.light" + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", + "qualifiedName": "__type.hoverBackground" }, "526": { - "sourceFileName": "src/app/components/themes/types/index.d.ts", - "qualifiedName": "__type.dark" + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", + "qualifiedName": "__type.activeBackground" }, "527": { - "sourceFileName": "src/app/components/themes/types/card/index.d.ts", - "qualifiedName": "" + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", + "qualifiedName": "__type.color" }, "528": { - "sourceFileName": "src/app/components/themes/types/card/index.d.ts", - "qualifiedName": "CardDesignTokens" + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", + "qualifiedName": "ButtonDesignTokens.link" }, "529": { - "sourceFileName": "src/app/components/themes/types/card/index.d.ts", - "qualifiedName": "CardDesignTokens.root" + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", + "qualifiedName": "__type" }, "530": { - "sourceFileName": "src/app/components/themes/types/card/index.d.ts", - "qualifiedName": "__type" + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", + "qualifiedName": "__type.color" }, "531": { + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", + "qualifiedName": "__type.hoverColor" + }, + "532": { + "sourceFileName": "src/app/components/themes/types/button/index.d.ts", + "qualifiedName": "__type.activeColor" + }, + "533": { + "sourceFileName": "src/app/components/themes/types/index.d.ts", + "qualifiedName": "ColorSchemeDesignToken.colorScheme" + }, + "534": { + "sourceFileName": "src/app/components/themes/types/index.d.ts", + "qualifiedName": "__type" + }, + "535": { + "sourceFileName": "src/app/components/themes/types/index.d.ts", + "qualifiedName": "__type.light" + }, + "536": { + "sourceFileName": "src/app/components/themes/types/index.d.ts", + "qualifiedName": "__type.dark" + }, + "537": { + "sourceFileName": "src/app/components/themes/types/card/index.d.ts", + "qualifiedName": "" + }, + "538": { + "sourceFileName": "src/app/components/themes/types/card/index.d.ts", + "qualifiedName": "CardDesignTokens" + }, + "539": { + "sourceFileName": "src/app/components/themes/types/card/index.d.ts", + "qualifiedName": "CardDesignTokens.root" + }, + "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.background" }, - "532": { + "542": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "533": { + "543": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type.color" }, - "534": { + "544": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type.shadow" }, - "535": { + "545": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "CardDesignTokens.body" }, - "536": { + "546": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type" }, - "537": { + "547": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type.padding" }, - "538": { + "548": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type.gap" }, - "539": { + "549": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "CardDesignTokens.caption" }, - "540": { + "550": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type" }, - "541": { + "551": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type.gap" }, - "542": { + "552": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "CardDesignTokens.title" }, - "543": { + "553": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type" }, - "544": { + "554": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type.fontSize" }, - "545": { + "555": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "546": { + "556": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "CardDesignTokens.subtitle" }, - "547": { + "557": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type" }, - "548": { + "558": { "sourceFileName": "src/app/components/themes/types/card/index.d.ts", "qualifiedName": "__type.color" }, - "549": { + "559": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "550": { + "560": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "551": { + "561": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "552": { + "562": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "553": { + "563": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "" }, - "554": { + "564": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "CarouselDesignTokens" }, - "555": { + "565": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "CarouselDesignTokens.root" }, - "556": { + "566": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type" }, - "557": { + "567": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "558": { + "568": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "CarouselDesignTokens.content" }, - "559": { + "569": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type" }, - "560": { + "570": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.gap" }, - "561": { + "571": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "CarouselDesignTokens.indicatorList" }, - "562": { + "572": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type" }, - "563": { + "573": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.padding" }, - "564": { + "574": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.gap" }, - "565": { + "575": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "CarouselDesignTokens.indicator" }, - "566": { + "576": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type" }, - "567": { + "577": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.width" }, - "568": { + "578": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.height" }, - "569": { + "579": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "570": { + "580": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.focusRing" }, - "571": { + "581": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type" }, - "572": { + "582": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.width" }, - "573": { + "583": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.style" }, - "574": { + "584": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.color" }, - "575": { + "585": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.offset" }, - "576": { + "586": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.shadow" }, - "577": { + "587": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.background" }, - "578": { + "588": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "579": { + "589": { "sourceFileName": "src/app/components/themes/types/carousel/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "580": { + "590": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "581": { + "591": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "582": { + "592": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "583": { + "593": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "584": { + "594": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "" }, - "585": { + "595": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "CascadeSelectDesignTokens" }, - "586": { + "596": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "CascadeSelectDesignTokens.root" }, - "587": { + "597": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type" }, - "588": { + "598": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.background" }, - "589": { + "599": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "590": { + "600": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.filledBackground" }, - "591": { + "601": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.filledHoverBackground" + }, + "602": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.filledFocusBackground" }, - "592": { + "603": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.borderColor" }, - "593": { + "604": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "594": { + "605": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "595": { + "606": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "596": { + "607": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.color" }, - "597": { + "608": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "598": { + "609": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.placeholderColor" }, - "599": { + "610": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.invalidPlaceholderColor" + }, + "611": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.shadow" }, - "600": { + "612": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.paddingX" }, - "601": { + "613": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.paddingY" }, - "602": { + "614": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "603": { + "615": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.focusRing" }, - "604": { + "616": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type" }, - "605": { + "617": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.width" }, - "606": { + "618": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.style" }, - "607": { + "619": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.color" }, - "608": { + "620": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.offset" }, - "609": { + "621": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.shadow" }, - "610": { + "622": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "611": { + "623": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.sm" + }, + "624": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type" + }, + "625": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.fontSize" + }, + "626": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.paddingX" + }, + "627": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.paddingY" + }, + "628": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.lg" + }, + "629": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type" + }, + "630": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.fontSize" + }, + "631": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.paddingX" + }, + "632": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.paddingY" + }, + "633": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "CascadeSelectDesignTokens.dropdown" }, - "612": { + "634": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type" }, - "613": { + "635": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.width" }, - "614": { + "636": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.color" }, - "615": { + "637": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "CascadeSelectDesignTokens.overlay" }, - "616": { + "638": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type" }, - "617": { + "639": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.background" }, - "618": { + "640": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.borderColor" }, - "619": { + "641": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "620": { + "642": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.color" }, - "621": { + "643": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.shadow" }, - "622": { + "644": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "CascadeSelectDesignTokens.list" }, - "623": { + "645": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type" }, - "624": { + "646": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.padding" }, - "625": { + "647": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.gap" }, - "626": { + "648": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.mobileIndent" + }, + "649": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "CascadeSelectDesignTokens.option" }, - "627": { + "650": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type" }, - "628": { + "651": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "629": { + "652": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "630": { + "653": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.selectedFocusBackground" }, - "631": { + "654": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.color" }, - "632": { + "655": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.focusColor" }, - "633": { + "656": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "634": { + "657": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.selectedFocusColor" }, - "635": { + "658": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.padding" }, - "636": { + "659": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "637": { + "660": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.icon" }, - "638": { + "661": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type" }, - "639": { + "662": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.color" }, - "640": { + "663": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.focusColor" }, - "641": { + "664": { "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", "qualifiedName": "__type.size" }, - "642": { + "665": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "CascadeSelectDesignTokens.clearIcon" + }, + "666": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type" + }, + "667": { + "sourceFileName": "src/app/components/themes/types/cascadeselect/index.d.ts", + "qualifiedName": "__type.color" + }, + "668": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "643": { + "669": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "644": { + "670": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "645": { + "671": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "646": { + "672": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "" }, - "647": { + "673": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "CheckboxDesignTokens" }, - "648": { + "674": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "CheckboxDesignTokens.root" }, - "649": { + "675": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type" }, - "650": { + "676": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "651": { + "677": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.width" }, - "652": { + "678": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.height" }, - "653": { + "679": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.background" }, - "654": { + "680": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.checkedBackground" }, - "655": { + "681": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.checkedHoverBackground" }, - "656": { + "682": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "657": { + "683": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.filledBackground" }, - "658": { + "684": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.borderColor" }, - "659": { + "685": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "660": { + "686": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "661": { + "687": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.checkedBorderColor" }, - "662": { + "688": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.checkedHoverBorderColor" }, - "663": { + "689": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.checkedFocusBorderColor" }, - "664": { + "690": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.checkedDisabledBorderColor" }, - "665": { + "691": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "666": { + "692": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.shadow" }, - "667": { + "693": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.focusRing" }, - "668": { + "694": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type" }, - "669": { + "695": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.width" }, - "670": { + "696": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.style" }, - "671": { + "697": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.color" }, - "672": { + "698": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.offset" }, - "673": { + "699": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.shadow" }, - "674": { + "700": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "675": { + "701": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "CheckboxDesignTokens.icon" }, - "676": { + "702": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type" }, - "677": { + "703": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.size" }, - "678": { + "704": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.color" }, - "679": { + "705": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.checkedColor" }, - "680": { + "706": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.checkedHoverColor" }, - "681": { + "707": { "sourceFileName": "src/app/components/themes/types/checkbox/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "682": { + "708": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "683": { + "709": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "684": { + "710": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "685": { + "711": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "686": { + "712": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "" }, - "687": { + "713": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "ChipDesignTokens" }, - "688": { + "714": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "ChipDesignTokens.root" }, - "689": { + "715": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type" }, - "690": { + "716": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "691": { + "717": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.paddingX" }, - "692": { + "718": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.paddingY" }, - "693": { + "719": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.gap" }, - "694": { + "720": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "695": { + "721": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.background" }, - "696": { + "722": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.color" }, - "697": { + "723": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "ChipDesignTokens.image" }, - "698": { + "724": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type" }, - "699": { + "725": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.width" }, - "700": { + "726": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.height" }, - "701": { + "727": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "ChipDesignTokens.icon" }, - "702": { + "728": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type" }, - "703": { + "729": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.size" }, - "704": { + "730": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.color" }, - "705": { + "731": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "ChipDesignTokens.removeIcon" }, - "706": { + "732": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type" }, - "707": { + "733": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.size" }, - "708": { + "734": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.focusRing" }, - "709": { + "735": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type" }, - "710": { + "736": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.width" }, - "711": { + "737": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.style" }, - "712": { + "738": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.color" }, - "713": { + "739": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.offset" }, - "714": { + "740": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.shadow" }, - "715": { + "741": { "sourceFileName": "src/app/components/themes/types/chip/index.d.ts", "qualifiedName": "__type.color" }, - "716": { + "742": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "717": { + "743": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "718": { + "744": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "719": { + "745": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "720": { + "746": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "" }, - "721": { + "747": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "ColorPickerDesignTokens" }, - "722": { + "748": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "ColorPickerDesignTokens.root" }, - "723": { + "749": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type" }, - "724": { + "750": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "725": { + "751": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "ColorPickerDesignTokens.preview" }, - "726": { + "752": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type" }, - "727": { + "753": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.width" }, - "728": { + "754": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.height" }, - "729": { + "755": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "730": { + "756": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.focusRing" }, - "731": { + "757": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type" }, - "732": { + "758": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.width" }, - "733": { + "759": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.style" }, - "734": { + "760": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.color" }, - "735": { + "761": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.offset" }, - "736": { + "762": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.shadow" }, - "737": { + "763": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "ColorPickerDesignTokens.panel" }, - "738": { + "764": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type" }, - "739": { + "765": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.shadow" }, - "740": { + "766": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "741": { + "767": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.background" }, - "742": { + "768": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.borderColor" }, - "743": { + "769": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "ColorPickerDesignTokens.handle" }, - "744": { + "770": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type" }, - "745": { + "771": { "sourceFileName": "src/app/components/themes/types/colorpicker/index.d.ts", "qualifiedName": "__type.color" }, - "746": { + "772": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "747": { + "773": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "748": { + "774": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "749": { + "775": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "750": { + "776": { "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts", "qualifiedName": "" }, - "751": { + "777": { "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts", "qualifiedName": "ConfirmDialogDesignTokens" }, - "752": { + "778": { "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts", "qualifiedName": "ConfirmDialogDesignTokens.icon" }, - "753": { + "779": { "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts", "qualifiedName": "__type" }, - "754": { + "780": { "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts", "qualifiedName": "__type.size" }, - "755": { + "781": { "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts", "qualifiedName": "__type.color" }, - "756": { + "782": { "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts", "qualifiedName": "ConfirmDialogDesignTokens.content" }, - "757": { + "783": { "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts", "qualifiedName": "__type" }, - "758": { + "784": { "sourceFileName": "src/app/components/themes/types/confirmdialog/index.d.ts", "qualifiedName": "__type.gap" }, - "759": { + "785": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "760": { + "786": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "761": { + "787": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "762": { + "788": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "763": { + "789": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "" }, - "764": { + "790": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "ConfirmPopupDesignTokens" }, - "765": { + "791": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "ConfirmPopupDesignTokens.root" }, - "766": { + "792": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type" }, - "767": { + "793": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.background" }, - "768": { + "794": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.borderColor" }, - "769": { + "795": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.color" }, - "770": { + "796": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "771": { + "797": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.shadow" }, - "772": { + "798": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.gutter" }, - "773": { + "799": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.arrowOffset" }, - "774": { + "800": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "ConfirmPopupDesignTokens.content" }, - "775": { + "801": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type" }, - "776": { + "802": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.padding" }, - "777": { + "803": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.gap" }, - "778": { + "804": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "ConfirmPopupDesignTokens.icon" }, - "779": { + "805": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type" }, - "780": { + "806": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.size" }, - "781": { + "807": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.color" }, - "782": { + "808": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "ConfirmPopupDesignTokens.footer" }, - "783": { + "809": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type" }, - "784": { + "810": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.gap" }, - "785": { + "811": { "sourceFileName": "src/app/components/themes/types/confirmpopup/index.d.ts", "qualifiedName": "__type.padding" }, - "786": { + "812": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "787": { + "813": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "788": { + "814": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "789": { + "815": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "790": { + "816": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "" }, - "791": { + "817": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "ContextMenuDesignTokens" }, - "792": { + "818": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "ContextMenuDesignTokens.root" }, - "793": { + "819": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type" }, - "794": { + "820": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.background" }, - "795": { + "821": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "796": { + "822": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.color" }, - "797": { + "823": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "798": { + "824": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.shadow" }, - "799": { + "825": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "800": { + "826": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "ContextMenuDesignTokens.list" }, - "801": { + "827": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type" }, - "802": { + "828": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.padding" }, - "803": { + "829": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.gap" }, - "804": { + "830": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "ContextMenuDesignTokens.item" }, - "805": { + "831": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type" }, - "806": { + "832": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "807": { + "833": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "808": { + "834": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.color" }, - "809": { + "835": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "810": { + "836": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "811": { + "837": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.padding" }, - "812": { + "838": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "813": { + "839": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.gap" }, - "814": { + "840": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.icon" }, - "815": { + "841": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type" }, - "816": { + "842": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.color" }, - "817": { + "843": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "818": { + "844": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "819": { + "845": { + "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", + "qualifiedName": "ContextMenuDesignTokens.submenu" + }, + "846": { + "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", + "qualifiedName": "__type" + }, + "847": { + "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", + "qualifiedName": "__type.mobileIndent" + }, + "848": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "ContextMenuDesignTokens.submenuIcon" }, - "820": { + "849": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type" }, - "821": { + "850": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.size" }, - "822": { + "851": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.color" }, - "823": { + "852": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "824": { + "853": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "825": { + "854": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "ContextMenuDesignTokens.separator" }, - "826": { + "855": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type" }, - "827": { + "856": { "sourceFileName": "src/app/components/themes/types/contextmenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "828": { + "857": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "829": { + "858": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "830": { + "859": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "831": { + "860": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "832": { + "861": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "" }, - "833": { + "862": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens" }, - "834": { + "863": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.root" }, - "835": { + "864": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "836": { + "865": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "837": { + "866": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "838": { + "867": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.header" }, - "839": { + "868": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "840": { + "869": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.background" }, - "841": { + "870": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "842": { + "871": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "843": { + "872": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "844": { + "873": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.padding" }, - "845": { + "874": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.headerCell" }, - "846": { + "875": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "847": { + "876": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.background" }, - "848": { + "877": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "849": { + "878": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "850": { + "879": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "851": { + "880": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "852": { + "881": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "853": { + "882": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "854": { + "883": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.gap" }, - "855": { + "884": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.padding" }, - "856": { + "885": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.focusRing" }, - "857": { + "886": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "858": { + "887": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.width" }, - "859": { + "888": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.style" }, - "860": { + "889": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "861": { + "890": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.offset" }, - "862": { + "891": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.shadow" }, - "863": { + "892": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.columnTitle" }, - "864": { + "893": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "865": { + "894": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "866": { + "895": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.row" }, - "867": { + "896": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "868": { + "897": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.background" }, - "869": { + "898": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "870": { + "899": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "871": { + "900": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "872": { + "901": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "873": { + "902": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "874": { + "903": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.focusRing" }, - "875": { + "904": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "876": { + "905": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.width" }, - "877": { + "906": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.style" }, - "878": { + "907": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "879": { + "908": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.offset" }, - "880": { + "909": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.shadow" }, - "881": { + "910": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.stripedBackground" }, - "882": { + "911": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.bodyCell" }, - "883": { + "912": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "884": { + "913": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "885": { + "914": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.padding" }, - "886": { + "915": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedBorderColor" }, - "887": { + "916": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.footerCell" }, - "888": { + "917": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "889": { + "918": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.background" }, - "890": { + "919": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "891": { + "920": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "892": { + "921": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.padding" }, - "893": { + "922": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.columnFooter" }, - "894": { + "923": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "895": { + "924": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "896": { + "925": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.footer" }, - "897": { + "926": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "898": { + "927": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.background" }, - "899": { + "928": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "900": { + "929": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "901": { + "930": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "902": { + "931": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.padding" }, - "903": { + "932": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.dropPointColor" }, - "904": { + "933": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "905": { + "934": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.0" }, - "906": { + "935": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.1" }, - "907": { + "936": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.2" }, - "908": { + "937": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.3" }, - "909": { + "938": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.4" }, - "910": { + "939": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.5" }, - "911": { + "940": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.6" }, - "912": { + "941": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.7" }, - "913": { + "942": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.8" }, - "914": { + "943": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.9" }, - "915": { + "944": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.10" }, - "916": { + "945": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.11" }, - "917": { + "946": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.12" }, - "918": { + "947": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.13" }, - "919": { + "948": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.14" }, - "920": { + "949": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.columnResizerWidth" }, - "921": { + "950": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "922": { + "951": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.0" }, - "923": { + "952": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.1" }, - "924": { + "953": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.2" }, - "925": { + "954": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.3" }, - "926": { + "955": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.4" }, - "927": { + "956": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.5" }, - "928": { + "957": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.resizeIndicator" }, - "929": { + "958": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "930": { + "959": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.width" }, - "931": { + "960": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "932": { + "961": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.sortIcon" }, - "933": { + "962": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "934": { + "963": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "935": { + "964": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "936": { + "965": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.loadingIcon" }, - "937": { + "966": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "938": { + "967": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.size" }, - "939": { + "968": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.rowToggleButton" }, - "940": { + "969": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "941": { + "970": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "942": { + "971": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedHoverBackground" }, - "943": { + "972": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "944": { + "973": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "945": { + "974": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedHoverColor" }, - "946": { + "975": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.size" }, - "947": { + "976": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "948": { + "977": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.focusRing" }, - "949": { + "978": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "950": { + "979": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.width" }, - "951": { + "980": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.style" }, - "952": { + "981": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "953": { + "982": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.offset" }, - "954": { + "983": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.shadow" }, - "955": { + "984": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.filter" }, - "956": { + "985": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "957": { + "986": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.inlineGap" }, - "958": { + "987": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.overlaySelect" }, - "959": { + "988": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "960": { + "989": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.background" }, - "961": { + "990": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "962": { + "991": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "963": { + "992": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "964": { + "993": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.shadow" }, - "965": { + "994": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.overlayPopover" }, - "966": { + "995": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "967": { + "996": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.background" }, - "968": { + "997": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "969": { + "998": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "970": { + "999": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "971": { + "1000": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.shadow" }, - "972": { + "1001": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.padding" }, - "973": { + "1002": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.gap" }, - "974": { + "1003": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.rule" }, - "975": { + "1004": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "976": { + "1005": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "977": { + "1006": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.constraintList" }, - "978": { + "1007": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "979": { + "1008": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.padding" }, - "980": { + "1009": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.gap" }, - "981": { + "1010": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.constraint" }, - "982": { + "1011": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "983": { + "1012": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "984": { + "1013": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "985": { + "1014": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedFocusBackground" }, - "986": { + "1015": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.color" }, - "987": { + "1016": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.focusColor" }, - "988": { + "1017": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "989": { + "1018": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.selectedFocusColor" }, - "990": { + "1019": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.separator" }, - "991": { + "1020": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "992": { + "1021": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "993": { + "1022": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.padding" }, - "994": { + "1023": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "995": { + "1024": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.paginatorTop" }, - "996": { + "1025": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "997": { + "1026": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "998": { + "1027": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "999": { + "1028": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "DataTableDesignTokens.paginatorBottom" }, - "1000": { + "1029": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type" }, - "1001": { + "1030": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1002": { + "1031": { "sourceFileName": "src/app/components/themes/types/datatable/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1003": { + "1032": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1004": { + "1033": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1005": { + "1034": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1006": { + "1035": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1007": { + "1036": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "" }, - "1008": { + "1037": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "DataViewDesignTokens" }, - "1009": { + "1038": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "DataViewDesignTokens.root" }, - "1010": { + "1039": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type" }, - "1011": { + "1040": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1012": { + "1041": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1013": { + "1042": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1014": { + "1043": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.padding" }, - "1015": { + "1044": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "DataViewDesignTokens.header" }, - "1016": { + "1045": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type" }, - "1017": { + "1046": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.background" }, - "1018": { + "1047": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.color" }, - "1019": { + "1048": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1020": { + "1049": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1021": { + "1050": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.padding" }, - "1022": { + "1051": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1023": { + "1052": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "DataViewDesignTokens.content" }, - "1024": { + "1053": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type" }, - "1025": { + "1054": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.background" }, - "1026": { + "1055": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.color" }, - "1027": { + "1056": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1028": { + "1057": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1029": { + "1058": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.padding" }, - "1030": { + "1059": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1031": { + "1060": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "DataViewDesignTokens.footer" }, - "1032": { + "1061": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type" }, - "1033": { + "1062": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.background" }, - "1034": { + "1063": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.color" }, - "1035": { + "1064": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1036": { + "1065": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1037": { + "1066": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.padding" }, - "1038": { + "1067": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1039": { + "1068": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "DataViewDesignTokens.paginatorTop" }, - "1040": { + "1069": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type" }, - "1041": { + "1070": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1042": { + "1071": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1043": { + "1072": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "DataViewDesignTokens.paginatorBottom" }, - "1044": { + "1073": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type" }, - "1045": { + "1074": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1046": { + "1075": { "sourceFileName": "src/app/components/themes/types/dataview/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1047": { + "1076": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1048": { + "1077": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1049": { + "1078": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1050": { + "1079": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1051": { + "1080": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "" }, - "1052": { + "1081": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens" }, - "1053": { + "1082": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.root" }, - "1054": { + "1083": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1055": { + "1084": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1056": { + "1085": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.panel" }, - "1057": { + "1086": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1058": { + "1087": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.background" }, - "1059": { + "1088": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1060": { + "1089": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1061": { + "1090": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1062": { + "1091": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.shadow" }, - "1063": { + "1092": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.padding" }, - "1064": { + "1093": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.header" }, - "1065": { + "1094": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1066": { + "1095": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.background" }, - "1067": { + "1096": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1068": { + "1097": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1069": { + "1098": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.padding" }, - "1070": { + "1099": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "1071": { + "1100": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.gap" }, - "1072": { + "1101": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.title" }, - "1073": { + "1102": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1074": { + "1103": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.gap" }, - "1075": { + "1104": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "1076": { + "1105": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.dropdown" }, - "1077": { + "1106": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1078": { + "1107": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.width" }, - "1079": { + "1108": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1080": { + "1109": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "1081": { + "1110": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.activeBorderColor" }, - "1082": { + "1111": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1083": { + "1112": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1084": { + "1113": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1085": { + "1114": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.width" }, - "1086": { + "1115": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.style" }, - "1087": { + "1116": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1088": { + "1117": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.offset" }, - "1089": { + "1118": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.shadow" }, - "1090": { + "1119": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.background" }, - "1091": { + "1120": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1092": { + "1121": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "1093": { + "1122": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1094": { + "1123": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1095": { + "1124": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.activeColor" }, - "1096": { + "1125": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.inputIcon" }, - "1097": { + "1126": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1098": { + "1127": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1099": { + "1128": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.selectMonth" }, - "1100": { + "1129": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1101": { + "1130": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1102": { + "1131": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1103": { + "1132": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1104": { + "1133": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.padding" }, - "1105": { + "1134": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1106": { + "1135": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.selectYear" }, - "1107": { + "1136": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1108": { + "1137": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1109": { + "1138": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1110": { + "1139": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1111": { + "1140": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.padding" }, - "1112": { + "1141": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1113": { + "1142": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.group" }, - "1114": { + "1143": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1115": { + "1144": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1116": { + "1145": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.gap" }, - "1117": { + "1146": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.dayView" }, - "1118": { + "1147": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1119": { + "1148": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.margin" }, - "1120": { + "1149": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.weekDay" }, - "1121": { + "1150": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1122": { + "1151": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.padding" }, - "1123": { + "1152": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "1124": { + "1153": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1125": { + "1154": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.date" }, - "1126": { + "1155": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1127": { + "1156": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1128": { + "1157": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "1129": { + "1158": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.rangeSelectedBackground" }, - "1130": { + "1159": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1131": { + "1160": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1132": { + "1161": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "1133": { + "1162": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.rangeSelectedColor" }, - "1134": { + "1163": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.width" }, - "1135": { + "1164": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.height" }, - "1136": { + "1165": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1137": { + "1166": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.padding" }, - "1138": { + "1167": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1139": { + "1168": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1140": { + "1169": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.width" }, - "1141": { + "1170": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.style" }, - "1142": { + "1171": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1143": { + "1172": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.offset" }, - "1144": { + "1173": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.shadow" }, - "1145": { + "1174": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.monthView" }, - "1146": { + "1175": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1147": { + "1176": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.margin" }, - "1148": { + "1177": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.month" }, - "1149": { + "1178": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1150": { + "1179": { + "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", + "qualifiedName": "__type.padding" + }, + "1180": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1151": { + "1181": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.yearView" }, - "1152": { + "1182": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1153": { + "1183": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.margin" }, - "1154": { + "1184": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.year" }, - "1155": { + "1185": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1156": { + "1186": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1157": { + "1187": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.buttonbar" }, - "1158": { + "1188": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1159": { + "1189": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.padding" }, - "1160": { + "1190": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1161": { + "1191": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.timePicker" }, - "1162": { + "1192": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1163": { + "1193": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.padding" }, - "1164": { + "1194": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1165": { + "1195": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.gap" }, - "1166": { + "1196": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.buttonGap" }, - "1167": { + "1197": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "DatePickerDesignTokens.today" }, - "1168": { + "1198": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type" }, - "1169": { + "1199": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.background" }, - "1170": { + "1200": { "sourceFileName": "src/app/components/themes/types/datepicker/index.d.ts", "qualifiedName": "__type.color" }, - "1171": { + "1201": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1172": { + "1202": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1173": { + "1203": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1174": { + "1204": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1175": { + "1205": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "" }, - "1176": { + "1206": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "DialogDesignTokens" }, - "1177": { + "1207": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "DialogDesignTokens.root" }, - "1178": { + "1208": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type" }, - "1179": { + "1209": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.background" }, - "1180": { + "1210": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1181": { + "1211": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.color" }, - "1182": { + "1212": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1183": { + "1213": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.shadow" }, - "1184": { + "1214": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "DialogDesignTokens.header" }, - "1185": { + "1215": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type" }, - "1186": { + "1216": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.padding" }, - "1187": { + "1217": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.gap" }, - "1188": { + "1218": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "DialogDesignTokens.title" }, - "1189": { + "1219": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type" }, - "1190": { + "1220": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.fontSize" }, - "1191": { + "1221": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "1192": { + "1222": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "DialogDesignTokens.content" }, - "1193": { + "1223": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type" }, - "1194": { + "1224": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.padding" }, - "1195": { + "1225": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "DialogDesignTokens.footer" }, - "1196": { + "1226": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type" }, - "1197": { + "1227": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.padding" }, - "1198": { + "1228": { "sourceFileName": "src/app/components/themes/types/dialog/index.d.ts", "qualifiedName": "__type.gap" }, - "1199": { + "1229": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1200": { + "1230": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1201": { + "1231": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1202": { + "1232": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1203": { + "1233": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "" }, - "1204": { + "1234": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "DividerDesignTokens" }, - "1205": { + "1235": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "DividerDesignTokens.root" }, - "1206": { + "1236": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type" }, - "1207": { + "1237": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1208": { + "1238": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "DividerDesignTokens.content" }, - "1209": { + "1239": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type" }, - "1210": { + "1240": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.background" }, - "1211": { + "1241": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.color" }, - "1212": { + "1242": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "DividerDesignTokens.horizontal" }, - "1213": { + "1243": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type" }, - "1214": { + "1244": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.margin" }, - "1215": { + "1245": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.padding" }, - "1216": { + "1246": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.content" }, - "1217": { + "1247": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type" }, - "1218": { + "1248": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.padding" }, - "1219": { + "1249": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "DividerDesignTokens.vertical" }, - "1220": { + "1250": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type" }, - "1221": { + "1251": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.margin" }, - "1222": { + "1252": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.padding" }, - "1223": { + "1253": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.content" }, - "1224": { + "1254": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type" }, - "1225": { + "1255": { "sourceFileName": "src/app/components/themes/types/divider/index.d.ts", "qualifiedName": "__type.padding" }, - "1226": { + "1256": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1227": { + "1257": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1228": { + "1258": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1229": { + "1259": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1230": { + "1260": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "" }, - "1231": { + "1261": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "DockDesignTokens" }, - "1232": { + "1262": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "DockDesignTokens.root" }, - "1233": { + "1263": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type" }, - "1234": { + "1264": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.background" }, - "1235": { + "1265": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1236": { + "1266": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.padding" }, - "1237": { + "1267": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1238": { + "1268": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "DockDesignTokens.item" }, - "1239": { + "1269": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type" }, - "1240": { + "1270": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1241": { + "1271": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.padding" }, - "1242": { + "1272": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.size" }, - "1243": { + "1273": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1244": { + "1274": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type" }, - "1245": { + "1275": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.width" }, - "1246": { + "1276": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.style" }, - "1247": { + "1277": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.color" }, - "1248": { + "1278": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.offset" }, - "1249": { + "1279": { "sourceFileName": "src/app/components/themes/types/dock/index.d.ts", "qualifiedName": "__type.shadow" }, - "1250": { + "1280": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1251": { + "1281": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1252": { + "1282": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1253": { + "1283": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1254": { + "1284": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "" }, - "1255": { + "1285": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "DrawerDesignTokens" }, - "1256": { + "1286": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "DrawerDesignTokens.root" }, - "1257": { + "1287": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type" }, - "1258": { + "1288": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type.background" }, - "1259": { + "1289": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1260": { + "1290": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type.color" }, - "1261": { + "1291": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1262": { + "1292": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type.shadow" }, - "1263": { + "1293": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "DrawerDesignTokens.header" }, - "1264": { + "1294": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type" }, - "1265": { + "1295": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type.padding" }, - "1266": { + "1296": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "DrawerDesignTokens.title" }, - "1267": { + "1297": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type" }, - "1268": { + "1298": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type.fontSize" }, - "1269": { + "1299": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "1270": { + "1300": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "DrawerDesignTokens.content" }, - "1271": { + "1301": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type" }, - "1272": { + "1302": { "sourceFileName": "src/app/components/themes/types/drawer/index.d.ts", "qualifiedName": "__type.padding" }, - "1273": { + "1303": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1274": { + "1304": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1275": { + "1305": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1276": { + "1306": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1277": { + "1307": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "" }, - "1278": { + "1308": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "DynamicDialogDesignTokens" }, - "1279": { + "1309": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "DynamicDialogDesignTokens.root" }, - "1280": { + "1310": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type" }, - "1281": { + "1311": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.background" }, - "1282": { + "1312": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1283": { + "1313": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.color" }, - "1284": { + "1314": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1285": { + "1315": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.shadow" }, - "1286": { + "1316": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "DynamicDialogDesignTokens.header" }, - "1287": { + "1317": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type" }, - "1288": { + "1318": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.padding" }, - "1289": { + "1319": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.gap" }, - "1290": { + "1320": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "DynamicDialogDesignTokens.title" }, - "1291": { + "1321": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type" }, - "1292": { + "1322": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.fontSize" }, - "1293": { + "1323": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "1294": { + "1324": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "DynamicDialogDesignTokens.content" }, - "1295": { + "1325": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type" }, - "1296": { + "1326": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.padding" }, - "1297": { + "1327": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "DynamicDialogDesignTokens.footer" }, - "1298": { + "1328": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type" }, - "1299": { + "1329": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.padding" }, - "1300": { + "1330": { "sourceFileName": "src/app/components/themes/types/dynamicdialog/index.d.ts", "qualifiedName": "__type.gap" }, - "1301": { + "1331": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1302": { + "1332": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1303": { + "1333": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1304": { + "1334": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1305": { + "1335": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "" }, - "1306": { + "1336": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "EditorDesignTokens" }, - "1307": { + "1337": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "EditorDesignTokens.toolbar" }, - "1308": { + "1338": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type" }, - "1309": { + "1339": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.background" }, - "1310": { + "1340": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1311": { + "1341": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1312": { + "1342": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "EditorDesignTokens.toolbarItem" }, - "1313": { + "1343": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type" }, - "1314": { + "1344": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.color" }, - "1315": { + "1345": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1316": { + "1346": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.activeColor" }, - "1317": { + "1347": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "EditorDesignTokens.overlay" }, - "1318": { + "1348": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type" }, - "1319": { + "1349": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.background" }, - "1320": { + "1350": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1321": { + "1351": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1322": { + "1352": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.color" }, - "1323": { + "1353": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.shadow" }, - "1324": { + "1354": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.padding" }, - "1325": { + "1355": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "EditorDesignTokens.overlayOption" }, - "1326": { + "1356": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type" }, - "1327": { + "1357": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "1328": { + "1358": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.color" }, - "1329": { + "1359": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.focusColor" }, - "1330": { + "1360": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.padding" }, - "1331": { + "1361": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1332": { + "1362": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "EditorDesignTokens.content" }, - "1333": { + "1363": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type" }, - "1334": { + "1364": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.background" }, - "1335": { + "1365": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1336": { + "1366": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.color" }, - "1337": { + "1367": { "sourceFileName": "src/app/components/themes/types/editor/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1338": { + "1368": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1339": { + "1369": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1340": { + "1370": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1341": { + "1371": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1342": { + "1372": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "" }, - "1343": { + "1373": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "FieldsetDesignTokens" }, - "1344": { + "1374": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "FieldsetDesignTokens.root" }, - "1345": { + "1375": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type" }, - "1346": { + "1376": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.background" }, - "1347": { + "1377": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1348": { + "1378": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1349": { + "1379": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.color" }, - "1350": { + "1380": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.padding" }, - "1351": { + "1381": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1352": { + "1382": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "FieldsetDesignTokens.legend" }, - "1353": { + "1383": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type" }, - "1354": { + "1384": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.background" }, - "1355": { + "1385": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1356": { + "1386": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.color" }, - "1357": { + "1387": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1358": { + "1388": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1359": { + "1389": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1360": { + "1390": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1361": { + "1391": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.padding" }, - "1362": { + "1392": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.gap" }, - "1363": { + "1393": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "1364": { + "1394": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1365": { + "1395": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type" }, - "1366": { + "1396": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.width" }, - "1367": { + "1397": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.style" }, - "1368": { + "1398": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.color" }, - "1369": { + "1399": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.offset" }, - "1370": { + "1400": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.shadow" }, - "1371": { + "1401": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "FieldsetDesignTokens.toggleIcon" }, - "1372": { + "1402": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type" }, - "1373": { + "1403": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.color" }, - "1374": { + "1404": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1375": { + "1405": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "FieldsetDesignTokens.content" }, - "1376": { + "1406": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type" }, - "1377": { + "1407": { "sourceFileName": "src/app/components/themes/types/fieldset/index.d.ts", "qualifiedName": "__type.padding" }, - "1378": { + "1408": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1379": { + "1409": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1380": { + "1410": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1381": { + "1411": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1382": { + "1412": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "" }, - "1383": { + "1413": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "FileUploadDesignTokens" }, - "1384": { + "1414": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "FileUploadDesignTokens.root" }, - "1385": { + "1415": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type" }, - "1386": { + "1416": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.background" }, - "1387": { + "1417": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1388": { + "1418": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.color" }, - "1389": { + "1419": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1390": { + "1420": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1391": { + "1421": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "FileUploadDesignTokens.header" }, - "1392": { + "1422": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type" }, - "1393": { + "1423": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.background" }, - "1394": { + "1424": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.color" }, - "1395": { + "1425": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.padding" }, - "1396": { + "1426": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1397": { + "1427": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1398": { + "1428": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.gap" }, - "1399": { + "1429": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "FileUploadDesignTokens.content" }, - "1400": { + "1430": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type" }, - "1401": { + "1431": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.highlightBorderColor" }, - "1402": { + "1432": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.padding" }, - "1403": { + "1433": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "FileUploadDesignTokens.file" }, - "1404": { + "1434": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type" }, - "1405": { + "1435": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.padding" }, - "1406": { + "1436": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.gap" }, - "1407": { + "1437": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1408": { + "1438": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.info" }, - "1409": { + "1439": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type" }, - "1410": { + "1440": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.gap" }, - "1411": { + "1441": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "FileUploadDesignTokens.progressbar" }, - "1412": { + "1442": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type" }, - "1413": { + "1443": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.height" }, - "1414": { + "1444": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "FileUploadDesignTokens.basic" }, - "1415": { + "1445": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type" }, - "1416": { + "1446": { "sourceFileName": "src/app/components/themes/types/fileupload/index.d.ts", "qualifiedName": "__type.gap" }, - "1417": { + "1447": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1418": { + "1448": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1419": { + "1449": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1420": { + "1450": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1421": { + "1451": { "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts", "qualifiedName": "" }, - "1422": { + "1452": { "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts", "qualifiedName": "FloatLabelDesignTokens" }, - "1423": { + "1453": { "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts", "qualifiedName": "FloatLabelDesignTokens.root" }, - "1424": { + "1454": { "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts", "qualifiedName": "__type" }, - "1425": { + "1455": { "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts", "qualifiedName": "__type.color" }, - "1426": { + "1456": { "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts", "qualifiedName": "__type.focusColor" }, - "1427": { + "1457": { "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts", "qualifiedName": "__type.invalidColor" }, - "1428": { + "1458": { "sourceFileName": "src/app/components/themes/types/floatlabel/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1429": { + "1459": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1430": { + "1460": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1431": { + "1461": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1432": { + "1462": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1433": { + "1463": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "" }, - "1434": { + "1464": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens" }, - "1435": { + "1465": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.root" }, - "1436": { + "1466": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1437": { + "1467": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1438": { + "1468": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1439": { + "1469": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1440": { + "1470": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1441": { + "1471": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.navButton" }, - "1442": { + "1472": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1443": { + "1473": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.background" }, - "1444": { + "1474": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1445": { + "1475": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.color" }, - "1446": { + "1476": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1447": { + "1477": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.size" }, - "1448": { + "1478": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.gutter" }, - "1449": { + "1479": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.prev" }, - "1450": { + "1480": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1451": { + "1481": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1452": { + "1482": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.next" }, - "1453": { + "1483": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1454": { + "1484": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1455": { + "1485": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1456": { + "1486": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1457": { + "1487": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.width" }, - "1458": { + "1488": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.style" }, - "1459": { + "1489": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.color" }, - "1460": { + "1490": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.offset" }, - "1461": { + "1491": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.shadow" }, - "1462": { + "1492": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.navIcon" }, - "1463": { + "1493": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1464": { + "1494": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.size" }, - "1465": { + "1495": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.thumbnailsContent" }, - "1466": { + "1496": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1467": { + "1497": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.background" }, - "1468": { + "1498": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.padding" }, - "1469": { + "1499": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.thumbnailNavButton" }, - "1470": { + "1500": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1471": { + "1501": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.size" }, - "1472": { + "1502": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1473": { + "1503": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.gutter" }, - "1474": { + "1504": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1475": { + "1505": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1476": { + "1506": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.width" }, - "1477": { + "1507": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.style" }, - "1478": { + "1508": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.color" }, - "1479": { + "1509": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.offset" }, - "1480": { + "1510": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.shadow" }, - "1481": { + "1511": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1482": { + "1512": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.color" }, - "1483": { + "1513": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1484": { + "1514": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.thumbnailNavButtonIcon" }, - "1485": { + "1515": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1486": { + "1516": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.size" }, - "1487": { + "1517": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.caption" }, - "1488": { + "1518": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1489": { + "1519": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.background" }, - "1490": { + "1520": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.color" }, - "1491": { + "1521": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.padding" }, - "1492": { + "1522": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.indicatorList" }, - "1493": { + "1523": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1494": { + "1524": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.gap" }, - "1495": { + "1525": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.padding" }, - "1496": { + "1526": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.indicatorButton" }, - "1497": { + "1527": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1498": { + "1528": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.width" }, - "1499": { + "1529": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.height" }, - "1500": { + "1530": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "1501": { + "1531": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1502": { + "1532": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1503": { + "1533": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1504": { + "1534": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.width" }, - "1505": { + "1535": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.style" }, - "1506": { + "1536": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.color" }, - "1507": { + "1537": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.offset" }, - "1508": { + "1538": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.shadow" }, - "1509": { + "1539": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.background" }, - "1510": { + "1540": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1511": { + "1541": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.insetIndicatorList" }, - "1512": { + "1542": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1513": { + "1543": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.background" }, - "1514": { + "1544": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.insetIndicatorButton" }, - "1515": { + "1545": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1516": { + "1546": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.background" }, - "1517": { + "1547": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1518": { + "1548": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "1519": { + "1549": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.mask" }, - "1520": { + "1550": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1521": { + "1551": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.background" }, - "1522": { + "1552": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.color" }, - "1523": { + "1553": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.closeButton" }, - "1524": { + "1554": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1525": { + "1555": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.size" }, - "1526": { + "1556": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.gutter" }, - "1527": { + "1557": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.background" }, - "1528": { + "1558": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1529": { + "1559": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.color" }, - "1530": { + "1560": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1531": { + "1561": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1532": { + "1562": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1533": { + "1563": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1534": { + "1564": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.width" }, - "1535": { + "1565": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.style" }, - "1536": { + "1566": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.color" }, - "1537": { + "1567": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.offset" }, - "1538": { + "1568": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.shadow" }, - "1539": { + "1569": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "GalleriaDesignTokens.closeButtonIcon" }, - "1540": { + "1570": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type" }, - "1541": { + "1571": { "sourceFileName": "src/app/components/themes/types/galleria/index.d.ts", "qualifiedName": "__type.size" }, - "1542": { + "1572": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1543": { + "1573": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1544": { + "1574": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1545": { + "1575": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1546": { + "1576": { "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts", "qualifiedName": "" }, - "1547": { + "1577": { "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts", "qualifiedName": "IconFieldDesignTokens" }, - "1548": { + "1578": { "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts", "qualifiedName": "IconFieldDesignTokens.icon" }, - "1549": { + "1579": { "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts", "qualifiedName": "__type" }, - "1550": { + "1580": { "sourceFileName": "src/app/components/themes/types/iconfield/index.d.ts", "qualifiedName": "__type.color" }, - "1551": { + "1581": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1552": { + "1582": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1553": { + "1583": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1554": { + "1584": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1555": { + "1585": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "" }, - "1556": { + "1586": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "ImageDesignTokens" }, - "1557": { + "1587": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "ImageDesignTokens.root" }, - "1558": { + "1588": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type" }, - "1559": { + "1589": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1560": { + "1590": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "ImageDesignTokens.preview" }, - "1561": { + "1591": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type" }, - "1562": { + "1592": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.icon" }, - "1563": { + "1593": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type" }, - "1564": { + "1594": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.size" }, - "1565": { + "1595": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.mask" }, - "1566": { + "1596": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type" }, - "1567": { + "1597": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.background" }, - "1568": { + "1598": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.color" }, - "1569": { + "1599": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "ImageDesignTokens.toolbar" }, - "1570": { + "1600": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type" }, - "1571": { + "1601": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.position" }, - "1572": { + "1602": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type" }, - "1573": { + "1603": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.left" }, - "1574": { + "1604": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.right" }, - "1575": { + "1605": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.top" }, - "1576": { + "1606": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.bottom" }, - "1577": { + "1607": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.blur" }, - "1578": { + "1608": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.background" }, - "1579": { + "1609": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1580": { + "1610": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "1581": { + "1611": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1582": { + "1612": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.padding" }, - "1583": { + "1613": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.gap" }, - "1584": { + "1614": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "ImageDesignTokens.action" }, - "1585": { + "1615": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type" }, - "1586": { + "1616": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1587": { + "1617": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.color" }, - "1588": { + "1618": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1589": { + "1619": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.size" }, - "1590": { + "1620": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.iconSize" }, - "1591": { + "1621": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1592": { + "1622": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1593": { + "1623": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type" }, - "1594": { + "1624": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.width" }, - "1595": { + "1625": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.style" }, - "1596": { + "1626": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.color" }, - "1597": { + "1627": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.offset" }, - "1598": { + "1628": { "sourceFileName": "src/app/components/themes/types/image/index.d.ts", "qualifiedName": "__type.shadow" }, - "1599": { + "1629": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1600": { + "1630": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1601": { + "1631": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1602": { + "1632": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1603": { + "1633": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "" }, - "1604": { + "1634": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken" }, - "1605": { + "1635": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1606": { + "1636": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1607": { + "1637": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1608": { + "1638": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1609": { + "1639": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.T" }, - "1610": { + "1640": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken" }, - "1611": { + "1641": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.50" }, - "1612": { + "1642": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.100" }, - "1613": { + "1643": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.200" }, - "1614": { + "1644": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.300" }, - "1615": { + "1645": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.400" }, - "1616": { + "1646": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.500" }, - "1617": { + "1647": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.600" }, - "1618": { + "1648": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.700" }, - "1619": { + "1649": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.800" }, - "1620": { + "1650": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.900" }, - "1621": { + "1651": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PaletteDesignToken.950" }, - "1622": { + "1652": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens" }, - "1623": { + "1653": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.borderRadius" }, - "1624": { + "1654": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1625": { + "1655": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.none" }, - "1626": { + "1656": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.xs" }, - "1627": { + "1657": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.sm" }, - "1628": { + "1658": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.md" }, - "1629": { + "1659": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.lg" }, - "1630": { + "1660": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.xl" }, - "1631": { + "1661": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.emerald" }, - "1632": { + "1662": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.green" }, - "1633": { + "1663": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.lime" }, - "1634": { + "1664": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.red" }, - "1635": { + "1665": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.orange" }, - "1636": { + "1666": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.amber" }, - "1637": { + "1667": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.yellow" }, - "1638": { + "1668": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.teal" }, - "1639": { + "1669": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.cyan" }, - "1640": { + "1670": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.sky" }, - "1641": { + "1671": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.blue" }, - "1642": { + "1672": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.indigo" }, - "1643": { + "1673": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.violet" }, - "1644": { + "1674": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.purple" }, - "1645": { + "1675": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.fuchsia" }, - "1646": { + "1676": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.pink" }, - "1647": { + "1677": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.rose" }, - "1648": { + "1678": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.slate" }, - "1649": { + "1679": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.gray" }, - "1650": { + "1680": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.zinc" }, - "1651": { + "1681": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.neutral" }, - "1652": { + "1682": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.stone" }, - "1653": { + "1683": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "PrimitiveDesignTokens.__index" }, - "1655": { + "1685": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "SemanticDesignTokens" }, - "1656": { + "1686": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "SemanticDesignTokens.transitionDuration" }, - "1657": { + "1687": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "SemanticDesignTokens.focusRing" }, - "1658": { + "1688": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1659": { + "1689": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.width" }, - "1660": { + "1690": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.style" }, - "1661": { + "1691": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.color" }, - "1662": { + "1692": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.offset" }, - "1663": { + "1693": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.shadow" }, - "1664": { + "1694": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "SemanticDesignTokens.iconSize" }, - "1665": { + "1695": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "SemanticDesignTokens.anchorGutter" }, - "1666": { + "1696": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "SemanticDesignTokens.primary" }, - "1667": { + "1697": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "SemanticDesignTokens.formField" }, - "1668": { + "1698": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1669": { + "1699": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.paddingX" }, - "1670": { + "1700": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.paddingY" }, - "1671": { + "1701": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1672": { + "1702": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1673": { + "1703": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1674": { + "1704": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.width" }, - "1675": { + "1705": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.style" }, - "1676": { + "1706": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.color" }, - "1677": { + "1707": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.offset" }, - "1678": { + "1708": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.shadow" }, - "1679": { + "1709": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "SemanticDesignTokens.__index" }, - "1681": { + "1711": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "" }, - "1682": { + "1712": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens" }, - "1683": { + "1713": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens.root" }, - "1684": { + "1714": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type" }, - "1685": { + "1715": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.padding" }, - "1686": { + "1716": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1687": { + "1717": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.gap" }, - "1688": { + "1718": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens.text" }, - "1689": { + "1719": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type" }, - "1690": { + "1720": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "1691": { + "1721": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens.icon" }, - "1692": { + "1722": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type" }, - "1693": { + "1723": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.size" }, - "1694": { + "1724": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens.info" }, - "1695": { + "1725": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type" }, - "1696": { + "1726": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.background" }, - "1697": { + "1727": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1698": { + "1728": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.color" }, - "1699": { + "1729": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.shadow" }, - "1700": { + "1730": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens.success" }, - "1701": { + "1731": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type" }, - "1702": { + "1732": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.background" }, - "1703": { + "1733": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1704": { + "1734": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.color" }, - "1705": { + "1735": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.shadow" }, - "1706": { + "1736": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens.warn" }, - "1707": { + "1737": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type" }, - "1708": { + "1738": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.background" }, - "1709": { + "1739": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1710": { + "1740": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.color" }, - "1711": { + "1741": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.shadow" }, - "1712": { + "1742": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens.error" }, - "1713": { + "1743": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type" }, - "1714": { + "1744": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.background" }, - "1715": { + "1745": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1716": { + "1746": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.color" }, - "1717": { + "1747": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.shadow" }, - "1718": { + "1748": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens.secondary" }, - "1719": { + "1749": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type" }, - "1720": { + "1750": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.background" }, - "1721": { + "1751": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1722": { + "1752": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.color" }, - "1723": { + "1753": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.shadow" }, - "1724": { + "1754": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "InlineMessageDesignTokens.contrast" }, - "1725": { + "1755": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type" }, - "1726": { + "1756": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.background" }, - "1727": { + "1757": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1728": { + "1758": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.color" }, - "1729": { + "1759": { "sourceFileName": "src/app/components/themes/types/inlinemessage/index.d.ts", "qualifiedName": "__type.shadow" }, - "1730": { + "1760": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1731": { + "1761": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1732": { + "1762": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1733": { + "1763": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1734": { + "1764": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "" }, - "1735": { + "1765": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "InplaceDesignTokens" }, - "1736": { + "1766": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "InplaceDesignTokens.root" }, - "1737": { + "1767": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type" }, - "1738": { + "1768": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.padding" }, - "1739": { + "1769": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1740": { + "1770": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1741": { + "1771": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type" }, - "1742": { + "1772": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.width" }, - "1743": { + "1773": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.style" }, - "1744": { + "1774": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.color" }, - "1745": { + "1775": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.offset" }, - "1746": { + "1776": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.shadow" }, - "1747": { + "1777": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1748": { + "1778": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "InplaceDesignTokens.display" }, - "1749": { + "1779": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type" }, - "1750": { + "1780": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1751": { + "1781": { "sourceFileName": "src/app/components/themes/types/inplace/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1752": { + "1782": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1753": { + "1783": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1754": { + "1784": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1755": { + "1785": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1756": { + "1786": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "" }, - "1757": { + "1787": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "InputChipsDesignTokens" }, - "1758": { + "1788": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "InputChipsDesignTokens.root" }, - "1759": { + "1789": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type" }, - "1760": { + "1790": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.background" }, - "1761": { + "1791": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "1762": { + "1792": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.filledBackground" }, - "1763": { + "1793": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.filledFocusBackground" }, - "1764": { + "1794": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1765": { + "1795": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "1766": { + "1796": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "1767": { + "1797": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "1768": { + "1798": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.color" }, - "1769": { + "1799": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "1770": { + "1800": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.placeholderColor" }, - "1771": { + "1801": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.shadow" }, - "1772": { + "1802": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.paddingX" }, - "1773": { + "1803": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.paddingY" }, - "1774": { + "1804": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1775": { + "1805": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1776": { + "1806": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type" }, - "1777": { + "1807": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.width" }, - "1778": { + "1808": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.style" }, - "1779": { + "1809": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.color" }, - "1780": { + "1810": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.offset" }, - "1781": { + "1811": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.shadow" }, - "1782": { + "1812": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1783": { + "1813": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "InputChipsDesignTokens.chip" }, - "1784": { + "1814": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type" }, - "1785": { + "1815": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1786": { + "1816": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "1787": { + "1817": { "sourceFileName": "src/app/components/themes/types/inputchips/index.d.ts", "qualifiedName": "__type.color" }, - "1788": { + "1818": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1789": { + "1819": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1790": { + "1820": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1791": { + "1821": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1792": { + "1822": { "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", "qualifiedName": "" }, - "1793": { + "1823": { "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", "qualifiedName": "InputGroupDesignTokens" }, - "1794": { + "1824": { "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", "qualifiedName": "InputGroupDesignTokens.addon" }, - "1795": { + "1825": { "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", "qualifiedName": "__type" }, - "1796": { + "1826": { "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", "qualifiedName": "__type.background" }, - "1797": { + "1827": { "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1798": { + "1828": { "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", "qualifiedName": "__type.color" }, - "1799": { + "1829": { "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1800": { + "1830": { + "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", + "qualifiedName": "__type.padding" + }, + "1831": { + "sourceFileName": "src/app/components/themes/types/inputgroup/index.d.ts", + "qualifiedName": "__type.minWidth" + }, + "1832": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1801": { + "1833": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1802": { + "1834": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1803": { + "1835": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1804": { + "1836": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "" }, - "1805": { + "1837": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "InputNumberDesignTokens" }, - "1806": { + "1838": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "InputNumberDesignTokens.root" }, - "1807": { + "1839": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type" }, - "1808": { + "1840": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1809": { + "1841": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "InputNumberDesignTokens.button" }, - "1810": { + "1842": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type" }, - "1811": { + "1843": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.width" }, - "1812": { + "1844": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1813": { + "1845": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.verticalPadding" }, - "1814": { + "1846": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.background" }, - "1815": { + "1847": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "1816": { + "1848": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "1817": { + "1849": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1818": { + "1850": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "1819": { + "1851": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.activeBorderColor" }, - "1820": { + "1852": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.color" }, - "1821": { + "1853": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "1822": { + "1854": { "sourceFileName": "src/app/components/themes/types/inputnumber/index.d.ts", "qualifiedName": "__type.activeColor" }, - "1823": { + "1855": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1824": { + "1856": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1825": { + "1857": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1826": { + "1858": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1827": { + "1859": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "" }, - "1828": { + "1860": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "InputTextDesignTokens" }, - "1829": { + "1861": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "InputTextDesignTokens.root" }, - "1830": { + "1862": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type" }, - "1831": { + "1863": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.background" }, - "1832": { + "1864": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "1833": { + "1865": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.filledBackground" }, - "1834": { + "1866": { + "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", + "qualifiedName": "__type.filledHoverBackground" + }, + "1867": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.filledFocusBackground" }, - "1835": { + "1868": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1836": { + "1869": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "1837": { + "1870": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "1838": { + "1871": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "1839": { + "1872": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.color" }, - "1840": { + "1873": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "1841": { + "1874": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.placeholderColor" }, - "1842": { + "1875": { + "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", + "qualifiedName": "__type.invalidPlaceholderColor" + }, + "1876": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.shadow" }, - "1843": { + "1877": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.paddingX" }, - "1844": { + "1878": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.paddingY" }, - "1845": { + "1879": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1846": { + "1880": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1847": { + "1881": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type" }, - "1848": { + "1882": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.width" }, - "1849": { + "1883": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.style" }, - "1850": { + "1884": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.color" }, - "1851": { + "1885": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.offset" }, - "1852": { + "1886": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.shadow" }, - "1853": { + "1887": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1854": { + "1888": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.sm" }, - "1855": { + "1889": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type" }, - "1856": { + "1890": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.fontSize" }, - "1857": { + "1891": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.paddingX" }, - "1858": { + "1892": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.paddingY" }, - "1859": { + "1893": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.lg" }, - "1860": { + "1894": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type" }, - "1861": { + "1895": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.fontSize" }, - "1862": { + "1896": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.paddingX" }, - "1863": { + "1897": { "sourceFileName": "src/app/components/themes/types/inputtext/index.d.ts", "qualifiedName": "__type.paddingY" }, - "1864": { + "1898": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1865": { + "1899": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1866": { + "1900": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1867": { + "1901": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1868": { + "1902": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "" }, - "1869": { + "1903": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "KnobDesignTokens" }, - "1870": { + "1904": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "KnobDesignTokens.root" }, - "1871": { + "1905": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type" }, - "1872": { + "1906": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1873": { + "1907": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1874": { + "1908": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type" }, - "1875": { + "1909": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.width" }, - "1876": { + "1910": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.style" }, - "1877": { + "1911": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.color" }, - "1878": { + "1912": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.offset" }, - "1879": { + "1913": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.shadow" }, - "1880": { + "1914": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "KnobDesignTokens.value" }, - "1881": { + "1915": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type" }, - "1882": { + "1916": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.background" }, - "1883": { + "1917": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "KnobDesignTokens.range" }, - "1884": { + "1918": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type" }, - "1885": { + "1919": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.background" }, - "1886": { + "1920": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "KnobDesignTokens.text" }, - "1887": { + "1921": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type" }, - "1888": { + "1922": { "sourceFileName": "src/app/components/themes/types/knob/index.d.ts", "qualifiedName": "__type.color" }, - "1889": { + "1923": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1890": { + "1924": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1891": { + "1925": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1892": { + "1926": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1893": { + "1927": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "" }, - "1894": { + "1928": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "ListboxDesignTokens" }, - "1895": { + "1929": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "ListboxDesignTokens.root" }, - "1896": { + "1930": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type" }, - "1897": { + "1931": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.background" }, - "1898": { + "1932": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "1899": { + "1933": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1900": { + "1934": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "1901": { + "1935": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "1902": { + "1936": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "1903": { + "1937": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.color" }, - "1904": { + "1938": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "1905": { + "1939": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.shadow" }, - "1906": { + "1940": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1907": { + "1941": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.focusRing" }, - "1908": { + "1942": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type" }, - "1909": { + "1943": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.width" }, - "1910": { + "1944": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.style" }, - "1911": { + "1945": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.color" }, - "1912": { + "1946": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.offset" }, - "1913": { + "1947": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.shadow" }, - "1914": { + "1948": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1915": { + "1949": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "ListboxDesignTokens.list" }, - "1916": { + "1950": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type" }, - "1917": { + "1951": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.padding" }, - "1918": { + "1952": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.gap" }, - "1919": { + "1953": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.header" }, - "1920": { + "1954": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type" }, - "1921": { + "1955": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.padding" }, - "1922": { + "1956": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "ListboxDesignTokens.option" }, - "1923": { + "1957": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type" }, - "1924": { + "1958": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "1925": { + "1959": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "1926": { + "1960": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.selectedFocusBackground" }, - "1927": { + "1961": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.color" }, - "1928": { + "1962": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.focusColor" }, - "1929": { + "1963": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "1930": { + "1964": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.selectedFocusColor" }, - "1931": { + "1965": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.padding" }, - "1932": { + "1966": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1933": { + "1967": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.stripedBackground" }, - "1934": { + "1968": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "ListboxDesignTokens.optionGroup" }, - "1935": { + "1969": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type" }, - "1936": { + "1970": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.background" }, - "1937": { + "1971": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.color" }, - "1938": { + "1972": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "1939": { + "1973": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.padding" }, - "1940": { + "1974": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "ListboxDesignTokens.checkmark" }, - "1941": { + "1975": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type" }, - "1942": { + "1976": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.color" }, - "1943": { + "1977": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.gutterStart" }, - "1944": { + "1978": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.gutterEnd" }, - "1945": { + "1979": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "ListboxDesignTokens.emptyMessage" }, - "1946": { + "1980": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type" }, - "1947": { + "1981": { "sourceFileName": "src/app/components/themes/types/listbox/index.d.ts", "qualifiedName": "__type.padding" }, - "1948": { + "1982": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "1949": { + "1983": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "1950": { + "1984": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "1951": { + "1985": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "1952": { + "1986": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "" }, - "1953": { + "1987": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens" }, - "1954": { + "1988": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens.root" }, - "1955": { + "1989": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "1956": { + "1990": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.background" }, - "1957": { + "1991": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1958": { + "1992": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1959": { + "1993": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.color" }, - "1960": { + "1994": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.gap" }, - "1961": { + "1995": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.verticalOrientation" }, - "1962": { + "1996": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "1963": { + "1997": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.padding" }, - "1964": { + "1998": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.gap" }, - "1965": { + "1999": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.horizontalOrientation" }, - "1966": { + "2000": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "1967": { + "2001": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.padding" }, - "1968": { + "2002": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "1969": { + "2003": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens.baseItem" }, - "1970": { + "2004": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "1971": { + "2005": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1972": { + "2006": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.padding" }, - "1973": { + "2007": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens.item" }, - "1974": { + "2008": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "1975": { + "2009": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "1976": { + "2010": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "1977": { + "2011": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.color" }, - "1978": { + "2012": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "1979": { + "2013": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "1980": { + "2014": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.padding" }, - "1981": { + "2015": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1982": { + "2016": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.gap" }, - "1983": { + "2017": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.icon" }, - "1984": { + "2018": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "1985": { + "2019": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.color" }, - "1986": { + "2020": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "1987": { + "2021": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "1988": { + "2022": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens.overlay" }, - "1989": { + "2023": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "1990": { + "2024": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.padding" }, - "1991": { + "2025": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.background" }, - "1992": { + "2026": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "1993": { + "2027": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "1994": { + "2028": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.color" }, - "1995": { + "2029": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.shadow" }, - "1996": { + "2030": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.gap" }, - "1997": { + "2031": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens.submenu" }, - "1998": { + "2032": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "1999": { + "2033": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.padding" }, - "2000": { + "2034": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.gap" }, - "2001": { + "2035": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens.submenuLabel" }, - "2002": { + "2036": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "2003": { + "2037": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.padding" }, - "2004": { + "2038": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2005": { + "2039": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.background" }, - "2006": { + "2040": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.color" }, - "2007": { + "2041": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens.submenuIcon" }, - "2008": { + "2042": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "2009": { + "2043": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.size" }, - "2010": { + "2044": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.color" }, - "2011": { + "2045": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2012": { + "2046": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "2013": { + "2047": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens.separator" }, - "2014": { + "2048": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "2015": { + "2049": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2016": { + "2050": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "MegaMenuDesignTokens.mobileButton" }, - "2017": { + "2051": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "2018": { + "2052": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2019": { + "2053": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.size" }, - "2020": { + "2054": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.color" }, - "2021": { + "2055": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "2022": { + "2056": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2023": { + "2057": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2024": { + "2058": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type" }, - "2025": { + "2059": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.width" }, - "2026": { + "2060": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.style" }, - "2027": { + "2061": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.color" }, - "2028": { + "2062": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.offset" }, - "2029": { + "2063": { "sourceFileName": "src/app/components/themes/types/megamenu/index.d.ts", "qualifiedName": "__type.shadow" }, - "2030": { + "2064": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2031": { + "2065": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2032": { + "2066": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2033": { + "2067": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2034": { + "2068": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "" }, - "2035": { + "2069": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "MenuDesignTokens" }, - "2036": { + "2070": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "MenuDesignTokens.root" }, - "2037": { + "2071": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type" }, - "2038": { + "2072": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.background" }, - "2039": { + "2073": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2040": { + "2074": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.color" }, - "2041": { + "2075": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2042": { + "2076": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.shadow" }, - "2043": { + "2077": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2044": { + "2078": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "MenuDesignTokens.list" }, - "2045": { + "2079": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type" }, - "2046": { + "2080": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.padding" }, - "2047": { + "2081": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.gap" }, - "2048": { + "2082": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "MenuDesignTokens.item" }, - "2049": { + "2083": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type" }, - "2050": { + "2084": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "2051": { + "2085": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.color" }, - "2052": { + "2086": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2053": { + "2087": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.padding" }, - "2054": { + "2088": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2055": { + "2089": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.gap" }, - "2056": { + "2090": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.icon" }, - "2057": { + "2091": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type" }, - "2058": { + "2092": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.color" }, - "2059": { + "2093": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2060": { + "2094": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "MenuDesignTokens.submenuLabel" }, - "2061": { + "2095": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type" }, - "2062": { + "2096": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.padding" }, - "2063": { + "2097": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2064": { + "2098": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.background" }, - "2065": { + "2099": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.color" }, - "2066": { + "2100": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "MenuDesignTokens.separator" }, - "2067": { + "2101": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type" }, - "2068": { + "2102": { "sourceFileName": "src/app/components/themes/types/menu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2069": { + "2103": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2070": { + "2104": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2071": { + "2105": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2072": { + "2106": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2073": { + "2107": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "" }, - "2074": { + "2108": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "MenubarDesignTokens" }, - "2075": { + "2109": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "MenubarDesignTokens.root" }, - "2076": { + "2110": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type" }, - "2077": { + "2111": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.background" }, - "2078": { + "2112": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2079": { + "2113": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2080": { + "2114": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.color" }, - "2081": { + "2115": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.gap" }, - "2082": { + "2116": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.padding" }, - "2083": { + "2117": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2084": { + "2118": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "MenubarDesignTokens.baseItem" }, - "2085": { + "2119": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type" }, - "2086": { + "2120": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2087": { + "2121": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.padding" }, - "2088": { + "2122": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "MenubarDesignTokens.item" }, - "2089": { + "2123": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type" }, - "2090": { + "2124": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "2091": { + "2125": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "2092": { + "2126": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.color" }, - "2093": { + "2127": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2094": { + "2128": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.activeColor" }, - "2095": { + "2129": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.padding" }, - "2096": { + "2130": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2097": { + "2131": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.gap" }, - "2098": { + "2132": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.icon" }, - "2099": { + "2133": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type" }, - "2100": { + "2134": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.color" }, - "2101": { + "2135": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2102": { + "2136": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.activeColor" }, - "2103": { + "2137": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "MenubarDesignTokens.submenu" }, - "2104": { + "2138": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type" }, - "2105": { + "2139": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.padding" }, - "2106": { + "2140": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.gap" }, - "2107": { + "2141": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.background" }, - "2108": { + "2142": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2109": { + "2143": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2110": { + "2144": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.shadow" }, - "2111": { + "2145": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.mobileIndent" }, - "2112": { + "2146": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "MenubarDesignTokens.submenuIcon" }, - "2113": { + "2147": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type" }, - "2114": { + "2148": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.size" }, - "2115": { + "2149": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.color" }, - "2116": { + "2150": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2117": { + "2151": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.activeColor" }, - "2118": { + "2152": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "MenubarDesignTokens.separator" }, - "2119": { + "2153": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type" }, - "2120": { + "2154": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2121": { + "2155": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "MenubarDesignTokens.mobileButton" }, - "2122": { + "2156": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type" }, - "2123": { + "2157": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2124": { + "2158": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.size" }, - "2125": { + "2159": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.color" }, - "2126": { + "2160": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "2127": { + "2161": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2128": { + "2162": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2129": { + "2163": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type" }, - "2130": { + "2164": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.width" }, - "2131": { + "2165": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.style" }, - "2132": { + "2166": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.color" }, - "2133": { + "2167": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.offset" }, - "2134": { + "2168": { "sourceFileName": "src/app/components/themes/types/menubar/index.d.ts", "qualifiedName": "__type.shadow" }, - "2135": { + "2169": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2136": { + "2170": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2137": { + "2171": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2138": { + "2172": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2139": { + "2173": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "" }, - "2140": { + "2174": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens" }, - "2141": { + "2175": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.root" }, - "2142": { + "2176": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2143": { + "2177": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2144": { + "2178": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "2145": { + "2179": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2146": { + "2180": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.content" }, - "2147": { + "2181": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2148": { + "2182": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.padding" }, - "2149": { + "2183": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.gap" }, - "2150": { + "2184": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.text" }, - "2151": { + "2185": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2152": { + "2186": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.fontSize" }, - "2153": { + "2187": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2154": { + "2188": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.icon" }, - "2155": { + "2189": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2156": { + "2190": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.size" }, - "2157": { + "2191": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.closeButton" }, - "2158": { + "2192": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2159": { + "2193": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.width" }, - "2160": { + "2194": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.height" }, - "2161": { + "2195": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2162": { + "2196": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2163": { + "2197": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2164": { + "2198": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.width" }, - "2165": { + "2199": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.style" }, - "2166": { + "2200": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.offset" }, - "2167": { + "2201": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.closeIcon" }, - "2168": { + "2202": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2169": { + "2203": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.size" }, - "2170": { + "2204": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.info" }, - "2171": { + "2205": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2172": { + "2206": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.background" }, - "2173": { + "2207": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2174": { + "2208": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2175": { + "2209": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2176": { + "2210": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.closeButton" }, - "2177": { + "2211": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2178": { + "2212": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2179": { + "2213": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2180": { + "2214": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2181": { + "2215": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2182": { + "2216": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2183": { + "2217": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.success" }, - "2184": { + "2218": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2185": { + "2219": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.background" }, - "2186": { + "2220": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2187": { + "2221": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2188": { + "2222": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2189": { + "2223": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.closeButton" }, - "2190": { + "2224": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2191": { + "2225": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2192": { + "2226": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2193": { + "2227": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2194": { + "2228": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2195": { + "2229": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2196": { + "2230": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.warn" }, - "2197": { + "2231": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2198": { + "2232": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.background" }, - "2199": { + "2233": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2200": { + "2234": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2201": { + "2235": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2202": { + "2236": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.closeButton" }, - "2203": { + "2237": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2204": { + "2238": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2205": { + "2239": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2206": { + "2240": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2207": { + "2241": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2208": { + "2242": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2209": { + "2243": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.error" }, - "2210": { + "2244": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2211": { + "2245": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.background" }, - "2212": { + "2246": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2213": { + "2247": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2214": { + "2248": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2215": { + "2249": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.closeButton" }, - "2216": { + "2250": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2217": { + "2251": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2218": { + "2252": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2219": { + "2253": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2220": { + "2254": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2221": { + "2255": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2222": { + "2256": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.secondary" }, - "2223": { + "2257": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2224": { + "2258": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.background" }, - "2225": { + "2259": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2226": { + "2260": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2227": { + "2261": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2228": { + "2262": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.closeButton" }, - "2229": { + "2263": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2230": { + "2264": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2231": { + "2265": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2232": { + "2266": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2233": { + "2267": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2234": { + "2268": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2235": { + "2269": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "MessageDesignTokens.contrast" }, - "2236": { + "2270": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2237": { + "2271": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.background" }, - "2238": { + "2272": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2239": { + "2273": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2240": { + "2274": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2241": { + "2275": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.closeButton" }, - "2242": { + "2276": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2243": { + "2277": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2244": { + "2278": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2245": { + "2279": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type" }, - "2246": { + "2280": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.color" }, - "2247": { + "2281": { "sourceFileName": "src/app/components/themes/types/message/index.d.ts", "qualifiedName": "__type.shadow" }, - "2248": { + "2282": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2249": { + "2283": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2250": { + "2284": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2251": { + "2285": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2252": { + "2286": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "" }, - "2253": { + "2287": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "MeterGroupDesignTokens" }, - "2254": { + "2288": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "MeterGroupDesignTokens.root" }, - "2255": { + "2289": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type" }, - "2256": { + "2290": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2257": { + "2291": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type.gap" }, - "2258": { + "2292": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "MeterGroupDesignTokens.meters" }, - "2259": { + "2293": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type" }, - "2260": { + "2294": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type.background" }, - "2261": { + "2295": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type.size" }, - "2262": { + "2296": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "MeterGroupDesignTokens.label" }, - "2263": { + "2297": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type" }, - "2264": { + "2298": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type.gap" }, - "2265": { + "2299": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "MeterGroupDesignTokens.labelMarker" }, - "2266": { + "2300": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type" }, - "2267": { + "2301": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type.size" }, - "2268": { + "2302": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "MeterGroupDesignTokens.labelIcon" }, - "2269": { + "2303": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type" }, - "2270": { + "2304": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type.size" }, - "2271": { + "2305": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "MeterGroupDesignTokens.labelList" }, - "2272": { + "2306": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type" }, - "2273": { + "2307": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type.verticalGap" }, - "2274": { + "2308": { "sourceFileName": "src/app/components/themes/types/metergroup/index.d.ts", "qualifiedName": "__type.horizontalGap" }, - "2275": { + "2309": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2276": { + "2310": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2277": { + "2311": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2278": { + "2312": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2279": { + "2313": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "" }, - "2280": { + "2314": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "MultiSelectDesignTokens" }, - "2281": { + "2315": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "MultiSelectDesignTokens.root" }, - "2282": { + "2316": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2283": { + "2317": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.background" }, - "2284": { + "2318": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "2285": { + "2319": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.filledBackground" }, - "2286": { + "2320": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.filledHoverBackground" + }, + "2321": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.filledFocusBackground" }, - "2287": { + "2322": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2288": { + "2323": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "2289": { + "2324": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "2290": { + "2325": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "2291": { + "2326": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.color" }, - "2292": { + "2327": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "2293": { + "2328": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.placeholderColor" }, - "2294": { + "2329": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.invalidPlaceholderColor" + }, + "2330": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.shadow" }, - "2295": { + "2331": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.paddingX" }, - "2296": { + "2332": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.paddingY" }, - "2297": { + "2333": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2298": { + "2334": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2299": { + "2335": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2300": { + "2336": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.width" }, - "2301": { + "2337": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.style" }, - "2302": { + "2338": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.color" }, - "2303": { + "2339": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.offset" }, - "2304": { + "2340": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.shadow" }, - "2305": { + "2341": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2306": { + "2342": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.sm" + }, + "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.fontSize" + }, + "2345": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.paddingX" + }, + "2346": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.paddingY" + }, + "2347": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.lg" + }, + "2348": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type" + }, + "2349": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.fontSize" + }, + "2350": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.paddingX" + }, + "2351": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.paddingY" + }, + "2352": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "MultiSelectDesignTokens.dropdown" }, - "2307": { + "2353": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2308": { + "2354": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.width" }, - "2309": { + "2355": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.color" }, - "2310": { + "2356": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "MultiSelectDesignTokens.overlay" }, - "2311": { + "2357": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2312": { + "2358": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.background" }, - "2313": { + "2359": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2314": { + "2360": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2315": { + "2361": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.color" }, - "2316": { + "2362": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.shadow" }, - "2317": { + "2363": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "MultiSelectDesignTokens.list" }, - "2318": { + "2364": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2319": { + "2365": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.padding" }, - "2320": { + "2366": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.gap" }, - "2321": { + "2367": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.header" }, - "2322": { + "2368": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2323": { + "2369": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.padding" }, - "2324": { + "2370": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "MultiSelectDesignTokens.option" }, - "2325": { + "2371": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2326": { + "2372": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "2327": { + "2373": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "2328": { + "2374": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.selectedFocusBackground" }, - "2329": { + "2375": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.color" }, - "2330": { + "2376": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2331": { + "2377": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "2332": { + "2378": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.selectedFocusColor" }, - "2333": { + "2379": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.padding" }, - "2334": { + "2380": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2335": { + "2381": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.gap" }, - "2336": { + "2382": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "MultiSelectDesignTokens.optionGroup" }, - "2337": { + "2383": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2338": { + "2384": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.background" }, - "2339": { + "2385": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.color" }, - "2340": { + "2386": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2341": { + "2387": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.padding" }, - "2342": { + "2388": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "MultiSelectDesignTokens.clearIcon" + }, + "2389": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type" + }, + "2390": { + "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", + "qualifiedName": "__type.color" + }, + "2391": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "MultiSelectDesignTokens.chip" }, - "2343": { + "2392": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2344": { + "2393": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2345": { + "2394": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "MultiSelectDesignTokens.emptyMessage" }, - "2346": { + "2395": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type" }, - "2347": { + "2396": { "sourceFileName": "src/app/components/themes/types/multiselect/index.d.ts", "qualifiedName": "__type.padding" }, - "2348": { + "2397": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2349": { + "2398": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2350": { + "2399": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2351": { + "2400": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2352": { + "2401": { "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts", "qualifiedName": "" }, - "2353": { + "2402": { "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts", "qualifiedName": "OrderListDesignTokens" }, - "2354": { + "2403": { "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts", "qualifiedName": "OrderListDesignTokens.root" }, - "2355": { + "2404": { "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts", "qualifiedName": "__type" }, - "2356": { + "2405": { "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts", "qualifiedName": "__type.gap" }, - "2357": { + "2406": { "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts", "qualifiedName": "OrderListDesignTokens.controls" }, - "2358": { + "2407": { "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts", "qualifiedName": "__type" }, - "2359": { + "2408": { "sourceFileName": "src/app/components/themes/types/orderlist/index.d.ts", "qualifiedName": "__type.gap" }, - "2360": { + "2409": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2361": { + "2410": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2362": { + "2411": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2363": { + "2412": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2364": { + "2413": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "" }, - "2365": { + "2414": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "OrganizationChartDesignTokens" }, - "2366": { + "2415": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "OrganizationChartDesignTokens.root" }, - "2367": { + "2416": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type" }, - "2368": { + "2417": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.gutter" }, - "2369": { + "2418": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2370": { + "2419": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "OrganizationChartDesignTokens.node" }, - "2371": { + "2420": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type" }, - "2372": { + "2421": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.background" }, - "2373": { + "2422": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2374": { + "2423": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "2375": { + "2424": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2376": { + "2425": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.color" }, - "2377": { + "2426": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "2378": { + "2427": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "2379": { + "2428": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.padding" }, - "2380": { + "2429": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.toggleablePadding" }, - "2381": { + "2430": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2382": { + "2431": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "OrganizationChartDesignTokens.nodeToggleButton" }, - "2383": { + "2432": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type" }, - "2384": { + "2433": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.background" }, - "2385": { + "2434": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2386": { + "2435": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2387": { + "2436": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.color" }, - "2388": { + "2437": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "2389": { + "2438": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.size" }, - "2390": { + "2439": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2391": { + "2440": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2392": { + "2441": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type" }, - "2393": { + "2442": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.width" }, - "2394": { + "2443": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.style" }, - "2395": { + "2444": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.color" }, - "2396": { + "2445": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.offset" }, - "2397": { + "2446": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.shadow" }, - "2398": { + "2447": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "OrganizationChartDesignTokens.connector" }, - "2399": { + "2448": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type" }, - "2400": { + "2449": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.color" }, - "2401": { + "2450": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2402": { + "2451": { "sourceFileName": "src/app/components/themes/types/organizationchart/index.d.ts", "qualifiedName": "__type.height" }, - "2403": { + "2452": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2404": { + "2453": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2405": { + "2454": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2406": { + "2455": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2407": { + "2456": { "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts", "qualifiedName": "" }, - "2408": { + "2457": { "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts", "qualifiedName": "OverlayBadgeDesignTokens" }, - "2409": { + "2458": { "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts", "qualifiedName": "OverlayBadgeDesignTokens.root" }, - "2410": { + "2459": { "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts", "qualifiedName": "__type" }, - "2411": { + "2460": { "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts", "qualifiedName": "__type.outline" }, - "2412": { + "2461": { "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts", "qualifiedName": "__type" }, - "2413": { + "2462": { "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts", "qualifiedName": "__type.width" }, - "2414": { + "2463": { "sourceFileName": "src/app/components/themes/types/overlaybadge/index.d.ts", "qualifiedName": "__type.color" }, - "2415": { + "2464": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2416": { + "2465": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2417": { + "2466": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2418": { + "2467": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2419": { + "2468": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "" }, - "2420": { + "2469": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "PaginatorDesignTokens" }, - "2421": { + "2470": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "PaginatorDesignTokens.root" }, - "2422": { + "2471": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type" }, - "2423": { + "2472": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.padding" }, - "2424": { + "2473": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.gap" }, - "2425": { + "2474": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2426": { + "2475": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.background" }, - "2427": { + "2476": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.color" }, - "2428": { + "2477": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2429": { + "2478": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "PaginatorDesignTokens.navButton" }, - "2430": { + "2479": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type" }, - "2431": { + "2480": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.background" }, - "2432": { + "2481": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2433": { + "2482": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "2434": { + "2483": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.color" }, - "2435": { + "2484": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "2436": { + "2485": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "2437": { + "2486": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.width" }, - "2438": { + "2487": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.height" }, - "2439": { + "2488": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2440": { + "2489": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2441": { + "2490": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type" }, - "2442": { + "2491": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.width" }, - "2443": { + "2492": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.style" }, - "2444": { + "2493": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.color" }, - "2445": { + "2494": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.offset" }, - "2446": { + "2495": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.shadow" }, - "2447": { + "2496": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "PaginatorDesignTokens.currentPageReport" }, - "2448": { + "2497": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type" }, - "2449": { + "2498": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.color" }, - "2450": { + "2499": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "PaginatorDesignTokens.jumpToPageInput" }, - "2451": { + "2500": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type" }, - "2452": { + "2501": { "sourceFileName": "src/app/components/themes/types/paginator/index.d.ts", "qualifiedName": "__type.maxWidth" }, - "2453": { + "2502": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2454": { + "2503": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2455": { + "2504": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2456": { + "2505": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2457": { + "2506": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "" }, - "2458": { + "2507": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "PanelDesignTokens" }, - "2459": { + "2508": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "PanelDesignTokens.root" }, - "2460": { + "2509": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type" }, - "2461": { + "2510": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.background" }, - "2462": { + "2511": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2463": { + "2512": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.color" }, - "2464": { + "2513": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2465": { + "2514": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "PanelDesignTokens.header" }, - "2466": { + "2515": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type" }, - "2467": { + "2516": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.background" }, - "2468": { + "2517": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.color" }, - "2469": { + "2518": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.padding" }, - "2470": { + "2519": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2471": { + "2520": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "2472": { + "2521": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2473": { + "2522": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "PanelDesignTokens.toggleableHeader" }, - "2474": { + "2523": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type" }, - "2475": { + "2524": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.padding" }, - "2476": { + "2525": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "PanelDesignTokens.title" }, - "2477": { + "2526": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type" }, - "2478": { + "2527": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2479": { + "2528": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "PanelDesignTokens.content" }, - "2480": { + "2529": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type" }, - "2481": { + "2530": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.padding" }, - "2482": { + "2531": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "PanelDesignTokens.footer" }, - "2483": { + "2532": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type" }, - "2484": { + "2533": { "sourceFileName": "src/app/components/themes/types/panel/index.d.ts", "qualifiedName": "__type.padding" }, - "2485": { + "2534": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2486": { + "2535": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2487": { + "2536": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2488": { + "2537": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2489": { + "2538": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "" }, - "2490": { + "2539": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "PanelMenuDesignTokens" }, - "2491": { + "2540": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "PanelMenuDesignTokens.root" }, - "2492": { + "2541": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type" }, - "2493": { + "2542": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.gap" }, - "2494": { + "2543": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2495": { + "2544": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "PanelMenuDesignTokens.panel" }, - "2496": { + "2545": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type" }, - "2497": { + "2546": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.background" }, - "2498": { + "2547": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2499": { + "2548": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "2500": { + "2549": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.color" }, - "2501": { + "2550": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.padding" }, - "2502": { + "2551": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2503": { + "2552": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.first" }, - "2504": { + "2553": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type" }, - "2505": { + "2554": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "2506": { + "2555": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.topBorderRadius" }, - "2507": { + "2556": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.last" }, - "2508": { + "2557": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type" }, - "2509": { + "2558": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "2510": { + "2559": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.bottomBorderRadius" }, - "2511": { + "2560": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "PanelMenuDesignTokens.item" }, - "2512": { + "2561": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type" }, - "2513": { + "2562": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "2514": { + "2563": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.color" }, - "2515": { + "2564": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2516": { + "2565": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.gap" }, - "2517": { + "2566": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.padding" }, - "2518": { + "2567": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2519": { + "2568": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.icon" }, - "2520": { + "2569": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type" }, - "2521": { + "2570": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.color" }, - "2522": { + "2571": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2523": { + "2572": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "PanelMenuDesignTokens.submenu" }, - "2524": { + "2573": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type" }, - "2525": { + "2574": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.indent" }, - "2526": { + "2575": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "PanelMenuDesignTokens.submenuIcon" }, - "2527": { + "2576": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type" }, - "2528": { + "2577": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.color" }, - "2529": { + "2578": { "sourceFileName": "src/app/components/themes/types/panelmenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2530": { + "2579": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2531": { + "2580": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2532": { + "2581": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2533": { + "2582": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2534": { + "2583": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "" }, - "2535": { + "2584": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "PasswordDesignTokens" }, - "2536": { + "2585": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "PasswordDesignTokens.meter" }, - "2537": { + "2586": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type" }, - "2538": { + "2587": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.background" }, - "2539": { + "2588": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2540": { + "2589": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.height" }, - "2541": { + "2590": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "PasswordDesignTokens.icon" }, - "2542": { + "2591": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type" }, - "2543": { + "2592": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.color" }, - "2544": { + "2593": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "PasswordDesignTokens.overlay" }, - "2545": { + "2594": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type" }, - "2546": { + "2595": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.background" }, - "2547": { + "2596": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2548": { + "2597": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2549": { + "2598": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.color" }, - "2550": { + "2599": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.padding" }, - "2551": { + "2600": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.shadow" }, - "2552": { + "2601": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "PasswordDesignTokens.content" }, - "2553": { + "2602": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type" }, - "2554": { + "2603": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.gap" }, - "2555": { + "2604": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "PasswordDesignTokens.strength" }, - "2556": { + "2605": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type" }, - "2557": { + "2606": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.weakBackground" }, - "2558": { + "2607": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.mediumBackground" }, - "2559": { + "2608": { "sourceFileName": "src/app/components/themes/types/password/index.d.ts", "qualifiedName": "__type.strongBackground" }, - "2560": { + "2609": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2561": { + "2610": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2562": { + "2611": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2563": { + "2612": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2564": { + "2613": { "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts", "qualifiedName": "" }, - "2565": { + "2614": { "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts", "qualifiedName": "PickListDesignTokens" }, - "2566": { + "2615": { "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts", "qualifiedName": "PickListDesignTokens.root" }, - "2567": { + "2616": { "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts", "qualifiedName": "__type" }, - "2568": { + "2617": { "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts", "qualifiedName": "__type.gap" }, - "2569": { + "2618": { "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts", "qualifiedName": "PickListDesignTokens.controls" }, - "2570": { + "2619": { "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts", "qualifiedName": "__type" }, - "2571": { + "2620": { "sourceFileName": "src/app/components/themes/types/picklist/index.d.ts", "qualifiedName": "__type.gap" }, - "2572": { + "2621": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2573": { + "2622": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2574": { + "2623": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2575": { + "2624": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2576": { + "2625": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "" }, - "2577": { + "2626": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "PopoverDesignTokens" }, - "2578": { + "2627": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "PopoverDesignTokens.root" }, - "2579": { + "2628": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type" }, - "2580": { + "2629": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type.background" }, - "2581": { + "2630": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2582": { + "2631": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type.color" }, - "2583": { + "2632": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2584": { + "2633": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type.shadow" }, - "2585": { + "2634": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type.gutter" }, - "2586": { + "2635": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type.arrowOffset" }, - "2587": { + "2636": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "PopoverDesignTokens.content" }, - "2588": { + "2637": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type" }, - "2589": { + "2638": { "sourceFileName": "src/app/components/themes/types/popover/index.d.ts", "qualifiedName": "__type.padding" }, - "2590": { + "2639": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2591": { + "2640": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2592": { + "2641": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2593": { + "2642": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2594": { + "2643": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "" }, - "2595": { + "2644": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "ProgressBarDesignTokens" }, - "2596": { + "2645": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "ProgressBarDesignTokens.root" }, - "2597": { + "2646": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type" }, - "2598": { + "2647": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type.background" }, - "2599": { + "2648": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2600": { + "2649": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type.height" }, - "2601": { + "2650": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "ProgressBarDesignTokens.value" }, - "2602": { + "2651": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type" }, - "2603": { + "2652": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type.background" }, - "2604": { + "2653": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "ProgressBarDesignTokens.label" }, - "2605": { + "2654": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type" }, - "2606": { + "2655": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type.color" }, - "2607": { + "2656": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type.fontSize" }, - "2608": { + "2657": { "sourceFileName": "src/app/components/themes/types/progressbar/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2609": { + "2658": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2610": { + "2659": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2611": { + "2660": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2612": { + "2661": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2613": { + "2662": { "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts", "qualifiedName": "" }, - "2614": { + "2663": { "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts", "qualifiedName": "ProgressSpinnerDesignTokens" }, - "2615": { + "2664": { "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts", "qualifiedName": "ProgressSpinnerDesignTokens.root" }, - "2616": { + "2665": { "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts", "qualifiedName": "__type" }, - "2617": { + "2666": { "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts", "qualifiedName": "__type.color.1" }, - "2618": { + "2667": { "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts", "qualifiedName": "__type.color.2" }, - "2619": { + "2668": { "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts", "qualifiedName": "__type.color.3" }, - "2620": { + "2669": { "sourceFileName": "src/app/components/themes/types/progressspinner/index.d.ts", "qualifiedName": "__type.color.4" }, - "2621": { + "2670": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2622": { + "2671": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2623": { + "2672": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2624": { + "2673": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2625": { + "2674": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "" }, - "2626": { + "2675": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "RadioButtonDesignTokens" }, - "2627": { + "2676": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "RadioButtonDesignTokens.root" }, - "2628": { + "2677": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type" }, - "2629": { + "2678": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.width" }, - "2630": { + "2679": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.height" }, - "2631": { + "2680": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.background" }, - "2632": { + "2681": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.checkedBackground" }, - "2633": { + "2682": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.checkedHoverBackground" }, - "2634": { + "2683": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "2635": { + "2684": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.filledBackground" }, - "2636": { + "2685": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2637": { + "2686": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "2638": { + "2687": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "2639": { + "2688": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.checkedBorderColor" }, - "2640": { + "2689": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.checkedHoverBorderColor" }, - "2641": { + "2690": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.checkedFocusBorderColor" }, - "2642": { + "2691": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.checkedDisabledBorderColor" }, - "2643": { + "2692": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "2644": { + "2693": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.shadow" }, - "2645": { + "2694": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2646": { + "2695": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type" }, - "2647": { + "2696": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.width" }, - "2648": { + "2697": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.style" }, - "2649": { + "2698": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.color" }, - "2650": { + "2699": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.offset" }, - "2651": { + "2700": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.shadow" }, - "2652": { + "2701": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2653": { + "2702": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "RadioButtonDesignTokens.icon" }, - "2654": { + "2703": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type" }, - "2655": { + "2704": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.size" }, - "2656": { + "2705": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.checkedColor" }, - "2657": { + "2706": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.checkedHoverColor" }, - "2658": { + "2707": { "sourceFileName": "src/app/components/themes/types/radiobutton/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "2659": { + "2708": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2660": { + "2709": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2661": { + "2710": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2662": { + "2711": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2663": { + "2712": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "" }, - "2664": { + "2713": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "RatingDesignTokens" }, - "2665": { + "2714": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "RatingDesignTokens.root" }, - "2666": { + "2715": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "__type" }, - "2667": { + "2716": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "__type.gap" }, - "2668": { + "2717": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2669": { + "2718": { + "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", + "qualifiedName": "__type.focusRing" + }, + "2719": { + "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", + "qualifiedName": "__type" + }, + "2720": { + "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", + "qualifiedName": "__type.width" + }, + "2721": { + "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", + "qualifiedName": "__type.style" + }, + "2722": { + "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", + "qualifiedName": "__type.color" + }, + "2723": { + "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", + "qualifiedName": "__type.offset" + }, + "2724": { + "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", + "qualifiedName": "__type.shadow" + }, + "2725": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "RatingDesignTokens.icon" }, - "2670": { + "2726": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "__type" }, - "2671": { + "2727": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "__type.size" }, - "2672": { + "2728": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "__type.color" }, - "2673": { + "2729": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "2674": { + "2730": { "sourceFileName": "src/app/components/themes/types/rating/index.d.ts", "qualifiedName": "__type.activeColor" }, - "2675": { + "2731": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2676": { + "2732": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2677": { + "2733": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2678": { + "2734": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2679": { + "2735": { "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts", "qualifiedName": "" }, - "2680": { + "2736": { "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts", "qualifiedName": "RippleDesignTokens" }, - "2681": { + "2737": { "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts", "qualifiedName": "RippleDesignTokens.root" }, - "2682": { + "2738": { "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts", "qualifiedName": "__type" }, - "2683": { + "2739": { "sourceFileName": "src/app/components/themes/types/ripple/index.d.ts", "qualifiedName": "__type.background" }, - "2684": { + "2740": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2685": { + "2741": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2686": { + "2742": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2687": { + "2743": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2688": { + "2744": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "" }, - "2689": { + "2745": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "ScrollPanelDesignTokens" }, - "2690": { + "2746": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "ScrollPanelDesignTokens.root" }, - "2691": { + "2747": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type" }, - "2692": { + "2748": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2693": { + "2749": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "ScrollPanelDesignTokens.bar" }, - "2694": { + "2750": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type" }, - "2695": { + "2751": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.size" }, - "2696": { + "2752": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2697": { + "2753": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2698": { + "2754": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type" }, - "2699": { + "2755": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.width" }, - "2700": { + "2756": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.style" }, - "2701": { + "2757": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.color" }, - "2702": { + "2758": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.offset" }, - "2703": { + "2759": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.shadow" }, - "2704": { + "2760": { "sourceFileName": "src/app/components/themes/types/scrollpanel/index.d.ts", "qualifiedName": "__type.background" }, - "2705": { + "2761": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2706": { + "2762": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2707": { + "2763": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2708": { + "2764": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2709": { + "2765": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "" }, - "2710": { + "2766": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens" }, - "2711": { + "2767": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens.root" }, - "2712": { + "2768": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2713": { + "2769": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.background" }, - "2714": { + "2770": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "2715": { + "2771": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.filledBackground" }, - "2716": { + "2772": { + "sourceFileName": "src/app/components/themes/types/select/index.d.ts", + "qualifiedName": "__type.filledHoverBackground" + }, + "2773": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.filledFocusBackground" }, - "2717": { + "2774": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2718": { + "2775": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "2719": { + "2776": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "2720": { + "2777": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "2721": { + "2778": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.color" }, - "2722": { + "2779": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "2723": { + "2780": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.placeholderColor" }, - "2724": { + "2781": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.shadow" }, - "2725": { + "2782": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.paddingX" }, - "2726": { + "2783": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.paddingY" }, - "2727": { + "2784": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2728": { + "2785": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2729": { + "2786": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2730": { + "2787": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.width" }, - "2731": { + "2788": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.style" }, - "2732": { + "2789": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.color" }, - "2733": { + "2790": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.offset" }, - "2734": { + "2791": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.shadow" }, - "2735": { + "2792": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2736": { + "2793": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens.dropdown" }, - "2737": { + "2794": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2738": { + "2795": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.width" }, - "2739": { + "2796": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.color" }, - "2740": { + "2797": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens.overlay" }, - "2741": { + "2798": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2742": { + "2799": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.background" }, - "2743": { + "2800": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2744": { + "2801": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2745": { + "2802": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.color" }, - "2746": { + "2803": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.shadow" }, - "2747": { + "2804": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens.list" }, - "2748": { + "2805": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2749": { + "2806": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.padding" }, - "2750": { + "2807": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.gap" }, - "2751": { + "2808": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.header" }, - "2752": { + "2809": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2753": { + "2810": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.padding" }, - "2754": { + "2811": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens.option" }, - "2755": { + "2812": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2756": { + "2813": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "2757": { + "2814": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "2758": { + "2815": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.selectedFocusBackground" }, - "2759": { + "2816": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.color" }, - "2760": { + "2817": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.focusColor" }, - "2761": { + "2818": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "2762": { + "2819": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.selectedFocusColor" }, - "2763": { + "2820": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.padding" }, - "2764": { + "2821": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2765": { + "2822": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens.optionGroup" }, - "2766": { + "2823": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2767": { + "2824": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.background" }, - "2768": { + "2825": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.color" }, - "2769": { + "2826": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2770": { + "2827": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.padding" }, - "2771": { + "2828": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens.clearIcon" }, - "2772": { + "2829": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2773": { + "2830": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.color" }, - "2774": { + "2831": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens.checkmark" }, - "2775": { + "2832": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2776": { + "2833": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.color" }, - "2777": { + "2834": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.gutterStart" }, - "2778": { + "2835": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.gutterEnd" }, - "2779": { + "2836": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "SelectDesignTokens.emptyMessage" }, - "2780": { + "2837": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type" }, - "2781": { + "2838": { "sourceFileName": "src/app/components/themes/types/select/index.d.ts", "qualifiedName": "__type.padding" }, - "2782": { + "2839": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2783": { + "2840": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2784": { + "2841": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2785": { + "2842": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2786": { + "2843": { "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts", "qualifiedName": "" }, - "2787": { + "2844": { "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts", "qualifiedName": "SelectButtonDesignTokens" }, - "2788": { + "2845": { "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts", "qualifiedName": "SelectButtonDesignTokens.root" }, - "2789": { + "2846": { "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts", "qualifiedName": "__type" }, - "2790": { + "2847": { "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2791": { + "2848": { "sourceFileName": "src/app/components/themes/types/selectbutton/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "2792": { + "2849": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2793": { + "2850": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2794": { + "2851": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2795": { + "2852": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2796": { + "2853": { "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts", "qualifiedName": "" }, - "2797": { + "2854": { "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts", "qualifiedName": "SkeletonDesignTokens" }, - "2798": { + "2855": { "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts", "qualifiedName": "SkeletonDesignTokens.root" }, - "2799": { + "2856": { "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts", "qualifiedName": "__type" }, - "2800": { + "2857": { "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2801": { + "2858": { "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts", "qualifiedName": "__type.background" }, - "2802": { + "2859": { "sourceFileName": "src/app/components/themes/types/skeleton/index.d.ts", "qualifiedName": "__type.animationBackground" }, - "2803": { + "2860": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2804": { + "2861": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2805": { + "2862": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2806": { + "2863": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2807": { + "2864": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "" }, - "2808": { + "2865": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "SliderDesignTokens" }, - "2809": { + "2866": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "SliderDesignTokens.root" }, - "2810": { + "2867": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type" }, - "2811": { + "2868": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2812": { + "2869": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "SliderDesignTokens.track" }, - "2813": { + "2870": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type" }, - "2814": { + "2871": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.background" }, - "2815": { + "2872": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2816": { + "2873": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.size" }, - "2817": { + "2874": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "SliderDesignTokens.range" }, - "2818": { + "2875": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type" }, - "2819": { + "2876": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.background" }, - "2820": { + "2877": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "SliderDesignTokens.handle" }, - "2821": { + "2878": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type" }, - "2822": { + "2879": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.width" }, - "2823": { + "2880": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.height" }, - "2824": { + "2881": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2825": { + "2882": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.background" }, - "2826": { + "2883": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2827": { + "2884": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.content" }, - "2828": { + "2885": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type" }, - "2829": { + "2886": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2830": { + "2887": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "2831": { + "2888": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.width" }, - "2832": { + "2889": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.height" }, - "2833": { + "2890": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.shadow" }, - "2834": { + "2891": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2835": { + "2892": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type" }, - "2836": { + "2893": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.width" }, - "2837": { + "2894": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.style" }, - "2838": { + "2895": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.color" }, - "2839": { + "2896": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.offset" }, - "2840": { + "2897": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.shadow" }, - "2841": { + "2898": { "sourceFileName": "src/app/components/themes/types/slider/index.d.ts", "qualifiedName": "__type.contentBackground" }, - "2842": { + "2899": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2843": { + "2900": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2844": { + "2901": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2845": { + "2902": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2846": { + "2903": { "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts", "qualifiedName": "" }, - "2847": { + "2904": { "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts", "qualifiedName": "SpeedDialDesignTokens" }, - "2848": { + "2905": { "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts", "qualifiedName": "SpeedDialDesignTokens.root" }, - "2849": { + "2906": { "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts", "qualifiedName": "__type" }, - "2850": { + "2907": { "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts", "qualifiedName": "__type.gap" }, - "2851": { + "2908": { "sourceFileName": "src/app/components/themes/types/speeddial/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2852": { + "2909": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2853": { + "2910": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2854": { + "2911": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2855": { + "2912": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2856": { + "2913": { "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts", "qualifiedName": "" }, - "2857": { + "2914": { "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts", "qualifiedName": "SplitButtonDesignTokens" }, - "2858": { + "2915": { "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts", "qualifiedName": "SplitButtonDesignTokens.root" }, - "2859": { + "2916": { "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts", "qualifiedName": "__type" }, - "2860": { + "2917": { "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2861": { + "2918": { "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts", "qualifiedName": "__type.roundedBorderRadius" }, - "2862": { + "2919": { "sourceFileName": "src/app/components/themes/types/splitbutton/index.d.ts", "qualifiedName": "__type.raisedShadow" }, - "2863": { + "2920": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2864": { + "2921": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2865": { + "2922": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2866": { + "2923": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2867": { + "2924": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "" }, - "2868": { + "2925": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "SplitterDesignTokens" }, - "2869": { + "2926": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "SplitterDesignTokens.root" }, - "2870": { + "2927": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type" }, - "2871": { + "2928": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.background" }, - "2872": { + "2929": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2873": { + "2930": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.color" }, - "2874": { + "2931": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2875": { + "2932": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "SplitterDesignTokens.gutter" }, - "2876": { + "2933": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type" }, - "2877": { + "2934": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.background" }, - "2878": { + "2935": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "SplitterDesignTokens.handle" }, - "2879": { + "2936": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type" }, - "2880": { + "2937": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.size" }, - "2881": { + "2938": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.background" }, - "2882": { + "2939": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2883": { + "2940": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2884": { + "2941": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type" }, - "2885": { + "2942": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.width" }, - "2886": { + "2943": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.style" }, - "2887": { + "2944": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.color" }, - "2888": { + "2945": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.offset" }, - "2889": { + "2946": { "sourceFileName": "src/app/components/themes/types/splitter/index.d.ts", "qualifiedName": "__type.shadow" }, - "2890": { + "2947": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2891": { + "2948": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2892": { + "2949": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2893": { + "2950": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2894": { + "2951": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "" }, - "2895": { + "2952": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "StepperDesignTokens" }, - "2896": { + "2953": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "StepperDesignTokens.root" }, - "2897": { + "2954": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type" }, - "2898": { + "2955": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2899": { + "2956": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "StepperDesignTokens.separator" }, - "2900": { + "2957": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type" }, - "2901": { + "2958": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.background" }, - "2902": { + "2959": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "2903": { + "2960": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.margin" }, - "2904": { + "2961": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.size" }, - "2905": { + "2962": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "StepperDesignTokens.step" }, - "2906": { + "2963": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type" }, - "2907": { + "2964": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.padding" }, - "2908": { + "2965": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.gap" }, - "2909": { + "2966": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "StepperDesignTokens.stepHeader" }, - "2910": { + "2967": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type" }, - "2911": { + "2968": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.padding" }, - "2912": { + "2969": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2913": { + "2970": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2914": { + "2971": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type" }, - "2915": { + "2972": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.width" }, - "2916": { + "2973": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.style" }, - "2917": { + "2974": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.color" }, - "2918": { + "2975": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.offset" }, - "2919": { + "2976": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.shadow" }, - "2920": { + "2977": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.gap" }, - "2921": { + "2978": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "StepperDesignTokens.stepTitle" }, - "2922": { + "2979": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type" }, - "2923": { + "2980": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.color" }, - "2924": { + "2981": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.activeColor" }, - "2925": { + "2982": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2926": { + "2983": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "StepperDesignTokens.stepNumber" }, - "2927": { + "2984": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type" }, - "2928": { + "2985": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.background" }, - "2929": { + "2986": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "2930": { + "2987": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2931": { + "2988": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.activeBorderColor" }, - "2932": { + "2989": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.color" }, - "2933": { + "2990": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.activeColor" }, - "2934": { + "2991": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.size" }, - "2935": { + "2992": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.fontSize" }, - "2936": { + "2993": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2937": { + "2994": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2938": { + "2995": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.shadow" }, - "2939": { + "2996": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "StepperDesignTokens.steppanels" }, - "2940": { + "2997": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type" }, - "2941": { + "2998": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.padding" }, - "2942": { + "2999": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "StepperDesignTokens.steppanel" }, - "2943": { + "3000": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type" }, - "2944": { + "3001": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.background" }, - "2945": { + "3002": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.color" }, - "2946": { + "3003": { "sourceFileName": "src/app/components/themes/types/stepper/index.d.ts", "qualifiedName": "__type.padding" }, - "2947": { + "3004": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2948": { + "3005": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2949": { + "3006": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2950": { + "3007": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2951": { + "3008": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "" }, - "2952": { + "3009": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "StepsDesignTokens" }, - "2953": { + "3010": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "StepsDesignTokens.root" }, - "2954": { + "3011": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type" }, - "2955": { + "3012": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2956": { + "3013": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "StepsDesignTokens.separator" }, - "2957": { + "3014": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type" }, - "2958": { + "3015": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.background" }, - "2959": { + "3016": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "StepsDesignTokens.itemLink" }, - "2960": { + "3017": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type" }, - "2961": { + "3018": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2962": { + "3019": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.focusRing" }, - "2963": { + "3020": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type" }, - "2964": { + "3021": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.width" }, - "2965": { + "3022": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.style" }, - "2966": { + "3023": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.color" }, - "2967": { + "3024": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.offset" }, - "2968": { + "3025": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.shadow" }, - "2969": { + "3026": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.gap" }, - "2970": { + "3027": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "StepsDesignTokens.itemLabel" }, - "2971": { + "3028": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type" }, - "2972": { + "3029": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.color" }, - "2973": { + "3030": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.activeColor" }, - "2974": { + "3031": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2975": { + "3032": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "StepsDesignTokens.itemNumber" }, - "2976": { + "3033": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type" }, - "2977": { + "3034": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.background" }, - "2978": { + "3035": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "2979": { + "3036": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.borderColor" }, - "2980": { + "3037": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.activeBorderColor" }, - "2981": { + "3038": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.color" }, - "2982": { + "3039": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.activeColor" }, - "2983": { + "3040": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.size" }, - "2984": { + "3041": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.fontSize" }, - "2985": { + "3042": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "2986": { + "3043": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "2987": { + "3044": { "sourceFileName": "src/app/components/themes/types/steps/index.d.ts", "qualifiedName": "__type.shadow" }, - "2988": { + "3045": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "2989": { + "3046": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "2990": { + "3047": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "2991": { + "3048": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "2992": { + "3049": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "" }, - "2993": { + "3050": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "TabmenuDesignTokens" }, - "2994": { + "3051": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "TabmenuDesignTokens.root" }, - "2995": { + "3052": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type" }, - "2996": { + "3053": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "2997": { + "3054": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "TabmenuDesignTokens.tablist" }, - "2998": { + "3055": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type" }, - "2999": { + "3056": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3000": { + "3057": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.background" }, - "3001": { + "3058": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3002": { + "3059": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "TabmenuDesignTokens.item" }, - "3003": { + "3060": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type" }, - "3004": { + "3061": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.background" }, - "3005": { + "3062": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3006": { + "3063": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "3007": { + "3064": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3008": { + "3065": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3009": { + "3066": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "3010": { + "3067": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.activeBorderColor" }, - "3011": { + "3068": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.color" }, - "3012": { + "3069": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3013": { + "3070": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "3014": { + "3071": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.padding" }, - "3015": { + "3072": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "3016": { + "3073": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.margin" }, - "3017": { + "3074": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.gap" }, - "3018": { + "3075": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3019": { + "3076": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type" }, - "3020": { + "3077": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.width" }, - "3021": { + "3078": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.style" }, - "3022": { + "3079": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.color" }, - "3023": { + "3080": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.offset" }, - "3024": { + "3081": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.shadow" }, - "3025": { + "3082": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "TabmenuDesignTokens.itemIcon" }, - "3026": { + "3083": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type" }, - "3027": { + "3084": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.color" }, - "3028": { + "3085": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3029": { + "3086": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "3030": { + "3087": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "TabmenuDesignTokens.activeBar" }, - "3031": { + "3088": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type" }, - "3032": { + "3089": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.height" }, - "3033": { + "3090": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.bottom" }, - "3034": { + "3091": { "sourceFileName": "src/app/components/themes/types/tabmenu/index.d.ts", "qualifiedName": "__type.background" }, - "3035": { + "3092": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3036": { + "3093": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3037": { + "3094": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3038": { + "3095": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3039": { + "3096": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "" }, - "3040": { + "3097": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "TabsDesignTokens" }, - "3041": { + "3098": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "TabsDesignTokens.root" }, - "3042": { + "3099": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type" }, - "3043": { + "3100": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3044": { + "3101": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "TabsDesignTokens.tablist" }, - "3045": { + "3102": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type" }, - "3046": { + "3103": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3047": { + "3104": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.background" }, - "3048": { + "3105": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3049": { + "3106": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "TabsDesignTokens.tab" }, - "3050": { + "3107": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type" }, - "3051": { + "3108": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.background" }, - "3052": { + "3109": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3053": { + "3110": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "3054": { + "3111": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3055": { + "3112": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3056": { + "3113": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "3057": { + "3114": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.activeBorderColor" }, - "3058": { + "3115": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.color" }, - "3059": { + "3116": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3060": { + "3117": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.activeColor" }, - "3061": { + "3118": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.padding" }, - "3062": { + "3119": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "3063": { + "3120": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.margin" }, - "3064": { + "3121": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.gap" }, - "3065": { + "3122": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3066": { + "3123": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type" }, - "3067": { + "3124": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.width" }, - "3068": { + "3125": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.style" }, - "3069": { + "3126": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.color" }, - "3070": { + "3127": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.offset" }, - "3071": { + "3128": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.shadow" }, - "3072": { + "3129": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "TabsDesignTokens.tabpanel" }, - "3073": { + "3130": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type" }, - "3074": { + "3131": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.background" }, - "3075": { + "3132": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.color" }, - "3076": { + "3133": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.padding" }, - "3077": { + "3134": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3078": { + "3135": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type" }, - "3079": { + "3136": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.width" }, - "3080": { + "3137": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.style" }, - "3081": { + "3138": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.color" }, - "3082": { + "3139": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.offset" }, - "3083": { + "3140": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.shadow" }, - "3084": { + "3141": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "TabsDesignTokens.navButton" }, - "3085": { + "3142": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type" }, - "3086": { + "3143": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.background" }, - "3087": { + "3144": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.color" }, - "3088": { + "3145": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3089": { + "3146": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.width" }, - "3090": { + "3147": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3091": { + "3148": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type" }, - "3092": { + "3149": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.width" }, - "3093": { + "3150": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.style" }, - "3094": { + "3151": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.color" }, - "3095": { + "3152": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.offset" }, - "3096": { + "3153": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.shadow" }, - "3097": { + "3154": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.shadow" }, - "3098": { + "3155": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "TabsDesignTokens.activeBar" }, - "3099": { + "3156": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type" }, - "3100": { + "3157": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.height" }, - "3101": { + "3158": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.bottom" }, - "3102": { + "3159": { "sourceFileName": "src/app/components/themes/types/tabs/index.d.ts", "qualifiedName": "__type.background" }, - "3103": { + "3160": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3104": { + "3161": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3105": { + "3162": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3106": { + "3163": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3107": { + "3164": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "" }, - "3108": { + "3165": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "TabViewDesignTokens" }, - "3109": { + "3166": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "TabViewDesignTokens.root" }, - "3110": { + "3167": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type" }, - "3111": { + "3168": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3112": { + "3169": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "TabViewDesignTokens.tabList" }, - "3113": { + "3170": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type" }, - "3114": { + "3171": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.background" }, - "3115": { + "3172": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3116": { + "3173": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "TabViewDesignTokens.tab" }, - "3117": { + "3174": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type" }, - "3118": { + "3175": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3119": { + "3176": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.activeBorderColor" }, - "3120": { + "3177": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.color" }, - "3121": { + "3178": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3122": { + "3179": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.activeColor" }, - "3123": { + "3180": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "TabViewDesignTokens.tabPanel" }, - "3124": { + "3181": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type" }, - "3125": { + "3182": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.background" }, - "3126": { + "3183": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.color" }, - "3127": { + "3184": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "TabViewDesignTokens.navButton" }, - "3128": { + "3185": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type" }, - "3129": { + "3186": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.background" }, - "3130": { + "3187": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.color" }, - "3131": { + "3188": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3132": { + "3189": { "sourceFileName": "src/app/components/themes/types/tabview/index.d.ts", "qualifiedName": "__type.shadow" }, - "3133": { + "3190": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3134": { + "3191": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3135": { + "3192": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3136": { + "3193": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3137": { + "3194": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "" }, - "3138": { + "3195": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens" }, - "3139": { + "3196": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens.root" }, - "3140": { + "3197": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type" }, - "3141": { + "3198": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.fontSize" }, - "3142": { + "3199": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "3143": { + "3200": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.padding" }, - "3144": { + "3201": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.gap" }, - "3145": { + "3202": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3146": { + "3203": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.roundedBorderRadius" }, - "3147": { + "3204": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens.icon" }, - "3148": { + "3205": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type" }, - "3149": { + "3206": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.size" }, - "3150": { + "3207": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens.primary" }, - "3151": { + "3208": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type" }, - "3152": { + "3209": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.background" }, - "3153": { + "3210": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.color" }, - "3154": { + "3211": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens.secondary" }, - "3155": { + "3212": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type" }, - "3156": { + "3213": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.background" }, - "3157": { + "3214": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.color" }, - "3158": { + "3215": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens.success" }, - "3159": { + "3216": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type" }, - "3160": { + "3217": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.background" }, - "3161": { + "3218": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.color" }, - "3162": { + "3219": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens.info" }, - "3163": { + "3220": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type" }, - "3164": { + "3221": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.background" }, - "3165": { + "3222": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.color" }, - "3166": { + "3223": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens.warn" }, - "3167": { + "3224": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type" }, - "3168": { + "3225": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.background" }, - "3169": { + "3226": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.color" }, - "3170": { + "3227": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens.danger" }, - "3171": { + "3228": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type" }, - "3172": { + "3229": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.background" }, - "3173": { + "3230": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.color" }, - "3174": { + "3231": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "TagDesignTokens.contrast" }, - "3175": { + "3232": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type" }, - "3176": { + "3233": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.background" }, - "3177": { + "3234": { "sourceFileName": "src/app/components/themes/types/tag/index.d.ts", "qualifiedName": "__type.color" }, - "3178": { + "3235": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3179": { + "3236": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3180": { + "3237": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3181": { + "3238": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3182": { + "3239": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "" }, - "3183": { + "3240": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "TerminalDesignTokens" }, - "3184": { + "3241": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "TerminalDesignTokens.root" }, - "3185": { + "3242": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type" }, - "3186": { + "3243": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type.background" }, - "3187": { + "3244": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3188": { + "3245": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type.color" }, - "3189": { + "3246": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type.height" }, - "3190": { + "3247": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type.padding" }, - "3191": { + "3248": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3192": { + "3249": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "TerminalDesignTokens.prompt" }, - "3193": { + "3250": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type" }, - "3194": { + "3251": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type.gap" }, - "3195": { + "3252": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "TerminalDesignTokens.commandResponse" }, - "3196": { + "3253": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type" }, - "3197": { + "3254": { "sourceFileName": "src/app/components/themes/types/terminal/index.d.ts", "qualifiedName": "__type.margin" }, - "3198": { + "3255": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3199": { + "3256": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3200": { + "3257": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3201": { + "3258": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3202": { + "3259": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "" }, - "3203": { + "3260": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "TextareaDesignTokens" }, - "3204": { + "3261": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "TextareaDesignTokens.root" }, - "3205": { + "3262": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type" }, - "3206": { + "3263": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.background" }, - "3207": { + "3264": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "3208": { + "3265": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.filledBackground" }, - "3209": { + "3266": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.filledFocusBackground" }, - "3210": { + "3267": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3211": { + "3268": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "3212": { + "3269": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "3213": { + "3270": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "3214": { + "3271": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.color" }, - "3215": { + "3272": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "3216": { + "3273": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.placeholderColor" }, - "3217": { + "3274": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type.invalidPlaceholderColor" + }, + "3275": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.shadow" }, - "3218": { + "3276": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.paddingX" }, - "3219": { + "3277": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.paddingY" }, - "3220": { + "3278": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3221": { + "3279": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3222": { + "3280": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type" }, - "3223": { + "3281": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.width" }, - "3224": { + "3282": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.style" }, - "3225": { + "3283": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.color" }, - "3226": { + "3284": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.offset" }, - "3227": { + "3285": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.shadow" }, - "3228": { + "3286": { "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3229": { + "3287": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type.sm" + }, + "3288": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type" + }, + "3289": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type.fontSize" + }, + "3290": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type.paddingX" + }, + "3291": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type.paddingY" + }, + "3292": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type.lg" + }, + "3293": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type" + }, + "3294": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type.fontSize" + }, + "3295": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type.paddingX" + }, + "3296": { + "sourceFileName": "src/app/components/themes/types/textarea/index.d.ts", + "qualifiedName": "__type.paddingY" + }, + "3297": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3230": { + "3298": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3231": { + "3299": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3232": { + "3300": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3233": { + "3301": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "" }, - "3234": { + "3302": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "TieredMenuDesignTokens" }, - "3235": { + "3303": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "TieredMenuDesignTokens.root" }, - "3236": { + "3304": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type" }, - "3237": { + "3305": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.background" }, - "3238": { + "3306": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3239": { + "3307": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.color" }, - "3240": { + "3308": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3241": { + "3309": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.shadow" }, - "3242": { + "3310": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3243": { + "3311": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "TieredMenuDesignTokens.list" }, - "3244": { + "3312": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type" }, - "3245": { + "3313": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.padding" }, - "3246": { + "3314": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.gap" }, - "3247": { + "3315": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "TieredMenuDesignTokens.item" }, - "3248": { + "3316": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type" }, - "3249": { + "3317": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.focusBackground" }, - "3250": { + "3318": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.activeBackground" }, - "3251": { + "3319": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.color" }, - "3252": { + "3320": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "3253": { + "3321": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "3254": { + "3322": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.padding" }, - "3255": { + "3323": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3256": { + "3324": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.gap" }, - "3257": { + "3325": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.icon" }, - "3258": { + "3326": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type" }, - "3259": { + "3327": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.color" }, - "3260": { + "3328": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "3261": { + "3329": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "3262": { + "3330": { + "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", + "qualifiedName": "TieredMenuDesignTokens.submenu" + }, + "3331": { + "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", + "qualifiedName": "__type" + }, + "3332": { + "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", + "qualifiedName": "__type.mobileIndent" + }, + "3333": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "TieredMenuDesignTokens.submenuLabel" }, - "3263": { + "3334": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type" }, - "3264": { + "3335": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.padding" }, - "3265": { + "3336": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "3266": { + "3337": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.background" }, - "3267": { + "3338": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.color" }, - "3268": { + "3339": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "TieredMenuDesignTokens.submenuIcon" }, - "3269": { + "3340": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type" }, - "3270": { + "3341": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.size" }, - "3271": { + "3342": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.color" }, - "3272": { + "3343": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.focusColor" }, - "3273": { + "3344": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.activeColor" }, - "3274": { + "3345": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "TieredMenuDesignTokens.separator" }, - "3275": { + "3346": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type" }, - "3276": { + "3347": { "sourceFileName": "src/app/components/themes/types/tieredmenu/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3277": { + "3348": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3278": { + "3349": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3279": { + "3350": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3280": { + "3351": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3281": { + "3352": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "" }, - "3282": { + "3353": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "TimelineDesignTokens" }, - "3283": { + "3354": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "TimelineDesignTokens.event" }, - "3284": { + "3355": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type" }, - "3285": { + "3356": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.minHeight" }, - "3286": { + "3357": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "TimelineDesignTokens.horizontal" }, - "3287": { + "3358": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type" }, - "3288": { + "3359": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.eventContent" }, - "3289": { + "3360": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type" }, - "3290": { + "3361": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.padding" }, - "3291": { + "3362": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "TimelineDesignTokens.vertical" }, - "3292": { + "3363": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type" }, - "3293": { + "3364": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.eventContent" }, - "3294": { + "3365": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type" }, - "3295": { + "3366": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.padding" }, - "3296": { + "3367": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "TimelineDesignTokens.eventMarker" }, - "3297": { + "3368": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type" }, - "3298": { + "3369": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.size" }, - "3299": { + "3370": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3300": { + "3371": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3301": { + "3372": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.background" }, - "3302": { + "3373": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3303": { + "3374": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.content" }, - "3304": { + "3375": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type" }, - "3305": { + "3376": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3306": { + "3377": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.size" }, - "3307": { + "3378": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.background" }, - "3308": { + "3379": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.insetShadow" }, - "3309": { + "3380": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "TimelineDesignTokens.eventConnector" }, - "3310": { + "3381": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type" }, - "3311": { + "3382": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.color" }, - "3312": { + "3383": { "sourceFileName": "src/app/components/themes/types/timeline/index.d.ts", "qualifiedName": "__type.size" }, - "3313": { + "3384": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3314": { + "3385": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3315": { + "3386": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3316": { + "3387": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3317": { + "3388": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "" }, - "3318": { + "3389": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens" }, - "3319": { + "3390": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.root" }, - "3320": { + "3391": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3321": { + "3392": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.width" }, - "3322": { + "3393": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3323": { + "3394": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3324": { + "3395": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3325": { + "3396": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.icon" }, - "3326": { + "3397": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3327": { + "3398": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.size" }, - "3328": { + "3399": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.content" }, - "3329": { + "3400": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3330": { + "3401": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.padding" }, - "3331": { + "3402": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.gap" }, - "3332": { + "3403": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.text" }, - "3333": { + "3404": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3334": { + "3405": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.gap" }, - "3335": { + "3406": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.summary" }, - "3336": { + "3407": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3337": { + "3408": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "3338": { + "3409": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.fontSize" }, - "3339": { + "3410": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.detail" }, - "3340": { + "3411": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3341": { + "3412": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "3342": { + "3413": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.fontSize" }, - "3343": { + "3414": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.closeButton" }, - "3344": { + "3415": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3345": { + "3416": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.width" }, - "3346": { + "3417": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.height" }, - "3347": { + "3418": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3348": { + "3419": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3349": { + "3420": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3350": { + "3421": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.width" }, - "3351": { + "3422": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.style" }, - "3352": { + "3423": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.offset" }, - "3353": { + "3424": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.closeIcon" }, - "3354": { + "3425": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3355": { + "3426": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.size" }, - "3356": { + "3427": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.blur" }, - "3357": { + "3428": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3358": { + "3429": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.0" }, - "3359": { + "3430": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.1" }, - "3360": { + "3431": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.2" }, - "3361": { + "3432": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.3" }, - "3362": { + "3433": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.4" }, - "3363": { + "3434": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.info" }, - "3364": { + "3435": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3365": { + "3436": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.background" }, - "3366": { + "3437": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3367": { + "3438": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3368": { + "3439": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.detailColor" }, - "3369": { + "3440": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3370": { + "3441": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.closeButton" }, - "3371": { + "3442": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3372": { + "3443": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3373": { + "3444": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3374": { + "3445": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3375": { + "3446": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3376": { + "3447": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3377": { + "3448": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.success" }, - "3378": { + "3449": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3379": { + "3450": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.background" }, - "3380": { + "3451": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3381": { + "3452": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3382": { + "3453": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.detailColor" }, - "3383": { + "3454": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3384": { + "3455": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.closeButton" }, - "3385": { + "3456": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3386": { + "3457": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3387": { + "3458": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3388": { + "3459": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3389": { + "3460": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3390": { + "3461": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3391": { + "3462": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.warn" }, - "3392": { + "3463": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3393": { + "3464": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.background" }, - "3394": { + "3465": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3395": { + "3466": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3396": { + "3467": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.detailColor" }, - "3397": { + "3468": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3398": { + "3469": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.closeButton" }, - "3399": { + "3470": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3400": { + "3471": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3401": { + "3472": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3402": { + "3473": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3403": { + "3474": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3404": { + "3475": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3405": { + "3476": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.error" }, - "3406": { + "3477": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3407": { + "3478": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.background" }, - "3408": { + "3479": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3409": { + "3480": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3410": { + "3481": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.detailColor" }, - "3411": { + "3482": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3412": { + "3483": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.closeButton" }, - "3413": { + "3484": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3414": { + "3485": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3415": { + "3486": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3416": { + "3487": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3417": { + "3488": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3418": { + "3489": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3419": { + "3490": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.secondary" }, - "3420": { + "3491": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3421": { + "3492": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.background" }, - "3422": { + "3493": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3423": { + "3494": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3424": { + "3495": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.detailColor" }, - "3425": { + "3496": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3426": { + "3497": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.closeButton" }, - "3427": { + "3498": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3428": { + "3499": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3429": { + "3500": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3430": { + "3501": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3431": { + "3502": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3432": { + "3503": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3433": { + "3504": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "ToastDesignTokens.contrast" }, - "3434": { + "3505": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3435": { + "3506": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.background" }, - "3436": { + "3507": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3437": { + "3508": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3438": { + "3509": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.detailColor" }, - "3439": { + "3510": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3440": { + "3511": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.closeButton" }, - "3441": { + "3512": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3442": { + "3513": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3443": { + "3514": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3444": { + "3515": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type" }, - "3445": { + "3516": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.color" }, - "3446": { + "3517": { "sourceFileName": "src/app/components/themes/types/toast/index.d.ts", "qualifiedName": "__type.shadow" }, - "3447": { + "3518": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3448": { + "3519": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3449": { + "3520": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3450": { + "3521": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3451": { + "3522": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "" }, - "3452": { + "3523": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "ToggleButtonDesignTokens" }, - "3453": { + "3524": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "ToggleButtonDesignTokens.root" }, - "3454": { + "3525": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type" }, - "3455": { + "3526": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.padding" }, - "3456": { + "3527": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3457": { + "3528": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.gap" }, - "3458": { + "3529": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "3459": { + "3530": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "3460": { + "3531": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.disabledBorderColor" }, - "3461": { + "3532": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "3462": { + "3533": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "3463": { + "3534": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3464": { + "3535": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type" }, - "3465": { + "3536": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.width" }, - "3466": { + "3537": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.style" }, - "3467": { + "3538": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.color" }, - "3468": { + "3539": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.offset" }, - "3469": { + "3540": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.shadow" }, - "3470": { + "3541": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3471": { + "3542": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.background" }, - "3472": { + "3543": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.checkedBackground" }, - "3473": { + "3544": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3474": { + "3545": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3475": { + "3546": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.color" }, - "3476": { + "3547": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3477": { + "3548": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.checkedColor" }, - "3478": { + "3549": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.checkedBorderColor" }, - "3479": { + "3550": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "ToggleButtonDesignTokens.icon" }, - "3480": { + "3551": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type" }, - "3481": { + "3552": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "3482": { + "3553": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.color" }, - "3483": { + "3554": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3484": { + "3555": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.checkedColor" }, - "3485": { + "3556": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "ToggleButtonDesignTokens.content" }, - "3486": { + "3557": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type" }, - "3487": { + "3558": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.left" }, - "3488": { + "3559": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.top" }, - "3489": { + "3560": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.checkedShadow" }, - "3490": { + "3561": { "sourceFileName": "src/app/components/themes/types/togglebutton/index.d.ts", "qualifiedName": "__type.checkedBackground" }, - "3491": { + "3562": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3492": { + "3563": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3493": { + "3564": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3494": { + "3565": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3495": { + "3566": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "" }, - "3496": { + "3567": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "ToggleSwitchDesignTokens" }, - "3497": { + "3568": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "ToggleSwitchDesignTokens.root" }, - "3498": { + "3569": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type" }, - "3499": { + "3570": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.width" }, - "3500": { + "3571": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.height" }, - "3501": { + "3572": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3502": { + "3573": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.gap" }, - "3503": { + "3574": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.shadow" }, - "3504": { + "3575": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3505": { + "3576": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type" }, - "3506": { + "3577": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.width" }, - "3507": { + "3578": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.style" }, - "3508": { + "3579": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.color" }, - "3509": { + "3580": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.offset" }, - "3510": { + "3581": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.shadow" }, - "3511": { + "3582": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3512": { + "3583": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3513": { + "3584": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "3514": { + "3585": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.checkedBorderColor" }, - "3515": { + "3586": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.checkedHoverBorderColor" }, - "3516": { + "3587": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "3517": { + "3588": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3518": { + "3589": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.slideDuration" }, - "3519": { + "3590": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", - "qualifiedName": "__type.disabledBackground" + "qualifiedName": "__type.background" }, - "3520": { + "3591": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.disabledBackground" }, - "3521": { + "3592": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3522": { + "3593": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.checkedBackground" }, - "3523": { + "3594": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.checkedHoverBackground" }, - "3524": { + "3595": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "ToggleSwitchDesignTokens.handle" }, - "3525": { + "3596": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type" }, - "3526": { + "3597": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3527": { + "3598": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.size" }, - "3528": { + "3599": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", - "qualifiedName": "__type.disabledBackground" + "qualifiedName": "__type.background" }, - "3529": { + "3600": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", - "qualifiedName": "__type.background" + "qualifiedName": "__type.disabledBackground" }, - "3530": { + "3601": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3531": { + "3602": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.checkedBackground" }, - "3532": { + "3603": { "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", "qualifiedName": "__type.checkedHoverBackground" }, - "3533": { + "3604": { + "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", + "qualifiedName": "__type.color" + }, + "3605": { + "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", + "qualifiedName": "__type.hoverColor" + }, + "3606": { + "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", + "qualifiedName": "__type.checkedColor" + }, + "3607": { + "sourceFileName": "src/app/components/themes/types/toggleswitch/index.d.ts", + "qualifiedName": "__type.checkedHoverColor" + }, + "3608": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3534": { + "3609": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3535": { + "3610": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3536": { + "3611": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3537": { + "3612": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "" }, - "3538": { + "3613": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "ToolbarDesignTokens" }, - "3539": { + "3614": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "ToolbarDesignTokens.root" }, - "3540": { + "3615": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "__type" }, - "3541": { + "3616": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "__type.background" }, - "3542": { + "3617": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3543": { + "3618": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3544": { + "3619": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "__type.color" }, - "3545": { + "3620": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "__type.gap" }, - "3546": { + "3621": { "sourceFileName": "src/app/components/themes/types/toolbar/index.d.ts", "qualifiedName": "__type.padding" }, - "3547": { + "3622": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3548": { + "3623": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3549": { + "3624": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3550": { + "3625": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3551": { + "3626": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "" }, - "3552": { + "3627": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "TooltipDesignTokens" }, - "3553": { + "3628": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "TooltipDesignTokens.root" }, - "3554": { + "3629": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "__type" }, - "3555": { + "3630": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "__type.maxWidth" }, - "3556": { + "3631": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "__type.gutter" }, - "3557": { + "3632": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "__type.shadow" }, - "3558": { + "3633": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "__type.padding" }, - "3559": { + "3634": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3560": { + "3635": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "__type.background" }, - "3561": { + "3636": { "sourceFileName": "src/app/components/themes/types/tooltip/index.d.ts", "qualifiedName": "__type.color" }, - "3562": { + "3637": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3563": { + "3638": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3564": { + "3639": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3565": { + "3640": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3566": { + "3641": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "" }, - "3567": { + "3642": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "TreeDesignTokens" }, - "3568": { + "3643": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "TreeDesignTokens.root" }, - "3569": { + "3644": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type" }, - "3570": { + "3645": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.background" }, - "3571": { + "3646": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.color" }, - "3572": { + "3647": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.padding" }, - "3573": { + "3648": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.gap" }, - "3574": { + "3649": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.indent" }, - "3575": { + "3650": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3576": { + "3651": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "TreeDesignTokens.node" }, - "3577": { + "3652": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type" }, - "3578": { + "3653": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.padding" }, - "3579": { + "3654": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3580": { + "3655": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3581": { + "3656": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "3582": { + "3657": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.color" }, - "3583": { + "3658": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3584": { + "3659": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "3585": { + "3660": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3586": { + "3661": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type" }, - "3587": { + "3662": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.width" }, - "3588": { + "3663": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.style" }, - "3589": { + "3664": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.color" }, - "3590": { + "3665": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.offset" }, - "3591": { + "3666": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.shadow" }, - "3592": { + "3667": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.gap" }, - "3593": { + "3668": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "TreeDesignTokens.nodeIcon" }, - "3594": { + "3669": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type" }, - "3595": { + "3670": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.color" }, - "3596": { + "3671": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3597": { + "3672": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "3598": { + "3673": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "TreeDesignTokens.nodeToggleButton" }, - "3599": { + "3674": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type" }, - "3600": { + "3675": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3601": { + "3676": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.size" }, - "3602": { + "3677": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3603": { + "3678": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.selectedHoverBackground" }, - "3604": { + "3679": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.color" }, - "3605": { + "3680": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3606": { + "3681": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.selectedHoverColor" }, - "3607": { + "3682": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3608": { + "3683": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type" }, - "3609": { + "3684": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.width" }, - "3610": { + "3685": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.style" }, - "3611": { + "3686": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.color" }, - "3612": { + "3687": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.offset" }, - "3613": { + "3688": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.shadow" }, - "3614": { + "3689": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "TreeDesignTokens.loadingIcon" }, - "3615": { + "3690": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type" }, - "3616": { + "3691": { "sourceFileName": "src/app/components/themes/types/tree/index.d.ts", "qualifiedName": "__type.size" }, - "3617": { + "3692": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3618": { + "3693": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3619": { + "3694": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3620": { + "3695": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3621": { + "3696": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "" }, - "3622": { + "3697": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "TreeSelectDesignTokens" }, - "3623": { + "3698": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "TreeSelectDesignTokens.root" }, - "3624": { + "3699": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type" }, - "3625": { + "3700": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.background" }, - "3626": { + "3701": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.disabledBackground" }, - "3627": { + "3702": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.filledBackground" }, - "3628": { + "3703": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.filledHoverBackground" + }, + "3704": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.filledFocusBackground" }, - "3629": { + "3705": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3630": { + "3706": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.hoverBorderColor" }, - "3631": { + "3707": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.focusBorderColor" }, - "3632": { + "3708": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.invalidBorderColor" }, - "3633": { + "3709": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.color" }, - "3634": { + "3710": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.disabledColor" }, - "3635": { + "3711": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.placeholderColor" }, - "3636": { + "3712": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.invalidPlaceholderColor" + }, + "3713": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.shadow" }, - "3637": { + "3714": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.paddingX" }, - "3638": { + "3715": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.paddingY" }, - "3639": { + "3716": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3640": { + "3717": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3641": { + "3718": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type" }, - "3642": { + "3719": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.width" }, - "3643": { + "3720": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.style" }, - "3644": { + "3721": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.color" }, - "3645": { + "3722": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.offset" }, - "3646": { + "3723": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.shadow" }, - "3647": { + "3724": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3648": { + "3725": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.sm" + }, + "3726": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type" + }, + "3727": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.fontSize" + }, + "3728": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.paddingX" + }, + "3729": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.paddingY" + }, + "3730": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.lg" + }, + "3731": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type" + }, + "3732": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.fontSize" + }, + "3733": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.paddingX" + }, + "3734": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.paddingY" + }, + "3735": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "TreeSelectDesignTokens.dropdown" }, - "3649": { + "3736": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type" }, - "3650": { + "3737": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.width" }, - "3651": { + "3738": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.color" }, - "3652": { + "3739": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "TreeSelectDesignTokens.overlay" }, - "3653": { + "3740": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type" }, - "3654": { + "3741": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.background" }, - "3655": { + "3742": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3656": { + "3743": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3657": { + "3744": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.color" }, - "3658": { + "3745": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.shadow" }, - "3659": { + "3746": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "TreeSelectDesignTokens.tree" }, - "3660": { + "3747": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type" }, - "3661": { + "3748": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.padding" }, - "3662": { + "3749": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "TreeSelectDesignTokens.clearIcon" + }, + "3750": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type" + }, + "3751": { + "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", + "qualifiedName": "__type.color" + }, + "3752": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "TreeSelectDesignTokens.emptyMessage" }, - "3663": { + "3753": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type" }, - "3664": { + "3754": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.padding" }, - "3665": { + "3755": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "TreeSelectDesignTokens.chip" }, - "3666": { + "3756": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type" }, - "3667": { + "3757": { "sourceFileName": "src/app/components/themes/types/treeselect/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3668": { + "3758": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3669": { + "3759": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3670": { + "3760": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3671": { + "3761": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3672": { + "3762": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "" }, - "3673": { + "3763": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens" }, - "3674": { + "3764": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.root" }, - "3675": { + "3765": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3676": { + "3766": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.transitionDuration" }, - "3677": { + "3767": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3678": { + "3768": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.header" }, - "3679": { + "3769": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3680": { + "3770": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.background" }, - "3681": { + "3771": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3682": { + "3772": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3683": { + "3773": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3684": { + "3774": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.padding" }, - "3685": { + "3775": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.headerCell" }, - "3686": { + "3776": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3687": { + "3777": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.background" }, - "3688": { + "3778": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3689": { + "3779": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "3690": { + "3780": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3691": { + "3781": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3692": { + "3782": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3693": { + "3783": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "3694": { + "3784": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.gap" }, - "3695": { + "3785": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.padding" }, - "3696": { + "3786": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3697": { + "3787": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3698": { + "3788": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.width" }, - "3699": { + "3789": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.style" }, - "3700": { + "3790": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3701": { + "3791": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.offset" }, - "3702": { + "3792": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.shadow" }, - "3703": { + "3793": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.columnTitle" }, - "3704": { + "3794": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3705": { + "3795": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "3706": { + "3796": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.row" }, - "3707": { + "3797": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3708": { + "3798": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.background" }, - "3709": { + "3799": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3710": { + "3800": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.selectedBackground" }, - "3711": { + "3801": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3712": { + "3802": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3713": { + "3803": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.selectedColor" }, - "3714": { + "3804": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3715": { + "3805": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3716": { + "3806": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.width" }, - "3717": { + "3807": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.style" }, - "3718": { + "3808": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3719": { + "3809": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.offset" }, - "3720": { + "3810": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.shadow" }, - "3721": { + "3811": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.bodyCell" }, - "3722": { + "3812": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3723": { + "3813": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3724": { + "3814": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.padding" }, - "3725": { + "3815": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.gap" }, - "3726": { + "3816": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.selectedBorderColor" }, - "3727": { + "3817": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.footerCell" }, - "3728": { + "3818": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3729": { + "3819": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.background" }, - "3730": { + "3820": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3731": { + "3821": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3732": { + "3822": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.padding" }, - "3733": { + "3823": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.columnFooter" }, - "3734": { + "3824": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3735": { + "3825": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.fontWeight" }, - "3736": { + "3826": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.footer" }, - "3737": { + "3827": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3738": { + "3828": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.background" }, - "3739": { + "3829": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3740": { + "3830": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3741": { + "3831": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3742": { + "3832": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.padding" }, - "3743": { + "3833": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.columnResizerWidth" }, - "3744": { + "3834": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3745": { + "3835": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.0" }, - "3746": { + "3836": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.1" }, - "3747": { + "3837": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.2" }, - "3748": { + "3838": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.3" }, - "3749": { + "3839": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.4" }, - "3750": { + "3840": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.5" }, - "3751": { + "3841": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.resizeIndicator" }, - "3752": { + "3842": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3753": { + "3843": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.width" }, - "3754": { + "3844": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3755": { + "3845": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.sortIcon" }, - "3756": { + "3846": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3757": { + "3847": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3758": { + "3848": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3759": { + "3849": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.loadingIcon" }, - "3760": { + "3850": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3761": { + "3851": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.size" }, - "3762": { + "3852": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.nodeToggleButton" }, - "3763": { + "3853": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3764": { + "3854": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.hoverBackground" }, - "3765": { + "3855": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.selectedHoverBackground" }, - "3766": { + "3856": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3767": { + "3857": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.hoverColor" }, - "3768": { + "3858": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.selectedHoverColor" }, - "3769": { + "3859": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.size" }, - "3770": { + "3860": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderRadius" }, - "3771": { + "3861": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.focusRing" }, - "3772": { + "3862": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3773": { + "3863": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.width" }, - "3774": { + "3864": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.style" }, - "3775": { + "3865": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.color" }, - "3776": { + "3866": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.offset" }, - "3777": { + "3867": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.shadow" }, - "3778": { + "3868": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.paginatorTop" }, - "3779": { + "3869": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3780": { + "3870": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3781": { + "3871": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3782": { + "3872": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "TreeTableDesignTokens.paginatorBottom" }, - "3783": { + "3873": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type" }, - "3784": { + "3874": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderColor" }, - "3785": { + "3875": { "sourceFileName": "src/app/components/themes/types/treetable/index.d.ts", "qualifiedName": "__type.borderWidth" }, - "3786": { + "3876": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3787": { + "3877": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3788": { + "3878": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3789": { + "3879": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" }, - "3790": { + "3880": { "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts", "qualifiedName": "" }, - "3791": { + "3881": { "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts", "qualifiedName": "VirtualScrollerDesignTokens" }, - "3792": { + "3882": { "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts", "qualifiedName": "VirtualScrollerDesignTokens.loaderMask" }, - "3793": { + "3883": { "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts", "qualifiedName": "__type" }, - "3794": { + "3884": { "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts", "qualifiedName": "__type.background" }, - "3795": { + "3885": { "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts", "qualifiedName": "__type.color" }, - "3796": { + "3886": { "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts", "qualifiedName": "VirtualScrollerDesignTokens.loaderIcon" }, - "3797": { + "3887": { "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts", "qualifiedName": "__type" }, - "3798": { + "3888": { "sourceFileName": "src/app/components/themes/types/virtualscroller/index.d.ts", "qualifiedName": "__type.size" }, - "3799": { + "3889": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "ColorSchemeDesignToken.colorScheme" }, - "3800": { + "3890": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type" }, - "3801": { + "3891": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.light" }, - "3802": { + "3892": { "sourceFileName": "src/app/components/themes/types/index.d.ts", "qualifiedName": "__type.dark" } diff --git a/package-lock.json b/package-lock.json index 7904816c217..b35c257eff0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primeng", - "version": "18.0.0-beta.2", + "version": "18.0.0-beta.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primeng", - "version": "18.0.0-beta.2", + "version": "18.0.0-beta.3", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "autoprefixer": "^10.4.20", @@ -35,7 +35,7 @@ "@angular/router": "^18.0.1", "@angular/ssr": "^18.0.1", "@docsearch/js": "^3.3.4", - "@primeuix/styled": "0.2.0", + "@primeuix/styled": "0.3.0", "@stackblitz/sdk": "1.9.0", "@types/express": "^4.17.17", "@types/jasmine": "~4.3.1", @@ -301,12 +301,12 @@ } }, "node_modules/@angular-devkit/architect": { - "version": "0.1802.2", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1802.2.tgz", - "integrity": "sha512-LPRl9jhcf0NgshaL6RoUy1uL/cAyNt7oxctoZ9EHUu8eh5E9W/jZGhVowjOLpirwqYhmEzKJJIeS49Ssqs3RQg==", + "version": "0.1802.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1802.10.tgz", + "integrity": "sha512-/xudcHK2s4J/GcL6qyobmGaWMHQcYLSMqCaWMT+nK6I6tu9VEAj/p3R83Tzx8B/eKi31Pz499uHw9pmqdtbafg==", "dev": true, "dependencies": { - "@angular-devkit/core": "18.2.2", + "@angular-devkit/core": "18.2.10", "rxjs": "7.8.1" }, "engines": { @@ -316,16 +316,16 @@ } }, "node_modules/@angular-devkit/build-angular": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-18.2.2.tgz", - "integrity": "sha512-7HEnTN2T1jnjuItXKcApOsoYGgfou4+POju3ZbwIQukDZ3B2COskvQkVTxqPNrQ0ZjT2mxZYoVlmGW9M+7N25g==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-18.2.10.tgz", + "integrity": "sha512-47XgJ5fdIqlZUFWAo/XtNsh3y597DtLZWvfsnwShw6/TgyiV0rbL1Z24Rn2TCV1D/b3VhLutAIIZ/i5O5BirxQ==", "dev": true, "dependencies": { "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.1802.2", - "@angular-devkit/build-webpack": "0.1802.2", - "@angular-devkit/core": "18.2.2", - "@angular/build": "18.2.2", + "@angular-devkit/architect": "0.1802.10", + "@angular-devkit/build-webpack": "0.1802.10", + "@angular-devkit/core": "18.2.10", + "@angular/build": "18.2.10", "@babel/core": "7.25.2", "@babel/generator": "7.25.0", "@babel/helper-annotate-as-pure": "7.24.7", @@ -336,7 +336,7 @@ "@babel/preset-env": "7.25.3", "@babel/runtime": "7.25.0", "@discoveryjs/json-ext": "0.6.1", - "@ngtools/webpack": "18.2.2", + "@ngtools/webpack": "18.2.10", "@vitejs/plugin-basic-ssl": "1.1.0", "ansi-colors": "4.1.3", "autoprefixer": "10.4.20", @@ -347,7 +347,7 @@ "css-loader": "7.1.2", "esbuild-wasm": "0.23.0", "fast-glob": "3.3.2", - "http-proxy-middleware": "3.0.0", + "http-proxy-middleware": "3.0.3", "https-proxy-agent": "7.0.5", "istanbul-lib-instrument": "6.0.3", "jsonc-parser": "3.3.1", @@ -376,10 +376,10 @@ "terser": "5.31.6", "tree-kill": "1.2.2", "tslib": "2.6.3", - "vite": "5.4.0", + "vite": "5.4.6", "watchpack": "2.4.1", "webpack": "5.94.0", - "webpack-dev-middleware": "7.3.0", + "webpack-dev-middleware": "7.4.2", "webpack-dev-server": "5.0.4", "webpack-merge": "6.0.1", "webpack-subresource-integrity": "5.1.0" @@ -443,70 +443,6 @@ } } }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/aix-ppc64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.0.tgz", - "integrity": "sha512-3sG8Zwa5fMcA9bgqB8AfWPQ+HFke6uD3h1s3RIwUNK8EG7a4buxvuFTs3j1IMs2NXAk9F30C/FF4vxRgQCcmoQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/android-arm": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.0.tgz", - "integrity": "sha512-+KuOHTKKyIKgEEqKbGTK8W7mPp+hKinbMBeEnNzjJGyFcWsfrXjSTNluJHCY1RqhxFurdD8uNXQDei7qDlR6+g==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/android-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.0.tgz", - "integrity": "sha512-EuHFUYkAVfU4qBdyivULuu03FhJO4IJN9PGuABGrFy4vUuzk91P2d+npxHcFdpUnfYKy0PuV+n6bKIpHOB3prQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/android-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.0.tgz", - "integrity": "sha512-WRrmKidLoKDl56LsbBMhzTTBxrsVwTKdNbKDalbEZr0tcsBgCLbEtoNthOW6PX942YiYq8HzEnb4yWQMLQuipQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/darwin-arm64": { "version": "0.23.0", "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.0.tgz", @@ -523,303 +459,15 @@ "node": ">=18" } }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/darwin-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.0.tgz", - "integrity": "sha512-IMQ6eme4AfznElesHUPDZ+teuGwoRmVuuixu7sv92ZkdQcPbsNHzutd+rAfaBKo8YK3IrBEi9SLLKWJdEvJniQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/freebsd-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.0.tgz", - "integrity": "sha512-0muYWCng5vqaxobq6LB3YNtevDFSAZGlgtLoAc81PjUfiFz36n4KMpwhtAd4he8ToSI3TGyuhyx5xmiWNYZFyw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/freebsd-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.0.tgz", - "integrity": "sha512-XKDVu8IsD0/q3foBzsXGt/KjD/yTKBCIwOHE1XwiXmrRwrX6Hbnd5Eqn/WvDekddK21tfszBSrE/WMaZh+1buQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-arm": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.0.tgz", - "integrity": "sha512-SEELSTEtOFu5LPykzA395Mc+54RMg1EUgXP+iw2SJ72+ooMwVsgfuwXo5Fn0wXNgWZsTVHwY2cg4Vi/bOD88qw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.0.tgz", - "integrity": "sha512-j1t5iG8jE7BhonbsEg5d9qOYcVZv/Rv6tghaXM/Ug9xahM0nX/H2gfu6X6z11QRTMT6+aywOMA8TDkhPo8aCGw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-ia32": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.0.tgz", - "integrity": "sha512-P7O5Tkh2NbgIm2R6x1zGJJsnacDzTFcRWZyTTMgFdVit6E98LTxO+v8LCCLWRvPrjdzXHx9FEOA8oAZPyApWUA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-loong64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.0.tgz", - "integrity": "sha512-InQwepswq6urikQiIC/kkx412fqUZudBO4SYKu0N+tGhXRWUqAx+Q+341tFV6QdBifpjYgUndV1hhMq3WeJi7A==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-mips64el": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.0.tgz", - "integrity": "sha512-J9rflLtqdYrxHv2FqXE2i1ELgNjT+JFURt/uDMoPQLcjWQA5wDKgQA4t/dTqGa88ZVECKaD0TctwsUfHbVoi4w==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-ppc64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.0.tgz", - "integrity": "sha512-cShCXtEOVc5GxU0fM+dsFD10qZ5UpcQ8AM22bYj0u/yaAykWnqXJDpd77ublcX6vdDsWLuweeuSNZk4yUxZwtw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-riscv64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.0.tgz", - "integrity": "sha512-HEtaN7Y5UB4tZPeQmgz/UhzoEyYftbMXrBCUjINGjh3uil+rB/QzzpMshz3cNUxqXN7Vr93zzVtpIDL99t9aRw==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-s390x": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.0.tgz", - "integrity": "sha512-WDi3+NVAuyjg/Wxi+o5KPqRbZY0QhI9TjrEEm+8dmpY9Xir8+HE/HNx2JoLckhKbFopW0RdO2D72w8trZOV+Wg==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/linux-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.0.tgz", - "integrity": "sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/netbsd-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.0.tgz", - "integrity": "sha512-cRK+YDem7lFTs2Q5nEv/HHc4LnrfBCbH5+JHu6wm2eP+d8OZNoSMYgPZJq78vqQ9g+9+nMuIsAO7skzphRXHyw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/openbsd-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.0.tgz", - "integrity": "sha512-6p3nHpby0DM/v15IFKMjAaayFhqnXV52aEmv1whZHX56pdkK+MEaLoQWj+H42ssFarP1PcomVhbsR4pkz09qBg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/sunos-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.0.tgz", - "integrity": "sha512-BFelBGfrBwk6LVrmFzCq1u1dZbG4zy/Kp93w2+y83Q5UGYF1d8sCzeLI9NXjKyujjBBniQa8R8PzLFAUrSM9OA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/win32-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.0.tgz", - "integrity": "sha512-lY6AC8p4Cnb7xYHuIxQ6iYPe6MfO2CC43XXKo9nBXDb35krYt7KGhQnOkRGar5psxYkircpCqfbNDB4uJbS2jQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/win32-ia32": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.0.tgz", - "integrity": "sha512-7L1bHlOTcO4ByvI7OXVI5pNN6HSu6pUQq9yodga8izeuB1KcT2UkHaH6118QJwopExPn0rMHIseCTx1CRo/uNA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/@esbuild/win32-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.0.tgz", - "integrity": "sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/@types/node": { - "version": "22.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", - "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", + "version": "22.8.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.4.tgz", + "integrity": "sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==", "dev": true, "optional": true, "peer": true, "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.19.8" } }, "node_modules/@angular-devkit/build-angular/node_modules/@vitejs/plugin-basic-ssl": { @@ -909,14 +557,14 @@ "dev": true }, "node_modules/@angular-devkit/build-angular/node_modules/vite": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", - "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", + "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", "dev": true, "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.40", - "rollup": "^4.13.0" + "postcss": "^8.4.43", + "rollup": "^4.20.0" }, "bin": { "vite": "bin/vite.js" @@ -967,375 +615,23 @@ } } }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/aix-ppc64": { + "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/darwin-arm64": { "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", - "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", "cpu": [ - "ppc64" + "arm64" ], "dev": true, "optional": true, "os": [ - "aix" + "darwin" ], "engines": { "node": ">=12" } }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/android-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", - "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/android-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", - "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/android-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", - "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/darwin-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", - "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/darwin-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", - "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/freebsd-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", - "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/freebsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", - "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/linux-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", - "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/linux-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", - "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/linux-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", - "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/linux-loong64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", - "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/linux-mips64el": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", - "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/linux-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", - "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/linux-riscv64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", - "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/linux-s390x": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", - "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/linux-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", - "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/netbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", - "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/openbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", - "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/sunos-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", - "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/win32-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", - "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/win32-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", - "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/@esbuild/win32-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", - "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/esbuild": { + "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/esbuild": { "version": "0.21.5", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", @@ -1373,17 +669,45 @@ "@esbuild/win32-x64": "0.21.5" } }, - "node_modules/@angular-devkit/build-webpack": { - "version": "0.1802.2", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1802.2.tgz", - "integrity": "sha512-Pj+YmKh0nJOKl6QAsqYh3SqfuVJrFqjyp5WrG9BgfsMD9GCMD+5teMHNYJlp+vG/C8e7VdZp4rqOon8K9Xn4Mw==", + "node_modules/@angular-devkit/build-angular/node_modules/vite/node_modules/postcss": { + "version": "8.4.47", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", + "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", "dev": true, - "dependencies": { - "@angular-devkit/architect": "0.1802.2", - "rxjs": "7.8.1" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.1.0", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/@angular-devkit/build-webpack": { + "version": "0.1802.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1802.10.tgz", + "integrity": "sha512-WRftK/RJ9rBDDmkx5IAtIpyNo0DJiMfgGUTuZNpNUaJfSfGeaSZYgC7o1++axMchID8pncmI3Hr8L8gaP94WQg==", + "dev": true, + "dependencies": { + "@angular-devkit/architect": "0.1802.10", + "rxjs": "7.8.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, @@ -1393,9 +717,9 @@ } }, "node_modules/@angular-devkit/core": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.2.2.tgz", - "integrity": "sha512-Zz0tGptI/QQnUBDdp+1G5wGwQWMjpfe2oO+UohkrDVgFS71yVj4VDnOy51kMTxBvzw+36evTgthPpmzqPIfxBw==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-18.2.10.tgz", + "integrity": "sha512-LFqiNdraBujg8e1lhuB0bkFVAoIbVbeXXwfoeROKH60OPbP8tHdgV6sFTqU7UGBKA+b+bYye70KFTG2Ys8QzKQ==", "dev": true, "dependencies": { "ajv": "8.17.1", @@ -1420,12 +744,12 @@ } }, "node_modules/@angular-devkit/schematics": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.2.2.tgz", - "integrity": "sha512-PU6+3nX+gQ3gofR7BGwXuvNUNeeV2raURaZjlPfGpBqjyTBxukMV71QsTTWptAZT4WibCWkTFp6X1gvsOGbjMg==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-18.2.10.tgz", + "integrity": "sha512-EIm/yCYg3ZYPsPYJxXRX5F6PofJCbNQ5rZEuQEY09vy+ZRTqGezH0qoUP5WxlYeJrjiRLYqADI9WtVNzDyaD4w==", "dev": true, "dependencies": { - "@angular-devkit/core": "18.2.2", + "@angular-devkit/core": "18.2.10", "jsonc-parser": "3.3.1", "magic-string": "0.30.11", "ora": "5.4.1", @@ -1440,1035 +764,331 @@ "node_modules/@angular-eslint/bundled-angular-compiler": { "version": "18.0.0", "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-18.0.0.tgz", - "integrity": "sha512-c5XNfpWN6vfMoZpnLLeras7nUIVI10ofJu3W3s1s1NpCjP67kY84SPYRJIND1LemVewMQ+mhnP4xJnqvJxC1tA==", - "dev": true - }, - "node_modules/@angular-eslint/eslint-plugin": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-18.0.0.tgz", - "integrity": "sha512-XhsIR28HiFOg3qbyjr0ZFBvOeFSXowbriFn8pAuiUjYoLJEtNZzPA1Ih/J0Ky5ZXYwcSJbZRQdNR/q1INQEFqA==", - "dev": true, - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.0.0", - "@angular-eslint/utils": "18.0.0", - "@typescript-eslint/utils": "8.0.0-alpha.20" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-18.0.0.tgz", - "integrity": "sha512-KN32zW5eutRLumjJNGM77pZ4dpQe/PlffU2fGGVagHSDRrjaEqBmJ/khecUHjz3+VxYLbVWBM2skfb5jC4Lr2g==", - "dev": true, - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.0.0", - "@angular-eslint/utils": "18.0.0", - "@typescript-eslint/utils": "8.0.0-alpha.20", - "aria-query": "5.3.0", - "axobject-query": "4.0.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/schematics": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-18.0.0.tgz", - "integrity": "sha512-s/y+jzwyLi+/HtyUsbP6EjK877TViIGmA1sWw7FHHssRRqBdCoKjDLVeQKJKquOFB/IYSZlpB6KWPzbMFpMv3A==", - "dev": true, - "dependencies": { - "@angular-eslint/eslint-plugin": "18.0.0", - "@angular-eslint/eslint-plugin-template": "18.0.0", - "@nx/devkit": "^19.0.6", - "ignore": "5.3.1", - "nx": "^19.0.6", - "semver": "7.6.2", - "strip-json-comments": "3.1.1" - }, - "peerDependencies": { - "@angular-devkit/core": ">= 18.0.0 < 19.0.0", - "@angular-devkit/schematics": ">= 18.0.0 < 19.0.0" - } - }, - "node_modules/@angular-eslint/schematics/node_modules/semver": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@angular-eslint/template-parser": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.0.0.tgz", - "integrity": "sha512-BRecTFL4roM+RUHI6sIOEIAytXGqDDwkHy1H18FuzR2Zvu+hd7yaGnr6s7nusnT6l+2igWgsslPHPgb/p3OPeA==", - "dev": true, - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.0.0", - "eslint-scope": "^8.0.0" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/utils": { - "version": "18.0.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-18.0.0.tgz", - "integrity": "sha512-ygOlsC5HrknbI8Ah5pa6tGtrpxB0W4UqzZG9Ii7whoWs7OjkBTIbeNy/qaWv1e45MR2/Ytd5BSWK17w0Poyz8w==", - "dev": true, - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "18.0.0", - "@typescript-eslint/utils": "8.0.0-alpha.20" - }, - "peerDependencies": { - "eslint": "^8.57.0 || ^9.0.0", - "typescript": "*" - } - }, - "node_modules/@angular/animations": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.2.tgz", - "integrity": "sha512-jh/dGrY77HGm54HdTiQsxmvoRfFeJgHeWAK2+nWCPoc4b7OHcWxy/04cYffs0/27ThmABmppP7ERAyZ0f60uow==", - "dev": true, - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0" - }, - "peerDependencies": { - "@angular/core": "18.2.2" - } - }, - "node_modules/@angular/build": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/build/-/build-18.2.2.tgz", - "integrity": "sha512-okaDdTMXnDhvnnnih6rPQnexL6htfEAPr19bB1Ci9d31gEjVuKZCjlcw2sPZ6BUyilwC9nZlCI5vbH1Ljf6mzA==", - "dev": true, - "dependencies": { - "@ampproject/remapping": "2.3.0", - "@angular-devkit/architect": "0.1802.2", - "@babel/core": "7.25.2", - "@babel/helper-annotate-as-pure": "7.24.7", - "@babel/helper-split-export-declaration": "7.24.7", - "@babel/plugin-syntax-import-attributes": "7.24.7", - "@inquirer/confirm": "3.1.22", - "@vitejs/plugin-basic-ssl": "1.1.0", - "browserslist": "^4.23.0", - "critters": "0.0.24", - "esbuild": "0.23.0", - "fast-glob": "3.3.2", - "https-proxy-agent": "7.0.5", - "listr2": "8.2.4", - "lmdb": "3.0.13", - "magic-string": "0.30.11", - "mrmime": "2.0.0", - "parse5-html-rewriting-stream": "7.0.0", - "picomatch": "4.0.2", - "piscina": "4.6.1", - "rollup": "4.20.0", - "sass": "1.77.6", - "semver": "7.6.3", - "vite": "5.4.0", - "watchpack": "2.4.1" - }, - "engines": { - "node": "^18.19.1 || ^20.11.1 || >=22.0.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "@angular/compiler-cli": "^18.0.0", - "@angular/localize": "^18.0.0", - "@angular/platform-server": "^18.0.0", - "@angular/service-worker": "^18.0.0", - "less": "^4.2.0", - "postcss": "^8.4.0", - "tailwindcss": "^2.0.0 || ^3.0.0", - "typescript": ">=5.4 <5.6" - }, - "peerDependenciesMeta": { - "@angular/localize": { - "optional": true - }, - "@angular/platform-server": { - "optional": true - }, - "@angular/service-worker": { - "optional": true - }, - "less": { - "optional": true - }, - "postcss": { - "optional": true - }, - "tailwindcss": { - "optional": true - } - } - }, - "node_modules/@angular/build/node_modules/@esbuild/aix-ppc64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.0.tgz", - "integrity": "sha512-3sG8Zwa5fMcA9bgqB8AfWPQ+HFke6uD3h1s3RIwUNK8EG7a4buxvuFTs3j1IMs2NXAk9F30C/FF4vxRgQCcmoQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/android-arm": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.0.tgz", - "integrity": "sha512-+KuOHTKKyIKgEEqKbGTK8W7mPp+hKinbMBeEnNzjJGyFcWsfrXjSTNluJHCY1RqhxFurdD8uNXQDei7qDlR6+g==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/android-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.0.tgz", - "integrity": "sha512-EuHFUYkAVfU4qBdyivULuu03FhJO4IJN9PGuABGrFy4vUuzk91P2d+npxHcFdpUnfYKy0PuV+n6bKIpHOB3prQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/android-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.0.tgz", - "integrity": "sha512-WRrmKidLoKDl56LsbBMhzTTBxrsVwTKdNbKDalbEZr0tcsBgCLbEtoNthOW6PX942YiYq8HzEnb4yWQMLQuipQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/darwin-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.0.tgz", - "integrity": "sha512-YLntie/IdS31H54Ogdn+v50NuoWF5BDkEUFpiOChVa9UnKpftgwzZRrI4J132ETIi+D8n6xh9IviFV3eXdxfow==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/darwin-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.0.tgz", - "integrity": "sha512-IMQ6eme4AfznElesHUPDZ+teuGwoRmVuuixu7sv92ZkdQcPbsNHzutd+rAfaBKo8YK3IrBEi9SLLKWJdEvJniQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/freebsd-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.0.tgz", - "integrity": "sha512-0muYWCng5vqaxobq6LB3YNtevDFSAZGlgtLoAc81PjUfiFz36n4KMpwhtAd4he8ToSI3TGyuhyx5xmiWNYZFyw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/freebsd-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.0.tgz", - "integrity": "sha512-XKDVu8IsD0/q3foBzsXGt/KjD/yTKBCIwOHE1XwiXmrRwrX6Hbnd5Eqn/WvDekddK21tfszBSrE/WMaZh+1buQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-arm": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.0.tgz", - "integrity": "sha512-SEELSTEtOFu5LPykzA395Mc+54RMg1EUgXP+iw2SJ72+ooMwVsgfuwXo5Fn0wXNgWZsTVHwY2cg4Vi/bOD88qw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.0.tgz", - "integrity": "sha512-j1t5iG8jE7BhonbsEg5d9qOYcVZv/Rv6tghaXM/Ug9xahM0nX/H2gfu6X6z11QRTMT6+aywOMA8TDkhPo8aCGw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-ia32": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.0.tgz", - "integrity": "sha512-P7O5Tkh2NbgIm2R6x1zGJJsnacDzTFcRWZyTTMgFdVit6E98LTxO+v8LCCLWRvPrjdzXHx9FEOA8oAZPyApWUA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-loong64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.0.tgz", - "integrity": "sha512-InQwepswq6urikQiIC/kkx412fqUZudBO4SYKu0N+tGhXRWUqAx+Q+341tFV6QdBifpjYgUndV1hhMq3WeJi7A==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-mips64el": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.0.tgz", - "integrity": "sha512-J9rflLtqdYrxHv2FqXE2i1ELgNjT+JFURt/uDMoPQLcjWQA5wDKgQA4t/dTqGa88ZVECKaD0TctwsUfHbVoi4w==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-ppc64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.0.tgz", - "integrity": "sha512-cShCXtEOVc5GxU0fM+dsFD10qZ5UpcQ8AM22bYj0u/yaAykWnqXJDpd77ublcX6vdDsWLuweeuSNZk4yUxZwtw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-riscv64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.0.tgz", - "integrity": "sha512-HEtaN7Y5UB4tZPeQmgz/UhzoEyYftbMXrBCUjINGjh3uil+rB/QzzpMshz3cNUxqXN7Vr93zzVtpIDL99t9aRw==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-s390x": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.0.tgz", - "integrity": "sha512-WDi3+NVAuyjg/Wxi+o5KPqRbZY0QhI9TjrEEm+8dmpY9Xir8+HE/HNx2JoLckhKbFopW0RdO2D72w8trZOV+Wg==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/linux-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.0.tgz", - "integrity": "sha512-a3pMQhUEJkITgAw6e0bWA+F+vFtCciMjW/LPtoj99MhVt+Mfb6bbL9hu2wmTZgNd994qTAEw+U/r6k3qHWWaOQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/netbsd-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.0.tgz", - "integrity": "sha512-cRK+YDem7lFTs2Q5nEv/HHc4LnrfBCbH5+JHu6wm2eP+d8OZNoSMYgPZJq78vqQ9g+9+nMuIsAO7skzphRXHyw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/openbsd-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.0.tgz", - "integrity": "sha512-6p3nHpby0DM/v15IFKMjAaayFhqnXV52aEmv1whZHX56pdkK+MEaLoQWj+H42ssFarP1PcomVhbsR4pkz09qBg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/sunos-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.0.tgz", - "integrity": "sha512-BFelBGfrBwk6LVrmFzCq1u1dZbG4zy/Kp93w2+y83Q5UGYF1d8sCzeLI9NXjKyujjBBniQa8R8PzLFAUrSM9OA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/win32-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.0.tgz", - "integrity": "sha512-lY6AC8p4Cnb7xYHuIxQ6iYPe6MfO2CC43XXKo9nBXDb35krYt7KGhQnOkRGar5psxYkircpCqfbNDB4uJbS2jQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/win32-ia32": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.0.tgz", - "integrity": "sha512-7L1bHlOTcO4ByvI7OXVI5pNN6HSu6pUQq9yodga8izeuB1KcT2UkHaH6118QJwopExPn0rMHIseCTx1CRo/uNA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@esbuild/win32-x64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.0.tgz", - "integrity": "sha512-Arm+WgUFLUATuoxCJcahGuk6Yj9Pzxd6l11Zb/2aAuv5kWWvvfhLFo2fni4uSK5vzlUdCGZ/BdV5tH8klj8p8g==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@angular/build/node_modules/@types/node": { - "version": "22.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", - "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", - "dev": true, - "optional": true, - "peer": true, - "dependencies": { - "undici-types": "~6.19.2" - } - }, - "node_modules/@angular/build/node_modules/@vitejs/plugin-basic-ssl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz", - "integrity": "sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==", - "dev": true, - "engines": { - "node": ">=14.6.0" - }, - "peerDependencies": { - "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" - } - }, - "node_modules/@angular/build/node_modules/esbuild": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.0.tgz", - "integrity": "sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==", - "dev": true, - "hasInstallScript": true, - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.23.0", - "@esbuild/android-arm": "0.23.0", - "@esbuild/android-arm64": "0.23.0", - "@esbuild/android-x64": "0.23.0", - "@esbuild/darwin-arm64": "0.23.0", - "@esbuild/darwin-x64": "0.23.0", - "@esbuild/freebsd-arm64": "0.23.0", - "@esbuild/freebsd-x64": "0.23.0", - "@esbuild/linux-arm": "0.23.0", - "@esbuild/linux-arm64": "0.23.0", - "@esbuild/linux-ia32": "0.23.0", - "@esbuild/linux-loong64": "0.23.0", - "@esbuild/linux-mips64el": "0.23.0", - "@esbuild/linux-ppc64": "0.23.0", - "@esbuild/linux-riscv64": "0.23.0", - "@esbuild/linux-s390x": "0.23.0", - "@esbuild/linux-x64": "0.23.0", - "@esbuild/netbsd-x64": "0.23.0", - "@esbuild/openbsd-arm64": "0.23.0", - "@esbuild/openbsd-x64": "0.23.0", - "@esbuild/sunos-x64": "0.23.0", - "@esbuild/win32-arm64": "0.23.0", - "@esbuild/win32-ia32": "0.23.0", - "@esbuild/win32-x64": "0.23.0" - } - }, - "node_modules/@angular/build/node_modules/vite": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", - "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", - "dev": true, - "dependencies": { - "esbuild": "^0.21.3", - "postcss": "^8.4.40", - "rollup": "^4.13.0" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^18.0.0 || >=20.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^18.0.0 || >=20.0.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "sass-embedded": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.4.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - } - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/aix-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", - "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/android-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", - "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/android-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", - "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/android-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", - "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/darwin-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", - "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/darwin-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", - "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/freebsd-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", - "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/freebsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", - "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-arm": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", - "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", - "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", - "cpu": [ - "arm64" - ], + "integrity": "sha512-c5XNfpWN6vfMoZpnLLeras7nUIVI10ofJu3W3s1s1NpCjP67kY84SPYRJIND1LemVewMQ+mhnP4xJnqvJxC1tA==", + "dev": true + }, + "node_modules/@angular-eslint/eslint-plugin": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-18.0.0.tgz", + "integrity": "sha512-XhsIR28HiFOg3qbyjr0ZFBvOeFSXowbriFn8pAuiUjYoLJEtNZzPA1Ih/J0Ky5ZXYwcSJbZRQdNR/q1INQEFqA==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "18.0.0", + "@angular-eslint/utils": "18.0.0", + "@typescript-eslint/utils": "8.0.0-alpha.20" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": "*" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", - "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", - "cpu": [ - "ia32" - ], + "node_modules/@angular-eslint/eslint-plugin-template": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-18.0.0.tgz", + "integrity": "sha512-KN32zW5eutRLumjJNGM77pZ4dpQe/PlffU2fGGVagHSDRrjaEqBmJ/khecUHjz3+VxYLbVWBM2skfb5jC4Lr2g==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "18.0.0", + "@angular-eslint/utils": "18.0.0", + "@typescript-eslint/utils": "8.0.0-alpha.20", + "aria-query": "5.3.0", + "axobject-query": "4.0.0" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": "*" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-loong64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", - "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", - "cpu": [ - "loong64" - ], + "node_modules/@angular-eslint/schematics": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-18.0.0.tgz", + "integrity": "sha512-s/y+jzwyLi+/HtyUsbP6EjK877TViIGmA1sWw7FHHssRRqBdCoKjDLVeQKJKquOFB/IYSZlpB6KWPzbMFpMv3A==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" + "dependencies": { + "@angular-eslint/eslint-plugin": "18.0.0", + "@angular-eslint/eslint-plugin-template": "18.0.0", + "@nx/devkit": "^19.0.6", + "ignore": "5.3.1", + "nx": "^19.0.6", + "semver": "7.6.2", + "strip-json-comments": "3.1.1" + }, + "peerDependencies": { + "@angular-devkit/core": ">= 18.0.0 < 19.0.0", + "@angular-devkit/schematics": ">= 18.0.0 < 19.0.0" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-mips64el": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", - "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", - "cpu": [ - "mips64el" - ], + "node_modules/@angular-eslint/schematics/node_modules/semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "bin": { + "semver": "bin/semver.js" + }, "engines": { - "node": ">=12" + "node": ">=10" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-ppc64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", - "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", - "cpu": [ - "ppc64" - ], + "node_modules/@angular-eslint/template-parser": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-18.0.0.tgz", + "integrity": "sha512-BRecTFL4roM+RUHI6sIOEIAytXGqDDwkHy1H18FuzR2Zvu+hd7yaGnr6s7nusnT6l+2igWgsslPHPgb/p3OPeA==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "18.0.0", + "eslint-scope": "^8.0.0" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": "*" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-riscv64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", - "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", - "cpu": [ - "riscv64" - ], + "node_modules/@angular-eslint/utils": { + "version": "18.0.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-18.0.0.tgz", + "integrity": "sha512-ygOlsC5HrknbI8Ah5pa6tGtrpxB0W4UqzZG9Ii7whoWs7OjkBTIbeNy/qaWv1e45MR2/Ytd5BSWK17w0Poyz8w==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "18.0.0", + "@typescript-eslint/utils": "8.0.0-alpha.20" + }, + "peerDependencies": { + "eslint": "^8.57.0 || ^9.0.0", + "typescript": "*" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-s390x": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", - "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", - "cpu": [ - "s390x" - ], + "node_modules/@angular/animations": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-18.2.10.tgz", + "integrity": "sha512-LT5+CocFZJ4t5jXsXLx5w/sBuWSxOEjmNTYga13usRcLOblrAB902pjUdFCHEZyrCUgm4MH8vov9fMS+Ks2GCw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "tslib": "^2.3.0" + }, "engines": { - "node": ">=12" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "18.2.10" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/linux-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", - "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", - "cpu": [ - "x64" - ], + "node_modules/@angular/build": { + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/build/-/build-18.2.10.tgz", + "integrity": "sha512-YFBKvAyC5sH17yRYcx7VHCtJ4KUg7xCjCQ4Pe16kiTvW6vuYsgU6Btyti0Qgewd7XaWpTM8hk8N6hE4Z0hpflw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@ampproject/remapping": "2.3.0", + "@angular-devkit/architect": "0.1802.10", + "@babel/core": "7.25.2", + "@babel/helper-annotate-as-pure": "7.24.7", + "@babel/helper-split-export-declaration": "7.24.7", + "@babel/plugin-syntax-import-attributes": "7.24.7", + "@inquirer/confirm": "3.1.22", + "@vitejs/plugin-basic-ssl": "1.1.0", + "browserslist": "^4.23.0", + "critters": "0.0.24", + "esbuild": "0.23.0", + "fast-glob": "3.3.2", + "https-proxy-agent": "7.0.5", + "listr2": "8.2.4", + "lmdb": "3.0.13", + "magic-string": "0.30.11", + "mrmime": "2.0.0", + "parse5-html-rewriting-stream": "7.0.0", + "picomatch": "4.0.2", + "piscina": "4.6.1", + "rollup": "4.22.4", + "sass": "1.77.6", + "semver": "7.6.3", + "vite": "5.4.6", + "watchpack": "2.4.1" + }, "engines": { - "node": ">=12" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^18.0.0", + "@angular/localize": "^18.0.0", + "@angular/platform-server": "^18.0.0", + "@angular/service-worker": "^18.0.0", + "less": "^4.2.0", + "postcss": "^8.4.0", + "tailwindcss": "^2.0.0 || ^3.0.0", + "typescript": ">=5.4 <5.6" + }, + "peerDependenciesMeta": { + "@angular/localize": { + "optional": true + }, + "@angular/platform-server": { + "optional": true + }, + "@angular/service-worker": { + "optional": true + }, + "less": { + "optional": true + }, + "postcss": { + "optional": true + }, + "tailwindcss": { + "optional": true + } } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/netbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", - "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "node_modules/@angular/build/node_modules/@esbuild/darwin-arm64": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.0.tgz", + "integrity": "sha512-YLntie/IdS31H54Ogdn+v50NuoWF5BDkEUFpiOChVa9UnKpftgwzZRrI4J132ETIi+D8n6xh9IviFV3eXdxfow==", "cpu": [ - "x64" + "arm64" ], "dev": true, "optional": true, "os": [ - "netbsd" + "darwin" ], "engines": { - "node": ">=12" + "node": ">=18" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/openbsd-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", - "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", - "cpu": [ - "x64" - ], + "node_modules/@angular/build/node_modules/@types/node": { + "version": "22.8.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.4.tgz", + "integrity": "sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==", "dev": true, "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" + "peer": true, + "dependencies": { + "undici-types": "~6.19.8" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/sunos-x64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", - "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", - "cpu": [ - "x64" - ], + "node_modules/@angular/build/node_modules/@vitejs/plugin-basic-ssl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz", + "integrity": "sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==", "dev": true, - "optional": true, - "os": [ - "sunos" - ], "engines": { - "node": ">=12" + "node": ">=14.6.0" + }, + "peerDependencies": { + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/win32-arm64": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", - "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", - "cpu": [ - "arm64" - ], + "node_modules/@angular/build/node_modules/esbuild": { + "version": "0.23.0", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.23.0.tgz", + "integrity": "sha512-1lvV17H2bMYda/WaFb2jLPeHU3zml2k4/yagNMG8Q/YtfMjCwEUZa2eXXMgZTVSL5q1n4H7sQ0X6CdJDqqeCFA==", "dev": true, - "optional": true, - "os": [ - "win32" - ], + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, "engines": { - "node": ">=12" + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.23.0", + "@esbuild/android-arm": "0.23.0", + "@esbuild/android-arm64": "0.23.0", + "@esbuild/android-x64": "0.23.0", + "@esbuild/darwin-arm64": "0.23.0", + "@esbuild/darwin-x64": "0.23.0", + "@esbuild/freebsd-arm64": "0.23.0", + "@esbuild/freebsd-x64": "0.23.0", + "@esbuild/linux-arm": "0.23.0", + "@esbuild/linux-arm64": "0.23.0", + "@esbuild/linux-ia32": "0.23.0", + "@esbuild/linux-loong64": "0.23.0", + "@esbuild/linux-mips64el": "0.23.0", + "@esbuild/linux-ppc64": "0.23.0", + "@esbuild/linux-riscv64": "0.23.0", + "@esbuild/linux-s390x": "0.23.0", + "@esbuild/linux-x64": "0.23.0", + "@esbuild/netbsd-x64": "0.23.0", + "@esbuild/openbsd-arm64": "0.23.0", + "@esbuild/openbsd-x64": "0.23.0", + "@esbuild/sunos-x64": "0.23.0", + "@esbuild/win32-arm64": "0.23.0", + "@esbuild/win32-ia32": "0.23.0", + "@esbuild/win32-x64": "0.23.0" } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/win32-ia32": { - "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", - "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", - "cpu": [ - "ia32" - ], + "node_modules/@angular/build/node_modules/vite": { + "version": "5.4.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", + "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", "dev": true, - "optional": true, - "os": [ - "win32" - ], + "dependencies": { + "esbuild": "^0.21.3", + "postcss": "^8.4.43", + "rollup": "^4.20.0" + }, + "bin": { + "vite": "bin/vite.js" + }, "engines": { - "node": ">=12" + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } } }, - "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/win32-x64": { + "node_modules/@angular/build/node_modules/vite/node_modules/@esbuild/darwin-arm64": { "version": "0.21.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", - "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", "cpu": [ - "x64" + "arm64" ], "dev": true, "optional": true, "os": [ - "win32" + "darwin" ], "engines": { "node": ">=12" @@ -2513,9 +1133,9 @@ } }, "node_modules/@angular/cdk": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.2.tgz", - "integrity": "sha512-+u7ZcMA24WO03vDzlBJJWq+okZLFDeW9JrtHzrdiT09FDt4sdUp+7PddXaZcRHIXjJL+CaCLQ6slaqPNEufqgg==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-18.2.10.tgz", + "integrity": "sha512-Weh0slrfWNp5N6UO4m3tXzs2QBFexNsnJf1dq0oaLDBgfkuqUmxdCkurSv5+lWZRkTPLYmd/hQeJpvrhxMCleg==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -2530,17 +1150,17 @@ } }, "node_modules/@angular/cli": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.2.2.tgz", - "integrity": "sha512-HVVaMxnbID0q+V3KE+JqzGbPHcBUFo1RKhBZ/jxY7USZNzgtyYbRc0IYqPWNdr99UT5QefTJrjVazJo1nqQZvQ==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-18.2.10.tgz", + "integrity": "sha512-qW/F3XVZMzzenFzbn+7FGpw8GOt9qW8UxBtYya7gUNdWlcsgGUk+ZaGC2OLbfI5gX6pchW4TOPMsDSMeaCEI2Q==", "dev": true, "dependencies": { - "@angular-devkit/architect": "0.1802.2", - "@angular-devkit/core": "18.2.2", - "@angular-devkit/schematics": "18.2.2", + "@angular-devkit/architect": "0.1802.10", + "@angular-devkit/core": "18.2.10", + "@angular-devkit/schematics": "18.2.10", "@inquirer/prompts": "5.3.8", "@listr2/prompt-adapter-inquirer": "2.0.15", - "@schematics/angular": "18.2.2", + "@schematics/angular": "18.2.10", "@yarnpkg/lockfile": "1.1.0", "ini": "4.1.3", "jsonc-parser": "3.3.1", @@ -2563,9 +1183,9 @@ } }, "node_modules/@angular/common": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.2.tgz", - "integrity": "sha512-AQe4xnnNNch/sXRnV82C8FmhijxPATKfPGojC2qbAG2o6VkWKgt5Lbj0O8WxvSIOS5Syedv+O2kLY/JMGWHNtw==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-18.2.10.tgz", + "integrity": "sha512-YzTCmuqLiOuT+Yv07vuKymDWiebOVZ8BuXakJiz4EM7FMoOw5gICHJ04jepZSjDNWpA16e7kJSdt5ucnmvCFDQ==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -2574,14 +1194,14 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.2", + "@angular/core": "18.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.2.tgz", - "integrity": "sha512-gmVNCXZiv/CIk2eKRLnH19N9VsPuE2s3Oxm0MNi003zk1cLy7D4YEm4fSrjKXtPY8MMpRXiu5f63W94hLwWEVw==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-18.2.10.tgz", + "integrity": "sha512-cu+Uq1nnyl00Glg0+2uvm+Xpaq5b4YvWpaLGGtit7uGETAJ4L/frlBVeaTRhEoaIAGBI+RRlyuFLae+etQDA0w==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -2590,7 +1210,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "18.2.2" + "@angular/core": "18.2.10" }, "peerDependenciesMeta": { "@angular/core": { @@ -2599,14 +1219,14 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-18.2.2.tgz", - "integrity": "sha512-fF7lDrTA12YGqVjF4LyMi4hm58cv9G6CWmzSlvun0nMYCwrbRNnakZsj19dOfiIqqu4MwHaF4w3PTmUSxkMuiw==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-18.2.10.tgz", + "integrity": "sha512-CNFStKWMB89MFKAZZFUOhoQi+fHqRLgNOOrI73LjizXixvngEh3BDZJRtK9hbSGG+giujBrummEA60CWAw69MA==", "dev": true, "dependencies": { "@babel/core": "7.25.2", "@jridgewell/sourcemap-codec": "^1.4.14", - "chokidar": "^3.0.0", + "chokidar": "^4.0.0", "convert-source-map": "^1.5.1", "reflect-metadata": "^0.2.0", "semver": "^7.0.0", @@ -2622,14 +1242,42 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/compiler": "18.2.2", + "@angular/compiler": "18.2.10", "typescript": ">=5.4 <5.6" } }, + "node_modules/@angular/compiler-cli/node_modules/chokidar": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", + "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", + "dev": true, + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@angular/compiler-cli/node_modules/readdirp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", + "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", + "dev": true, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@angular/core": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.2.tgz", - "integrity": "sha512-Rx6XajL0Ydj9hXUSPDvL2Q/kMzWtbiE3VxZFJnkE+fLQiWvr0GncB+NTb/nQ6QlPQ0ly60DvuI3KLcGDuFtGVA==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-18.2.10.tgz", + "integrity": "sha512-EfxVz0pLaxnOppOYkdhnaUkk8HZT+uxaAGpJD3ppAa7YAWTE9xIGoNJmtS33cZNNOnvriMkdv7yn6pDtV4ct+Q==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -2643,9 +1291,9 @@ } }, "node_modules/@angular/forms": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.2.tgz", - "integrity": "sha512-K8cv0w6o7+ocQfUrdSA3XaKrYfa1+2TlmtyxPHjEd2mCu2R+Yqo5RqJ3P8keFewJ1+bSLhz6xnn6mumwl0RnUQ==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-18.2.10.tgz", + "integrity": "sha512-2VprGB+enJIeqfz2oALmP/G/UiFzpZW6PHgyZXhk/0J/UMsa26JoYxwDFvfdm/WGTrB+VaQEG7in5xwiFPAFtQ==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -2654,16 +1302,16 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "18.2.2", - "@angular/core": "18.2.2", - "@angular/platform-browser": "18.2.2", + "@angular/common": "18.2.10", + "@angular/core": "18.2.10", + "@angular/platform-browser": "18.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/platform-browser": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.2.tgz", - "integrity": "sha512-Bfvl8elCFxyJ9vlwamr4X5sVMcp/tSwBal2coyl0WR+/PH2PAAtf+/WMYxIN90yZmPiJx6RZWUSJRlHOFiFp3A==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-18.2.10.tgz", + "integrity": "sha512-zKyRKFr3AaEA4SE/DEeb5FWHJutT26avHZog6ZGDkMeMN12zMtSqjPuTSgmDXCWleoOkzbb+nhAQ+fK/EyGyPA==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -2672,9 +1320,9 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.2.2", - "@angular/common": "18.2.2", - "@angular/core": "18.2.2" + "@angular/animations": "18.2.10", + "@angular/common": "18.2.10", + "@angular/core": "18.2.10" }, "peerDependenciesMeta": { "@angular/animations": { @@ -2683,9 +1331,9 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.2.2.tgz", - "integrity": "sha512-UM/+1nY4iIj1v4lxAmV3XRHPAh/4qfNKScCLq8tJGot64rPCbtCl0Rl8rFFGqxAFvTErVDaJycUgWNZSfVl/hw==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-18.2.10.tgz", + "integrity": "sha512-syKyOTgfQnMxfpDRP1khTSPZ5dsMgA8YQwNF6KsB3eZQl15CKSka7bzjMOUWeZ8M3WShOp1AzTf0MfwNeh0UBA==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -2694,16 +1342,16 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "18.2.2", - "@angular/compiler": "18.2.2", - "@angular/core": "18.2.2", - "@angular/platform-browser": "18.2.2" + "@angular/common": "18.2.10", + "@angular/compiler": "18.2.10", + "@angular/core": "18.2.10", + "@angular/platform-browser": "18.2.10" } }, "node_modules/@angular/platform-server": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-18.2.2.tgz", - "integrity": "sha512-35YXd+oyNDVOy84T3GugU1zRC0BTQwTglQXHtEjP+l9Jc0E7te1Z/GdCswrK3ZiQ5XSz1vYXtxgN4z4pFCsuDQ==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-18.2.10.tgz", + "integrity": "sha512-vewG3K03uLmxmHyjQivzIxvCBQ334hO33vC1rFZpbe3TX+rpVg7FYmz9ArdTgwbuxMSvImrcBWIYs8m/ZpKs9Q==", "dev": true, "dependencies": { "tslib": "^2.3.0", @@ -2713,17 +1361,17 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/animations": "18.2.2", - "@angular/common": "18.2.2", - "@angular/compiler": "18.2.2", - "@angular/core": "18.2.2", - "@angular/platform-browser": "18.2.2" + "@angular/animations": "18.2.10", + "@angular/common": "18.2.10", + "@angular/compiler": "18.2.10", + "@angular/core": "18.2.10", + "@angular/platform-browser": "18.2.10" } }, "node_modules/@angular/router": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.2.2.tgz", - "integrity": "sha512-tBHwuNtZNjzYAoVdveTI1ke/ZnQjKhc7gqDk9HCH2JUpdQhGbTvCKwDM51ktJpPMPcZlA263lQyy7VIyvdtK0A==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-18.2.10.tgz", + "integrity": "sha512-ZqJgOGOfvW0epsc7pIo7DffZqYHo3O9aUCVepZAhOxqtjF/sfhX2fy+A0xopTIiR0eM3LrT823V+2hjlBHj+CA==", "dev": true, "dependencies": { "tslib": "^2.3.0" @@ -2732,16 +1380,16 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/common": "18.2.2", - "@angular/core": "18.2.2", - "@angular/platform-browser": "18.2.2", + "@angular/common": "18.2.10", + "@angular/core": "18.2.10", + "@angular/platform-browser": "18.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/ssr": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-18.2.2.tgz", - "integrity": "sha512-jrBBjVcVA3j3RfHfQPvkcpfX77JFHKNivQD0D3mAAfgg95n41lFEsB8wi2BpnZSNLntblMijKP/1GtUvSTgi1w==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-18.2.10.tgz", + "integrity": "sha512-iCplUCLpOnEjMpcStNsH3LovYdGwR7qbTB5FnYwCUGk0VY8nwukB2oUO3h3jFRHtbA6BSbr5NIxdORKGhGhhoQ==", "dev": true, "dependencies": { "critters": "0.0.24", @@ -2753,12 +1401,13 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", - "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", "dev": true, "dependencies": { - "@babel/highlight": "^7.24.7", + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", "picocolors": "^1.0.0" }, "engines": { @@ -2766,9 +1415,9 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz", - "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", "dev": true, "engines": { "node": ">=6.9.0" @@ -2847,27 +1496,27 @@ } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", - "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", + "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", "dev": true, "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz", - "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.25.2", - "@babel/helper-validator-option": "^7.24.8", - "browserslist": "^4.23.1", + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -2885,17 +1534,17 @@ } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz", - "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/helper-replace-supers": "^7.25.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/traverse": "^7.25.4", + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/traverse": "^7.25.9", "semver": "^6.3.1" }, "engines": { @@ -2905,6 +1554,18 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -2915,13 +1576,13 @@ } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz", - "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", + "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "regexpu-core": "^5.3.1", + "@babel/helper-annotate-as-pure": "^7.25.9", + "regexpu-core": "^6.1.1", "semver": "^6.3.1" }, "engines": { @@ -2931,6 +1592,18 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -2957,41 +1630,40 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", - "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", "dev": true, "dependencies": { - "@babel/traverse": "^7.24.8", - "@babel/types": "^7.24.8" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", - "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", "dev": true, "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", - "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", "dev": true, "dependencies": { - "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-simple-access": "^7.24.7", - "@babel/helper-validator-identifier": "^7.24.7", - "@babel/traverse": "^7.25.2" + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3001,35 +1673,35 @@ } }, "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", - "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", "dev": true, "dependencies": { - "@babel/types": "^7.24.7" + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", - "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz", - "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-wrap-function": "^7.25.0", - "@babel/traverse": "^7.25.0" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-wrap-function": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3038,15 +1710,27 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-replace-supers": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz", - "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", "dev": true, "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.24.8", - "@babel/helper-optimise-call-expression": "^7.24.7", - "@babel/traverse": "^7.25.0" + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3056,26 +1740,26 @@ } }, "node_modules/@babel/helper-simple-access": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", - "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", "dev": true, "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", - "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", "dev": true, "dependencies": { - "@babel/traverse": "^7.24.7", - "@babel/types": "^7.24.7" + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3094,81 +1778,66 @@ } }, "node_modules/@babel/helper-string-parser": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", - "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", - "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", - "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz", - "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", "dev": true, "dependencies": { - "@babel/template": "^7.25.0", - "@babel/traverse": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz", - "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==", - "dev": true, - "dependencies": { - "@babel/template": "^7.25.0", - "@babel/types": "^7.25.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", - "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.24.7", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz", - "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", "dev": true, "dependencies": { - "@babel/types": "^7.25.6" + "@babel/types": "^7.26.0" }, "bin": { "parser": "bin/babel-parser.js" @@ -3178,13 +1847,13 @@ } }, "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz", - "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/traverse": "^7.25.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3194,12 +1863,12 @@ } }, "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz", - "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3209,12 +1878,12 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz", - "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3224,14 +1893,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", - "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-transform-optional-chaining": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3241,13 +1910,13 @@ } }, "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz", - "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/traverse": "^7.25.0" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3332,12 +2001,12 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.6.tgz", - "integrity": "sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3504,12 +2173,12 @@ } }, "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", - "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3554,12 +2223,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", - "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3569,12 +2238,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz", - "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3584,13 +2253,13 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz", - "integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.4", - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3600,14 +2269,13 @@ } }, "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", - "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-class-static-block": "^7.14.5" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3617,16 +2285,16 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz", - "integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.25.2", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-replace-supers": "^7.25.0", - "@babel/traverse": "^7.25.4", + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/traverse": "^7.25.9", "globals": "^11.1.0" }, "engines": { @@ -3636,14 +2304,26 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", - "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/template": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/template": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3653,12 +2333,12 @@ } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", - "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3668,13 +2348,13 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", - "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3684,12 +2364,12 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", - "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3699,13 +2379,13 @@ } }, "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz", - "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.0", - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3715,13 +2395,12 @@ } }, "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", - "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3731,13 +2410,13 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", - "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", + "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", "dev": true, "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3747,13 +2426,12 @@ } }, "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", - "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3763,13 +2441,13 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", - "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3779,14 +2457,14 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.25.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz", - "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", "dev": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/traverse": "^7.25.1" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3796,13 +2474,12 @@ } }, "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", - "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-json-strings": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3812,12 +2489,12 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz", - "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3827,13 +2504,12 @@ } }, "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", - "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3843,12 +2519,12 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", - "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3858,13 +2534,13 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", - "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3874,14 +2550,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", - "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", + "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.24.8", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-simple-access": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-simple-access": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3891,15 +2567,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz", - "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.25.0", - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "@babel/traverse": "^7.25.0" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3909,13 +2585,13 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", - "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3925,13 +2601,13 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", - "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3941,12 +2617,12 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", - "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3956,13 +2632,12 @@ } }, "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", - "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3972,13 +2647,12 @@ } }, "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", - "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -3988,15 +2662,14 @@ } }, "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", - "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", "dev": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.24.7" + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4006,13 +2679,13 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", - "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-replace-supers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4022,13 +2695,12 @@ } }, "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", - "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4038,14 +2710,13 @@ } }, "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", - "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4055,12 +2726,12 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", - "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4070,13 +2741,13 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz", - "integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.4", - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4086,15 +2757,14 @@ } }, "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", - "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4103,13 +2773,25 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-private-property-in-object/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", - "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4119,12 +2801,12 @@ } }, "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", - "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.25.9", "regenerator-transform": "^0.15.2" }, "engines": { @@ -4135,12 +2817,12 @@ } }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", - "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4179,12 +2861,12 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", - "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4194,13 +2876,13 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", - "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7", - "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4210,12 +2892,12 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", - "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4225,12 +2907,12 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", - "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4240,12 +2922,12 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.24.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", - "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4255,12 +2937,12 @@ } }, "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", - "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4270,13 +2952,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", - "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4286,13 +2968,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", - "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4302,13 +2984,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.25.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz", - "integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.2", - "@babel/helper-plugin-utils": "^7.24.8" + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4437,12 +3119,6 @@ "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" } }, - "node_modules/@babel/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true - }, "node_modules/@babel/runtime": { "version": "7.25.0", "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", @@ -4456,30 +3132,30 @@ } }, "node_modules/@babel/template": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", - "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/parser": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz", - "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==", + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.6", - "@babel/parser": "^7.25.6", - "@babel/template": "^7.25.0", - "@babel/types": "^7.25.6", + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -4488,29 +3164,41 @@ } }, "node_modules/@babel/traverse/node_modules/@babel/generator": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz", - "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==", + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", "dev": true, "dependencies": { - "@babel/types": "^7.25.6", + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" + "jsesc": "^3.0.2" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/traverse/node_modules/jsesc": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/@babel/types": { - "version": "7.25.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", - "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.24.8", - "@babel/helper-validator-identifier": "^7.24.7", - "to-fast-properties": "^2.0.0" + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" }, "engines": { "node": ">=6.9.0" @@ -4557,30 +3245,30 @@ } }, "node_modules/@docsearch/css": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.6.1.tgz", - "integrity": "sha512-VtVb5DS+0hRIprU2CO6ZQjK2Zg4QU5HrDM1+ix6rT0umsYvFvatMAnf97NHZlVWDaaLlx7GRfR/7FikANiM2Fg==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@docsearch/css/-/css-3.6.2.tgz", + "integrity": "sha512-vKNZepO2j7MrYBTZIGXvlUOIR+v9KRf70FApRgovWrj3GTs1EITz/Xb0AOlm1xsQBp16clVZj1SY/qaOJbQtZw==", "dev": true }, "node_modules/@docsearch/js": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@docsearch/js/-/js-3.6.1.tgz", - "integrity": "sha512-erI3RRZurDr1xES5hvYJ3Imp7jtrXj6f1xYIzDzxiS7nNBufYWPbJwrmMqWC5g9y165PmxEmN9pklGCdLi0Iqg==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@docsearch/js/-/js-3.6.2.tgz", + "integrity": "sha512-pS4YZF+VzUogYrkblCucQ0Oy2m8Wggk8Kk7lECmZM60hTbaydSIhJTTiCrmoxtBqV8wxORnOqcqqOfbmkkQEcA==", "dev": true, "dependencies": { - "@docsearch/react": "3.6.1", + "@docsearch/react": "3.6.2", "preact": "^10.0.0" } }, "node_modules/@docsearch/react": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.6.1.tgz", - "integrity": "sha512-qXZkEPvybVhSXj0K7U3bXc233tk5e8PfhoZ6MhPOiik/qUQxYC+Dn9DnoS7CxHQQhHfCvTiN0eY9M12oRghEXw==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/@docsearch/react/-/react-3.6.2.tgz", + "integrity": "sha512-rtZce46OOkVflCQH71IdbXSFK+S8iJZlUF56XBW5rIgx/eG5qoomC7Ag3anZson1bBac/JFQn7XOBfved/IMRA==", "dev": true, "dependencies": { "@algolia/autocomplete-core": "1.9.3", "@algolia/autocomplete-preset-algolia": "1.9.3", - "@docsearch/css": "3.6.1", + "@docsearch/css": "3.6.2", "algoliasearch": "^4.19.1" }, "peerDependencies": { @@ -4601,454 +3289,89 @@ }, "search-insights": { "optional": true - } - } - }, - "node_modules/@emnapi/core": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.2.0.tgz", - "integrity": "sha512-E7Vgw78I93we4ZWdYCb4DGAwRROGkMIXk7/y87UmANR+J6qsWusmC3gLt0H+O0KOt5e6O38U8oJamgbudrES/w==", - "dev": true, - "dependencies": { - "@emnapi/wasi-threads": "1.0.1", - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/runtime": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.2.0.tgz", - "integrity": "sha512-bV21/9LQmcQeCPEg3BDFtvwL6cwiTMksYNWQQ4KOxCZikEGalWtenoZ0wCiukJINlGCIi2KXx01g4FoH/LxpzQ==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@emnapi/wasi-threads": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", - "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", - "dev": true, - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@es-joy/jsdoccomment": { - "version": "0.48.0", - "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.48.0.tgz", - "integrity": "sha512-G6QUWIcC+KvSwXNsJyDTHvqUdNoAVJPPgkc3+Uk4WBKqZvoXhlvazOgm9aL0HwihJLQf0l+tOE2UFzXBqCqgDw==", - "dev": true, - "dependencies": { - "comment-parser": "1.4.1", - "esquery": "^1.6.0", - "jsdoc-type-pratt-parser": "~4.1.0" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/@esbuild/aix-ppc64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.12.tgz", - "integrity": "sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.12.tgz", - "integrity": "sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.12.tgz", - "integrity": "sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.12.tgz", - "integrity": "sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", - "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.12.tgz", - "integrity": "sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.12.tgz", - "integrity": "sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.12.tgz", - "integrity": "sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.12.tgz", - "integrity": "sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.12.tgz", - "integrity": "sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.12.tgz", - "integrity": "sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.12.tgz", - "integrity": "sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==", - "cpu": [ - "loong64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.12.tgz", - "integrity": "sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==", - "cpu": [ - "mips64el" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.12.tgz", - "integrity": "sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.12.tgz", - "integrity": "sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.12.tgz", - "integrity": "sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.12.tgz", - "integrity": "sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=12" + } } }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.12.tgz", - "integrity": "sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==", - "cpu": [ - "x64" - ], + "node_modules/@emnapi/core": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@emnapi/core/-/core-1.3.1.tgz", + "integrity": "sha512-pVGjBIt1Y6gg3EJN8jTcfpP/+uuRksIo055oE/OBkDNcjZqVbfkWCksG1Jp4yZnj3iKWyWX8fdG/j6UDYPbFog==", "dev": true, - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=12" + "dependencies": { + "@emnapi/wasi-threads": "1.0.1", + "tslib": "^2.4.0" } }, - "node_modules/@esbuild/openbsd-arm64": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.0.tgz", - "integrity": "sha512-suXjq53gERueVWu0OKxzWqk7NxiUWSUlrxoZK7usiF50C6ipColGR5qie2496iKGYNLhDZkPxBI3erbnYkU0rQ==", - "cpu": [ - "arm64" - ], + "node_modules/@emnapi/runtime": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.3.1.tgz", + "integrity": "sha512-kEBmG8KyqtxJZv+ygbEim+KCGtIq1fC22Ms3S4ziXmYKm8uyoLX0MHONVKwp+9opg390VaKRNt4a7A9NwmpNhw==", "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" + "dependencies": { + "tslib": "^2.4.0" } }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.12.tgz", - "integrity": "sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==", - "cpu": [ - "x64" - ], + "node_modules/@emnapi/wasi-threads": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@emnapi/wasi-threads/-/wasi-threads-1.0.1.tgz", + "integrity": "sha512-iIBu7mwkq4UQGeMEM8bLwNK962nXdhodeScX4slfQnRhEMMzvYivHhutCIk8uojvmASXXPC2WNEjwxFWk72Oqw==", "dev": true, - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=12" + "dependencies": { + "tslib": "^2.4.0" } }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.12.tgz", - "integrity": "sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==", - "cpu": [ - "x64" - ], + "node_modules/@es-joy/jsdoccomment": { + "version": "0.49.0", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.49.0.tgz", + "integrity": "sha512-xjZTSFgECpb9Ohuk5yMX5RhUEbfeQcuOp8IF60e+wyzWEF0M5xeSgqsfLtvPEX8BIyOX9saZqzuGPmZ8oWc+5Q==", "dev": true, - "optional": true, - "os": [ - "sunos" - ], + "dependencies": { + "comment-parser": "1.4.1", + "esquery": "^1.6.0", + "jsdoc-type-pratt-parser": "~4.1.0" + }, "engines": { - "node": ">=12" + "node": ">=16" } }, - "node_modules/@esbuild/win32-arm64": { + "node_modules/@esbuild/darwin-arm64": { "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.12.tgz", - "integrity": "sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.12.tgz", + "integrity": "sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==", "cpu": [ "arm64" ], "dev": true, "optional": true, "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.12.tgz", - "integrity": "sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=12" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.19.12", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.12.tgz", - "integrity": "sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" + "darwin" ], "engines": { "node": ">=12" } }, "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.1.tgz", + "integrity": "sha512-s3O3waFUrMV8P/XaF/+ZTp1X9XBZW1a4B97ZnjQF2KYWaFD2A8KyFBsrsfSjEmjn3RGWAIuvlneuZm3CUK3jbA==", "dev": true, "dependencies": { - "eslint-visitor-keys": "^3.3.0" + "eslint-visitor-keys": "^3.4.3" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, + "funding": { + "url": "https://opencollective.com/eslint" + }, "peerDependencies": { "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" } }, "node_modules/@eslint-community/regexpp": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.11.0.tgz", - "integrity": "sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==", + "version": "4.12.1", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz", + "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==", "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" @@ -5149,9 +3472,9 @@ } }, "node_modules/@eslint/js": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz", - "integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -5179,13 +3502,13 @@ } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.14", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", - "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", + "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", "deprecated": "Use @eslint/config-array instead", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^2.0.2", + "@humanwhocodes/object-schema": "^2.0.3", "debug": "^4.3.1", "minimatch": "^3.0.5" }, @@ -5265,18 +3588,17 @@ } }, "node_modules/@inquirer/core": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.1.0.tgz", - "integrity": "sha512-RZVfH//2ytTjmaBIzeKT1zefcQZzuruwkpTwwbe/i2jTl4o9M+iML5ChULzz6iw1Ok8iUBBsRCjY2IEbD8Ft4w==", + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz", + "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==", "dev": true, "dependencies": { - "@inquirer/figures": "^1.0.5", - "@inquirer/type": "^1.5.3", + "@inquirer/figures": "^1.0.6", + "@inquirer/type": "^2.0.0", "@types/mute-stream": "^0.0.4", - "@types/node": "^22.5.2", + "@types/node": "^22.5.5", "@types/wrap-ansi": "^3.0.0", "ansi-escapes": "^4.3.2", - "cli-spinners": "^2.9.2", "cli-width": "^4.1.0", "mute-stream": "^1.0.0", "signal-exit": "^4.1.0", @@ -5288,13 +3610,25 @@ "node": ">=18" } }, + "node_modules/@inquirer/core/node_modules/@inquirer/type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz", + "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==", + "dev": true, + "dependencies": { + "mute-stream": "^1.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/@inquirer/core/node_modules/@types/node": { - "version": "22.5.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.2.tgz", - "integrity": "sha512-acJsPTEqYqulZS/Yp/S3GgeE6GZ0qYODUR8aVr/DkhHQ8l9nd4j5x1/ZJy9/gHrRlFMqkO6i0I3E27Alu4jjPg==", + "version": "22.8.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.8.4.tgz", + "integrity": "sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==", "dev": true, "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.19.8" } }, "node_modules/@inquirer/editor": { @@ -5312,9 +3646,9 @@ } }, "node_modules/@inquirer/expand": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-2.2.0.tgz", - "integrity": "sha512-PD0z1dTRTIlpcnXRMRvdVPfBe10jBf4i7YLBU8tNWDkf3HxqmdymVvqnT8XG+hxQSvqfpJCe13Jv2Iv1eB3bIg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-2.3.0.tgz", + "integrity": "sha512-qnJsUcOGCSG1e5DTOErmv2BPQqrtT6uzqn1vI/aYGiPKq+FgslGZmtdnXbhuI7IlT7OByDoEEqdnhUnVR2hhLw==", "dev": true, "dependencies": { "@inquirer/core": "^9.1.0", @@ -5326,9 +3660,9 @@ } }, "node_modules/@inquirer/figures": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz", - "integrity": "sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.7.tgz", + "integrity": "sha512-m+Trk77mp54Zma6xLkLuY+mvanPxlE4A7yNKs2HBiyZ4UkVs28Mv5c/pgWrHeInx+USHeX/WEPzjrWrcJiQgjw==", "dev": true, "engines": { "node": ">=18" @@ -5441,9 +3775,9 @@ } }, "node_modules/@inquirer/type": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.3.tgz", - "integrity": "sha512-xUQ14WQGR/HK5ei+2CvgcwoH9fQ4PgPGmVFSN0pc1+fVyDL3MREhyAY7nxEErSu6CkllBM3D7e3e+kOvtu+eIg==", + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz", + "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==", "dev": true, "dependencies": { "mute-stream": "^1.0.0" @@ -5469,9 +3803,9 @@ } }, "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "engines": { "node": ">=12" }, @@ -5591,76 +3925,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/@jest/types/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@jest/types/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/types/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/@jest/types/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/types/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", @@ -5753,9 +4017,9 @@ } }, "node_modules/@jsonjoy.com/util": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.3.0.tgz", - "integrity": "sha512-Cebt4Vk7k1xHy87kHY7KSPLT77A7Ev7IfOblyLZhtYEhrdQ6fX4EoLq3xOQ3O/DRMEh2ok5nyC180E+ABS8Wmw==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.5.0.tgz", + "integrity": "sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==", "dev": true, "engines": { "node": ">=10.0" @@ -5793,162 +4057,32 @@ }, "peerDependencies": { "@inquirer/prompts": ">= 3 < 6" - } - }, - "node_modules/@lmdb/lmdb-darwin-arm64": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.0.13.tgz", - "integrity": "sha512-uiKPB0Fv6WEEOZjruu9a6wnW/8jrjzlZbxXscMB8kuCJ1k6kHpcBnuvaAWcqhbI7rqX5GKziwWEdD+wi2gNLfA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@lmdb/lmdb-darwin-x64": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.0.13.tgz", - "integrity": "sha512-bEVIIfK5mSQoG1R19qA+fJOvCB+0wVGGnXHT3smchBVahYBdlPn2OsZZKzlHWfb1E+PhLBmYfqB5zQXFP7hJig==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@lmdb/lmdb-linux-arm": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.0.13.tgz", - "integrity": "sha512-Yml1KlMzOnXj/tnW7yX8U78iAzTk39aILYvCPbqeewAq1kSzl+w59k/fiVkTBfvDi/oW/5YRxL+Fq+Y1Fr1r2Q==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@lmdb/lmdb-linux-arm64": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.0.13.tgz", - "integrity": "sha512-afbVrsMgZ9dUTNUchFpj5VkmJRxvht/u335jUJ7o23YTbNbnpmXif3VKQGCtnjSh+CZaqm6N3CPG8KO3zwyZ1Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@lmdb/lmdb-linux-x64": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.0.13.tgz", - "integrity": "sha512-vOtxu0xC0SLdQ2WRXg8Qgd8T32ak4SPqk5zjItRszrJk2BdeXqfGxBJbP7o4aOvSPSmSSv46Lr1EP4HXU8v7Kg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@lmdb/lmdb-win32-x64": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.0.13.tgz", - "integrity": "sha512-UCrMJQY/gJnOl3XgbWRZZUvGGBuKy6i0YNSptgMzHBjs+QYDYR1Mt/RLTOPy4fzzves65O1EDmlL//OzEqoLlA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz", - "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz", - "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz", - "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] + } }, - "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz", - "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==", + "node_modules/@lmdb/lmdb-darwin-arm64": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.0.13.tgz", + "integrity": "sha512-uiKPB0Fv6WEEOZjruu9a6wnW/8jrjzlZbxXscMB8kuCJ1k6kHpcBnuvaAWcqhbI7rqX5GKziwWEdD+wi2gNLfA==", "cpu": [ "arm64" ], "dev": true, "optional": true, "os": [ - "linux" - ] - }, - "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz", - "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" + "darwin" ] }, - "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": { + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz", - "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz", + "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==", "cpu": [ - "x64" + "arm64" ], "dev": true, "optional": true, "os": [ - "win32" + "darwin" ] }, "node_modules/@napi-rs/wasm-runtime": { @@ -5963,9 +4097,9 @@ } }, "node_modules/@ngtools/webpack": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-18.2.2.tgz", - "integrity": "sha512-YhADmc+lVjLt3kze07A+yLry2yzcghdclu+7D3EDfa6fG2Pk33HK3MY2I0Z0BO+Ivoq7cV7yxm+naR+Od0Y5ng==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-18.2.10.tgz", + "integrity": "sha512-CGYr8rdM5ntdb4kLUAhrLBPrhJQ4KBPo3KMT6qJE/S+jJJn5zHzedpuGFOCVhC1Siw+n1pOBSI8leTRJIW/eCQ==", "dev": true, "engines": { "node": "^18.19.1 || ^20.11.1 || >=22.0.0", @@ -6120,9 +4254,9 @@ } }, "node_modules/@npmcli/package-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.0.tgz", - "integrity": "sha512-qe/kiqqkW0AGtvBjL8TJKZk/eBBSpnJkUWvHdQ9jM2lKHXRYYJuyNpJPlJw3c8QjC2ow6NZYiLExhUaeJelbxQ==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-5.2.1.tgz", + "integrity": "sha512-f7zYC6kQautXHvNbLEWgD/uGu1+xCn9izgqBfgItWSx22U0ZDekxN08A1vM8cTxj/cRVe0Q94Ode+tdoYmIOOQ==", "dev": true, "dependencies": { "@npmcli/git": "^5.0.0", @@ -6259,21 +4393,21 @@ } }, "node_modules/@nrwl/devkit": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.6.4.tgz", - "integrity": "sha512-jpr+T5/+21W/fwAMB6zDLZKO+ReYAfOOMIeM8CpeBi/r9nWmjGXaXN9YKwEOYS1fath62Y5ldGK4yZUttv1tkw==", + "version": "19.8.8", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-19.8.8.tgz", + "integrity": "sha512-eikVLG60Zj4vA+mMs+ctH3JhwWYMMwNIelMT+7o7/QRn+ZAJK75EVRhSOQXly4jnRMno++ltIlsaTXxq3uhlrw==", "dev": true, "dependencies": { - "@nx/devkit": "19.6.4" + "@nx/devkit": "19.8.8" } }, "node_modules/@nrwl/tao": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.6.4.tgz", - "integrity": "sha512-1J8cD+MFzsmboiGe03VlQZ8gt64k/TaYYPZivnnhOJolPPs75nz1JyJX55uWcKKRy/b7FZNKWIu/6Wp9JDhJrQ==", + "version": "19.8.8", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-19.8.8.tgz", + "integrity": "sha512-TJ6NoI7pbdov8v/+QzW8toDLH1u2DNCMvwhNOx29bBPG0ycugmR+g2EqixujBgM1BeBQN99Fqi1ZR/ZOuHkemQ==", "dev": true, "dependencies": { - "nx": "19.6.4", + "nx": "19.8.8", "tslib": "^2.3.0" }, "bin": { @@ -6281,12 +4415,12 @@ } }, "node_modules/@nx/devkit": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.6.4.tgz", - "integrity": "sha512-mBitFwb/gcz8MR7STt7KQG0vf+QcsasDXiSYcf3OWpc6lGE5wn1q5jg6Iabp49Bd/mdHXVLQnP1aV5A+QqFIOQ==", + "version": "19.8.8", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-19.8.8.tgz", + "integrity": "sha512-JZtx+2J/9g4OCaNWNxW2udGxEtje0RZ75pybK4ZieiIQVXPsrInN/bpSJSEWW3xt90GlsaFPif39rBkmy6uoHg==", "dev": true, "dependencies": { - "@nrwl/devkit": "19.6.4", + "@nrwl/devkit": "19.8.8", "ejs": "^3.1.7", "enquirer": "~2.3.6", "ignore": "^5.0.4", @@ -6297,13 +4431,13 @@ "yargs-parser": "21.1.1" }, "peerDependencies": { - "nx": ">= 17 <= 20" + "nx": ">= 19 <= 21" } }, "node_modules/@nx/nx-darwin-arm64": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.6.4.tgz", - "integrity": "sha512-kRn2FLvhwJA/TJrNlsCSqqQTrguNZLmiRsiXhvjkfUMbUKwyQfVMgJlvkZ+KoqraUSG+Qyb0FmrGur1I/Mld0Q==", + "version": "19.8.8", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-19.8.8.tgz", + "integrity": "sha512-r6kG9T676/V2GzWy2RA+wGT1klC9r3AdcY6d4gSOCoqcel8ht9weGcPUB4ysMKDyR/Lf7WA5YisSkjFDc0O48A==", "cpu": [ "arm64" ], @@ -6316,150 +4450,6 @@ "node": ">= 10" } }, - "node_modules/@nx/nx-darwin-x64": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-19.6.4.tgz", - "integrity": "sha512-3uABBUhxVk+SdRwpUu30iuBlgRWm3tA/G9seG+wt7oN2R+fOu8zzRCYa+Blvoh1Ef+D9743Ir4rDc9Mhzl2B2g==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-freebsd-x64": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-19.6.4.tgz", - "integrity": "sha512-OG83MiEk5L54/vAldmwZJBKEvZaM+DEIDqn2yZLTToBRj5Z9jwKJX3jKP60xbHiaT/hzsb1xPlwhOHJnYd80EQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-arm-gnueabihf": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-19.6.4.tgz", - "integrity": "sha512-hQ9x4qSKUh9mIVDuD270ULrBnmYfDTjXq7LnIwECw1AuP4LkKzKxULhsbqVnFQ/k3xxyFkwyGTIu2mfDcw16Gw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-arm64-gnu": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-19.6.4.tgz", - "integrity": "sha512-OFKpAHiaVg3YGFIMBmi/JshciP9buwtOPiHDXcQdzQgE22jyYzKEiFxfcpG0nCT8PlMYAbHPAda15WfWkfVGVQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-arm64-musl": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-19.6.4.tgz", - "integrity": "sha512-ZIR9u+mN0A7SmNd6vDxmPV1QVTgYPTdfBSM5TEnKl3q2fHw2Nkui81QBxA4d7VopJoJUz/pRHiUV+dlgEEZ6nA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-x64-gnu": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-19.6.4.tgz", - "integrity": "sha512-AUMPvLs9KeCUuWD5DdlpbP3VfVsiD0IlptS2b3ul336rsQ7LwwdvE7jTVO5CixFOsiRZxP72fKJhaEargMn5Aw==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-linux-x64-musl": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-19.6.4.tgz", - "integrity": "sha512-PU7AaBlrgnJnDxTiV/PNCu0pHUCzaogm6uNcbzCyFJLGn7DoQK9rkqUMPJjb3CnJkAj9XrrhuZwmOdbrhvHAvA==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-win32-arm64-msvc": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-19.6.4.tgz", - "integrity": "sha512-6CCmGWwH/J2k+Uxeci48w4QVhtcQ3hRZ5Z2jh26HI8YzH4wqZyA7QPgLBE6sNCPVLoGW5cBgTsfnyEdr+xarQA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nx/nx-win32-x64-msvc": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-19.6.4.tgz", - "integrity": "sha512-jTNrlaFaKtbL2mYOcfPAiljtpF5CI7vbHIqYqBFYLUQXOwW9lOHlO+SeQnft6JYZs0FIr1IdHaCfdOw/hpnCiQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -6482,21 +4472,21 @@ } }, "node_modules/@primeuix/styled": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@primeuix/styled/-/styled-0.2.0.tgz", - "integrity": "sha512-3Q6bDrmwTW88tzJsFIFenC0VyXLj0+/wYw+TZnJ/4CCDfehR4WfTs4EZdpuFtYqvmbpJ6zWXAiwSCNdSYTZkyA==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@primeuix/styled/-/styled-0.3.0.tgz", + "integrity": "sha512-XsLbmyM1u50A0EDATIHyqm5O/zOCSyNKPk4pNN8HFvEPehbsjf4tkXcRZAyaVvntSCLpV4XGAj7v5EDCQkBRlg==", "dev": true, "dependencies": { - "@primeuix/utils": "^0.2.0" + "@primeuix/utils": "^0.3.0" }, "engines": { "node": ">=12.11.0" } }, "node_modules/@primeuix/utils": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@primeuix/utils/-/utils-0.2.0.tgz", - "integrity": "sha512-AaDIeRFlsbkVTk2s0mlEjnGSLi31X669NVwo+n+AVAnBdDiQznjipNTpHbOobVBtjOKZize74PChK6uoaSBRUw==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@primeuix/utils/-/utils-0.3.0.tgz", + "integrity": "sha512-d6ymWez1n+iqwzAVhyOTmrOHl5qnSX2oGlTy97qGuA15gLai+MQaxONHFNdDia8Q7o396v7KK9IvhAx9VET/+A==", "dev": true, "engines": { "node": ">=12.11.0" @@ -6523,15 +4513,14 @@ } }, "node_modules/@rollup/plugin-node-resolve": { - "version": "15.2.3", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", - "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.3.0.tgz", + "integrity": "sha512-9eO5McEICxMzJpDW9OnMYSv4Sta3hmt7VtBFz5zR9273suNOydOyq/FrGeGy+KsTRFm8w0SLVhzig2ILFT63Ag==", "dev": true, "dependencies": { "@rollup/pluginutils": "^5.0.1", "@types/resolve": "1.20.2", "deepmerge": "^4.2.2", - "is-builtin-module": "^3.2.1", "is-module": "^1.0.0", "resolve": "^1.22.1" }, @@ -6548,14 +4537,14 @@ } }, "node_modules/@rollup/pluginutils": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", - "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.3.tgz", + "integrity": "sha512-Pnsb6f32CD2W3uCaLZIzDmeFyQ2b8UWMFI7xtwUezpcGBDVDW6y9XgAWIlARiGAo6eNF5FK5aQTr0LFyNyqq5A==", "dev": true, "dependencies": { "@types/estree": "^1.0.0", "estree-walker": "^2.0.2", - "picomatch": "^2.3.1" + "picomatch": "^4.0.2" }, "engines": { "node": ">=14.0.0" @@ -6569,48 +4558,10 @@ } } }, - "node_modules/@rollup/pluginutils/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.20.0.tgz", - "integrity": "sha512-TSpWzflCc4VGAUJZlPpgAJE1+V60MePDQnBd7PPkpuEmOy8i87aL6tinFGKBFKuEDikYpig72QzdT3QPYIi+oA==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.20.0.tgz", - "integrity": "sha512-u00Ro/nok7oGzVuh/FMYfNoGqxU5CPWz1mxV85S2w9LxHR8OoMQBuSk+3BKVIDYgkpeOET5yXkx90OYFc+ytpQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "android" - ] - }, "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.20.0.tgz", - "integrity": "sha512-uFVfvzvsdGtlSLuL0ZlvPJvl6ZmrH4CBwLGEFPe7hUmf7htGAN+aXo43R/V6LATyxlKVC/m6UsLb7jbG+LG39Q==", + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.22.4.tgz", + "integrity": "sha512-xMM9ORBqu81jyMKCDP+SZDhnX2QEVQzTcC6G18KlTQEzWK8r/oNZtKuZaCcHhnsa6fEeOBionoyl5JsAbE/36Q==", "cpu": [ "arm64" ], @@ -6620,182 +4571,13 @@ "darwin" ] }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.20.0.tgz", - "integrity": "sha512-xbrMDdlev53vNXexEa6l0LffojxhqDTBeL+VUxuuIXys4x6xyvbKq5XqTXBCEUA8ty8iEJblHvFaWRJTk/icAQ==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.20.0.tgz", - "integrity": "sha512-jMYvxZwGmoHFBTbr12Xc6wOdc2xA5tF5F2q6t7Rcfab68TT0n+r7dgawD4qhPEvasDsVpQi+MgDzj2faOLsZjA==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.20.0.tgz", - "integrity": "sha512-1asSTl4HKuIHIB1GcdFHNNZhxAYEdqML/MW4QmPS4G0ivbEcBr1JKlFLKsIRqjSwOBkdItn3/ZDlyvZ/N6KPlw==", - "cpu": [ - "arm" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.20.0.tgz", - "integrity": "sha512-COBb8Bkx56KldOYJfMf6wKeYJrtJ9vEgBRAOkfw6Ens0tnmzPqvlpjZiLgkhg6cA3DGzCmLmmd319pmHvKWWlQ==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.20.0.tgz", - "integrity": "sha512-+it+mBSyMslVQa8wSPvBx53fYuZK/oLTu5RJoXogjk6x7Q7sz1GNRsXWjn6SwyJm8E/oMjNVwPhmNdIjwP135Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.20.0.tgz", - "integrity": "sha512-yAMvqhPfGKsAxHN8I4+jE0CpLWD8cv4z7CK7BMmhjDuz606Q2tFKkWRY8bHR9JQXYcoLfopo5TTqzxgPUjUMfw==", - "cpu": [ - "ppc64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.20.0.tgz", - "integrity": "sha512-qmuxFpfmi/2SUkAw95TtNq/w/I7Gpjurx609OOOV7U4vhvUhBcftcmXwl3rqAek+ADBwSjIC4IVNLiszoj3dPA==", - "cpu": [ - "riscv64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.20.0.tgz", - "integrity": "sha512-I0BtGXddHSHjV1mqTNkgUZLnS3WtsqebAXv11D5BZE/gfw5KoyXSAXVqyJximQXNvNzUo4GKlCK/dIwXlz+jlg==", - "cpu": [ - "s390x" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.20.0.tgz", - "integrity": "sha512-y+eoL2I3iphUg9tN9GB6ku1FA8kOfmF4oUEWhztDJ4KXJy1agk/9+pejOuZkNFhRwHAOxMsBPLbXPd6mJiCwew==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.20.0.tgz", - "integrity": "sha512-hM3nhW40kBNYUkZb/r9k2FKK+/MnKglX7UYd4ZUy5DJs8/sMsIbqWK2piZtVGE3kcXVNj3B2IrUYROJMMCikNg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.20.0.tgz", - "integrity": "sha512-psegMvP+Ik/Bg7QRJbv8w8PAytPA7Uo8fpFjXyCRHWm6Nt42L+JtoqH8eDQ5hRP7/XW2UiIriy1Z46jf0Oa1kA==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.20.0.tgz", - "integrity": "sha512-GabekH3w4lgAJpVxkk7hUzUf2hICSQO0a/BLFA11/RMxQT92MabKAqyubzDZmMOC/hcJNlc+rrypzNzYl4Dx7A==", - "cpu": [ - "ia32" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.20.0.tgz", - "integrity": "sha512-aJ1EJSuTdGnM6qbVC4B5DSmozPTqIag9fSzXRNNo+humQLG89XpPgdt16Ia56ORD7s+H8Pmyx44uczDQ0yDzpg==", - "cpu": [ - "x64" - ], - "dev": true, - "optional": true, - "os": [ - "win32" - ] - }, "node_modules/@rollup/wasm-node": { - "version": "4.21.2", - "resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.21.2.tgz", - "integrity": "sha512-AJCfdXkpe5EX+jfWOMYuFl3ZomTQyfx4V4geRmChdTwAo05FdpnobwqtYn0mo7Mf1qVN7mniI7kdG98vKDVd2g==", + "version": "4.24.3", + "resolved": "https://registry.npmjs.org/@rollup/wasm-node/-/wasm-node-4.24.3.tgz", + "integrity": "sha512-lahpprfoJKm88bgp2IrDI/VRyZocsvGvemSkhrsbBTj9yqhkyIb7W5CZAdZWgeAibO5EIk2cN0yWCHcjohL1YQ==", "dev": true, "dependencies": { - "@types/estree": "1.0.5" + "@types/estree": "1.0.6" }, "bin": { "rollup": "dist/bin/rollup" @@ -6815,13 +4597,13 @@ "dev": true }, "node_modules/@schematics/angular": { - "version": "18.2.2", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.2.2.tgz", - "integrity": "sha512-0uPA1kQ38RnbNrzMlveX/QAqQIDu2INl5IYd3EUbJZRfYSp1VVyOSyuIBJ+1iUl5Y5VUa2uylaVZXhFdKWprXw==", + "version": "18.2.10", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-18.2.10.tgz", + "integrity": "sha512-2pDHT4aSzfs8Up4RQmHHuFd5FeuUebS1ZJwyt46MfXzRMFtzUZV/JKsIvDqyMwnkvFfLvgJyTCkl8JGw5jQObg==", "dev": true, "dependencies": { - "@angular-devkit/core": "18.2.2", - "@angular-devkit/schematics": "18.2.2", + "@angular-devkit/core": "18.2.10", + "@angular-devkit/schematics": "18.2.10", "jsonc-parser": "3.3.1" }, "engines": { @@ -7058,9 +4840,9 @@ } }, "node_modules/@types/estree": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", "dev": true }, "node_modules/@types/express": { @@ -7076,9 +4858,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.19.5", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz", - "integrity": "sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==", + "version": "4.19.6", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", + "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", "dev": true, "dependencies": { "@types/node": "*", @@ -7133,9 +4915,9 @@ "dev": true }, "node_modules/@types/jest": { - "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "version": "29.5.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz", + "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -7170,9 +4952,9 @@ } }, "node_modules/@types/node": { - "version": "16.18.106", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.106.tgz", - "integrity": "sha512-YTgQUcpdXRc7iiEMutkkXl9WUx5lGUCVYvnfRg9CV+IA4l9epctEhCTbaw4KgzXaKYv8emvFJkEM65+MkNUhsQ==", + "version": "16.18.116", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.116.tgz", + "integrity": "sha512-mLigUvhoaADRewggiby+XfAAFOUOMCm/SwL5DAJ+CMUGjSLIGMsJVN7BOKftuQSHGjUmS/W7hVht8fcNbi/MRA==", "devOptional": true }, "node_modules/@types/node-forge": { @@ -7185,15 +4967,15 @@ } }, "node_modules/@types/prop-types": { - "version": "15.7.12", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", - "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", + "version": "15.7.13", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", + "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", "dev": true }, "node_modules/@types/qs": { - "version": "6.9.15", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz", - "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==", + "version": "6.9.16", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.16.tgz", + "integrity": "sha512-7i+zxXdPD0T4cKDuxCUXJ4wHcsJLwENa6Z3dCu8cfCK743OGy5Nu1RmAGqDPsoTDINVEcdXKRvR/zre+P2Ku1A==", "dev": true }, "node_modules/@types/raf": { @@ -7210,9 +4992,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.5", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.5.tgz", - "integrity": "sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA==", + "version": "18.3.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "dev": true, "dependencies": { "@types/prop-types": "*", @@ -7887,9 +5669,9 @@ } }, "node_modules/acorn": { - "version": "8.12.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", - "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "devOptional": true, "bin": { "acorn": "bin/acorn" @@ -7917,9 +5699,9 @@ } }, "node_modules/acorn-walk": { - "version": "8.3.3", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.3.tgz", - "integrity": "sha512-MxXdReSRhGO7VlFe1bRG/oI7/mdLV9B9JJT0N8vZOhF7gFRR5l3M8W9G8JxmKV+JC5mGqJ0QvqfSOLsCPa4nUw==", + "version": "8.3.4", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", + "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", "devOptional": true, "dependencies": { "acorn": "^8.11.0" @@ -8135,15 +5917,17 @@ "dev": true }, "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dependencies": { - "color-convert": "^1.9.0" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=4" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, "node_modules/ansi-wrap": { @@ -8529,12 +6313,6 @@ "dequal": "^2.0.3" } }, - "node_modules/b4a": { - "version": "1.6.6", - "resolved": "https://registry.npmjs.org/b4a/-/b4a-1.6.6.tgz", - "integrity": "sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==", - "dev": true - }, "node_modules/babel-loader": { "version": "9.1.3", "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.3.tgz", @@ -8620,9 +6398,9 @@ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "node_modules/bare-events": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.4.2.tgz", - "integrity": "sha512-qMKFd2qG/36aA4GwvKq8MxnPgCQAmBWmSyLWsJcbn8v03wvIPQ/hG1Ms8bPzndZxMDoHpxez5VOS+gC9Yi24/Q==", + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/bare-events/-/bare-events-2.5.0.tgz", + "integrity": "sha512-/E8dDe9dsbLyh2qrZ64PEPadOQ0F4gbl1sUJOrmph7xOiIxfY8vwab/4bFLh4Y88/Hk/ujKcrQKc+ps0mv873A==", "dev": true, "optional": true }, @@ -8703,9 +6481,9 @@ } }, "node_modules/body-parser": { - "version": "1.20.2", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", - "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", "dev": true, "dependencies": { "bytes": "3.1.2", @@ -8716,7 +6494,7 @@ "http-errors": "2.0.0", "iconv-lite": "0.4.24", "on-finished": "2.4.1", - "qs": "6.11.0", + "qs": "6.13.0", "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" @@ -8777,9 +6555,9 @@ } }, "node_modules/browserslist": { - "version": "4.23.3", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", - "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", "funding": [ { "type": "opencollective", @@ -8795,10 +6573,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001646", - "electron-to-chromium": "^1.5.4", + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", "node-releases": "^2.0.18", - "update-browserslist-db": "^1.1.0" + "update-browserslist-db": "^1.1.1" }, "bin": { "browserslist": "cli.js" @@ -8849,18 +6627,6 @@ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "dev": true }, - "node_modules/builtin-modules": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", - "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", - "dev": true, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/bundle-name": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", @@ -9032,9 +6798,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001655", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001655.tgz", - "integrity": "sha512-jRGVy3iSGO5Uutn2owlb5gR6qsGngTw9ZTb4ali9f3glshcNmJ2noam4Mo9zia5P9Dk3jNNydy7vQjuE5dQmfg==", + "version": "1.0.30001675", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001675.tgz", + "integrity": "sha512-/wV1bQwPrkLiQMjaJF5yUMVM/VdRPOCU8QZ+PmG6uW6DvYSrNY1bpwHI/3mOcUosLaJCzYDi5o91IQB51ft6cg==", "funding": [ { "type": "opencollective", @@ -9091,17 +6857,19 @@ } }, "node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, "node_modules/chardet": { @@ -9145,6 +6913,17 @@ "fsevents": "~2.3.2" } }, + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/chownr": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", @@ -9221,9 +7000,9 @@ } }, "node_modules/cli-spinners": { - "version": "2.9.2", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", - "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", + "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", "dev": true, "engines": { "node": ">=6" @@ -9249,9 +7028,9 @@ } }, "node_modules/cli-truncate/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, "engines": { "node": ">=12" @@ -9321,39 +7100,6 @@ "node": ">=12" } }, - "node_modules/cliui/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/cliui/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/cliui/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/cliui/node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", @@ -9490,19 +7236,20 @@ } }, "node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/colorette": { "version": "2.0.20", @@ -9679,6 +7426,15 @@ "ms": "2.0.0" } }, + "node_modules/connect/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/connect/node_modules/finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", @@ -9752,9 +7508,9 @@ "dev": true }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "dev": true, "engines": { "node": ">= 0.6" @@ -9815,18 +7571,6 @@ "webpack": "^5.1.0" } }, - "node_modules/copy-webpack-plugin/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, "node_modules/copy-webpack-plugin/node_modules/globby": { "version": "14.0.2", "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", @@ -9963,6 +7707,7 @@ "version": "0.0.24", "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.24.tgz", "integrity": "sha512-Oyqew0FGM0wYUSNqR0L6AteO5MpMoUU0rhKRieXeiKs+PmRTxiJMyaunYB2KF6fQ3dzChXKCpbFOEJx3OQ1v/Q==", + "deprecated": "Ownership of Critters has moved to the Nuxt team, who will be maintaining the project going forward. If you'd like to keep using Critters, please switch to the actively-maintained fork at https://github.com/danielroe/beasties", "dev": true, "dependencies": { "chalk": "^4.1.0", @@ -9974,76 +7719,6 @@ "postcss-media-query-parser": "^0.2.3" } }, - "node_modules/critters/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/critters/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/critters/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/critters/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/critters/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/critters/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -10214,12 +7889,12 @@ } }, "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -10593,9 +8268,9 @@ "dev": true }, "node_modules/dompurify": { - "version": "2.5.6", - "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.6.tgz", - "integrity": "sha512-zUTaUBO8pY4+iJMPE1B9XlO2tXVYIcEA4SNGtvDELzTSCQO7RzH+j7S180BmhmJId78lqGU2z19vgVx2Sxs/PQ==", + "version": "2.5.7", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.7.tgz", + "integrity": "sha512-2q4bEI+coQM8f5ez7kt2xclg1XsecaV9ASJk/54vwlfRRNQfDqJz2pzQ8t0Ix/ToBpXlVjrRIx7pFC/o8itG2Q==", "dev": true, "optional": true }, @@ -10686,9 +8361,9 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.5.13", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.13.tgz", - "integrity": "sha512-lbBcvtIJ4J6sS4tb5TLp1b4LyfCdMkwStzXPyAgVgTRAsep4bvrAGaBOP7ZJtQMNJpSQ9SqG4brWOroNaQtm7Q==" + "version": "1.5.49", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.49.tgz", + "integrity": "sha512-ZXfs1Of8fDb6z7WEYZjXpgIRF6MEu8JdeGA0A40aZq6OQbS+eJpnnV49epZRna2DU/YsEjSQuGtQPPtvt6J65A==" }, "node_modules/emoji-regex": { "version": "8.0.0", @@ -10705,9 +8380,9 @@ } }, "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", "dev": true, "engines": { "node": ">= 0.8" @@ -10746,9 +8421,9 @@ } }, "node_modules/engine.io": { - "version": "6.5.5", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.5.5.tgz", - "integrity": "sha512-C5Pn8Wk+1vKBoHghJODM63yk8MvrO9EWZUfkAt5HAqIgPE4/8FF0PEGHXtEd40l223+cE5ABWuPzm38PHFXfMA==", + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.2.tgz", + "integrity": "sha512-gmNvsYi9C8iErnZdVcJnvCpSKbWTt1E8+JZo8b+daLninywUWi5NQ5STSHZ9rFjFO7imNcvb8Pc5pe/wMR5xEw==", "dev": true, "dependencies": { "@types/cookie": "^0.4.1", @@ -10756,7 +8431,7 @@ "@types/node": ">=10.0.0", "accepts": "~1.3.4", "base64id": "2.0.0", - "cookie": "~0.4.1", + "cookie": "~0.7.2", "cors": "~2.8.5", "debug": "~4.3.1", "engine.io-parser": "~5.2.1", @@ -10776,9 +8451,9 @@ } }, "node_modules/engine.io/node_modules/cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", "dev": true, "engines": { "node": ">= 0.6" @@ -11086,25 +8761,29 @@ "dev": true }, "node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", "dev": true, "engines": { - "node": ">=0.8.0" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/eslint": { - "version": "8.57.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz", - "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", + "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", "@eslint/eslintrc": "^2.1.4", - "@eslint/js": "8.57.0", - "@humanwhocodes/config-array": "^0.11.14", + "@eslint/js": "8.57.1", + "@humanwhocodes/config-array": "^0.13.0", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "@ungap/structured-clone": "^1.2.0", @@ -11182,9 +8861,9 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.9.0.tgz", - "integrity": "sha512-McVbYmwA3NEKwRQY5g4aWMdcZE5xZxV8i8l7CqJSrameuGSQJtSWaL/LxTEzSKKaCcOhlpDR8XEfYXWPrdo/ZQ==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", + "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", "dev": true, "dependencies": { "debug": "^3.2.7" @@ -11208,9 +8887,9 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz", - "integrity": "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==", + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz", + "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==", "dev": true, "dependencies": { "@rtsao/scc": "^1.1.0", @@ -11221,7 +8900,7 @@ "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.9.0", + "eslint-module-utils": "^2.12.0", "hasown": "^2.0.2", "is-core-module": "^2.15.1", "is-glob": "^4.0.3", @@ -11230,13 +8909,14 @@ "object.groupby": "^1.0.3", "object.values": "^1.2.0", "semver": "^6.3.1", + "string.prototype.trimend": "^1.0.8", "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" }, "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" } }, "node_modules/eslint-plugin-import/node_modules/brace-expansion": { @@ -11292,12 +8972,12 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "50.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.2.2.tgz", - "integrity": "sha512-i0ZMWA199DG7sjxlzXn5AeYZxpRfMJjDPUl7lL9eJJX8TPRoIaxJU4ys/joP5faM5AXE1eqW/dslCj3uj4Nqpg==", + "version": "50.4.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-50.4.3.tgz", + "integrity": "sha512-uWtwFxGRv6B8sU63HZM5dAGDhgsatb+LONwmILZJhdRALLOkCX2HFZhdL/Kw2ls8SQMAVEfK+LmnEfxInRN8HA==", "dev": true, "dependencies": { - "@es-joy/jsdoccomment": "~0.48.0", + "@es-joy/jsdoccomment": "~0.49.0", "are-docs-informative": "^0.0.2", "comment-parser": "1.4.1", "debug": "^4.3.6", @@ -11316,22 +8996,10 @@ "eslint": "^7.0.0 || ^8.0.0 || ^9.0.0" } }, - "node_modules/eslint-plugin-jsdoc/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint-plugin-jsdoc/node_modules/eslint-visitor-keys": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz", - "integrity": "sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz", + "integrity": "sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==", "dev": true, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -11341,14 +9009,14 @@ } }, "node_modules/eslint-plugin-jsdoc/node_modules/espree": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-10.1.0.tgz", - "integrity": "sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz", + "integrity": "sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==", "dev": true, "dependencies": { - "acorn": "^8.12.0", + "acorn": "^8.14.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^4.0.0" + "eslint-visitor-keys": "^4.2.0" }, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" @@ -11367,9 +9035,9 @@ } }, "node_modules/eslint-scope": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz", - "integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.2.0.tgz", + "integrity": "sha512-PHlWUfG6lvPc3yvP5A4PNyBL1W8fkDUccmI21JUu/+GKZBoH/W5u6usENXUrWFRsyoW5ACUjFGgAFQp5gUlb/A==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", @@ -11410,21 +9078,6 @@ "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/eslint/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/eslint/node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -11435,52 +9088,6 @@ "concat-map": "0.0.1" } }, - "node_modules/eslint/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/eslint/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/eslint/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/eslint/node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/eslint/node_modules/eslint-scope": { "version": "7.2.2", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", @@ -11497,18 +9104,6 @@ "url": "https://opencollective.com/eslint" } }, - "node_modules/eslint/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, "node_modules/eslint/node_modules/globals": { "version": "13.24.0", "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", @@ -11524,15 +9119,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/eslint/node_modules/is-path-inside": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", @@ -11560,18 +9146,6 @@ "node": "*" } }, - "node_modules/eslint/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/eslint/node_modules/type-fest": { "version": "0.20.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", @@ -11765,37 +9339,37 @@ "dev": true }, "node_modules/express": { - "version": "4.19.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", - "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", "dev": true, "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.20.2", + "body-parser": "1.20.3", "content-disposition": "0.5.4", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "1.0.6", "debug": "2.6.9", "depd": "2.0.0", - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "etag": "~1.8.1", - "finalhandler": "1.2.0", + "finalhandler": "1.3.1", "fresh": "0.5.2", "http-errors": "2.0.0", - "merge-descriptors": "1.0.1", + "merge-descriptors": "1.0.3", "methods": "~1.1.2", "on-finished": "2.4.1", "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", + "path-to-regexp": "0.1.10", "proxy-addr": "~2.0.7", - "qs": "6.11.0", + "qs": "6.13.0", "range-parser": "~1.2.1", "safe-buffer": "5.2.1", - "send": "0.18.0", - "serve-static": "1.15.0", + "send": "0.19.0", + "serve-static": "1.16.2", "setprototypeof": "1.2.0", "statuses": "2.0.1", "type-is": "~1.6.18", @@ -11899,6 +9473,17 @@ "node": ">=8.6.0" } }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", @@ -11912,9 +9497,9 @@ "dev": true }, "node_modules/fast-uri": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", - "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", + "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", "dev": true }, "node_modules/fastest-levenshtein": { @@ -11947,9 +9532,9 @@ } }, "node_modules/fflate": { - "version": "0.4.8", - "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.4.8.tgz", - "integrity": "sha512-FJqqoDBR00Mdj9ppamLa/Y7vxm+PRmNWA67N846RvsoYVMKB4q3y/de5PA7gUmRMYK/8CMz2GDZQmCRN1wBcWA==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", + "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==", "dev": true }, "node_modules/figures": { @@ -11967,6 +9552,15 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/figures/node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -12018,13 +9612,13 @@ } }, "node_modules/finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", "dev": true, "dependencies": { "debug": "2.6.9", - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "on-finished": "2.4.1", "parseurl": "~1.3.3", @@ -12152,9 +9746,9 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "dev": true, "funding": [ { @@ -12217,9 +9811,9 @@ } }, "node_modules/form-data": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", - "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.1.tgz", + "integrity": "sha512-tzN8e4TX8+kkxGPK8D5u0FNmjPUjw3lwC9lSLxxoB/+GtsJG91CO8bSWy73APlgAZzZbXEYZJuxjkHH2w+Ezhw==", "dev": true, "dependencies": { "asynckit": "^0.4.0", @@ -12313,17 +9907,17 @@ "dev": true }, "node_modules/fs-extra": { - "version": "11.2.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.2.0.tgz", - "integrity": "sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, "dependencies": { "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" }, "engines": { - "node": ">=14.14" + "node": ">=6 <7 || >=8" } }, "node_modules/fs-minipass": { @@ -12424,9 +10018,9 @@ } }, "node_modules/get-east-asian-width": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz", - "integrity": "sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", + "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", "dev": true, "engines": { "node": ">=18" @@ -12505,14 +10099,14 @@ } }, "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dependencies": { - "is-glob": "^4.0.1" + "is-glob": "^4.0.3" }, "engines": { - "node": ">= 6" + "node": ">=10.13.0" } }, "node_modules/glob-stream": { @@ -12534,18 +10128,6 @@ "node": ">=10.13.0" } }, - "node_modules/glob-stream/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, "node_modules/glob-to-regexp": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", @@ -12769,37 +10351,6 @@ "node": ">=10.13.0" } }, - "node_modules/gulp-cli/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/gulp-cli/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/gulp-cli/node_modules/cliui": { "version": "7.0.4", "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", @@ -12811,45 +10362,6 @@ "wrap-ansi": "^7.0.0" } }, - "node_modules/gulp-cli/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/gulp-cli/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/gulp-cli/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/gulp-cli/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/gulp-cli/node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", @@ -13066,12 +10578,12 @@ } }, "node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/has-gulplog": { @@ -13352,17 +10864,17 @@ } }, "node_modules/http-proxy-middleware": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.0.tgz", - "integrity": "sha512-36AV1fIaI2cWRzHo+rbcxhe3M3jUDCNzc4D5zRl57sEWRAxdXYtw7FSQKYY6PDKssiAKjLYypbssHk+xs/kMXw==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz", + "integrity": "sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==", "dev": true, "dependencies": { - "@types/http-proxy": "^1.17.10", - "debug": "^4.3.4", + "@types/http-proxy": "^1.17.15", + "debug": "^4.3.6", "http-proxy": "^1.18.1", - "is-glob": "^4.0.1", - "is-plain-obj": "^3.0.0", - "micromatch": "^4.0.5" + "is-glob": "^4.0.3", + "is-plain-object": "^5.0.0", + "micromatch": "^4.0.8" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -13674,21 +11186,6 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-builtin-module": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", - "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==", - "dev": true, - "dependencies": { - "builtin-modules": "^3.3.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/is-callable": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", @@ -14201,27 +11698,6 @@ "node": ">=10" } }, - "node_modules/istanbul-lib-report/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/istanbul-lib-source-maps": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", @@ -14290,21 +11766,6 @@ "node": ">=10" } }, - "node_modules/jake/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/jake/node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -14315,49 +11776,6 @@ "concat-map": "0.0.1" } }, - "node_modules/jake/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jake/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jake/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/jake/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/jake/node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -14370,18 +11788,6 @@ "node": "*" } }, - "node_modules/jake/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/jasmine-core": { "version": "4.6.1", "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.1.tgz", @@ -14403,76 +11809,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-diff/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-diff/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-diff/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-diff/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/jest-diff/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-diff/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-get-type": { "version": "29.6.3", "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", @@ -14497,76 +11833,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-matcher-utils/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-matcher-utils/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-matcher-utils/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-matcher-utils/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/jest-matcher-utils/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-matcher-utils/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-message-util": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", @@ -14587,64 +11853,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-message-util/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-message-util/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-message-util/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-message-util/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/jest-message-util/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-message-util/node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", @@ -14654,18 +11862,6 @@ "node": ">=8" } }, - "node_modules/jest-message-util/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-util": { "version": "29.7.0", "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", @@ -14683,86 +11879,16 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/jest-util/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-util/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/jest-util/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-util/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/jest-util/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-util/node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/jest-util/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, + "dev": true, "engines": { - "node": ">=8" + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, "node_modules/jest-worker": { @@ -14779,15 +11905,6 @@ "node": ">= 10.13.0" } }, - "node_modules/jest-worker/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/jest-worker/node_modules/supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -14902,13 +12019,10 @@ "dev": true }, "node_modules/jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, - "dependencies": { - "universalify": "^2.0.0" - }, "optionalDependencies": { "graceful-fs": "^4.1.6" } @@ -14923,27 +12037,27 @@ ] }, "node_modules/jspdf": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-2.5.1.tgz", - "integrity": "sha512-hXObxz7ZqoyhxET78+XR34Xu2qFGrJJ2I2bE5w4SM8eFaFEkW2xcGRVUss360fYelwRSid/jT078kbNvmoW0QA==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jspdf/-/jspdf-2.5.2.tgz", + "integrity": "sha512-myeX9c+p7znDWPk0eTrujCzNjT+CXdXyk7YmJq5nD5V7uLLKmSXnlQ/Jn/kuo3X09Op70Apm0rQSnFWyGK8uEQ==", "dev": true, "dependencies": { - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.23.2", "atob": "^2.1.2", "btoa": "^1.2.1", - "fflate": "^0.4.8" + "fflate": "^0.8.1" }, "optionalDependencies": { "canvg": "^3.0.6", "core-js": "^3.6.0", - "dompurify": "^2.2.0", + "dompurify": "^2.5.4", "html2canvas": "^1.0.0-rc.5" } }, "node_modules/jspdf-autotable": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/jspdf-autotable/-/jspdf-autotable-3.8.3.tgz", - "integrity": "sha512-PQFdljBt+ijm6ZWXYxhZ54A/awV63UKcipYoA2+YGsz0BXXiXTIL/FIg+V30j7wPdSdzClfbB3qKX9UeuFylPQ==", + "version": "3.8.4", + "resolved": "https://registry.npmjs.org/jspdf-autotable/-/jspdf-autotable-3.8.4.tgz", + "integrity": "sha512-rSffGoBsJYX83iTRv8Ft7FhqfgEL2nLpGAIiqruEQQ3e4r0qdLFbPUB7N9HAle0I3XgpisvyW751VHCqKUVOgQ==", "dev": true, "peerDependencies": { "jspdf": "^2.5.1" @@ -15107,21 +12221,6 @@ "source-map-support": "^0.5.5" } }, - "node_modules/karma/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, "node_modules/karma/node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -15143,24 +12242,6 @@ "wrap-ansi": "^7.0.0" } }, - "node_modules/karma/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/karma/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/karma/node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -15248,524 +12329,225 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/last-run/-/last-run-2.0.0.tgz", "integrity": "sha512-j+y6WhTLN4Itnf9j5ZQos1BGPCS8DAwmgMroR3OzfxAsBxam0hMw7J8M3KqZl0pLQJ1jNnwIexg5DYpC/ctwEQ==", - "dev": true, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/launch-editor": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.8.2.tgz", - "integrity": "sha512-eF5slEUZXmi6WvFzI3dYcv+hA24/iKnROf24HztcURJpSz9RBmBgz5cNCVOeguouf1llrwy6Yctl4C4HM+xI8g==", - "dev": true, - "dependencies": { - "picocolors": "^1.0.0", - "shell-quote": "^1.8.1" - } - }, - "node_modules/lead": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/lead/-/lead-4.0.0.tgz", - "integrity": "sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==", - "dev": true, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/less": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz", - "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==", - "dev": true, - "dependencies": { - "copy-anything": "^2.0.1", - "parse-node-version": "^1.0.1", - "tslib": "^2.3.0" - }, - "bin": { - "lessc": "bin/lessc" - }, - "engines": { - "node": ">=6" - }, - "optionalDependencies": { - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "needle": "^3.1.0", - "source-map": "~0.6.0" - } - }, - "node_modules/less-loader": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-12.2.0.tgz", - "integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==", - "dev": true, - "engines": { - "node": ">= 18.12.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "@rspack/core": "0.x || 1.x", - "less": "^3.5.0 || ^4.0.0", - "webpack": "^5.0.0" - }, - "peerDependenciesMeta": { - "@rspack/core": { - "optional": true - }, - "webpack": { - "optional": true - } - } - }, - "node_modules/less/node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "optional": true, - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/less/node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "dev": true, - "optional": true, - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/less/node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true, - "optional": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/less/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "optional": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/less/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dev": true, - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/license-webpack-plugin": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", - "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", - "dev": true, - "dependencies": { - "webpack-sources": "^3.0.0" - }, - "peerDependenciesMeta": { - "webpack": { - "optional": true - }, - "webpack-sources": { - "optional": true - } - } - }, - "node_modules/liftoff": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-5.0.0.tgz", - "integrity": "sha512-a5BQjbCHnB+cy+gsro8lXJ4kZluzOijzJ1UVVfyJYZC+IP2pLv1h4+aysQeKuTmyO8NAqfyQAk4HWaP/HjcKTg==", - "dev": true, - "dependencies": { - "extend": "^3.0.2", - "findup-sync": "^5.0.0", - "fined": "^2.0.0", - "flagged-respawn": "^2.0.0", - "is-plain-object": "^5.0.0", - "rechoir": "^0.8.0", - "resolve": "^1.20.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "engines": { - "node": ">=10" - } - }, - "node_modules/lines-and-columns": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz", - "integrity": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==", - "dev": true, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, - "node_modules/listr2": { - "version": "8.2.4", - "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.4.tgz", - "integrity": "sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==", - "dev": true, - "dependencies": { - "cli-truncate": "^4.0.0", - "colorette": "^2.0.20", - "eventemitter3": "^5.0.1", - "log-update": "^6.1.0", - "rfdc": "^1.4.1", - "wrap-ansi": "^9.0.0" - }, + "dev": true, "engines": { - "node": ">=18.0.0" + "node": ">= 10.13.0" } }, - "node_modules/listr2/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "node_modules/launch-editor": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz", + "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==", "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" + "dependencies": { + "picocolors": "^1.0.0", + "shell-quote": "^1.8.1" } }, - "node_modules/listr2/node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "node_modules/lead": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/lead/-/lead-4.0.0.tgz", + "integrity": "sha512-DpMa59o5uGUWWjruMp71e6knmwKU3jRBBn1kjuLWN9EeIOxNeSAwvHf03WIl8g/ZMR2oSQC9ej3yeLBwdDc/pg==", "dev": true, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=10.13.0" } }, - "node_modules/listr2/node_modules/emoji-regex": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", - "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", - "dev": true - }, - "node_modules/listr2/node_modules/eventemitter3": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", - "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", - "dev": true - }, - "node_modules/listr2/node_modules/string-width": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", - "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "node_modules/less": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz", + "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==", "dev": true, "dependencies": { - "emoji-regex": "^10.3.0", - "get-east-asian-width": "^1.0.0", - "strip-ansi": "^7.1.0" + "copy-anything": "^2.0.1", + "parse-node-version": "^1.0.1", + "tslib": "^2.3.0" + }, + "bin": { + "lessc": "bin/lessc" }, "engines": { - "node": ">=18" + "node": ">=6" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "optionalDependencies": { + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "needle": "^3.1.0", + "source-map": "~0.6.0" } }, - "node_modules/listr2/node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "node_modules/less-loader": { + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-12.2.0.tgz", + "integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==", "dev": true, - "dependencies": { - "ansi-regex": "^6.0.1" - }, "engines": { - "node": ">=12" + "node": ">= 18.12.0" }, "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" - } - }, - "node_modules/listr2/node_modules/wrap-ansi": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", - "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^6.2.1", - "string-width": "^7.0.0", - "strip-ansi": "^7.1.0" + "type": "opencollective", + "url": "https://opencollective.com/webpack" }, - "engines": { - "node": ">=18" + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "less": "^3.5.0 || ^4.0.0", + "webpack": "^5.0.0" }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } } }, - "node_modules/lmdb": { - "version": "3.0.13", - "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.0.13.tgz", - "integrity": "sha512-UGe+BbaSUQtAMZobTb4nHvFMrmvuAQKSeaqAX2meTEQjfsbpl5sxdHD8T72OnwD4GU9uwNhYXIVe4QGs8N9Zyw==", + "node_modules/less/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", "dev": true, - "hasInstallScript": true, + "optional": true, "dependencies": { - "msgpackr": "^1.10.2", - "node-addon-api": "^6.1.0", - "node-gyp-build-optional-packages": "5.2.2", - "ordered-binary": "^1.4.1", - "weak-lru-cache": "^1.2.2" - }, - "bin": { - "download-lmdb-prebuilds": "bin/download-prebuilds.js" + "pify": "^4.0.1", + "semver": "^5.6.0" }, - "optionalDependencies": { - "@lmdb/lmdb-darwin-arm64": "3.0.13", - "@lmdb/lmdb-darwin-x64": "3.0.13", - "@lmdb/lmdb-linux-arm": "3.0.13", - "@lmdb/lmdb-linux-arm64": "3.0.13", - "@lmdb/lmdb-linux-x64": "3.0.13", - "@lmdb/lmdb-win32-x64": "3.0.13" - } - }, - "node_modules/loader-runner": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", - "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "dev": true, "engines": { - "node": ">=6.11.5" + "node": ">=6" } }, - "node_modules/loader-utils": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", - "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", + "node_modules/less/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "dev": true, + "optional": true, + "bin": { + "mime": "cli.js" + }, "engines": { - "node": ">= 12.13.0" + "node": ">=4" } }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "node_modules/less/node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, + "optional": true, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "node_modules/lodash-es": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", - "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", - "dev": true - }, - "node_modules/lodash.clonedeep": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", - "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==", - "dev": true - }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, - "node_modules/lodash.isequal": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", - "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", - "dev": true - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true - }, - "node_modules/log-symbols": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", - "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "node_modules/less/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, - "dependencies": { - "chalk": "^4.1.0", - "is-unicode-supported": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "optional": true, + "bin": { + "semver": "bin/semver" } }, - "node_modules/log-symbols/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "node_modules/less/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "optional": true, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=0.10.0" } }, - "node_modules/log-symbols/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">= 0.8.0" } }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "node_modules/license-webpack-plugin": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", + "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", "dev": true, "dependencies": { - "color-name": "~1.1.4" + "webpack-sources": "^3.0.0" }, - "engines": { - "node": ">=7.0.0" + "peerDependenciesMeta": { + "webpack": { + "optional": true + }, + "webpack-sources": { + "optional": true + } } }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/log-symbols/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "node_modules/liftoff": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-5.0.0.tgz", + "integrity": "sha512-a5BQjbCHnB+cy+gsro8lXJ4kZluzOijzJ1UVVfyJYZC+IP2pLv1h4+aysQeKuTmyO8NAqfyQAk4HWaP/HjcKTg==", "dev": true, + "dependencies": { + "extend": "^3.0.2", + "findup-sync": "^5.0.0", + "fined": "^2.0.0", + "flagged-respawn": "^2.0.0", + "is-plain-object": "^5.0.0", + "rechoir": "^0.8.0", + "resolve": "^1.20.0" + }, "engines": { - "node": ">=8" + "node": ">=10.13.0" } }, - "node_modules/log-symbols/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, + "node_modules/lilconfig": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", "engines": { - "node": ">=8" + "node": ">=10" } }, - "node_modules/log-update": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", - "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", + "node_modules/lines-and-columns": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.3.tgz", + "integrity": "sha512-cNOjgCnLB+FnvWWtyRTzmB3POJ+cXxTA81LoW7u8JdmhfXzriropYwpjShnz1QLLWsQwY7nIxoDmcPTwphDK9w==", "dev": true, - "dependencies": { - "ansi-escapes": "^7.0.0", - "cli-cursor": "^5.0.0", - "slice-ansi": "^7.1.0", - "strip-ansi": "^7.1.0", - "wrap-ansi": "^9.0.0" - }, "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" } }, - "node_modules/log-update/node_modules/ansi-escapes": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", - "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", + "node_modules/listr2": { + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.4.tgz", + "integrity": "sha512-opevsywziHd3zHCVQGAj8zu+Z3yHNkkoYhWIGnq54RrCVwLz0MozotJEDnKsIBLvkfLGN6BLOyAeRrYI0pKA4g==", "dev": true, "dependencies": { - "environment": "^1.0.0" + "cli-truncate": "^4.0.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^6.1.0", + "rfdc": "^1.4.1", + "wrap-ansi": "^9.0.0" }, "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=18.0.0" } }, - "node_modules/log-update/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "node_modules/listr2/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, "engines": { "node": ">=12" @@ -15774,7 +12556,7 @@ "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/log-update/node_modules/ansi-styles": { + "node_modules/listr2/node_modules/ansi-styles": { "version": "6.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", @@ -15786,44 +12568,19 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/log-update/node_modules/emoji-regex": { + "node_modules/listr2/node_modules/emoji-regex": { "version": "10.4.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", "dev": true }, - "node_modules/log-update/node_modules/is-fullwidth-code-point": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", - "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", - "dev": true, - "dependencies": { - "get-east-asian-width": "^1.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/log-update/node_modules/slice-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", - "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", - "dev": true, - "dependencies": { - "ansi-styles": "^6.2.1", - "is-fullwidth-code-point": "^5.0.0" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } + "node_modules/listr2/node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "dev": true }, - "node_modules/log-update/node_modules/string-width": { + "node_modules/listr2/node_modules/string-width": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", @@ -15840,7 +12597,7 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/strip-ansi": { + "node_modules/listr2/node_modules/strip-ansi": { "version": "7.1.0", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", @@ -15855,7 +12612,7 @@ "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/log-update/node_modules/wrap-ansi": { + "node_modules/listr2/node_modules/wrap-ansi": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", @@ -15872,1058 +12629,947 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/log4js": { - "version": "6.9.1", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", - "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", - "dev": true, - "dependencies": { - "date-format": "^4.0.14", - "debug": "^4.3.4", - "flatted": "^3.2.7", - "rfdc": "^1.3.0", - "streamroller": "^3.1.5" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/lunr": { - "version": "2.3.9", - "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", - "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", - "dev": true - }, - "node_modules/magic-string": { - "version": "0.30.11", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz", - "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==", - "dev": true, - "dependencies": { - "@jridgewell/sourcemap-codec": "^1.5.0" - } - }, - "node_modules/make-dir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", - "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", - "dev": true, - "dependencies": { - "semver": "^7.5.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", - "devOptional": true - }, - "node_modules/make-error-cause": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.2.tgz", - "integrity": "sha512-4TO2Y3HkBnis4c0dxhAgD/jprySYLACf7nwN6V0HAHDx59g12WlRpUmFy1bRHamjGUEEBrEvCq6SUpsEE2lhUg==", - "dev": true, - "dependencies": { - "make-error": "^1.2.0" - } - }, - "node_modules/make-fetch-happen": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz", - "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==", + "node_modules/lmdb": { + "version": "3.0.13", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.0.13.tgz", + "integrity": "sha512-UGe+BbaSUQtAMZobTb4nHvFMrmvuAQKSeaqAX2meTEQjfsbpl5sxdHD8T72OnwD4GU9uwNhYXIVe4QGs8N9Zyw==", "dev": true, + "hasInstallScript": true, "dependencies": { - "@npmcli/agent": "^2.0.0", - "cacache": "^18.0.0", - "http-cache-semantics": "^4.1.1", - "is-lambda": "^1.0.1", - "minipass": "^7.0.2", - "minipass-fetch": "^3.0.0", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "proc-log": "^4.2.0", - "promise-retry": "^2.0.1", - "ssri": "^10.0.0" + "msgpackr": "^1.10.2", + "node-addon-api": "^6.1.0", + "node-gyp-build-optional-packages": "5.2.2", + "ordered-binary": "^1.4.1", + "weak-lru-cache": "^1.2.2" }, - "engines": { - "node": "^16.14.0 || >=18.0.0" - } - }, - "node_modules/map-cache": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", - "dev": true, - "engines": { - "node": ">=0.10.0" + "bin": { + "download-lmdb-prebuilds": "bin/download-prebuilds.js" + }, + "optionalDependencies": { + "@lmdb/lmdb-darwin-arm64": "3.0.13", + "@lmdb/lmdb-darwin-x64": "3.0.13", + "@lmdb/lmdb-linux-arm": "3.0.13", + "@lmdb/lmdb-linux-arm64": "3.0.13", + "@lmdb/lmdb-linux-x64": "3.0.13", + "@lmdb/lmdb-win32-x64": "3.0.13" } }, - "node_modules/marked": { + "node_modules/loader-runner": { "version": "4.3.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", - "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", "dev": true, - "bin": { - "marked": "bin/marked.js" - }, "engines": { - "node": ">= 12" + "node": ">=6.11.5" } }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "node_modules/loader-utils": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", + "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", "dev": true, "engines": { - "node": ">= 0.6" + "node": ">= 12.13.0" } }, - "node_modules/memfs": { - "version": "4.11.1", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.11.1.tgz", - "integrity": "sha512-LZcMTBAgqUUKNXZagcZxvXXfgF1bHX7Y7nQ0QyEiNbRJgE29GhgPd8Yna1VQcLlPiHt/5RFJMWYN9Uv/VPNvjQ==", + "node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "dependencies": { - "@jsonjoy.com/json-pack": "^1.0.3", - "@jsonjoy.com/util": "^1.3.0", - "tree-dump": "^1.0.1", - "tslib": "^2.0.0" + "p-locate": "^5.0.0" }, "engines": { - "node": ">= 4.0.0" + "node": ">=10" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/streamich" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "node_modules/lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==", "dev": true }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "dev": true, - "engines": { - "node": ">= 0.6" - } + "node_modules/lodash.clonedeep": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz", + "integrity": "sha512-H5ZhCF25riFd9uB5UCkVKo61m3S/xZk1x4wA6yp/L3RFP6Z/eHH1ymQcGLo7J3GMPfm0V/7m1tryHuGVxpqEBQ==", + "dev": true }, - "node_modules/micromatch": { + "node_modules/lodash.debounce": { "version": "4.0.8", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", - "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "node_modules/lodash.isequal": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", + "dev": true + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" }, "engines": { - "node": ">=8.6" - } - }, - "node_modules/micromatch/node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" + "node": ">=10" }, "funding": { - "url": "https://github.com/sponsors/jonschlinkert" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "node_modules/log-update": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", + "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", "dev": true, - "bin": { - "mime": "cli.js" + "dependencies": { + "ansi-escapes": "^7.0.0", + "cli-cursor": "^5.0.0", + "slice-ansi": "^7.1.0", + "strip-ansi": "^7.1.0", + "wrap-ansi": "^9.0.0" }, "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "dev": true, - "engines": { - "node": ">= 0.6" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "node_modules/log-update/node_modules/ansi-escapes": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", + "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", "dev": true, "dependencies": { - "mime-db": "1.52.0" + "environment": "^1.0.0" }, "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true, - "engines": { - "node": ">=6" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mimic-function": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", - "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", + "node_modules/log-update/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, "engines": { - "node": ">=18" + "node": ">=12" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, - "node_modules/mini-css-extract-plugin": { - "version": "2.9.0", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", - "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", + "node_modules/log-update/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, - "dependencies": { - "schema-utils": "^4.0.0", - "tapable": "^2.2.1" - }, "engines": { - "node": ">= 12.13.0" + "node": ">=12" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.0.0" + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", - "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "node_modules/log-update/node_modules/emoji-regex": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", + "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", "dev": true }, - "node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "node_modules/log-update/node_modules/is-fullwidth-code-point": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", + "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", "dev": true, "dependencies": { - "brace-expansion": "^2.0.1" + "get-east-asian-width": "^1.0.0" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=18" }, "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", - "engines": { - "node": ">=16 || 14 >=14.17" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/minipass-collect": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", - "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", + "node_modules/log-update/node_modules/slice-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", + "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", "dev": true, "dependencies": { - "minipass": "^7.0.3" + "ansi-styles": "^6.2.1", + "is-fullwidth-code-point": "^5.0.0" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/minipass-fetch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", - "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", + "node_modules/log-update/node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", "dev": true, "dependencies": { - "minipass": "^7.0.3", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">=18" }, - "optionalDependencies": { - "encoding": "^0.1.13" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "node_modules/log-update/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "dependencies": { - "minipass": "^3.0.0" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">= 8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/minipass-flush/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", "dev": true, "dependencies": { - "yallist": "^4.0.0" + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/minipass-flush/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "node_modules/log4js": { + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", + "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", "dev": true, "dependencies": { - "minipass": "^3.0.0" + "date-format": "^4.0.14", + "debug": "^4.3.4", + "flatted": "^3.2.7", + "rfdc": "^1.3.0", + "streamroller": "^3.1.5" }, "engines": { - "node": ">=8" + "node": ">=8.0" } }, - "node_modules/minipass-pipeline/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" + "yallist": "^3.0.2" } }, - "node_modules/minipass-pipeline/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "node_modules/lunr": { + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz", + "integrity": "sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow==", "dev": true }, - "node_modules/minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "node_modules/magic-string": { + "version": "0.30.11", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.11.tgz", + "integrity": "sha512-+Wri9p0QHMy+545hKww7YAu5NyzF8iomPL/RQazugQ9+Ez4Ic3mERMd8ZTX5rfK944j+560ZJi8iAwgak1Ac7A==", "dev": true, "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" + "@jridgewell/sourcemap-codec": "^1.5.0" } }, - "node_modules/minipass-sized/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "dev": true, "dependencies": { - "yallist": "^4.0.0" + "semver": "^7.5.3" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/minipass-sized/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "devOptional": true }, - "node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "node_modules/make-error-cause": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/make-error-cause/-/make-error-cause-1.2.2.tgz", + "integrity": "sha512-4TO2Y3HkBnis4c0dxhAgD/jprySYLACf7nwN6V0HAHDx59g12WlRpUmFy1bRHamjGUEEBrEvCq6SUpsEE2lhUg==", "dev": true, "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" + "make-error": "^1.2.0" } }, - "node_modules/minizlib/node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "node_modules/make-fetch-happen": { + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz", + "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==", "dev": true, "dependencies": { - "yallist": "^4.0.0" + "@npmcli/agent": "^2.0.0", + "cacache": "^18.0.0", + "http-cache-semantics": "^4.1.1", + "is-lambda": "^1.0.1", + "minipass": "^7.0.2", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "proc-log": "^4.2.0", + "promise-retry": "^2.0.1", + "ssri": "^10.0.0" }, "engines": { - "node": ">=8" + "node": "^16.14.0 || >=18.0.0" } }, - "node_modules/minizlib/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "node_modules/map-cache": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", "dev": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" + "engines": { + "node": ">=0.10.0" } }, - "node_modules/mrmime": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", - "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", + "node_modules/marked": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz", + "integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==", "dev": true, + "bin": { + "marked": "bin/marked.js" + }, "engines": { - "node": ">=10" + "node": ">= 12" } }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/msgpackr": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.0.tgz", - "integrity": "sha512-I8qXuuALqJe5laEBYoFykChhSXLikZmUhccjGsPuSJ/7uPip2TJ7lwdIQwWSAi0jGZDXv4WOP8Qg65QZRuXxXw==", + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", "dev": true, - "optionalDependencies": { - "msgpackr-extract": "^3.0.2" + "engines": { + "node": ">= 0.6" } }, - "node_modules/msgpackr-extract": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz", - "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==", + "node_modules/memfs": { + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.14.0.tgz", + "integrity": "sha512-JUeY0F/fQZgIod31Ja1eJgiSxLn7BfQlCnqhwXFBzFHEw63OdLK7VJUJ7bnzNsWgCyoUP5tEp1VRY8rDaYzqOA==", "dev": true, - "hasInstallScript": true, - "optional": true, "dependencies": { - "node-gyp-build-optional-packages": "5.2.2" + "@jsonjoy.com/json-pack": "^1.0.3", + "@jsonjoy.com/util": "^1.3.0", + "tree-dump": "^1.0.1", + "tslib": "^2.0.0" }, - "bin": { - "download-msgpackr-prebuilds": "bin/download-prebuilds.js" + "engines": { + "node": ">= 4.0.0" }, - "optionalDependencies": { - "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3", - "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3", - "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3" + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" } - }, - "node_modules/multicast-dns": { - "version": "7.2.5", - "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", - "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + }, + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", "dev": true, - "dependencies": { - "dns-packet": "^5.2.2", - "thunky": "^1.0.2" - }, - "bin": { - "multicast-dns": "cli.js" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mute-stdout": { + "node_modules/merge-stream": { "version": "2.0.0", - "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-2.0.0.tgz", - "integrity": "sha512-32GSKM3Wyc8dg/p39lWPKYu8zci9mJFzV1Np9Of0ZEpe6Fhssn/FbI7ywAMd40uX+p3ZKh3T5EeCFv81qS3HmQ==", - "dev": true, + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "engines": { - "node": ">= 10.13.0" + "node": ">= 8" } }, - "node_modules/mute-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", - "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": ">= 0.6" } }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" - } - }, - "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" + "braces": "^3.0.3", + "picomatch": "^2.3.1" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">=8.6" } }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } }, - "node_modules/needle": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz", - "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", + "node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", "dev": true, - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.3", - "sax": "^1.2.4" - }, "bin": { - "needle": "bin/needle" + "mime": "cli.js" }, "engines": { - "node": ">= 4.4.x" + "node": ">=4.0.0" } }, - "node_modules/needle/node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", "dev": true, - "optional": true, "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" + "mime-db": "1.52.0" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.6" } }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, "engines": { - "node": ">= 0.6" + "node": ">=6" } }, - "node_modules/neo-async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", - "dev": true + "node_modules/mimic-function": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", + "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "node_modules/ng-packagr": { - "version": "18.2.1", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-18.2.1.tgz", - "integrity": "sha512-dy9ZDpZb3QpAz+Y/m8VAu7ctr2VrnRU3gmQwJagnNybVJtCsKn3lZA3IW7Z7GTLoG5IALSPouiCgiB/C8ozv7w==", + "node_modules/mini-css-extract-plugin": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.0.tgz", + "integrity": "sha512-Zs1YsZVfemekSZG+44vBsYTLQORkPMwnlv+aehcxK/NLKC+EGhDB39/YePYYqx/sTk6NnYpuqikhSn7+JIevTA==", "dev": true, "dependencies": { - "@rollup/plugin-json": "^6.1.0", - "@rollup/plugin-node-resolve": "^15.2.3", - "@rollup/wasm-node": "^4.18.0", - "ajv": "^8.12.0", - "ansi-colors": "^4.1.3", - "browserslist": "^4.22.1", - "cacache": "^18.0.0", - "chokidar": "^3.5.3", - "commander": "^12.0.0", - "convert-source-map": "^2.0.0", - "dependency-graph": "^1.0.0", - "esbuild": "^0.23.0", - "fast-glob": "^3.3.1", - "find-cache-dir": "^3.3.2", - "injection-js": "^2.4.0", - "jsonc-parser": "^3.2.0", - "less": "^4.2.0", - "ora": "^5.1.0", - "piscina": "^4.4.0", - "postcss": "^8.4.31", - "rxjs": "^7.8.1", - "sass": "^1.69.5" - }, - "bin": { - "ng-packagr": "cli/main.js" + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" }, "engines": { - "node": "^18.19.1 || >=20.11.1" + "node": ">= 12.13.0" }, - "optionalDependencies": { - "rollup": "^4.18.0" + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "@angular/compiler-cli": "^18.0.0 || ^18.2.0-next.0", - "tailwindcss": "^2.0.0 || ^3.0.0", - "tslib": "^2.3.0", - "typescript": ">=5.4 <5.6" + "webpack": "^5.0.0" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" }, - "peerDependenciesMeta": { - "tailwindcss": { - "optional": true - } + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/ng-packagr/node_modules/@esbuild/aix-ppc64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.23.1.tgz", - "integrity": "sha512-6VhYk1diRqrhBAqpJEdjASR/+WVRtfjpqKuNw11cLiaWpAT/Uu+nokB+UJnevzy/P9C/ty6AOe0dwueMrGh/iQ==", - "cpu": [ - "ppc64" - ], + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, - "optional": true, - "os": [ - "aix" - ], + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "engines": { - "node": ">=18" + "node": ">=16 || 14 >=14.17" } }, - "node_modules/ng-packagr/node_modules/@esbuild/android-arm": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.23.1.tgz", - "integrity": "sha512-uz6/tEy2IFm9RYOyvKl88zdzZfwEfKZmnX9Cj1BHjeSGNuGLuMD1kR8y5bteYmwqKm1tj8m4cb/aKEorr6fHWQ==", - "cpu": [ - "arm" - ], + "node_modules/minipass-collect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", + "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", "dev": true, - "optional": true, - "os": [ - "android" - ], + "dependencies": { + "minipass": "^7.0.3" + }, "engines": { - "node": ">=18" + "node": ">=16 || 14 >=14.17" } }, - "node_modules/ng-packagr/node_modules/@esbuild/android-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.23.1.tgz", - "integrity": "sha512-xw50ipykXcLstLeWH7WRdQuysJqejuAGPd30vd1i5zSyKK3WE+ijzHmLKxdiCMtH1pHz78rOg0BKSYOSB/2Khw==", - "cpu": [ - "arm64" - ], + "node_modules/minipass-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", + "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", "dev": true, - "optional": true, - "os": [ - "android" - ], + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, "engines": { - "node": ">=18" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" } }, - "node_modules/ng-packagr/node_modules/@esbuild/android-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.23.1.tgz", - "integrity": "sha512-nlN9B69St9BwUoB+jkyU090bru8L0NA3yFvAd7k8dNsVH8bi9a8cUAUSEcEEgTp2z3dbEDGJGfP6VUnkQnlReg==", - "cpu": [ - "x64" - ], + "node_modules/minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dev": true, - "optional": true, - "os": [ - "android" - ], + "dependencies": { + "minipass": "^3.0.0" + }, "engines": { - "node": ">=18" + "node": ">= 8" } }, - "node_modules/ng-packagr/node_modules/@esbuild/darwin-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz", - "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==", - "cpu": [ - "arm64" - ], + "node_modules/minipass-flush/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, - "optional": true, - "os": [ - "darwin" - ], + "dependencies": { + "yallist": "^4.0.0" + }, "engines": { - "node": ">=18" + "node": ">=8" } }, - "node_modules/ng-packagr/node_modules/@esbuild/darwin-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.23.1.tgz", - "integrity": "sha512-aClqdgTDVPSEGgoCS8QDG37Gu8yc9lTHNAQlsztQ6ENetKEO//b8y31MMu2ZaPbn4kVsIABzVLXYLhCGekGDqw==", - "cpu": [ - "x64" - ], + "node_modules/minipass-flush/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", "dev": true, - "optional": true, - "os": [ - "darwin" - ], + "dependencies": { + "minipass": "^3.0.0" + }, "engines": { - "node": ">=18" + "node": ">=8" } }, - "node_modules/ng-packagr/node_modules/@esbuild/freebsd-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.23.1.tgz", - "integrity": "sha512-h1k6yS8/pN/NHlMl5+v4XPfikhJulk4G+tKGFIOwURBSFzE8bixw1ebjluLOjfwtLqY0kewfjLSrO6tN2MgIhA==", - "cpu": [ - "arm64" - ], + "node_modules/minipass-pipeline/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, - "optional": true, - "os": [ - "freebsd" - ], + "dependencies": { + "yallist": "^4.0.0" + }, "engines": { - "node": ">=18" + "node": ">=8" } }, - "node_modules/ng-packagr/node_modules/@esbuild/freebsd-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.23.1.tgz", - "integrity": "sha512-lK1eJeyk1ZX8UklqFd/3A60UuZ/6UVfGT2LuGo3Wp4/z7eRTRYY+0xOu2kpClP+vMTi9wKOfXi2vjUpO1Ro76g==", - "cpu": [ - "x64" - ], + "node_modules/minipass-pipeline/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", "dev": true, - "optional": true, - "os": [ - "freebsd" - ], + "dependencies": { + "minipass": "^3.0.0" + }, "engines": { - "node": ">=18" + "node": ">=8" } }, - "node_modules/ng-packagr/node_modules/@esbuild/linux-arm": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.23.1.tgz", - "integrity": "sha512-CXXkzgn+dXAPs3WBwE+Kvnrf4WECwBdfjfeYHpMeVxWE0EceB6vhWGShs6wi0IYEqMSIzdOF1XjQ/Mkm5d7ZdQ==", - "cpu": [ - "arm" - ], + "node_modules/minipass-sized/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "yallist": "^4.0.0" + }, "engines": { - "node": ">=18" + "node": ">=8" } }, - "node_modules/ng-packagr/node_modules/@esbuild/linux-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.23.1.tgz", - "integrity": "sha512-/93bf2yxencYDnItMYV/v116zff6UyTjo4EtEQjUBeGiVpMmffDNUyD9UN2zV+V3LRV3/on4xdZ26NKzn6754g==", - "cpu": [ - "arm64" - ], + "node_modules/minipass-sized/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, "engines": { - "node": ">=18" + "node": ">= 8" } }, - "node_modules/ng-packagr/node_modules/@esbuild/linux-ia32": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.23.1.tgz", - "integrity": "sha512-VTN4EuOHwXEkXzX5nTvVY4s7E/Krz7COC8xkftbbKRYAl96vPiUssGkeMELQMOnLOJ8k3BY1+ZY52tttZnHcXQ==", - "cpu": [ - "ia32" - ], + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "yallist": "^4.0.0" + }, "engines": { - "node": ">=18" + "node": ">=8" } }, - "node_modules/ng-packagr/node_modules/@esbuild/linux-loong64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.23.1.tgz", - "integrity": "sha512-Vx09LzEoBa5zDnieH8LSMRToj7ir/Jeq0Gu6qJ/1GcBq9GkfoEAoXvLiW1U9J1qE/Y/Oyaq33w5p2ZWrNNHNEw==", - "cpu": [ - "loong64" - ], + "node_modules/minizlib/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" } }, - "node_modules/ng-packagr/node_modules/@esbuild/linux-mips64el": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.23.1.tgz", - "integrity": "sha512-nrFzzMQ7W4WRLNUOU5dlWAqa6yVeI0P78WKGUo7lg2HShq/yx+UYkeNSE0SSfSure0SqgnsxPvmAUu/vu0E+3Q==", - "cpu": [ - "mips64el" - ], + "node_modules/mrmime": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=18" + "node": ">=10" } }, - "node_modules/ng-packagr/node_modules/@esbuild/linux-ppc64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.23.1.tgz", - "integrity": "sha512-dKN8fgVqd0vUIjxuJI6P/9SSSe/mB9rvA98CSH2sJnlZ/OCZWO1DJvxj8jvKTfYUdGfcq2dDxoKaC6bHuTlgcw==", - "cpu": [ - "ppc64" - ], + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "node_modules/msgpackr": { + "version": "1.11.0", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.0.tgz", + "integrity": "sha512-I8qXuuALqJe5laEBYoFykChhSXLikZmUhccjGsPuSJ/7uPip2TJ7lwdIQwWSAi0jGZDXv4WOP8Qg65QZRuXxXw==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "optionalDependencies": { + "msgpackr-extract": "^3.0.2" } }, - "node_modules/ng-packagr/node_modules/@esbuild/linux-riscv64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.23.1.tgz", - "integrity": "sha512-5AV4Pzp80fhHL83JM6LoA6pTQVWgB1HovMBsLQ9OZWLDqVY8MVobBXNSmAJi//Csh6tcY7e7Lny2Hg1tElMjIA==", - "cpu": [ - "riscv64" - ], + "node_modules/msgpackr-extract": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz", + "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==", "dev": true, + "hasInstallScript": true, "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "dependencies": { + "node-gyp-build-optional-packages": "5.2.2" + }, + "bin": { + "download-msgpackr-prebuilds": "bin/download-prebuilds.js" + }, + "optionalDependencies": { + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3" } }, - "node_modules/ng-packagr/node_modules/@esbuild/linux-s390x": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.23.1.tgz", - "integrity": "sha512-9ygs73tuFCe6f6m/Tb+9LtYxWR4c9yg7zjt2cYkjDbDpV/xVn+68cQxMXCjUpYwEkze2RcU/rMnfIXNRFmSoDw==", - "cpu": [ - "s390x" - ], + "node_modules/multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", "dev": true, - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" + "dependencies": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" } }, - "node_modules/ng-packagr/node_modules/@esbuild/linux-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.23.1.tgz", - "integrity": "sha512-EV6+ovTsEXCPAp58g2dD68LxoP/wK5pRvgy0J/HxPGB009omFPv3Yet0HiaqvrIrgPTBuC6wCH1LTOY91EO5hQ==", - "cpu": [ - "x64" - ], + "node_modules/mute-stdout": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mute-stdout/-/mute-stdout-2.0.0.tgz", + "integrity": "sha512-32GSKM3Wyc8dg/p39lWPKYu8zci9mJFzV1Np9Of0ZEpe6Fhssn/FbI7ywAMd40uX+p3ZKh3T5EeCFv81qS3HmQ==", "dev": true, - "optional": true, - "os": [ - "linux" - ], "engines": { - "node": ">=18" + "node": ">= 10.13.0" } }, - "node_modules/ng-packagr/node_modules/@esbuild/netbsd-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.23.1.tgz", - "integrity": "sha512-aevEkCNu7KlPRpYLjwmdcuNz6bDFiE7Z8XC4CPqExjTvrHugh28QzUXVOZtiYghciKUacNktqxdpymplil1beA==", - "cpu": [ - "x64" - ], + "node_modules/mute-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", + "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", "dev": true, - "optional": true, - "os": [ - "netbsd" - ], "engines": { - "node": ">=18" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/ng-packagr/node_modules/@esbuild/openbsd-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.23.1.tgz", - "integrity": "sha512-3x37szhLexNA4bXhLrCC/LImN/YtWis6WXr1VESlfVtVeoFJBRINPJ3f0a/6LV8zpikqoUg4hyXw0sFBt5Cr+Q==", - "cpu": [ - "arm64" - ], - "dev": true, - "optional": true, - "os": [ - "openbsd" + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, "engines": { - "node": ">=18" + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/ng-packagr/node_modules/@esbuild/openbsd-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.23.1.tgz", - "integrity": "sha512-aY2gMmKmPhxfU+0EdnN+XNtGbjfQgwZj43k8G3fyrDM/UdZww6xrWxmDkuz2eCZchqVeABjV5BpildOrUbBTqA==", - "cpu": [ - "x64" - ], + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "node_modules/needle": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz", + "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", "dev": true, "optional": true, - "os": [ - "openbsd" - ], + "dependencies": { + "iconv-lite": "^0.6.3", + "sax": "^1.2.4" + }, + "bin": { + "needle": "bin/needle" + }, "engines": { - "node": ">=18" + "node": ">= 4.4.x" } }, - "node_modules/ng-packagr/node_modules/@esbuild/sunos-x64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.23.1.tgz", - "integrity": "sha512-RBRT2gqEl0IKQABT4XTj78tpk9v7ehp+mazn2HbUeZl1YMdaGAQqhapjGTCe7uw7y0frDi4gS0uHzhvpFuI1sA==", - "cpu": [ - "x64" - ], + "node_modules/needle/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "dev": true, "optional": true, - "os": [ - "sunos" - ], + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, "engines": { - "node": ">=18" + "node": ">=0.10.0" } }, - "node_modules/ng-packagr/node_modules/@esbuild/win32-arm64": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.23.1.tgz", - "integrity": "sha512-4O+gPR5rEBe2FpKOVyiJ7wNDPA8nGzDuJ6gN4okSA1gEOYZ67N8JPk58tkWtdtPeLz7lBnY6I5L3jdsr3S+A6A==", - "cpu": [ - "arm64" - ], + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", "dev": true, - "optional": true, - "os": [ - "win32" - ], "engines": { - "node": ">=18" + "node": ">= 0.6" } }, - "node_modules/ng-packagr/node_modules/@esbuild/win32-ia32": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.23.1.tgz", - "integrity": "sha512-BcaL0Vn6QwCwre3Y717nVHZbAa4UBEigzFm6VdsVdT/MbZ38xoj1X9HPkZhbmaBGUD1W8vxAfffbDe8bA6AKnQ==", - "cpu": [ - "ia32" - ], + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "node_modules/ng-packagr": { + "version": "18.2.1", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-18.2.1.tgz", + "integrity": "sha512-dy9ZDpZb3QpAz+Y/m8VAu7ctr2VrnRU3gmQwJagnNybVJtCsKn3lZA3IW7Z7GTLoG5IALSPouiCgiB/C8ozv7w==", "dev": true, - "optional": true, - "os": [ - "win32" - ], + "dependencies": { + "@rollup/plugin-json": "^6.1.0", + "@rollup/plugin-node-resolve": "^15.2.3", + "@rollup/wasm-node": "^4.18.0", + "ajv": "^8.12.0", + "ansi-colors": "^4.1.3", + "browserslist": "^4.22.1", + "cacache": "^18.0.0", + "chokidar": "^3.5.3", + "commander": "^12.0.0", + "convert-source-map": "^2.0.0", + "dependency-graph": "^1.0.0", + "esbuild": "^0.23.0", + "fast-glob": "^3.3.1", + "find-cache-dir": "^3.3.2", + "injection-js": "^2.4.0", + "jsonc-parser": "^3.2.0", + "less": "^4.2.0", + "ora": "^5.1.0", + "piscina": "^4.4.0", + "postcss": "^8.4.31", + "rxjs": "^7.8.1", + "sass": "^1.69.5" + }, + "bin": { + "ng-packagr": "cli/main.js" + }, "engines": { - "node": ">=18" + "node": "^18.19.1 || >=20.11.1" + }, + "optionalDependencies": { + "rollup": "^4.18.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^18.0.0 || ^18.2.0-next.0", + "tailwindcss": "^2.0.0 || ^3.0.0", + "tslib": "^2.3.0", + "typescript": ">=5.4 <5.6" + }, + "peerDependenciesMeta": { + "tailwindcss": { + "optional": true + } } }, - "node_modules/ng-packagr/node_modules/@esbuild/win32-x64": { + "node_modules/ng-packagr/node_modules/@esbuild/darwin-arm64": { "version": "0.23.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.23.1.tgz", - "integrity": "sha512-BHpFFeslkWrXWyUPnbKm+xYYVYruCinGcftSBaa8zoF9hZO4BcSCFUvHVTtzpIY6YzUnYtuEhZ+C9iEXjxnasg==", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.23.1.tgz", + "integrity": "sha512-YsS2e3Wtgnw7Wq53XXBLcV6JhRsEq8hkfg91ESVadIrzr9wO6jJDMZnCQbHm1Guc5t/CdDiFSSfWP58FNuvT3Q==", "cpu": [ - "x64" + "arm64" ], "dev": true, "optional": true, "os": [ - "win32" + "darwin" ], "engines": { "node": ">=18" @@ -17412,14 +14058,14 @@ } }, "node_modules/nx": { - "version": "19.6.4", - "resolved": "https://registry.npmjs.org/nx/-/nx-19.6.4.tgz", - "integrity": "sha512-yudYlBd3cMchRd8c0ZNan1SfT19AYK2zYOp77XVqVVwgqb6rJVxz6StFGFluUQ7Q7uSpkeT/8PsjwPVLt85EoQ==", + "version": "19.8.8", + "resolved": "https://registry.npmjs.org/nx/-/nx-19.8.8.tgz", + "integrity": "sha512-Qvxy87uX8/Mre+GgXn5+uf3ehMn1mqO35UwJChVGWbuKJUELqrwvDRPfWcXNfwKniBmUL89gtO18OOZigx8YCw==", "dev": true, "hasInstallScript": true, "dependencies": { "@napi-rs/wasm-runtime": "0.2.4", - "@nrwl/tao": "19.6.4", + "@nrwl/tao": "19.8.8", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", "@zkochan/js-yaml": "0.0.7", @@ -17434,11 +14080,10 @@ "figures": "3.2.0", "flat": "^5.0.2", "front-matter": "^4.0.2", - "fs-extra": "^11.1.0", "ignore": "^5.0.4", "jest-diff": "^29.4.1", "jsonc-parser": "3.2.0", - "lines-and-columns": "~2.0.3", + "lines-and-columns": "2.0.3", "minimatch": "9.0.3", "node-machine-id": "1.1.12", "npm-run-path": "^4.0.1", @@ -17459,16 +14104,16 @@ "nx-cloud": "bin/nx-cloud.js" }, "optionalDependencies": { - "@nx/nx-darwin-arm64": "19.6.4", - "@nx/nx-darwin-x64": "19.6.4", - "@nx/nx-freebsd-x64": "19.6.4", - "@nx/nx-linux-arm-gnueabihf": "19.6.4", - "@nx/nx-linux-arm64-gnu": "19.6.4", - "@nx/nx-linux-arm64-musl": "19.6.4", - "@nx/nx-linux-x64-gnu": "19.6.4", - "@nx/nx-linux-x64-musl": "19.6.4", - "@nx/nx-win32-arm64-msvc": "19.6.4", - "@nx/nx-win32-x64-msvc": "19.6.4" + "@nx/nx-darwin-arm64": "19.8.8", + "@nx/nx-darwin-x64": "19.8.8", + "@nx/nx-freebsd-x64": "19.8.8", + "@nx/nx-linux-arm-gnueabihf": "19.8.8", + "@nx/nx-linux-arm64-gnu": "19.8.8", + "@nx/nx-linux-arm64-musl": "19.8.8", + "@nx/nx-linux-x64-gnu": "19.8.8", + "@nx/nx-linux-x64-musl": "19.8.8", + "@nx/nx-win32-arm64-msvc": "19.8.8", + "@nx/nx-win32-x64-msvc": "19.8.8" }, "peerDependencies": { "@swc-node/register": "^1.8.0", @@ -17483,37 +14128,6 @@ } } }, - "node_modules/nx/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/nx/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/nx/node_modules/cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -17526,36 +14140,6 @@ "node": ">=8" } }, - "node_modules/nx/node_modules/cli-spinners": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", - "dev": true, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/nx/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/nx/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/nx/node_modules/define-lazy-prop": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", @@ -17565,15 +14149,6 @@ "node": ">=8" } }, - "node_modules/nx/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/nx/node_modules/is-docker": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", @@ -17667,31 +14242,19 @@ "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, "dependencies": { - "onetime": "^5.1.0", - "signal-exit": "^3.0.2" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/nx/node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, - "node_modules/nx/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" }, "engines": { "node": ">=8" } }, + "node_modules/nx/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, "node_modules/nx/node_modules/tsconfig-paths": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", @@ -17964,37 +14527,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ora/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/ora/node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/ora/node_modules/cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", @@ -18007,33 +14539,6 @@ "node": ">=8" } }, - "node_modules/ora/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/ora/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/ora/node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/ora/node_modules/onetime": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", @@ -18068,22 +14573,10 @@ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", "dev": true }, - "node_modules/ora/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/ordered-binary": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.5.1.tgz", - "integrity": "sha512-5VyHfHY3cd0iza71JepYG50My+YUbrFtGoUz2ooEydPyPM7Aai/JW098juLr+RG6+rDJuzNNTsEQu2DZa1A41A==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.5.2.tgz", + "integrity": "sha512-JTo+4+4Fw7FreyAvlSLjb1BBVaxEQAacmjD3jjuyPZclpbEghTvQZbXBb2qPd2LeIMxiHwXBZUcpmG2Gl/mDEA==", "dev": true }, "node_modules/os-tmpdir": { @@ -18176,9 +14669,9 @@ } }, "node_modules/package-json-from-dist": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", - "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==" }, "node_modules/pacote": { "version": "18.0.6", @@ -18244,9 +14737,9 @@ } }, "node_modules/parse-imports": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/parse-imports/-/parse-imports-2.1.1.tgz", - "integrity": "sha512-TDT4HqzUiTMO1wJRwg/t/hYk8Wdp3iF/ToMIlAoVQfL1Xs/sTxq1dKWSMjMbQmIarfWKymOyly40+zmPHXMqCA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/parse-imports/-/parse-imports-2.2.1.tgz", + "integrity": "sha512-OL/zLggRp8mFhKL0rNORUTR4yBYujK/uU+xZL+/0Rgm2QE4nLO9v8PzEweSJEbMGKmDRjJE4R3IMJlL2di4JeQ==", "dev": true, "dependencies": { "es-module-lexer": "^1.5.3", @@ -18305,12 +14798,12 @@ } }, "node_modules/parse5": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", - "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", + "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", "dev": true, "dependencies": { - "entities": "^4.4.0" + "entities": "^4.5.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" @@ -18424,9 +14917,9 @@ "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" }, "node_modules/path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", + "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==", "dev": true }, "node_modules/path-type": { @@ -18446,9 +14939,9 @@ "optional": true }, "node_modules/picocolors": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", - "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==" + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" }, "node_modules/picomatch": { "version": "4.0.2", @@ -18631,9 +15124,9 @@ } }, "node_modules/postcss": { - "version": "8.4.44", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.44.tgz", - "integrity": "sha512-Aweb9unOEpQ3ezu4Q00DPvvM2ZTUitJdNKeP/+uQgr1IBIqu574IaZoURId7BKtWMREwzKa9OgzPzezWGPWFQw==", + "version": "8.4.47", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.47.tgz", + "integrity": "sha512-56rxCq7G/XfB4EkXq9Egn5GCqugWvDFjafDOThIdMBsI15iqPqR5r15TfSr1YPYeEI19YeaXMCbY6u88Y76GLQ==", "funding": [ { "type": "opencollective", @@ -18650,8 +15143,8 @@ ], "dependencies": { "nanoid": "^3.3.7", - "picocolors": "^1.0.1", - "source-map-js": "^1.2.0" + "picocolors": "^1.1.0", + "source-map-js": "^1.2.1" }, "engines": { "node": "^10 || ^12 || >=14" @@ -18874,9 +15367,9 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" }, "node_modules/preact": { - "version": "10.23.2", - "resolved": "https://registry.npmjs.org/preact/-/preact-10.23.2.tgz", - "integrity": "sha512-kKYfePf9rzKnxOAKDpsWhg/ysrHPqT+yQ7UW4JjdnqjFIeNUnNcEJvhuA8fDenxAGWzUqtd51DfVg7xp/8T9NA==", + "version": "10.24.3", + "resolved": "https://registry.npmjs.org/preact/-/preact-10.24.3.tgz", + "integrity": "sha512-Z2dPnBnMUfyQfSQ+GBdsGa16hz35YmLmtTLhM169uW944hYL6xzTYkJjC07j+Wosz733pMWx0fgON3JNw1jJQA==", "dev": true, "funding": { "type": "opencollective", @@ -19024,12 +15517,12 @@ } }, "node_modules/qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, "dependencies": { - "side-channel": "^1.0.4" + "side-channel": "^1.0.6" }, "engines": { "node": ">=0.6" @@ -19216,9 +15709,9 @@ "dev": true }, "node_modules/regenerate-unicode-properties": { - "version": "10.1.1", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", - "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", + "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", "dev": true, "dependencies": { "regenerate": "^1.4.2" @@ -19249,15 +15742,15 @@ "dev": true }, "node_modules/regexp.prototype.flags": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", - "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.3.tgz", + "integrity": "sha512-vqlC04+RQoFalODCbCumG2xIOvapzVMHwsyIGM/SIE8fRhFFsXeH8/QQ+s0T0kDAhKc4k30s73/0ydkHQz6HlQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.6", + "call-bind": "^1.0.7", "define-properties": "^1.2.1", "es-errors": "^1.3.0", - "set-function-name": "^2.0.1" + "set-function-name": "^2.0.2" }, "engines": { "node": ">= 0.4" @@ -19267,15 +15760,15 @@ } }, "node_modules/regexpu-core": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", - "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.1.1.tgz", + "integrity": "sha512-k67Nb9jvwJcJmVpw0jPttR1/zVfnKf8Km0IPatrU/zJ5XeG3+Slx0xLXs9HByJSzXzrlz5EDvN6yLNMDc2qdnw==", "dev": true, "dependencies": { - "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.1.0", - "regjsparser": "^0.9.1", + "regenerate-unicode-properties": "^10.2.0", + "regjsgen": "^0.8.0", + "regjsparser": "^0.11.0", "unicode-match-property-ecmascript": "^2.0.0", "unicode-match-property-value-ecmascript": "^2.1.0" }, @@ -19283,25 +15776,34 @@ "node": ">=4" } }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "dev": true + }, "node_modules/regjsparser": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", - "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "version": "0.11.2", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.11.2.tgz", + "integrity": "sha512-3OGZZ4HoLJkkAZx/48mTXJNlmqTGOzc0o9OWQPuWpkOlXXPbyN6OafCcoXUnBqE2D3f/T5L+pWc1kdEmnfnRsA==", "dev": true, "dependencies": { - "jsesc": "~0.5.0" + "jsesc": "~3.0.2" }, "bin": { "regjsparser": "bin/parser" } }, "node_modules/regjsparser/node_modules/jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, "bin": { "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" } }, "node_modules/remove-trailing-separator": { @@ -19508,9 +16010,9 @@ } }, "node_modules/rollup": { - "version": "4.20.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.20.0.tgz", - "integrity": "sha512-6rbWBChcnSGzIlXeIdNIZTopKYad8ZG8ajhl78lGRLsI2rX8IkaotQhVas2Ma+GPxJav19wrSzvRvuiv0YKzWw==", + "version": "4.22.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.22.4.tgz", + "integrity": "sha512-vD8HJ5raRcWOyymsR6Z3o6+RzfEPCnVLMFJ6vRslO1jt4LO6dUo5Qnpg7y4RkZFM2DMe3WUirkI5c16onjrc6A==", "dev": true, "dependencies": { "@types/estree": "1.0.5" @@ -19523,25 +16025,31 @@ "npm": ">=8.0.0" }, "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.20.0", - "@rollup/rollup-android-arm64": "4.20.0", - "@rollup/rollup-darwin-arm64": "4.20.0", - "@rollup/rollup-darwin-x64": "4.20.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.20.0", - "@rollup/rollup-linux-arm-musleabihf": "4.20.0", - "@rollup/rollup-linux-arm64-gnu": "4.20.0", - "@rollup/rollup-linux-arm64-musl": "4.20.0", - "@rollup/rollup-linux-powerpc64le-gnu": "4.20.0", - "@rollup/rollup-linux-riscv64-gnu": "4.20.0", - "@rollup/rollup-linux-s390x-gnu": "4.20.0", - "@rollup/rollup-linux-x64-gnu": "4.20.0", - "@rollup/rollup-linux-x64-musl": "4.20.0", - "@rollup/rollup-win32-arm64-msvc": "4.20.0", - "@rollup/rollup-win32-ia32-msvc": "4.20.0", - "@rollup/rollup-win32-x64-msvc": "4.20.0", + "@rollup/rollup-android-arm-eabi": "4.22.4", + "@rollup/rollup-android-arm64": "4.22.4", + "@rollup/rollup-darwin-arm64": "4.22.4", + "@rollup/rollup-darwin-x64": "4.22.4", + "@rollup/rollup-linux-arm-gnueabihf": "4.22.4", + "@rollup/rollup-linux-arm-musleabihf": "4.22.4", + "@rollup/rollup-linux-arm64-gnu": "4.22.4", + "@rollup/rollup-linux-arm64-musl": "4.22.4", + "@rollup/rollup-linux-powerpc64le-gnu": "4.22.4", + "@rollup/rollup-linux-riscv64-gnu": "4.22.4", + "@rollup/rollup-linux-s390x-gnu": "4.22.4", + "@rollup/rollup-linux-x64-gnu": "4.22.4", + "@rollup/rollup-linux-x64-musl": "4.22.4", + "@rollup/rollup-win32-arm64-msvc": "4.22.4", + "@rollup/rollup-win32-ia32-msvc": "4.22.4", + "@rollup/rollup-win32-x64-msvc": "4.22.4", "fsevents": "~2.3.2" } }, + "node_modules/rollup/node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, "node_modules/run-applescript": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", @@ -19747,9 +16255,9 @@ } }, "node_modules/search-insights": { - "version": "2.17.1", - "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.1.tgz", - "integrity": "sha512-HHFjYH/0AqXacETlIbe9EYc3UNlQYGNNTY0fZ/sWl6SweX+GDxq9NB5+RVoPLgEFuOtCz7M9dhYxqDnhbbF0eQ==", + "version": "2.17.2", + "resolved": "https://registry.npmjs.org/search-insights/-/search-insights-2.17.2.tgz", + "integrity": "sha512-zFNpOpUO+tY2D85KrxJ+aqwnIfdEGi06UH2+xEb+Bp9Mwznmauqc9djbnBibJO5mpfUPPa8st6Sx65+vbeO45g==", "dev": true, "peer": true }, @@ -19797,9 +16305,9 @@ } }, "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", "dev": true, "dependencies": { "debug": "2.6.9", @@ -19835,6 +16343,15 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/send/node_modules/mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", @@ -19847,12 +16364,6 @@ "node": ">=4" } }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true - }, "node_modules/serialize-javascript": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", @@ -19941,15 +16452,15 @@ } }, "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", "dev": true, "dependencies": { - "encodeurl": "~1.0.2", + "encodeurl": "~2.0.0", "escape-html": "~1.0.3", "parseurl": "~1.3.3", - "send": "0.18.0" + "send": "0.19.0" }, "engines": { "node": ">= 0.8.0" @@ -20148,16 +16659,16 @@ } }, "node_modules/socket.io": { - "version": "4.7.5", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.5.tgz", - "integrity": "sha512-DmeAkF6cwM9jSfmp6Dr/5/mfMwb5Z5qRrSXLpo3Fq5SqyU8CMF15jIN4ZhfSwu35ksM1qmHZDQ/DK5XTccSTvA==", + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz", + "integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==", "dev": true, "dependencies": { "accepts": "~1.3.4", "base64id": "~2.0.0", "cors": "~2.8.5", "debug": "~4.3.2", - "engine.io": "~6.5.2", + "engine.io": "~6.6.0", "socket.io-adapter": "~2.5.2", "socket.io-parser": "~4.2.4" }, @@ -20237,9 +16748,9 @@ } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "engines": { "node": ">=0.10.0" } @@ -20475,42 +16986,10 @@ "node": ">=8.0" } }, - "node_modules/streamroller/node_modules/fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dev": true, - "dependencies": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - }, - "engines": { - "node": ">=6 <7 || >=8" - } - }, - "node_modules/streamroller/node_modules/jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", - "dev": true, - "optionalDependencies": { - "graceful-fs": "^4.1.6" - } - }, - "node_modules/streamroller/node_modules/universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true, - "engines": { - "node": ">= 4.0.0" - } - }, "node_modules/streamx": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.0.tgz", - "integrity": "sha512-ZGd1LhDeGFucr1CUCTBOS58ZhEendd0ttpGT3usTvosS4ntIwKN9LJFp+OeCSprsCPL14BXVRZlHGRY1V9PVzQ==", + "version": "2.20.1", + "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.20.1.tgz", + "integrity": "sha512-uTa0mU6WUC65iUvzKH4X9hEdvSW7rbPxPtwfWiLMSj3qTdQbAiUboZTxauKfpFuGIGa1C2BYijZ7wgdUXICJhA==", "dev": true, "dependencies": { "fast-fifo": "^1.3.2", @@ -20760,15 +17239,15 @@ } }, "node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "dependencies": { - "has-flag": "^3.0.0" + "has-flag": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/supports-preserve-symlinks-flag": { @@ -20821,9 +17300,9 @@ } }, "node_modules/synckit": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.1.tgz", - "integrity": "sha512-7gr8p9TQP6RAHusBOSLs46F4564ZrjV8xFmw5zCmgmhGUcw2hxsShhJ6CEiHQMgPDwAQ1fWHPM0ypc4RMAig4A==", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/synckit/-/synckit-0.9.2.tgz", + "integrity": "sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==", "dev": true, "dependencies": { "@pkgr/core": "^0.1.0", @@ -20837,9 +17316,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -20880,17 +17359,6 @@ "tailwindcss": ">=3.1.0" } }, - "node_modules/tailwindcss/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, "node_modules/tapable": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", @@ -21101,13 +17569,10 @@ "dev": true }, "node_modules/text-decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.1.1.tgz", - "integrity": "sha512-8zll7REEv4GDD3x4/0pW+ppIxSNs7H1J10IKFZsuOMscumCdM2a+toDGLPA3T+1+fLBql4zbt5z83GEQGGV5VA==", - "dev": true, - "dependencies": { - "b4a": "^1.6.4" - } + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.1.tgz", + "integrity": "sha512-x9v3H/lTKIJKQQe7RPQkLfKAnc9lUTkWDypIQgTzPJAq+5/GCDHonmshfvlsNSj58yyshbIJJDLmU15qNERrXQ==", + "dev": true }, "node_modules/text-segmentation": { "version": "1.0.3", @@ -21223,15 +17688,6 @@ "node": ">=14.14" } }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -21290,9 +17746,9 @@ } }, "node_modules/ts-api-utils": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", - "integrity": "sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.4.0.tgz", + "integrity": "sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==", "dev": true, "engines": { "node": ">=16" @@ -21380,9 +17836,9 @@ } }, "node_modules/tslib": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", - "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.0.tgz", + "integrity": "sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==", "dev": true }, "node_modules/tslint": { @@ -21637,9 +18093,9 @@ } }, "node_modules/ua-parser-js": { - "version": "0.7.38", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.38.tgz", - "integrity": "sha512-fYmIy7fKTSFAhG3fuPlubeGaMoAd6r0rSnfEsO5nEY55i26KSLt9EH7PLQiiqPUhNqYIJvSkTy1oArIcXAbPbA==", + "version": "0.7.39", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.39.tgz", + "integrity": "sha512-IZ6acm6RhQHNibSt7+c09hhvsKy9WUr4DVbeq9U8o71qxyYtJpQeDxQnMrVqnIFMLcQjHO0I9wgfO2vIahht4w==", "dev": true, "funding": [ { @@ -21655,6 +18111,9 @@ "url": "https://github.com/sponsors/faisalman" } ], + "bin": { + "ua-parser-js": "script/cli.js" + }, "engines": { "node": "*" } @@ -21758,9 +18217,9 @@ "dev": true }, "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", - "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", "dev": true, "engines": { "node": ">=4" @@ -21780,9 +18239,9 @@ } }, "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", - "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", + "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", "dev": true, "engines": { "node": ">=4" @@ -21834,12 +18293,12 @@ } }, "node_modules/universalify": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", - "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", "dev": true, "engines": { - "node": ">= 10.0.0" + "node": ">= 4.0.0" } }, "node_modules/unpipe": { @@ -21852,9 +18311,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", "funding": [ { "type": "opencollective", @@ -21870,8 +18329,8 @@ } ], "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" + "escalade": "^3.2.0", + "picocolors": "^1.1.0" }, "bin": { "update-browserslist-db": "cli.js" @@ -22316,9 +18775,9 @@ } }, "node_modules/webpack-dev-middleware": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.3.0.tgz", - "integrity": "sha512-xD2qnNew+F6KwOGZR7kWdbIou/ud7cVqLEXeK1q0nHcNsX/u7ul/fSdlOTX4ntSL5FNFy7ZJJXbf0piF591JYw==", + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz", + "integrity": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==", "dev": true, "dependencies": { "colorette": "^2.0.10", @@ -22424,9 +18883,9 @@ } }, "node_modules/webpack-dev-server/node_modules/http-proxy-middleware": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", - "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", + "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==", "dev": true, "dependencies": { "@types/http-proxy": "^1.17.8", @@ -22753,69 +19212,6 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi-cjs/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/wrap-ansi/node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", @@ -22898,9 +19294,9 @@ "dev": true }, "node_modules/yaml": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", - "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.6.0.tgz", + "integrity": "sha512-a6ae//JvKDEra2kdi1qzCyrJW/WZCgFi8ydDV+eXExl95t+5R+ijnqHJbz9tmMh8FUjx3iv2fCQ4dclAQlO2UQ==", "bin": { "yaml": "bin.mjs" }, diff --git a/package.json b/package.json index ecaef04f045..e1491b74a04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "primeng", - "version": "18.0.0-beta.3", + "version": "18.0.0-rc.1", "license": "SEE LICENSE IN LICENSE.md", "scripts": { "ng": "ng", @@ -89,7 +89,7 @@ "@angular/ssr": "^18.0.1", "@docsearch/js": "^3.3.4", "esbuild": "^0.19.8", - "@primeuix/styled": "0.2.0", + "@primeuix/styled": "0.3.0", "@algolia/client-search": "^4.19.1" }, "dependencies": { diff --git a/src/app/components/accordion/accordion.ts b/src/app/components/accordion/accordion.ts index 6c9da1c126f..3ea192a6d65 100755 --- a/src/app/components/accordion/accordion.ts +++ b/src/app/components/accordion/accordion.ts @@ -26,7 +26,7 @@ import { TemplateRef, ViewEncapsulation, } from '@angular/core'; -import { BlockableUI, Header, PrimeTemplate, SharedModule } from 'primeng/api'; +import { BlockableUI, Header, SharedModule } from 'primeng/api'; import { DomHandler } from 'primeng/dom'; import { ChevronDownIcon } from 'primeng/icons/chevrondown'; import { Subscription } from 'rxjs'; @@ -128,8 +128,8 @@ export class AccordionPanel extends BaseComponent { standalone: true, template: ` - @if (toggleicon) { - + @if (toggleIconTemplate) { + } @else { this.pcAccordionPanel.disabled()); ariaControls = computed(() => `${this.pcAccordion.id()}_accordioncontent_${this.pcAccordionPanel.value()}`); + /** + * Toggle icon template. + * @type {TemplateRef} context - Context of the template + * @example + * ```html + * + * ``` + * @see {@link AccordionToggleIconTemplateContext} + * @group Templates + */ + @ContentChild('toggleicon') toggleIconTemplate: TemplateRef | undefined; @HostListener('click', ['$event']) onClick() { this.changeActiveValue(); @@ -211,25 +222,12 @@ export class AccordionHeader extends BaseComponent { break; } } - /** - * A template reference variable that represents the toggle icon in a UI component. - * @param {AccordionToggleIconTemplateContext} context - Context of the template - * @example - * ```html - * - * ``` - * @see {@link AccordionToggleIconTemplateContext} - * @group Templates - */ - @ContentChild('toggleicon') toggleicon: TemplateRef | undefined; - - @ContentChildren(PrimeTemplate) templates!: QueryList; ngAfterContentInit() { this.templates.forEach((item) => { switch (item.getType()) { case 'toggleicon': - this.toggleicon = item.template; + this.toggleIconTemplate = item.template; break; } }); @@ -392,13 +390,13 @@ export class AccordionContent extends BaseComponent { [attr.id]="getTabHeaderActionId(id)" [attr.aria-controls]="getTabContentId(id)" > - @if (!hasHeaderFacet && !headerTemplate) { + @if (!headerTemplate) { {{ header }} } @else { @if (headerTemplate) { } - @if (hasHeaderFacet) { + @if (headerFacet) { } } @@ -574,8 +572,6 @@ export class AccordionTab extends BaseComponent implements AfterContentInit, OnD @ContentChildren(Header) headerFacet!: QueryList
; - @ContentChildren(PrimeTemplate) templates!: QueryList; - private _selected: boolean = false; get iconClass() { @@ -585,12 +581,26 @@ export class AccordionTab extends BaseComponent implements AfterContentInit, OnD return 'p-accordionheader-toggle-icon icon-start'; } } - - contentTemplate: TemplateRef | undefined; - - headerTemplate: TemplateRef | undefined; - - iconTemplate: TemplateRef | undefined; + /** + * Content template for the content of the drawer. + * @group Templates + */ + @ContentChild('header') headerTemplate: TemplateRef | undefined; + /** + * Header template for the header of the drawer. + * @group Templates + */ + @ContentChild('footer') footerTemplate: TemplateRef | undefined; + /** + * Template for the header icon. + * @group Templates + */ + @ContentChild('icon') iconTemplate: TemplateRef | undefined; + /** + * Content template for the footer of the drawer. + * @group Templates + */ + @ContentChild('content') contentTemplate: TemplateRef | undefined; loaded: boolean = false; @@ -669,10 +679,6 @@ export class AccordionTab extends BaseComponent implements AfterContentInit, OnD return index; } - get hasHeaderFacet(): boolean { - return (this.headerFacet as QueryList
) && (this.headerFacet as QueryList
).length > 0; - } - onKeydown(event: KeyboardEvent) { switch (event.code) { case 'Enter': @@ -1053,7 +1059,7 @@ export class Accordion extends BaseComponent implements BlockableUI, AfterConten } @NgModule({ - imports: [Accordion, AccordionTab, AccordionPanel, AccordionHeader, AccordionContent], + imports: [Accordion, AccordionTab, SharedModule, AccordionPanel, AccordionHeader, AccordionContent], exports: [Accordion, AccordionTab, SharedModule, AccordionPanel, AccordionHeader, AccordionContent], }) export class AccordionModule {} diff --git a/src/app/components/animateonscroll/animateonscroll.ts b/src/app/components/animateonscroll/animateonscroll.ts index 8fd9b144862..7291684bdba 100644 --- a/src/app/components/animateonscroll/animateonscroll.ts +++ b/src/app/components/animateonscroll/animateonscroll.ts @@ -1,17 +1,6 @@ -import { CommonModule, DOCUMENT, isPlatformBrowser } from '@angular/common'; -import { - AfterViewInit, - Directive, - ElementRef, - Input, - NgModule, - Renderer2, - OnInit, - Inject, - PLATFORM_ID, - booleanAttribute, - numberAttribute, -} from '@angular/core'; +import { isPlatformBrowser } from '@angular/common'; +import { AfterViewInit, booleanAttribute, Directive, Input, NgModule, numberAttribute, OnInit } from '@angular/core'; +import { BaseComponent } from 'primeng/basecomponent'; import { DomHandler } from 'primeng/dom'; interface AnimateOnScrollOptions { @@ -26,11 +15,12 @@ interface AnimateOnScrollOptions { */ @Directive({ selector: '[pAnimateOnScroll]', + standalone: true, host: { '[class.p-animateonscroll]': 'true', }, }) -export class AnimateOnScroll implements OnInit, AfterViewInit { +export class AnimateOnScroll extends BaseComponent implements OnInit, AfterViewInit { /** * Selector to define the CSS class for enter animation. * @group Props @@ -72,21 +62,15 @@ export class AnimateOnScroll implements OnInit, AfterViewInit { animationEndListener: VoidFunction | undefined; - constructor( - @Inject(DOCUMENT) private document: Document, - @Inject(PLATFORM_ID) private platformId: any, - private host: ElementRef, - public el: ElementRef, - public renderer: Renderer2, - ) {} - ngOnInit() { + super.ngOnInit(); if (isPlatformBrowser(this.platformId)) { - this.renderer.setStyle(this.host.nativeElement, 'opacity', this.enterClass ? '0' : ''); + this.renderer.setStyle(this.el.nativeElement, 'opacity', this.enterClass ? '0' : ''); } } ngAfterViewInit() { + super.ngAfterViewInit(); if (isPlatformBrowser(this.platformId)) { this.bindIntersectionObserver(); } @@ -113,17 +97,17 @@ export class AnimateOnScroll implements OnInit, AfterViewInit { this.isObserverActive = true; }, this.options); - setTimeout(() => this.observer.observe(this.host.nativeElement), 0); + setTimeout(() => this.observer.observe(this.el.nativeElement), 0); // Reset this.resetObserver = new IntersectionObserver( ([entry]) => { if (entry.boundingClientRect.top > 0 && !entry.isIntersecting) { - this.host.nativeElement.style.opacity = this.enterClass ? '0' : ''; - DomHandler.removeMultipleClasses(this.host.nativeElement, [this.enterClass, this.leaveClass]); + this.el.nativeElement.style.opacity = this.enterClass ? '0' : ''; + DomHandler.removeMultipleClasses(this.el.nativeElement, [this.enterClass, this.leaveClass]); - this.resetObserver.unobserve(this.host.nativeElement); + this.resetObserver.unobserve(this.el.nativeElement); } this.animationState = undefined; @@ -134,9 +118,9 @@ export class AnimateOnScroll implements OnInit, AfterViewInit { enter() { if (this.animationState !== 'enter' && this.enterClass) { - this.host.nativeElement.style.opacity = ''; - DomHandler.removeMultipleClasses(this.host.nativeElement, this.leaveClass); - DomHandler.addMultipleClasses(this.host.nativeElement, this.enterClass); + this.el.nativeElement.style.opacity = ''; + DomHandler.removeMultipleClasses(this.el.nativeElement, this.leaveClass); + DomHandler.addMultipleClasses(this.el.nativeElement, this.enterClass); this.once && this.unbindIntersectionObserver(); @@ -147,9 +131,9 @@ export class AnimateOnScroll implements OnInit, AfterViewInit { leave() { if (this.animationState !== 'leave' && this.leaveClass) { - this.host.nativeElement.style.opacity = this.enterClass ? '0' : ''; - DomHandler.removeMultipleClasses(this.host.nativeElement, this.enterClass); - DomHandler.addMultipleClasses(this.host.nativeElement, this.leaveClass); + this.el.nativeElement.style.opacity = this.enterClass ? '0' : ''; + DomHandler.removeMultipleClasses(this.el.nativeElement, this.enterClass); + DomHandler.addMultipleClasses(this.el.nativeElement, this.leaveClass); this.bindAnimationEvents(); this.animationState = 'leave'; @@ -158,9 +142,9 @@ export class AnimateOnScroll implements OnInit, AfterViewInit { bindAnimationEvents() { if (!this.animationEndListener) { - this.animationEndListener = this.renderer.listen(this.host.nativeElement, 'animationend', () => { - DomHandler.removeMultipleClasses(this.host.nativeElement, [this.enterClass, this.leaveClass]); - !this.once && this.resetObserver.observe(this.host.nativeElement); + this.animationEndListener = this.renderer.listen(this.el.nativeElement, 'animationend', () => { + DomHandler.removeMultipleClasses(this.el.nativeElement, [this.enterClass, this.leaveClass]); + !this.once && this.resetObserver.observe(this.el.nativeElement); this.unbindAnimationEvents(); }); } @@ -174,20 +158,21 @@ export class AnimateOnScroll implements OnInit, AfterViewInit { } unbindIntersectionObserver() { - this.observer?.unobserve(this.host.nativeElement); - this.resetObserver?.unobserve(this.host.nativeElement); + this.observer?.unobserve(this.el.nativeElement); + this.resetObserver?.unobserve(this.el.nativeElement); this.isObserverActive = false; } ngOnDestroy() { this.unbindAnimationEvents(); this.unbindIntersectionObserver(); + + super.ngOnDestroy(); } } @NgModule({ - imports: [CommonModule], + imports: [AnimateOnScroll], exports: [AnimateOnScroll], - declarations: [AnimateOnScroll], }) export class AnimateOnScrollModule {} diff --git a/src/app/components/api/primeng.ts b/src/app/components/api/primeng.ts new file mode 100644 index 00000000000..d3ce41413cd --- /dev/null +++ b/src/app/components/api/primeng.ts @@ -0,0 +1,201 @@ +import { inject, Injectable, PLATFORM_ID, signal } from '@angular/core'; +import { Subject } from 'rxjs'; +import { FilterMatchMode } from './filtermatchmode'; +import { OverlayOptions } from './overlayoptions'; +import { Translation } from './translation'; +import { ThemeProvider } from './themeprovider'; + +@Injectable({ providedIn: 'root' }) +export class PrimeNG extends ThemeProvider { + ripple = signal(false); + + public platformId: any = inject(PLATFORM_ID); + + inputStyle = signal<'outlined' | 'filled'>('outlined'); + + overlayOptions: OverlayOptions = {}; + + csp = signal<{ nonce: string | undefined }>({ nonce: undefined }); + + filterMatchModeOptions = { + text: [ + FilterMatchMode.STARTS_WITH, + FilterMatchMode.CONTAINS, + FilterMatchMode.NOT_CONTAINS, + FilterMatchMode.ENDS_WITH, + FilterMatchMode.EQUALS, + FilterMatchMode.NOT_EQUALS, + ], + numeric: [ + FilterMatchMode.EQUALS, + FilterMatchMode.NOT_EQUALS, + FilterMatchMode.LESS_THAN, + FilterMatchMode.LESS_THAN_OR_EQUAL_TO, + FilterMatchMode.GREATER_THAN, + FilterMatchMode.GREATER_THAN_OR_EQUAL_TO, + ], + date: [FilterMatchMode.DATE_IS, FilterMatchMode.DATE_IS_NOT, FilterMatchMode.DATE_BEFORE, FilterMatchMode.DATE_AFTER], + }; + + public translation: Translation = { + startsWith: 'Starts with', + contains: 'Contains', + notContains: 'Not contains', + endsWith: 'Ends with', + equals: 'Equals', + notEquals: 'Not equals', + noFilter: 'No Filter', + lt: 'Less than', + lte: 'Less than or equal to', + gt: 'Greater than', + gte: 'Greater than or equal to', + is: 'Is', + isNot: 'Is not', + before: 'Before', + after: 'After', + dateIs: 'Date is', + dateIsNot: 'Date is not', + dateBefore: 'Date is before', + dateAfter: 'Date is after', + clear: 'Clear', + apply: 'Apply', + matchAll: 'Match All', + matchAny: 'Match Any', + addRule: 'Add Rule', + removeRule: 'Remove Rule', + accept: 'Yes', + reject: 'No', + choose: 'Choose', + upload: 'Upload', + cancel: 'Cancel', + pending: 'Pending', + fileSizeTypes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'], + dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], + dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], + dayNamesMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'], + monthNames: [ + 'January', + 'February', + 'March', + 'April', + 'May', + 'June', + 'July', + 'August', + 'September', + 'October', + 'November', + 'December', + ], + monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], + chooseYear: 'Choose Year', + chooseMonth: 'Choose Month', + chooseDate: 'Choose Date', + prevDecade: 'Previous Decade', + nextDecade: 'Next Decade', + prevYear: 'Previous Year', + nextYear: 'Next Year', + prevMonth: 'Previous Month', + nextMonth: 'Next Month', + prevHour: 'Previous Hour', + nextHour: 'Next Hour', + prevMinute: 'Previous Minute', + nextMinute: 'Next Minute', + prevSecond: 'Previous Second', + nextSecond: 'Next Second', + am: 'am', + pm: 'pm', + dateFormat: 'mm/dd/yy', + firstDayOfWeek: 0, + today: 'Today', + weekHeader: 'Wk', + weak: 'Weak', + medium: 'Medium', + strong: 'Strong', + passwordPrompt: 'Enter a password', + emptyMessage: 'No results found', + searchMessage: '{0} results are available', + selectionMessage: '{0} items selected', + emptySelectionMessage: 'No selected item', + emptySearchMessage: 'No results found', + emptyFilterMessage: 'No results found', + fileChosenMessage: '{0} files', + noFileChosenMessage: 'No file chosen', + aria: { + trueLabel: 'True', + falseLabel: 'False', + nullLabel: 'Not Selected', + star: '1 star', + stars: '{star} stars', + selectAll: 'All items selected', + unselectAll: 'All items unselected', + close: 'Close', + previous: 'Previous', + next: 'Next', + navigation: 'Navigation', + scrollTop: 'Scroll Top', + moveTop: 'Move Top', + moveUp: 'Move Up', + moveDown: 'Move Down', + moveBottom: 'Move Bottom', + moveToTarget: 'Move to Target', + moveToSource: 'Move to Source', + moveAllToTarget: 'Move All to Target', + moveAllToSource: 'Move All to Source', + pageLabel: '{page}', + firstPageLabel: 'First Page', + lastPageLabel: 'Last Page', + nextPageLabel: 'Next Page', + prevPageLabel: 'Previous Page', + rowsPerPageLabel: 'Rows per page', + previousPageLabel: 'Previous Page', + jumpToPageDropdownLabel: 'Jump to Page Dropdown', + jumpToPageInputLabel: 'Jump to Page Input', + selectRow: 'Row Selected', + unselectRow: 'Row Unselected', + expandRow: 'Row Expanded', + collapseRow: 'Row Collapsed', + showFilterMenu: 'Show Filter Menu', + hideFilterMenu: 'Hide Filter Menu', + filterOperator: 'Filter Operator', + filterConstraint: 'Filter Constraint', + editRow: 'Row Edit', + saveEdit: 'Save Edit', + cancelEdit: 'Cancel Edit', + listView: 'List View', + gridView: 'Grid View', + slide: 'Slide', + slideNumber: '{slideNumber}', + zoomImage: 'Zoom Image', + zoomIn: 'Zoom In', + zoomOut: 'Zoom Out', + rotateRight: 'Rotate Right', + rotateLeft: 'Rotate Left', + listLabel: 'Option List', + selectColor: 'Select a color', + removeLabel: 'Remove', + browseFiles: 'Browse Files', + maximizeLabel: 'Maximize', + }, + }; + + zIndex: any = { + modal: 1100, + overlay: 1000, + menu: 1000, + tooltip: 1100, + }; + + private translationSource = new Subject(); + + translationObserver = this.translationSource.asObservable(); + + getTranslation(key: string): any { + return this.translation[key as keyof typeof this.translation]; + } + + setTranslation(value: Translation) { + this.translation = { ...this.translation, ...value }; + this.translationSource.next(this.translation); + } +} diff --git a/src/app/components/api/primengconfig.ts b/src/app/components/api/primengconfig.ts index 78fd80fadc9..b2cb0669586 100644 --- a/src/app/components/api/primengconfig.ts +++ b/src/app/components/api/primengconfig.ts @@ -1,201 +1,5 @@ -import { Injectable, PLATFORM_ID, inject, signal } from '@angular/core'; -import { Subject } from 'rxjs'; -import { FilterMatchMode } from './filtermatchmode'; -import { OverlayOptions } from './overlayoptions'; -import { Translation } from './translation'; -import { ThemeProvider } from './themeprovider'; +import { Injectable } from '@angular/core'; +import { PrimeNG } from './primeng'; @Injectable({ providedIn: 'root' }) -export class PrimeNGConfig extends ThemeProvider { - ripple = signal(false); - - public platformId: any = inject(PLATFORM_ID); - - inputStyle = signal<'outlined' | 'filled'>('outlined'); - - overlayOptions: OverlayOptions = {}; - - csp = signal<{ nonce: string | undefined }>({ nonce: undefined }); - - filterMatchModeOptions = { - text: [ - FilterMatchMode.STARTS_WITH, - FilterMatchMode.CONTAINS, - FilterMatchMode.NOT_CONTAINS, - FilterMatchMode.ENDS_WITH, - FilterMatchMode.EQUALS, - FilterMatchMode.NOT_EQUALS, - ], - numeric: [ - FilterMatchMode.EQUALS, - FilterMatchMode.NOT_EQUALS, - FilterMatchMode.LESS_THAN, - FilterMatchMode.LESS_THAN_OR_EQUAL_TO, - FilterMatchMode.GREATER_THAN, - FilterMatchMode.GREATER_THAN_OR_EQUAL_TO, - ], - date: [FilterMatchMode.DATE_IS, FilterMatchMode.DATE_IS_NOT, FilterMatchMode.DATE_BEFORE, FilterMatchMode.DATE_AFTER], - }; - - public translation: Translation = { - startsWith: 'Starts with', - contains: 'Contains', - notContains: 'Not contains', - endsWith: 'Ends with', - equals: 'Equals', - notEquals: 'Not equals', - noFilter: 'No Filter', - lt: 'Less than', - lte: 'Less than or equal to', - gt: 'Greater than', - gte: 'Greater than or equal to', - is: 'Is', - isNot: 'Is not', - before: 'Before', - after: 'After', - dateIs: 'Date is', - dateIsNot: 'Date is not', - dateBefore: 'Date is before', - dateAfter: 'Date is after', - clear: 'Clear', - apply: 'Apply', - matchAll: 'Match All', - matchAny: 'Match Any', - addRule: 'Add Rule', - removeRule: 'Remove Rule', - accept: 'Yes', - reject: 'No', - choose: 'Choose', - upload: 'Upload', - cancel: 'Cancel', - pending: 'Pending', - fileSizeTypes: ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB'], - dayNames: ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'], - dayNamesShort: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'], - dayNamesMin: ['Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'], - monthNames: [ - 'January', - 'February', - 'March', - 'April', - 'May', - 'June', - 'July', - 'August', - 'September', - 'October', - 'November', - 'December', - ], - monthNamesShort: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'], - chooseYear: 'Choose Year', - chooseMonth: 'Choose Month', - chooseDate: 'Choose Date', - prevDecade: 'Previous Decade', - nextDecade: 'Next Decade', - prevYear: 'Previous Year', - nextYear: 'Next Year', - prevMonth: 'Previous Month', - nextMonth: 'Next Month', - prevHour: 'Previous Hour', - nextHour: 'Next Hour', - prevMinute: 'Previous Minute', - nextMinute: 'Next Minute', - prevSecond: 'Previous Second', - nextSecond: 'Next Second', - am: 'am', - pm: 'pm', - dateFormat: 'mm/dd/yy', - firstDayOfWeek: 0, - today: 'Today', - weekHeader: 'Wk', - weak: 'Weak', - medium: 'Medium', - strong: 'Strong', - passwordPrompt: 'Enter a password', - emptyMessage: 'No results found', - searchMessage: '{0} results are available', - selectionMessage: '{0} items selected', - emptySelectionMessage: 'No selected item', - emptySearchMessage: 'No results found', - emptyFilterMessage: 'No results found', - fileChosenMessage: '{0} files', - noFileChosenMessage: 'No file chosen', - aria: { - trueLabel: 'True', - falseLabel: 'False', - nullLabel: 'Not Selected', - star: '1 star', - stars: '{star} stars', - selectAll: 'All items selected', - unselectAll: 'All items unselected', - close: 'Close', - previous: 'Previous', - next: 'Next', - navigation: 'Navigation', - scrollTop: 'Scroll Top', - moveTop: 'Move Top', - moveUp: 'Move Up', - moveDown: 'Move Down', - moveBottom: 'Move Bottom', - moveToTarget: 'Move to Target', - moveToSource: 'Move to Source', - moveAllToTarget: 'Move All to Target', - moveAllToSource: 'Move All to Source', - pageLabel: '{page}', - firstPageLabel: 'First Page', - lastPageLabel: 'Last Page', - nextPageLabel: 'Next Page', - prevPageLabel: 'Previous Page', - rowsPerPageLabel: 'Rows per page', - previousPageLabel: 'Previous Page', - jumpToPageDropdownLabel: 'Jump to Page Dropdown', - jumpToPageInputLabel: 'Jump to Page Input', - selectRow: 'Row Selected', - unselectRow: 'Row Unselected', - expandRow: 'Row Expanded', - collapseRow: 'Row Collapsed', - showFilterMenu: 'Show Filter Menu', - hideFilterMenu: 'Hide Filter Menu', - filterOperator: 'Filter Operator', - filterConstraint: 'Filter Constraint', - editRow: 'Row Edit', - saveEdit: 'Save Edit', - cancelEdit: 'Cancel Edit', - listView: 'List View', - gridView: 'Grid View', - slide: 'Slide', - slideNumber: '{slideNumber}', - zoomImage: 'Zoom Image', - zoomIn: 'Zoom In', - zoomOut: 'Zoom Out', - rotateRight: 'Rotate Right', - rotateLeft: 'Rotate Left', - listLabel: 'Option List', - selectColor: 'Select a color', - removeLabel: 'Remove', - browseFiles: 'Browse Files', - maximizeLabel: 'Maximize', - }, - }; - - zIndex: any = { - modal: 1100, - overlay: 1000, - menu: 1000, - tooltip: 1100, - }; - - private translationSource = new Subject(); - - translationObserver = this.translationSource.asObservable(); - - getTranslation(key: string): any { - return this.translation[key as keyof typeof this.translation]; - } - - setTranslation(value: Translation) { - this.translation = { ...this.translation, ...value }; - this.translationSource.next(this.translation); - } -} +export class PrimeNGConfig extends PrimeNG {} diff --git a/src/app/components/api/public_api.ts b/src/app/components/api/public_api.ts index 00a1b17fa5e..85990c4355e 100644 --- a/src/app/components/api/public_api.ts +++ b/src/app/components/api/public_api.ts @@ -31,3 +31,4 @@ export * from './lazyloadmeta'; export * from './tooltipoptions'; export * from './scrolleroptions'; export * from './treetablenode'; +export * from './primeng'; diff --git a/src/app/components/api/toastmessage.ts b/src/app/components/api/toastmessage.ts index 11e04b29a1d..adc1d6e7c9a 100755 --- a/src/app/components/api/toastmessage.ts +++ b/src/app/components/api/toastmessage.ts @@ -3,6 +3,7 @@ * @group Interface */ export interface ToastMessageOptions { + text?: any; severity?: string; summary?: string; detail?: string; diff --git a/src/app/components/autocomplete/autocomplete.ts b/src/app/components/autocomplete/autocomplete.ts index b2d9f38ad19..8779d07fa19 100755 --- a/src/app/components/autocomplete/autocomplete.ts +++ b/src/app/components/autocomplete/autocomplete.ts @@ -7,7 +7,7 @@ import { ChangeDetectionStrategy, Component, computed, - ContentChildren, + ContentChild, effect, ElementRef, EventEmitter, @@ -26,14 +26,14 @@ import { ViewEncapsulation, } from '@angular/core'; import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'; +import { AutoFocus } from 'primeng/autofocus'; +import { Button } from 'primeng/button'; import { OverlayOptions, OverlayService, PrimeTemplate, ScrollerOptions, SharedModule, TranslationKeys } from 'primeng/api'; -import { AutoFocusModule } from 'primeng/autofocus'; -import { ButtonModule } from 'primeng/button'; import { ConnectedOverlayScrollHandler, DomHandler } from 'primeng/dom'; -import { InputTextModule } from 'primeng/inputtext'; -import { Overlay, OverlayModule } from 'primeng/overlay'; -import { RippleModule } from 'primeng/ripple'; -import { Scroller, ScrollerModule } from 'primeng/scroller'; +import { InputText } from 'primeng/inputtext'; +import { Overlay } from 'primeng/overlay'; +import { Ripple } from 'primeng/ripple'; +import { Scroller } from 'primeng/scroller'; import { ObjectUtils, UniqueComponentId } from 'primeng/utils'; import { TimesCircleIcon } from 'primeng/icons/timescircle'; import { SpinnerIcon } from 'primeng/icons/spinner'; @@ -47,7 +47,7 @@ import { AutoCompleteSelectEvent, AutoCompleteUnselectEvent, } from './autocomplete.interface'; -import { ChipModule } from 'primeng/chip'; +import { Chip } from 'primeng/chip'; import { AutoCompleteStyle } from './style/autocompletestyle'; import { BaseComponent } from 'primeng/basecomponent'; import { styleClassAttribute } from "primeng/base"; @@ -62,7 +62,23 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR: any = { * @group Components */ @Component({ - selector: 'p-autoComplete, p-autocomplete', + selector: 'p-autoComplete, p-autocomplete, p-auto-complete', + standalone: true, + imports: [ + CommonModule, + Overlay, + InputText, + Button, + Ripple, + Scroller, + AutoFocus, + TimesCircleIcon, + SpinnerIcon, + TimesIcon, + ChevronDownIcon, + Chip, + SharedModule, + ], template: `
- + @@ -168,8 +183,7 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR: any = {
  • -
    +
    - - +
    + + + + + + + + + + + - - - - - - - - - +
      - + @if (!emptyTemplate) { {{ searchResultMessageText }} - - + } @else { + + }
    @@ -451,10 +462,10 @@ export class AutoComplete extends BaseComponent implements AfterViewChecked, Aft */ @Input({ transform: booleanAttribute }) required: boolean | undefined; /** - * Size of the input field. + * Defines the size of the component. * @group Props */ - @Input({ transform: numberAttribute }) size: number | undefined; + @Input() size: 'large' | 'small'; /** * Target element to attach the overlay, valid values are "body" or a local ng-template variable of another element (note: use binding with brackets for template variables, e.g. [appendTo]="mydiv" for a div element having #mydiv as variable name). * @group Props @@ -781,33 +792,75 @@ export class AutoComplete extends BaseComponent implements AfterViewChecked, Aft @ViewChild('overlay') overlayViewChild!: Overlay; - @ContentChildren(PrimeTemplate) templates: Nullable>; - _itemSize: Nullable; itemsWrapper: Nullable; - itemTemplate: Nullable>; + /** + * Custom item template. + * @group Templates + */ + @ContentChild('item') itemTemplate: Nullable>; - emptyTemplate: Nullable>; + /** + * Custom empty message template. + * @group Templates + */ + @ContentChild('empty') emptyTemplate: Nullable>; - headerTemplate: Nullable>; + /** + * Custom header template. + * @group Templates + */ + @ContentChild('header') headerTemplate: Nullable>; - footerTemplate: Nullable>; + /** + * Custom footer template. + * @group Templates + */ + @ContentChild('footer') footerTemplate: Nullable>; - selectedItemTemplate: Nullable>; + /** + * Custom selected item template. + * @group Templates + */ + @ContentChild('selecteditem') selectedItemTemplate: Nullable>; - groupTemplate: Nullable>; + /** + * Custom group item template. + * @group Templates + */ + @ContentChild('group') groupTemplate: Nullable>; - loaderTemplate: Nullable>; + /** + * Custom loader template. + * @group Templates + */ + @ContentChild('loader') loaderTemplate: Nullable>; - removeIconTemplate: Nullable>; + /** + * Custom remove icon template. + * @group Templates + */ + @ContentChild('removeicon') removeIconTemplate: Nullable>; - loadingIconTemplate: Nullable>; + /** + * Custom loading icon template. + * @group Templates + */ + @ContentChild('loadingicon') loadingIconTemplate: Nullable>; - clearIconTemplate: Nullable>; + /** + * Custom clear icon template. + * @group Templates + */ + @ContentChild('clearicon') clearIconTemplate: Nullable>; - dropdownIconTemplate: Nullable>; + /** + * Custom dropdown icon template. + * @group Templates + */ + @ContentChild('dropdownicon') dropdownIconTemplate: Nullable>; value: string | any; @@ -1795,22 +1848,7 @@ export class AutoComplete extends BaseComponent implements AfterViewChecked, Aft } @NgModule({ - imports: [ - CommonModule, - OverlayModule, - InputTextModule, - ButtonModule, - SharedModule, - RippleModule, - ScrollerModule, - AutoFocusModule, - TimesCircleIcon, - SpinnerIcon, - TimesIcon, - ChevronDownIcon, - ChipModule, - ], - exports: [AutoComplete, OverlayModule, SharedModule, ScrollerModule, AutoFocusModule], - declarations: [AutoComplete], + imports: [AutoComplete], + exports: [AutoComplete, SharedModule], }) export class AutoCompleteModule {} diff --git a/src/app/components/autocomplete/style/autocompletestyle.ts b/src/app/components/autocomplete/style/autocompletestyle.ts index 2cf7f76c45a..a9acd448de1 100644 --- a/src/app/components/autocomplete/style/autocompletestyle.ts +++ b/src/app/components/autocomplete/style/autocompletestyle.ts @@ -1,6 +1,5 @@ import { Injectable } from '@angular/core'; import { BaseStyle } from 'primeng/base'; -import { ObjectUtils } from 'primeng/utils'; const theme = ({ dt }) => ` .p-autocomplete { @@ -11,11 +10,11 @@ const theme = ({ dt }) => ` position: absolute; top: 50%; margin-top: -0.5rem; - right: ${dt('autocomplete.padding.x')}; + inset-inline-end: ${dt('autocomplete.padding.x')}; } .p-autocomplete:has(.p-autocomplete-dropdown) .p-autocomplete-loader { - right: calc(${dt('autocomplete.dropdown.width')} + ${dt('autocomplete.padding.x')}); + inset-inline-end: calc(${dt('autocomplete.dropdown.width')} + ${dt('autocomplete.padding.x')}); } .p-autocomplete:has(.p-autocomplete-dropdown) .p-autocomplete-input { @@ -25,25 +24,24 @@ const theme = ({ dt }) => ` .p-autocomplete:has(.p-autocomplete-dropdown) .p-autocomplete-input, .p-autocomplete:has(.p-autocomplete-dropdown) .p-autocomplete-input-multiple { - border-top-right-radius: 0; - border-bottom-right-radius: 0; + border-start-end-radius: 0; + border-end-end-radius: 0; } .p-autocomplete-dropdown { cursor: pointer; display: inline-flex; - cursor: pointer; user-select: none; align-items: center; justify-content: center; overflow: hidden; position: relative; width: ${dt('autocomplete.dropdown.width')}; - border-top-right-radius: ${dt('autocomplete.dropdown.border.radius')}; - border-bottom-right-radius: ${dt('autocomplete.dropdown.border.radius')}; + border-start-end-radius: ${dt('autocomplete.dropdown.border.radius')}; + border-end-end-radius: ${dt('autocomplete.dropdown.border.radius')}; background: ${dt('autocomplete.dropdown.background')}; border: 1px solid ${dt('autocomplete.dropdown.border.color')}; - border-left: 0 none; + border-inline-start: 0 none; color: ${dt('autocomplete.dropdown.color')}; transition: background ${dt('autocomplete.transition.duration')}, color ${dt('autocomplete.transition.duration')}, border-color ${dt('autocomplete.transition.duration')}, outline-color ${dt('autocomplete.transition.duration')}, box-shadow ${dt( 'autocomplete.transition.duration', @@ -75,7 +73,6 @@ const theme = ({ dt }) => ` .p-autocomplete-overlay { position: absolute; - overflow: auto; top: 0; left: 0; background: ${dt('autocomplete.overlay.background')}; @@ -85,9 +82,12 @@ const theme = ({ dt }) => ` box-shadow: ${dt('autocomplete.overlay.shadow')}; } +.p-autocomplete-list-container { + overflow: auto; +} + .p-autocomplete-list { margin: 0; - padding: 0; list-style-type: none; display: flex; flex-direction: column; @@ -166,10 +166,18 @@ const theme = ({ dt }) => ` outline-offset: ${dt('autocomplete.focus.ring.offset')}; } +.p-autocomplete.p-invalid .p-autocomplete-input-multiple { + border-color: ${dt('autocomplete.invalid.border.color')}; +} + .p-variant-filled.p-autocomplete-input-multiple { background: ${dt('autocomplete.filled.background')}; } +.p-autocomplete:not(.p-disabled):hover .p-variant-filled.p-autocomplete-input-multiple { + background: ${dt('autocomplete.filled.hover.background')}; +} + .p-autocomplete:not(.p-disabled).p-focus .p-variant-filled.p-autocomplete-input-multiple { background: ${dt('autocomplete.filled.focus.background')}; } @@ -181,26 +189,26 @@ const theme = ({ dt }) => ` } .p-autocomplete-chip.p-chip { - padding-top: calc(${dt('autocomplete.padding.y')} / 2); - padding-bottom: calc(${dt('autocomplete.padding.y')} / 2); + padding-block-start: calc(${dt('autocomplete.padding.y')} / 2); + padding-block-end: calc(${dt('autocomplete.padding.y')} / 2); border-radius: ${dt('autocomplete.chip.border.radius')}; } .p-autocomplete-input-multiple:has(.p-autocomplete-chip) { - padding-left: calc(${dt('autocomplete.padding.y')} / 2); - padding-right: calc(${dt('autocomplete.padding.y')} / 2); + padding-inline-start: calc(${dt('autocomplete.padding.y')} / 2); + padding-inline-end: calc(${dt('autocomplete.padding.y')} / 2); } .p-autocomplete-chip-item.p-focus .p-autocomplete-chip { - background: ${dt('inputchips.chip.focus.background')}; - color: ${dt('inputchips.chip.focus.color')}; + background: ${dt('autocomplete.chip.focus.background')}; + color: ${dt('autocomplete.chip.focus.color')}; } .p-autocomplete-input-chip { flex: 1 1 auto; display: inline-flex; - padding-top: calc(${dt('autocomplete.padding.y')} / 2); - padding-bottom: calc(${dt('autocomplete.padding.y')} / 2); + padding-block-start: calc(${dt('autocomplete.padding.y')} / 2); + padding-block-end: calc(${dt('autocomplete.padding.y')} / 2); } .p-autocomplete-input-chip input { @@ -234,6 +242,26 @@ const theme = ({ dt }) => ` width: 1%; } +.p-autocomplete:has(.p-inputtext-sm) .p-autocomplete-dropdown { + width: ${dt('autocomplete.dropdown.sm.width')}; +} + +.p-autocomplete:has(.p-inputtext-sm) .p-autocomplete-dropdown .p-icon { + font-size: ${dt('form.field.sm.font.size')}; + width: ${dt('form.field.sm.font.size')}; + height: ${dt('form.field.sm.font.size')}; +} + +.p-autocomplete:has(.p-inputtext-lg) .p-autocomplete-dropdown { + width: ${dt('autocomplete.dropdown.lg.width')}; +} + +.p-autocomplete:has(.p-inputtext-lg) .p-autocomplete-dropdown .p-icon { + font-size: ${dt('form.field.lg.font.size')}; + width: ${dt('form.field.lg.font.size')}; + height: ${dt('form.field.lg.font.size')}; +} + /* For PrimeNG */ p-autocomplete.ng-invalid.ng-dirty > .p-autocomplete.p-inputwrapper > .p-autocomplete-input.p-inputtext { @@ -252,7 +280,14 @@ p-autocomplete.ng-invalid.ng-dirty > .p-autocomplete.p-inputwrapper > .p-autocom right: ${dt('autocomplete.padding.x')}; color: ${dt('autocomplete.dropdown.color')}; } -`; + +p-autocomplete.ng-invalid.ng-dirty .p-autocomplete-input-chip input::placeholder { + color: ${dt('autocomplete.invalid.placeholder.color')}; +} + +p-autocomplete.ng-invalid.ng-dirty .p-inputtext::placeholder { + color: ${dt('autocomplete.invalid.placeholder.color')}; +}`; const inlineStyles = { root: { position: 'relative' }, diff --git a/src/app/components/autofocus/autofocus.ts b/src/app/components/autofocus/autofocus.ts index 46416dea560..55231865ca3 100644 --- a/src/app/components/autofocus/autofocus.ts +++ b/src/app/components/autofocus/autofocus.ts @@ -1,6 +1,8 @@ -import { CommonModule, DOCUMENT, isPlatformBrowser } from '@angular/common'; -import { Directive, ElementRef, Input, NgModule, PLATFORM_ID, booleanAttribute, inject } from '@angular/core'; +import { DOCUMENT, isPlatformBrowser } from '@angular/common'; +import { booleanAttribute, Directive, ElementRef, inject, Input, NgModule, PLATFORM_ID } from '@angular/core'; +import { BaseComponent } from 'primeng/basecomponent'; import { DomHandler } from 'primeng/dom'; + /** * AutoFocus manages focus on focusable element on load. * @group Components @@ -9,12 +11,18 @@ import { DomHandler } from 'primeng/dom'; selector: '[pAutoFocus]', standalone: true, }) -export class AutoFocus { +export class AutoFocus extends BaseComponent { /** * When present, it specifies that the component should automatically get focus on load. + * @deprecated use [pAutoFocus]="true" * @group Props */ @Input({ transform: booleanAttribute }) autofocus: boolean = false; + /** + * When present, it specifies that the component should automatically get focus on load. + * @group Props + */ + @Input('pAutoFocus') _autofocus: boolean = false; focused: boolean = false; @@ -26,7 +34,7 @@ export class AutoFocus { ngAfterContentChecked() { // This sets the `attr.autofocus` which is different than the Input `autofocus` attribute. - if (this.autofocus === false) { + if (this._autofocus === false) { this.host.nativeElement.removeAttribute('autofocus'); } else { this.host.nativeElement.setAttribute('autofocus', true); @@ -44,7 +52,7 @@ export class AutoFocus { } autoFocus() { - if (isPlatformBrowser(this.platformId) && this.autofocus) { + if (isPlatformBrowser(this.platformId) && this._autofocus) { setTimeout(() => { const focusableElements = DomHandler.getFocusableElements(this.host?.nativeElement); diff --git a/src/app/components/avatar/avatar.ts b/src/app/components/avatar/avatar.ts index fd8ec928f1d..e48a0fd93ac 100755 --- a/src/app/components/avatar/avatar.ts +++ b/src/app/components/avatar/avatar.ts @@ -12,6 +12,7 @@ import { } from '@angular/core'; import { BaseComponent } from 'primeng/basecomponent'; import { AvatarStyle } from './style/avatarstyle'; +import { SharedModule } from 'primeng/api'; import { styleClassAttribute } from "primeng/base"; /** @@ -20,6 +21,8 @@ import { styleClassAttribute } from "primeng/base"; */ @Component({ selector: 'p-avatar', + standalone: true, + imports: [CommonModule, SharedModule], template: ` {{ label }} @@ -109,8 +112,7 @@ export class Avatar extends BaseComponent { } @NgModule({ - imports: [CommonModule], - exports: [Avatar], - declarations: [Avatar], + imports: [Avatar, SharedModule], + exports: [Avatar, SharedModule], }) export class AvatarModule {} diff --git a/src/app/components/avatar/style/avatarstyle.ts b/src/app/components/avatar/style/avatarstyle.ts index 02b654e29ae..a90a62a3e5e 100644 --- a/src/app/components/avatar/style/avatarstyle.ts +++ b/src/app/components/avatar/style/avatarstyle.ts @@ -9,6 +9,7 @@ const theme = ({ dt }) => ` width: ${dt('avatar.width')}; height: ${dt('avatar.height')}; font-size: ${dt('avatar.font.size')}; + color: ${dt('avatar.color')}; background: ${dt('avatar.background')}; border-radius: ${dt('avatar.border.radius')}; } @@ -26,7 +27,9 @@ const theme = ({ dt }) => ` } .p-avatar-icon { - font-size: ${dt('avatar.font.size')}; + font-size: ${dt('avatar.icon.size')}; + width: ${dt('avatar.icon.size')}; + height: ${dt('avatar.icon.size')}; } .p-avatar img { @@ -41,7 +44,9 @@ const theme = ({ dt }) => ` } .p-avatar-lg .p-avatar-icon { - font-size: ${dt('avatar.lg.font.size')}; + font-size: ${dt('avatar.lg.icon.size')}; + width: ${dt('avatar.lg.icon.size')}; + height: ${dt('avatar.lg.icon.size')}; } .p-avatar-xl { @@ -66,6 +71,14 @@ const theme = ({ dt }) => ` .p-avatar-group .p-avatar { border: 2px solid ${dt('avatar.group.border.color')}; } + +.p-avatar-group .p-avatar-lg + .p-avatar-lg { + margin-inline-start: ${dt('avatar.lg.group.offset')}; +} + +.p-avatar-group .p-avatar-xl + .p-avatar-xl { + margin-inline-start: ${dt('avatar.xl.group.offset')}; +} `; const classes = { diff --git a/src/app/components/avatargroup/avatargroup.ts b/src/app/components/avatargroup/avatargroup.ts index 62c812d25b4..77f74943324 100755 --- a/src/app/components/avatargroup/avatargroup.ts +++ b/src/app/components/avatargroup/avatargroup.ts @@ -1,14 +1,18 @@ -import { NgModule, Component, ChangeDetectionStrategy, ViewEncapsulation, Input, HostBinding, inject } from '@angular/core'; +import { ChangeDetectionStrategy, Component, HostBinding, inject, Input, NgModule, ViewEncapsulation } from '@angular/core'; import { CommonModule } from '@angular/common'; import { AvatarGroupStyle } from './style/avatargroupstyle'; import { BaseComponent } from 'primeng/basecomponent'; import { styleClassAttribute } from "primeng/base"; +import { SharedModule } from 'primeng/api'; + /** * AvatarGroup is a helper component for Avatar. * @group Components */ @Component({ selector: 'p-avatarGroup, p-avatar-group, p-avatargroup', + standalone: true, + imports: [CommonModule, SharedModule], template: ` `, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, @@ -42,8 +46,7 @@ export class AvatarGroup extends BaseComponent { } @NgModule({ - imports: [CommonModule], - exports: [AvatarGroup], - declarations: [AvatarGroup], + imports: [AvatarGroup, SharedModule], + exports: [AvatarGroup, SharedModule], }) export class AvatarGroupModule {} diff --git a/src/app/components/badge/badge.ts b/src/app/components/badge/badge.ts index 77aafca6667..2854cb7d6a3 100755 --- a/src/app/components/badge/badge.ts +++ b/src/app/components/badge/badge.ts @@ -1,4 +1,4 @@ -import { NgClass, NgStyle } from '@angular/common'; +import { CommonModule } from '@angular/common'; import { AfterViewInit, booleanAttribute, @@ -27,6 +27,7 @@ import { BadgeStyle } from './style/badgestyle'; @Directive({ selector: '[pBadge]', providers: [BadgeStyle], + standalone: true, }) export class BadgeDirective extends BaseComponent implements OnChanges, AfterViewInit { /** @@ -230,6 +231,8 @@ export class BadgeDirective extends BaseComponent implements OnChanges, AfterVie {{ value() }} } `, + standalone: true, + imports: [CommonModule, SharedModule], changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, providers: [BadgeStyle], @@ -291,8 +294,7 @@ export class Badge extends BaseComponent { } @NgModule({ - imports: [NgClass, NgStyle], + imports: [Badge, BadgeDirective, SharedModule], exports: [Badge, BadgeDirective, SharedModule], - declarations: [Badge, BadgeDirective], }) export class BadgeModule {} diff --git a/src/app/components/base/style/basestyle.ts b/src/app/components/base/style/basestyle.ts index 158529a4698..42cb15d2506 100644 --- a/src/app/components/base/style/basestyle.ts +++ b/src/app/components/base/style/basestyle.ts @@ -1,5 +1,5 @@ -import { Injectable, inject } from '@angular/core'; -import { Theme, dt } from 'primeng/themes'; +import { inject, Injectable } from '@angular/core'; +import { dt, Theme } from 'primeng/themes'; import { UseStyle } from 'primeng/usestyle'; import { ObjectUtils } from 'primeng/utils'; @@ -151,6 +151,40 @@ const css = ({ dt }) => ` overflow: hidden; padding-right: ${dt('scrollbar.width')}; } + +/* @todo move to baseiconstyle.ts */ + +.p-icon { + display: inline-block; + vertical-align: baseline; +} + +.p-icon-spin { + -webkit-animation: p-icon-spin 2s infinite linear; + animation: p-icon-spin 2s infinite linear; +} + +@-webkit-keyframes p-icon-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes p-icon-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} `; @Injectable({ providedIn: 'root' }) diff --git a/src/app/components/basecomponent/basecomponent.ts b/src/app/components/basecomponent/basecomponent.ts index 14e22260e73..94f3df6d12b 100644 --- a/src/app/components/basecomponent/basecomponent.ts +++ b/src/app/components/basecomponent/basecomponent.ts @@ -1,7 +1,19 @@ -import { DOCUMENT, isPlatformBrowser, isPlatformServer } from '@angular/common'; -import { ChangeDetectorRef, Directive, ElementRef, inject, Injector, Input, PLATFORM_ID, Renderer2, SimpleChanges } from '@angular/core'; +import { DOCUMENT, isPlatformServer } from '@angular/common'; +import { + ChangeDetectorRef, + ContentChildren, + Directive, + ElementRef, + inject, + Injector, + Input, + PLATFORM_ID, + QueryList, + Renderer2, + SimpleChanges, +} from '@angular/core'; import { getKeyValue } from '@primeuix/utils/object'; -import { PrimeNGConfig } from 'primeng/api'; +import { PrimeNGConfig, PrimeTemplate } from 'primeng/api'; import { Base, BaseStyle } from 'primeng/base'; import { Theme, ThemeService } from 'primeng/themes'; import { UniqueComponentId } from 'primeng/utils'; @@ -76,6 +88,19 @@ export class BaseComponent { } } + @ContentChildren(PrimeTemplate) templates: QueryList | undefined; + + ngAfterContentInit() { + this.templates?.forEach((item) => { + const type = item.getType(); + const template = `${type}Template`; + + if (this[template]) { + this[template] = item.template; + } + }); + } + ngOnChanges(changes: SimpleChanges) { if (this.document && !isPlatformServer(this.platformId)) { const { dt } = changes; diff --git a/src/app/components/baseicon/baseicon.ts b/src/app/components/baseicon/baseicon.ts index eb2a1f63d2d..244f2fd6cd9 100644 --- a/src/app/components/baseicon/baseicon.ts +++ b/src/app/components/baseicon/baseicon.ts @@ -1,26 +1,19 @@ -import { - Component, - Input, - ChangeDetectionStrategy, - ViewEncapsulation, - ElementRef, - HostBinding, - booleanAttribute, - inject, -} from '@angular/core'; +import { booleanAttribute, ChangeDetectionStrategy, Component, Input, OnInit, ViewEncapsulation } from '@angular/core'; import { ObjectUtils } from 'primeng/utils'; import { BaseComponent } from 'primeng/basecomponent'; +import { BaseIconStyle } from './style/baseiconstyle'; @Component({ template: ` `, standalone: true, changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, + providers: [BaseIconStyle], host: { class: 'p-component p-iconwrapper', }, }) -export class BaseIcon extends BaseComponent { +export class BaseIcon extends BaseComponent implements OnInit { @Input() label: string; @Input({ transform: booleanAttribute }) spin: boolean = false; diff --git a/src/app/components/baseicon/public_api.ts b/src/app/components/baseicon/public_api.ts index 22afa3c7c32..086f1f9e63f 100644 --- a/src/app/components/baseicon/public_api.ts +++ b/src/app/components/baseicon/public_api.ts @@ -1 +1,2 @@ export * from './baseicon'; +export * from './style/baseiconstyle'; diff --git a/src/app/components/baseicon/style/baseiconstyle.ts b/src/app/components/baseicon/style/baseiconstyle.ts new file mode 100644 index 00000000000..40e6a5e4a87 --- /dev/null +++ b/src/app/components/baseicon/style/baseiconstyle.ts @@ -0,0 +1,56 @@ +import { Injectable } from '@angular/core'; +import { BaseStyle } from 'primeng/base'; + +const css = ` +.p-icon { + display: inline-block; + vertical-align: baseline; +} + +.p-icon-spin { + -webkit-animation: p-icon-spin 2s infinite linear; + animation: p-icon-spin 2s infinite linear; +} + +@-webkit-keyframes p-icon-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes p-icon-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +`; + +@Injectable() +export class BaseIconStyle extends BaseStyle { + name = 'baseicon'; + + inlineStyles = css; +} +/** + * + * [Live Demo](https://www.primeng.org/) + * + * @module baseiconstyle + * + */ + +export enum BaseIconClasses { + root = 'p-icon', +} + +export interface BaseIconStyle extends BaseStyle {} diff --git a/src/app/components/blockui/blockui.ts b/src/app/components/blockui/blockui.ts index 69a24ea570b..c4ea0c8797a 100755 --- a/src/app/components/blockui/blockui.ts +++ b/src/app/components/blockui/blockui.ts @@ -1,39 +1,40 @@ import { CommonModule, isPlatformBrowser } from '@angular/common'; import { AfterViewInit, + booleanAttribute, ChangeDetectionStrategy, Component, - ContentChildren, + ContentChild, ElementRef, + inject, Input, NgModule, + numberAttribute, OnDestroy, - QueryList, TemplateRef, ViewChild, ViewEncapsulation, - booleanAttribute, - inject, - numberAttribute, } from '@angular/core'; -import { PrimeTemplate } from 'primeng/api'; import { DomHandler } from 'primeng/dom'; import { ZIndexUtils } from 'primeng/utils'; import { BaseComponent } from 'primeng/basecomponent'; import { BlockUiStyle } from './style/blockuistyle'; +import { SharedModule } from 'primeng/api'; import { styleClassAttribute } from "primeng/base"; /** * BlockUI can either block other components or the whole page. * @group Components */ @Component({ - selector: 'p-blockUI, p-blockui', + selector: 'p-blockUI, p-blockui, p-block-ui', + standalone: true, + imports: [CommonModule, SharedModule], template: `
    | undefined; + /** + * template of the content + * @group Templates + */ + @ContentChild('content') contentTemplate: TemplateRef | undefined; @ViewChild('mask') mask: ElementRef | undefined; @@ -92,8 +95,6 @@ export class BlockUI extends BaseComponent implements AfterViewInit, OnDestroy { animationEndListener: VoidFunction | null | undefined; - contentTemplate: TemplateRef | undefined; - _componentStyle = inject(BlockUiStyle); constructor() { @@ -109,20 +110,6 @@ export class BlockUI extends BaseComponent implements AfterViewInit, OnDestroy { } } - ngAfterContentInit() { - (this.templates as QueryList).forEach((item) => { - switch (item.getType()) { - case 'content': - this.contentTemplate = item.template; - break; - - default: - this.contentTemplate = item.template; - break; - } - }); - } - block() { if (isPlatformBrowser(this.platformId)) { this._blocked = true; @@ -144,7 +131,9 @@ export class BlockUI extends BaseComponent implements AfterViewInit, OnDestroy { unblock() { if (isPlatformBrowser(this.platformId) && this.mask && !this.animationEndListener) { - this.animationEndListener = this.renderer.listen(this.mask.nativeElement, 'animationend', this.destroyModal.bind(this)); + // this.animationEndListener = this.renderer.listen(this.mask.nativeElement, 'animationend', this.destroyModal.bind(this)); + // TODO Add animation + this.destroyModal(); DomHandler.addClass(this.mask.nativeElement, 'p-overlay-mask-leave'); } } @@ -176,8 +165,7 @@ export class BlockUI extends BaseComponent implements AfterViewInit, OnDestroy { } @NgModule({ - imports: [CommonModule], - exports: [BlockUI], - declarations: [BlockUI], + imports: [BlockUI], + exports: [BlockUI, SharedModule], }) export class BlockUIModule {} diff --git a/src/app/components/breadcrumb/breadcrumb.ts b/src/app/components/breadcrumb/breadcrumb.ts index ed3eff03847..1f8844f3a37 100755 --- a/src/app/components/breadcrumb/breadcrumb.ts +++ b/src/app/components/breadcrumb/breadcrumb.ts @@ -3,18 +3,17 @@ import { AfterContentInit, ChangeDetectionStrategy, Component, - ContentChildren, + ContentChild, EventEmitter, inject, Input, NgModule, Output, - QueryList, TemplateRef, ViewEncapsulation, } from '@angular/core'; import { Router, RouterModule } from '@angular/router'; -import { MenuItem, PrimeTemplate, SharedModule } from 'primeng/api'; +import { MenuItem, SharedModule } from 'primeng/api'; import { ChevronRightIcon } from 'primeng/icons/chevronright'; import { HomeIcon } from 'primeng/icons/home'; import { TooltipModule } from 'primeng/tooltip'; @@ -29,6 +28,8 @@ import { styleClassAttribute } from "primeng/base"; */ @Component({ selector: 'p-breadcrumb', + standalone: true, + imports: [CommonModule, RouterModule, TooltipModule, ChevronRightIcon, HomeIcon, SharedModule], template: `
  • -
    + } `, encapsulation: ViewEncapsulation.None, }) @@ -767,6 +767,26 @@ export class UITreeNode extends BaseComponent implements OnInit { */ @Component({ selector: 'p-tree', + standalone: true, + imports: [ + CommonModule, + Ripple, + Scroller, + SharedModule, + CheckIcon, + ChevronDownIcon, + ChevronRightIcon, + MinusIcon, + SearchIcon, + SpinnerIcon, + PlusIcon, + InputText, + IconField, + InputIcon, + Checkbox, + FormsModule, + UITreeNode, + ], template: `
    - - - - - - - - - + @if (filterTemplate) { + + } @else { + + + + + + + + + + } + - +
      - + @@ -901,7 +926,8 @@ export class UITreeNode extends BaseComponent implements OnInit { encapsulation: ViewEncapsulation.None, providers: [TreeStyle], }) -export class Tree extends BaseComponent implements OnInit, AfterContentInit, OnChanges, OnDestroy, BlockableUI { +export class Tree extends BaseComponent implements OnInit, OnChanges, OnDestroy, BlockableUI { + @ContentChild('filter') filterTemplate: TemplateRef; /** * An array of treenodes. * @group Props @@ -1022,6 +1048,11 @@ export class Tree extends BaseComponent implements OnInit, AfterContentInit, OnC * @group Props */ @Input() filterMode: string = 'lenient'; + /** + * Mode for filtering valid values are "lenient" and "strict". Default is lenient. + * @group Props + */ + @Input() filterOptions: any; /** * Placeholder text to show when filter input is empty. * @group Props @@ -1163,8 +1194,51 @@ export class Tree extends BaseComponent implements OnInit, AfterContentInit, OnC * @group Emits */ @Output() onFilter: EventEmitter = new EventEmitter(); - - @ContentChildren(PrimeTemplate) templates: Nullable>; + /** + * Node template. + * @group Templates + */ + @ContentChild('node') nodeTemplate: TemplateRef | undefined; + /** + * Header template. + * @group Templates + */ + @ContentChild('header') headerTemplate: TemplateRef | undefined; + /** + * Footer template. + * @group Templates + */ + @ContentChild('footer') footerTemplate: TemplateRef | undefined; + /** + * Loader template. + * @group Templates + */ + @ContentChild('loader') loaderTemplate: TemplateRef | undefined; + /** + * Empty message template. + * @group Templates + */ + @ContentChild('empty') emptyMessageTemplate: TemplateRef | undefined; + /** + * Toggler icon template. + * @group Templates + */ + @ContentChild('togglericon') togglerIconTemplate: TemplateRef | undefined; + /** + * Checkbox icon template. + * @group Templates + */ + @ContentChild('checkboxicon') checkboxIconTemplate: TemplateRef | undefined; + /** + * Loading icon template. + * @group Templates + */ + @ContentChild('loadingicon') loadingIconTemplate: TemplateRef | undefined; + /** + * Filter icon template. + * @group Templates + */ + @ContentChild('filtericon') filterIconTemplate: TemplateRef | undefined; @ViewChild('filter') filterViewChild: Nullable; @@ -1174,22 +1248,6 @@ export class Tree extends BaseComponent implements OnInit, AfterContentInit, OnC serializedValue: Nullable[]>; - headerTemplate: Nullable>; - - footerTemplate: Nullable>; - - loaderTemplate: Nullable>; - - emptyMessageTemplate: Nullable>; - - togglerIconTemplate: Nullable>; - - checkboxIconTemplate: Nullable>; - - loadingIconTemplate: Nullable>; - - filterIconTemplate: Nullable>; - public nodeTouched: boolean | undefined | null; public dragNodeTree: Tree | undefined | null; @@ -1216,6 +1274,12 @@ export class Tree extends BaseComponent implements OnInit, AfterContentInit, OnC ngOnInit() { super.ngOnInit(); + if (this.filterBy) { + this.filterOptions = { + filter: (value) => this._filter(value), + reset: () => this.resetFilter(), + }; + } if (this.droppableNodes) { this.dragStartSubscription = this.dragDropService.dragStart$.subscribe((event) => { this.dragNodeTree = event.tree; @@ -1254,52 +1318,6 @@ export class Tree extends BaseComponent implements OnInit, AfterContentInit, OnC return this.emptyMessage || this.config.getTranslation(TranslationKeys.EMPTY_MESSAGE); } - ngAfterContentInit() { - if ((this.templates as QueryList).length) { - this._templateMap = {}; - } - - (this.templates as QueryList).forEach((item) => { - switch (item.getType()) { - case 'header': - this.headerTemplate = item.template; - break; - - case 'empty': - this.emptyMessageTemplate = item.template; - break; - - case 'footer': - this.footerTemplate = item.template; - break; - - case 'loader': - this.loaderTemplate = item.template; - break; - - case 'togglericon': - this.togglerIconTemplate = item.template; - break; - - case 'checkboxicon': - this.checkboxIconTemplate = item.template; - break; - - case 'loadingicon': - this.loadingIconTemplate = item.template; - break; - - case 'filtericon': - this.filterIconTemplate = item.template; - break; - - default: - this._templateMap[item.name] = item.template; - break; - } - }); - } - updateSerializedValue() { this.serializedValue = []; this.serializeNodes(null, this.getRootNode(), 0, true); @@ -1829,25 +1847,7 @@ export class Tree extends BaseComponent implements OnInit, AfterContentInit, OnC } } @NgModule({ - imports: [ - CommonModule, - SharedModule, - RippleModule, - ScrollerModule, - CheckIcon, - ChevronDownIcon, - ChevronRightIcon, - MinusIcon, - SearchIcon, - SpinnerIcon, - PlusIcon, - InputTextModule, - IconFieldModule, - InputIconModule, - CheckboxModule, - FormsModule, - ], - exports: [Tree, SharedModule, ScrollerModule], - declarations: [Tree, UITreeNode], + imports: [Tree, SharedModule], + exports: [Tree, SharedModule], }) export class TreeModule {} diff --git a/src/app/components/treeselect/style/treeselectstyle.ts b/src/app/components/treeselect/style/treeselectstyle.ts index bbf34d8d0d0..6561094cc07 100644 --- a/src/app/components/treeselect/style/treeselectstyle.ts +++ b/src/app/components/treeselect/style/treeselectstyle.ts @@ -32,6 +32,10 @@ const theme = ({ dt }) => ` background: ${dt('treeselect.filled.background')}; } +.p-treeselect.p-variant-filled:not(.p-disabled):hover { + background: ${dt('treeselect.filled.hover.background')}; +} + .p-treeselect.p-variant-filled.p-focus { background: ${dt('treeselect.filled.focus.background')}; } @@ -128,6 +132,29 @@ const theme = ({ dt }) => ` padding: calc(${dt('treeselect.padding.y')} / 2) calc(${dt('treeselect.padding.x')} / 2); } +.p-treeselect-sm .p-treeselect-label { + font-size: ${dt('treeselect.sm.font.size')}; + padding-block: ${dt('treeselect.sm.padding.y')}; + padding-inline: ${dt('treeselect.sm.padding.x')}; +} + +.p-treeselect-sm .p-treeselect-dropdown .p-icon { + font-size: ${dt('treeselect.sm.font.size')}; + width: ${dt('treeselect.sm.font.size')}; + height: ${dt('treeselect.sm.font.size')}; +} + +.p-treeselect-lg .p-treeselect-label { + font-size: ${dt('treeselect.lg.font.size')}; + padding-block: ${dt('treeselect.lg.padding.y')}; + padding-inline: ${dt('treeselect.lg.padding.x')}; +} + +.p-treeselect-lg .p-treeselect-dropdown .p-icon { + font-size: ${dt('treeselect.lg.font.size')}; + width: ${dt('treeselect.lg.font.size')}; + height: ${dt('treeselect.lg.font.size')}; +} /* For PrimeNG */ p-treeselect.ng-invalid.ng-dirty > .p-inputwrapper { @@ -141,10 +168,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-inputwrapper { justify-content: center; flex-shrink: 0; background: transparent; - color: ${dt('treeselect.dropdown.color')}; + color: ${dt('treeselect.clear.icon.color')}; } -`; +p-treeselect.ng-invalid.ng-dirty .p-treeselect-label.p-placeholder { + color: ${dt('treeselect.invalid.placeholder.color')}; +}`; const inlineStyles = { root: ({ instance }) => ({ position: instance.appendTo === 'self' ? 'relative' : undefined }), @@ -163,6 +192,8 @@ const classes = { 'p-treeselect-open': instance.overlayVisible, 'p-treeselect-clearable': instance.showClear, 'p-treeselect-fluid': instance.hasFluid, + 'p-treeselect-sm p-inputfield-sm': instance.size === 'small', + 'p-treeselect-lg p-inputfield-lg': instance.size === 'large', }), labelContainer: 'p-treeselect-label-container', label: ({ instance }) => ({ diff --git a/src/app/components/treeselect/treeselect.ts b/src/app/components/treeselect/treeselect.ts index 4b5f02bb427..1591d24a6f5 100755 --- a/src/app/components/treeselect/treeselect.ts +++ b/src/app/components/treeselect/treeselect.ts @@ -1,11 +1,10 @@ import { AnimationEvent } from '@angular/animations'; import { CommonModule } from '@angular/common'; import { - AfterContentInit, booleanAttribute, ChangeDetectionStrategy, Component, - ContentChildren, + ContentChild, ElementRef, EventEmitter, forwardRef, @@ -13,28 +12,27 @@ import { Input, NgModule, Output, - QueryList, TemplateRef, ViewChild, ViewEncapsulation, } from '@angular/core'; import { NG_VALUE_ACCESSOR } from '@angular/forms'; -import { OverlayOptions, PrimeTemplate, ScrollerOptions, SharedModule, TreeNode } from 'primeng/api'; +import { OverlayOptions, ScrollerOptions, SharedModule, TreeNode } from 'primeng/api'; import { DomHandler } from 'primeng/dom'; import { ChevronDownIcon } from 'primeng/icons/chevrondown'; import { SearchIcon } from 'primeng/icons/search'; import { TimesIcon } from 'primeng/icons/times'; -import { Overlay, OverlayModule } from 'primeng/overlay'; -import { RippleModule } from 'primeng/ripple'; -import { Tree, TreeFilterEvent, TreeModule, TreeNodeSelectEvent, TreeNodeUnSelectEvent } from 'primeng/tree'; +import { Overlay } from 'primeng/overlay'; +import { Ripple } from 'primeng/ripple'; +import { Tree, TreeFilterEvent, TreeNodeSelectEvent, TreeNodeUnSelectEvent } from 'primeng/tree'; import { ObjectUtils, UniqueComponentId } from 'primeng/utils'; import { Nullable } from 'primeng/ts-helpers'; -import { AutoFocusModule } from 'primeng/autofocus'; +import { AutoFocus } from 'primeng/autofocus'; import { TreeSelectNodeCollapseEvent, TreeSelectNodeExpandEvent } from './treeselect.interface'; -import { ChipModule } from 'primeng/chip'; +import { Chip } from 'primeng/chip'; import { BaseComponent } from 'primeng/basecomponent'; import { TreeSelectStyle } from './style/treeselectstyle'; -import { InputTextModule } from 'primeng/inputtext'; +import { InputText } from 'primeng/inputtext'; export const TREESELECT_VALUE_ACCESSOR: any = { provide: NG_VALUE_ACCESSOR, @@ -46,7 +44,9 @@ export const TREESELECT_VALUE_ACCESSOR: any = { * @group Components */ @Component({ - selector: 'p-treeSelect, p-treeselect', + selector: 'p-treeSelect, p-treeselect, p-tree-select', + standalone: true, + imports: [CommonModule, Overlay, SharedModule, Ripple, InputText, Tree, AutoFocus, SearchIcon, TimesIcon, ChevronDownIcon, Chip], template: `
      @@ -66,8 +66,7 @@ export const TREESELECT_VALUE_ACCESSOR: any = { [attr.aria-expanded]="overlayVisible ?? false" [attr.aria-labelledby]="ariaLabelledBy" [attr.aria-label]="ariaLabel || (label === 'p-emptylabel' ? undefined : label)" - pAutoFocus - [autofocus]="autofocus" + [pAutoFocus]="autofocus" />
      @@ -103,9 +102,9 @@ export const TREESELECT_VALUE_ACCESSOR: any = { [attr.aria-expanded]="overlayVisible ?? false" [attr.aria-label]="'treeselect trigger'" > - - - + + +
      - +
      - + - + - + @@ -215,7 +214,7 @@ export const TREESELECT_VALUE_ACCESSOR: any = { providers: [TREESELECT_VALUE_ACCESSOR, TreeSelectStyle], encapsulation: ViewEncapsulation.None, }) -export class TreeSelect extends BaseComponent implements AfterContentInit { +export class TreeSelect extends BaseComponent { /** * Identifier of the underlying input element. * @group Props @@ -393,6 +392,11 @@ export class TreeSelect extends BaseComponent implements AfterContentInit { * @group Props */ @Input() virtualScrollItemSize: number | undefined; + /** + * Defines the size of the component. + * @group Props + */ + @Input() size: 'large' | 'small'; /** * Whether to use the scroller feature. The properties of scroller component can be used like an object in it. * @group Props @@ -462,7 +466,7 @@ export class TreeSelect extends BaseComponent implements AfterContentInit { * @param {Event} event - Browser event. * @group Emits */ - @Output() onShow: EventEmitter = new EventEmitter(); + @Output() onShow: EventEmitter = new EventEmitter(); /** * Callback to invoke when the overlay is hidden. * @param {Event} event - Browser event. @@ -508,8 +512,6 @@ export class TreeSelect extends BaseComponent implements AfterContentInit { _hideTransitionOptions: string | undefined; - @ContentChildren(PrimeTemplate) templates: Nullable>; - @ViewChild('container') containerEl: Nullable; @ViewChild('focusInput') focusInput: Nullable; @@ -531,28 +533,77 @@ export class TreeSelect extends BaseComponent implements AfterContentInit { filterValue: Nullable = null; serializedValue: Nullable; + /** + * Custom value template. + * @group Templates + */ + @ContentChild('value') valueTemplate: Nullable>; - valueTemplate: Nullable>; + /** + * Custom header template. + * @group Templates + */ + @ContentChild('header') headerTemplate: Nullable>; - headerTemplate: Nullable>; + /** + * Custom empty message template. + * @group Templates + */ + @ContentChild('empty') emptyTemplate: Nullable>; - emptyTemplate: Nullable>; + /** + * Custom footer template. + * @group Templates + */ + @ContentChild('footer') footerTemplate: Nullable>; - footerTemplate: Nullable>; + /** + * Custom clear icon template. + * @group Templates + */ + @ContentChild('clearicon') clearIconTemplate: Nullable>; - clearIconTemplate: Nullable>; + /** + * Custom trigger icon template. + * @group Templates + */ + @ContentChild('triggericon') triggerIconTemplate: Nullable>; - triggerIconTemplate: Nullable>; + /** + * Custom dropdown icon template. + * @group Templates + */ + @ContentChild('dropdownicon') dropdownIconTemplate: Nullable>; - filterIconTemplate: Nullable>; + /** + * Custom filter icon template. + * @group Templates + */ + @ContentChild('filtericon') filterIconTemplate: Nullable>; - closeIconTemplate: Nullable>; + /** + * Custom close icon template. + * @group Templates + */ + @ContentChild('closeicon') closeIconTemplate: Nullable>; - itemTogglerIconTemplate: Nullable>; + /** + * Custom item toggler icon template. + * @group Templates + */ + @ContentChild('itemtogglericon') itemTogglerIconTemplate: Nullable>; - itemCheckboxIconTemplate: Nullable>; + /** + * Custom item checkbox icon template. + * @group Templates + */ + @ContentChild('itemcheckboxicon') itemCheckboxIconTemplate: Nullable>; - itemLoadingIconTemplate: Nullable>; + /** + * Custom item loading icon template. + * @group Templates + */ + @ContentChild('itemloadingicon') itemLoadingIconTemplate: Nullable>; focused: Nullable; @@ -582,65 +633,6 @@ export class TreeSelect extends BaseComponent implements AfterContentInit { this.updateTreeState(); } - ngAfterContentInit() { - if ((this.templates as QueryList).length) { - this.templateMap = {}; - } - - (this.templates as QueryList).forEach((item) => { - switch (item.getType()) { - case 'value': - this.valueTemplate = item.template; - break; - - case 'header': - this.headerTemplate = item.template; - break; - - case 'empty': - this.emptyTemplate = item.template; - break; - - case 'footer': - this.footerTemplate = item.template; - break; - - case 'clearicon': - this.clearIconTemplate = item.template; - break; - - case 'triggericon': - this.triggerIconTemplate = item.template; - break; - - case 'filtericon': - this.filterIconTemplate = item.template; - break; - - case 'closeicon': - this.closeIconTemplate = item.template; - break; - - case 'itemtogglericon': - this.itemTogglerIconTemplate = item.template; - break; - - case 'itemcheckboxicon': - this.itemCheckboxIconTemplate = item.template; - break; - - case 'itemloadingicon': - this.itemLoadingIconTemplate = item.template; - break; - - default: //TODO: @deprecated Used "value" template instead - if (item.name) this.templateMap[item.name] = item.template; - else this.valueTemplate = item.template; - break; - } - }); - } - onOverlayAnimationStart(event: AnimationEvent) { switch (event.toState) { case 'visible': @@ -658,7 +650,7 @@ export class TreeSelect extends BaseComponent implements AfterContentInit { } } - onOverlayBeforeHide(event: Event) { + onOverlayBeforeHide(event: any) { let focusableElements = DomHandler.getFocusableElements(this.containerEl.nativeElement); if (focusableElements && focusableElements.length > 0) { @@ -666,7 +658,7 @@ export class TreeSelect extends BaseComponent implements AfterContentInit { } } - onSelectionChange(event: Event) { + onSelectionChange(event: any) { this.value = event; this.onModelChange(this.value); this.cd.markForCheck(); @@ -1037,20 +1029,7 @@ export class TreeSelect extends BaseComponent implements AfterContentInit { } @NgModule({ - imports: [ - CommonModule, - OverlayModule, - RippleModule, - InputTextModule, - SharedModule, - TreeModule, - AutoFocusModule, - SearchIcon, - TimesIcon, - ChevronDownIcon, - ChipModule, - ], - exports: [TreeSelect, OverlayModule, SharedModule, TreeModule], - declarations: [TreeSelect], + imports: [TreeSelect, SharedModule], + exports: [TreeSelect, SharedModule], }) export class TreeSelectModule {} diff --git a/src/app/components/treetable/treetable.ts b/src/app/components/treetable/treetable.ts index fb041bcda38..7d473d61330 100755 --- a/src/app/components/treetable/treetable.ts +++ b/src/app/components/treetable/treetable.ts @@ -6,7 +6,6 @@ import { ChangeDetectionStrategy, ChangeDetectorRef, Component, - ContentChildren, Directive, ElementRef, EventEmitter, @@ -54,8 +53,8 @@ import { SortAmountDownIcon } from 'primeng/icons/sortamountdown'; import { SortAmountUpAltIcon } from 'primeng/icons/sortamountupalt'; import { SpinnerIcon } from 'primeng/icons/spinner'; import { PaginatorModule } from 'primeng/paginator'; -import { RippleModule } from 'primeng/ripple'; -import { Scroller, ScrollerModule } from 'primeng/scroller'; +import { Ripple } from 'primeng/ripple'; +import { Scroller } from 'primeng/scroller'; import { Nullable, VoidListener } from 'primeng/ts-helpers'; import { ObjectUtils } from 'primeng/utils'; import { Subject, Subscription } from 'rxjs'; @@ -74,7 +73,7 @@ import { TreeTablePaginatorState, TreeTableSortEvent, } from './treetable.interface'; -import { CheckboxModule } from 'primeng/checkbox'; +import { Checkbox } from 'primeng/checkbox'; import { FormsModule } from '@angular/forms'; import { TreeTableStyle } from './style/treetablestyle'; import { BaseComponent } from 'primeng/basecomponent'; @@ -119,7 +118,7 @@ export class TreeTableService { * @group Components */ @Component({ - selector: 'p-treeTable, p-treetable', + selector: 'p-treeTable, p-treetable, p-tree-table', template: `
      ; - @ContentChildren(PrimeTemplate) templates: Nullable>; - _value: TreeNode[] | undefined = []; _virtualRowHeight: number = 28; @@ -2476,11 +2473,11 @@ export class TTBody { (onLazyLoad)="tt.onLazyItemLoad($event)" [options]="tt.virtualScrollOptions" > - + - + @@ -3655,7 +3652,7 @@ export class TTEditableColumn implements AfterViewInit { } @Component({ - selector: 'p-treeTableCellEditor', + selector: 'p-treeTableCellEditor, p-treetablecelleditor, p-treetable-cell-editor', template: ` @@ -3666,9 +3663,7 @@ export class TTEditableColumn implements AfterViewInit { `, encapsulation: ViewEncapsulation.None, }) -export class TreeTableCellEditor implements AfterContentInit { - @ContentChildren(PrimeTemplate) templates: Nullable>; - +export class TreeTableCellEditor extends BaseComponent implements AfterContentInit { inputTemplate: Nullable>; outputTemplate: Nullable>; @@ -3676,9 +3671,12 @@ export class TreeTableCellEditor implements AfterContentInit { constructor( public tt: TreeTable, public editableColumn: TTEditableColumn, - ) {} + ) { + super(); + } ngAfterContentInit() { + super.ngAfterContentInit(); (this.templates as QueryList).forEach((item) => { switch (item.getType()) { case 'input': @@ -3897,7 +3895,7 @@ export class TTRow { } @Component({ - selector: 'p-treeTableToggler', + selector: 'p-treeTableToggler, p-treetabletoggler, p-treetable-toggler', template: `
      `, typescript: `import { Component } from '@angular/core'; -import { ImageModule } from 'primeng/image'; +import { Image } from 'primeng/image'; @Component({ selector: 'image-basic-demo', templateUrl: './image-basic-demo.html', standalone: true, - imports: [ImageModule] + imports: [Image] }) export class ImageBasicDemo {}`, }; diff --git a/src/app/showcase/doc/Image/imagedoc.module.ts b/src/app/showcase/doc/Image/imagedoc.module.ts index 37928bcaa5a..86d17213431 100644 --- a/src/app/showcase/doc/Image/imagedoc.module.ts +++ b/src/app/showcase/doc/Image/imagedoc.module.ts @@ -1,7 +1,7 @@ import { CommonModule } from '@angular/common'; import { RouterModule } from '@angular/router'; import { NgModule } from '@angular/core'; -import { ImageModule } from 'primeng/image'; +import { Image } from 'primeng/image'; import { AppDocModule } from '@layout/doc/app.doc.module'; import { AppCodeModule } from '@layout/doc/app.code.component'; import { BasicDoc } from './basicdoc'; @@ -13,7 +13,7 @@ import { ImportDoc } from './importdoc'; import { AccessibilityDoc } from './accessibilitydoc'; @NgModule({ - imports: [CommonModule, RouterModule, ImageModule, AppCodeModule, AppDocModule], + imports: [CommonModule, RouterModule, Image, AppCodeModule, AppDocModule], declarations: [ImportDoc, BasicDoc, TemplateDoc, PreviewDoc, PreviewImageSourceDoc, StyleDoc, AccessibilityDoc], exports: [AppDocModule], }) diff --git a/src/app/showcase/doc/Image/importdoc.ts b/src/app/showcase/doc/Image/importdoc.ts index a59a0d57e2d..dd0b520f630 100644 --- a/src/app/showcase/doc/Image/importdoc.ts +++ b/src/app/showcase/doc/Image/importdoc.ts @@ -7,6 +7,6 @@ import { Code } from '@domain/code'; }) export class ImportDoc { code: Code = { - typescript: `import { ImageModule } from 'primeng/image';`, + typescript: `import { Image } from 'primeng/image';`, }; } diff --git a/src/app/showcase/doc/Image/previewdoc.ts b/src/app/showcase/doc/Image/previewdoc.ts index e5cfcf33f3f..93403d862f2 100644 --- a/src/app/showcase/doc/Image/previewdoc.ts +++ b/src/app/showcase/doc/Image/previewdoc.ts @@ -25,13 +25,13 @@ export class PreviewDoc {
      `, typescript: `import { Component } from '@angular/core'; -import { ImageModule } from 'primeng/image'; +import { Image } from 'primeng/image'; @Component({ selector: 'image-preview-demo', templateUrl: './image-preview-demo.html', standalone: true, - imports: [ImageModule] + imports: [Image] }) export class ImagePreviewDemo { }`, diff --git a/src/app/showcase/doc/Image/previewimagesourcedoc.ts b/src/app/showcase/doc/Image/previewimagesourcedoc.ts index e814b025335..a80e5e9ec06 100644 --- a/src/app/showcase/doc/Image/previewimagesourcedoc.ts +++ b/src/app/showcase/doc/Image/previewimagesourcedoc.ts @@ -41,13 +41,13 @@ export class PreviewImageSourceDoc {
      `, typescript: `import { Component } from '@angular/core'; -import { ImageModule } from 'primeng/image'; +import { Image } from 'primeng/image'; @Component({ selector: 'image-preview-source-demo', templateUrl: './image-preview-source-demo.html', standalone: true, - imports: [ImageModule] + imports: [Image] }) export class ImagePreviewSourceDemo { diff --git a/src/app/showcase/doc/accordion/importdoc.ts b/src/app/showcase/doc/accordion/importdoc.ts index c1670efd6fa..9fc95d18cb4 100644 --- a/src/app/showcase/doc/accordion/importdoc.ts +++ b/src/app/showcase/doc/accordion/importdoc.ts @@ -7,6 +7,6 @@ import { Code } from '@domain/code'; }) export class ImportDoc { code: Code = { - typescript: `import { AccordionModule } from 'primeng/accordion';`, + typescript: `import { Accordion, AccordionTab } from 'primeng/accordion';`, }; } diff --git a/src/app/showcase/doc/animateonscroll/animateonscrolldoc.module.ts b/src/app/showcase/doc/animateonscroll/animateonscrolldoc.module.ts index a423e2ced32..de6fb3fd754 100644 --- a/src/app/showcase/doc/animateonscroll/animateonscrolldoc.module.ts +++ b/src/app/showcase/doc/animateonscroll/animateonscrolldoc.module.ts @@ -6,10 +6,10 @@ import { AppCodeModule } from '@layout/doc/app.code.component'; import { ImportDoc } from './importdoc'; import { BasicDoc } from './basicdoc'; import { AccessibilityDoc } from './accessibilitydoc'; -import { AnimateOnScrollModule } from 'primeng/animateonscroll'; +import { AnimateOnScroll } from 'primeng/animateonscroll'; @NgModule({ - imports: [CommonModule, RouterModule, AppCodeModule, AppDocModule, AnimateOnScrollModule], + imports: [CommonModule, RouterModule, AppCodeModule, AppDocModule, AnimateOnScroll], declarations: [ImportDoc, BasicDoc, AccessibilityDoc], exports: [AppDocModule], }) diff --git a/src/app/showcase/doc/animateonscroll/basicdoc.ts b/src/app/showcase/doc/animateonscroll/basicdoc.ts index 67382aa0b43..418d3e807d6 100644 --- a/src/app/showcase/doc/animateonscroll/basicdoc.ts +++ b/src/app/showcase/doc/animateonscroll/basicdoc.ts @@ -258,13 +258,13 @@ export class BasicDoc {
    `, typescript: `import { Component } from '@angular/core'; -import { AnimateOnScrollModule } from 'primeng/animateonscroll'; +import { AnimateOnScroll } from 'primeng/animateonscroll'; @Component({ selector: 'animate-on-scroll-basic-demo', templateUrl: './animate-on-scroll-basic-demo.html', standalone: true, - imports: [AnimateOnScrollModule], + imports: [AnimateOnScroll], styles: [ \` :host { diff --git a/src/app/showcase/doc/animateonscroll/importdoc.ts b/src/app/showcase/doc/animateonscroll/importdoc.ts index 1126231f200..ec41e92936a 100644 --- a/src/app/showcase/doc/animateonscroll/importdoc.ts +++ b/src/app/showcase/doc/animateonscroll/importdoc.ts @@ -7,6 +7,6 @@ import { Code } from '@domain/code'; }) export class ImportDoc { code: Code = { - typescript: `import { AnimateOnScrollModule } from 'primeng/animateonscroll';`, + typescript: `import { AnimateOnScroll } from 'primeng/animateonscroll';`, }; } diff --git a/src/app/showcase/doc/apidoc/index.json b/src/app/showcase/doc/apidoc/index.json index 44334538283..5e83628e4e2 100644 --- a/src/app/showcase/doc/apidoc/index.json +++ b/src/app/showcase/doc/apidoc/index.json @@ -32,15 +32,9 @@ "values": [ { "name": "toggleicon", - "description": "A template reference variable that represents the toggle icon in a UI component.", + "description": "Toggle icon template.", "type": "TemplateRef", - "parameters": [ - { - "name": "context", - "description": "Context of the template", - "type": "AccordionToggleIconTemplateContext" - } - ] + "parameters": [] } ] } @@ -170,6 +164,35 @@ "description": "Event triggered by changing the choice." } ] + }, + "templates": { + "description": "Defines the templates used by the component.", + "values": [ + { + "name": "header", + "description": "Content template for the content of the drawer.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "footer", + "description": "Header template for the header of the drawer.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "icon", + "description": "Template for the header icon.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "content", + "description": "Content template for the footer of the drawer.", + "type": "TemplateRef", + "parameters": [] + } + ] } }, "Accordion": { @@ -1768,6 +1791,9 @@ "overlayservice": { "components": {} }, + "primeng": { + "components": {} + }, "primengconfig": { "components": {} }, @@ -2239,6 +2265,12 @@ "name": "ToastMessageOptions", "description": "Deines valid options for the toast message.", "props": [ + { + "name": "text", + "optional": true, + "readonly": false, + "type": "any" + }, { "name": "severity", "optional": true, @@ -3759,8 +3791,8 @@ "name": "size", "optional": false, "readonly": false, - "type": "number", - "description": "Size of the input field." + "type": "\"small\" | \"large\"", + "description": "Defines the size of the component." }, { "name": "appendTo", @@ -4224,6 +4256,77 @@ "description": "Callback to invoke on lazy load data." } ] + }, + "templates": { + "description": "Defines the templates used by the component.", + "values": [ + { + "name": "item", + "description": "Custom item template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "empty", + "description": "Custom empty message template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "header", + "description": "Custom header template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "footer", + "description": "Custom footer template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "selecteditem", + "description": "Custom selected item template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "group", + "description": "Custom group item template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "loader", + "description": "Custom loader template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "removeicon", + "description": "Custom remove icon template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "loadingicon", + "description": "Custom loading icon template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "clearicon", + "description": "Custom clear icon template.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "dropdownicon", + "description": "Custom dropdown icon template.", + "type": "TemplateRef", + "parameters": [] + } + ] } } }, @@ -4507,6 +4610,15 @@ "readonly": false, "type": "boolean", "default": "false", + "description": "When present, it specifies that the component should automatically get focus on load.", + "deprecated": "use [pAutoFocus]=\"true\"" + }, + { + "name": "_autofocus", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", "description": "When present, it specifies that the component should automatically get focus on load." } ] @@ -4845,6 +4957,17 @@ "description": "Current blocked state as a boolean." } ] + }, + "templates": { + "description": "Defines the templates used by the component.", + "values": [ + { + "name": "content", + "description": "template of the content", + "type": "TemplateRef", + "parameters": [] + } + ] } } }, @@ -4932,6 +5055,23 @@ "description": "Fired when an item is selected." } ] + }, + "templates": { + "description": "Defines the templates used by the component.", + "values": [ + { + "name": "item", + "description": "Defines template option for item.", + "type": "TemplateRef", + "parameters": [] + }, + { + "name": "separator", + "description": "Defines template option for separator.", + "type": "TemplateRef", + "parameters": [] + } + ] } } }, @@ -5038,28 +5178,32 @@ "readonly": false, "type": "ButtonIconPosition", "default": "left", - "description": "Position of the icon." + "description": "Position of the icon.", + "deprecated": "utilize pButtonIcon and pButtonLabel directives." }, { "name": "loadingIcon", "optional": false, "readonly": false, "type": "string", - "description": "Uses to pass attributes to the loading icon's DOM element." + "description": "Uses to pass attributes to the loading icon's DOM element.", + "deprecated": "utilize pButonIcon instead." }, { "name": "label", "optional": false, "readonly": false, "type": "string", - "description": "Text of the button." + "description": "Text of the button.", + "deprecated": "use pButtonLabel directive instead." }, { "name": "icon", "optional": false, "readonly": false, "type": "string", - "description": "Name of the icon." + "description": "Name of the icon.", + "deprecated": "use pButtonIcon directive instead" }, { "name": "loading", @@ -5073,7 +5217,8 @@ "optional": false, "readonly": false, "type": "ButtonProps", - "description": "Used to pass all properties of the ButtonProps to the Button component." + "description": "Used to pass all properties of the ButtonProps to the Button component.", + "deprecated": "assign props directly to the button element." }, { "name": "severity", @@ -5128,7 +5273,16 @@ "readonly": false, "type": "boolean", "default": "false", - "description": "Add a plain textual class to the button without a background initially." + "description": "Add a plain textual class to the button without a background initially.", + "deprecated": "use variant property instead." + }, + { + "name": "fluid", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Spans 100% width of the container when enabled." } ] } @@ -5228,7 +5382,8 @@ "readonly": false, "type": "boolean", "default": "false", - "description": "Add a plain textual class to the button without a background initially." + "description": "Add a plain textual class to the button without a background initially.", + "deprecated": "use variant property instead." }, { "name": "severity", @@ -5267,6 +5422,13 @@ "type": "\"small\" | \"large\"", "description": "Defines the size of the button." }, + { + "name": "variant", + "optional": false, + "readonly": false, + "type": "\"text\" | \"outlined\"", + "description": "Specifies the variant of the component." + }, { "name": "style", "optional": false, @@ -5293,7 +5455,7 @@ "name": "badgeSeverity", "optional": false, "readonly": false, - "type": "\"success\" | \"info\" | \"warning\" | \"primary\" | \"help\" | \"danger\" | \"secondary\" | \"contrast\"", + "type": "\"success\" | \"info\" | \"primary\" | \"help\" | \"warn\" | \"danger\" | \"secondary\" | \"contrast\"", "default": "secondary", "description": "Severity type of the badge." }, @@ -5312,6 +5474,14 @@ "default": "false", "description": "When present, it specifies that the component should automatically get focus on load." }, + { + "name": "fluid", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Spans 100% width of the container when enabled." + }, { "name": "buttonProps", "optional": false, @@ -5355,6 +5525,29 @@ "description": "Callback to execute when button loses focus.\nThis event is intended to be used with the component. Using a regular