@taiga-ui/addon-doc 3.67.0 → 3.68.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/taiga-ui-addon-doc-components.umd.js +1 -1
- package/bundles/taiga-ui-addon-doc-components.umd.js.map +1 -1
- package/bundles/taiga-ui-addon-doc-interfaces.umd.js.map +1 -1
- package/esm2015/components/navigation/navigation.component.js +2 -2
- package/esm2015/interfaces/page.js +1 -1
- package/fesm2015/taiga-ui-addon-doc-components.js +1 -1
- package/fesm2015/taiga-ui-addon-doc-components.js.map +1 -1
- package/fesm2015/taiga-ui-addon-doc-interfaces.js.map +1 -1
- package/interfaces/page.d.ts +2 -0
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-addon-doc-interfaces.js","sources":["../../../projects/addon-doc/interfaces/page.ts","../../../projects/addon-doc/interfaces/taiga-ui-addon-doc-interfaces.ts"],"sourcesContent":["import {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\n\nexport interface TuiDocPageBase {\n readonly section?: string;\n readonly title: string;\n}\n\nexport interface TuiDocPage extends TuiDocPageBase {\n readonly fragment?: string;\n readonly keywords?: string;\n readonly route: string;\n readonly icon?: PolymorpheusContent;\n}\n\nexport interface TuiDocPageGroup extends TuiDocPageBase {\n readonly subPages: readonly TuiDocPage[];\n}\n\nexport type TuiRawLoaderContent = Promise<{default: string}> | string;\n\n/**\n * @deprecated: use {@link TuiRawLoaderContent}\n * TODO: remove in v4.0\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport type RawLoaderContent = TuiRawLoaderContent;\n\nexport const TUI_EXAMPLE_PRIMARY_FILE_NAME = {\n TS: 'TypeScript',\n LESS: 'LESS',\n HTML: 'HTML',\n} as const;\n\nexport type TuiDocExample =\n | Record<string, TuiRawLoaderContent>\n | {\n [TUI_EXAMPLE_PRIMARY_FILE_NAME.HTML]?: string;\n [TUI_EXAMPLE_PRIMARY_FILE_NAME.LESS]?: string;\n [TUI_EXAMPLE_PRIMARY_FILE_NAME.TS]?: string;\n };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"taiga-ui-addon-doc-interfaces.js","sources":["../../../projects/addon-doc/interfaces/page.ts","../../../projects/addon-doc/interfaces/taiga-ui-addon-doc-interfaces.ts"],"sourcesContent":["import {PolymorpheusContent} from '@tinkoff/ng-polymorpheus';\n\nexport interface TuiDocPageBase {\n readonly section?: string;\n readonly title: string;\n}\n\nexport interface TuiDocPage extends TuiDocPageBase {\n readonly fragment?: string;\n readonly keywords?: string;\n readonly route: string;\n readonly icon?: PolymorpheusContent;\n readonly rel?: HTMLAnchorElement['rel'];\n readonly target?: HTMLAnchorElement['target'];\n}\n\nexport interface TuiDocPageGroup extends TuiDocPageBase {\n readonly subPages: readonly TuiDocPage[];\n}\n\nexport type TuiRawLoaderContent = Promise<{default: string}> | string;\n\n/**\n * @deprecated: use {@link TuiRawLoaderContent}\n * TODO: remove in v4.0\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport type RawLoaderContent = TuiRawLoaderContent;\n\nexport const TUI_EXAMPLE_PRIMARY_FILE_NAME = {\n TS: 'TypeScript',\n LESS: 'LESS',\n HTML: 'HTML',\n} as const;\n\nexport type TuiDocExample =\n | Record<string, TuiRawLoaderContent>\n | {\n [TUI_EXAMPLE_PRIMARY_FILE_NAME.HTML]?: string;\n [TUI_EXAMPLE_PRIMARY_FILE_NAME.LESS]?: string;\n [TUI_EXAMPLE_PRIMARY_FILE_NAME.TS]?: string;\n };\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AA6Ba,MAAA,6BAA6B,GAAG;AACzC,IAAA,EAAE,EAAE,YAAY;AAChB,IAAA,IAAI,EAAE,MAAM;AACZ,IAAA,IAAI,EAAE,MAAM;;;AChChB;;AAEG;;;;"}
|
package/interfaces/page.d.ts
CHANGED
|
@@ -8,6 +8,8 @@ export interface TuiDocPage extends TuiDocPageBase {
|
|
|
8
8
|
readonly keywords?: string;
|
|
9
9
|
readonly route: string;
|
|
10
10
|
readonly icon?: PolymorpheusContent;
|
|
11
|
+
readonly rel?: HTMLAnchorElement['rel'];
|
|
12
|
+
readonly target?: HTMLAnchorElement['target'];
|
|
11
13
|
}
|
|
12
14
|
export interface TuiDocPageGroup extends TuiDocPageBase {
|
|
13
15
|
readonly subPages: readonly TuiDocPage[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taiga-ui/addon-doc",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.68.0",
|
|
4
4
|
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
"@angular/forms": ">=12.0.0",
|
|
25
25
|
"@angular/router": ">=12.0.0",
|
|
26
26
|
"@ng-web-apis/common": "3.0.6",
|
|
27
|
-
"@taiga-ui/addon-mobile": "^3.
|
|
28
|
-
"@taiga-ui/cdk": "^3.
|
|
29
|
-
"@taiga-ui/core": "^3.
|
|
30
|
-
"@taiga-ui/kit": "^3.
|
|
27
|
+
"@taiga-ui/addon-mobile": "^3.68.0",
|
|
28
|
+
"@taiga-ui/cdk": "^3.68.0",
|
|
29
|
+
"@taiga-ui/core": "^3.68.0",
|
|
30
|
+
"@taiga-ui/kit": "^3.68.0",
|
|
31
31
|
"@tinkoff/ng-polymorpheus": "4.3.0"
|
|
32
32
|
},
|
|
33
33
|
"main": "bundles/taiga-ui-addon-doc.umd.js",
|