@skyux/navbar 8.0.0 → 8.0.1

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.
Files changed (2) hide show
  1. package/documentation.json +70 -36
  2. package/package.json +1 -1
@@ -18,10 +18,25 @@
18
18
  "kind": 128,
19
19
  "kindString": "Class",
20
20
  "flags": {},
21
+ "decorators": [
22
+ {
23
+ "name": "NgModule",
24
+ "type": {
25
+ "type": "reference",
26
+ "qualifiedName": "NgModuleDecorator",
27
+ "package": "@angular/core",
28
+ "name": "NgModule"
29
+ },
30
+ "arguments": {
31
+ "obj": "{\n declarations: [SkyNavbarComponent, SkyNavbarItemComponent],\n imports: [CommonModule],\n exports: [SkyNavbarComponent, SkyNavbarItemComponent],\n}"
32
+ }
33
+ }
34
+ ],
21
35
  "children": [],
22
36
  "groups": [
23
37
  {
24
38
  "title": "Constructors",
39
+ "kind": 512,
25
40
  "children": [
26
41
  9
27
42
  ]
@@ -31,8 +46,7 @@
31
46
  {
32
47
  "fileName": "projects/navbar/src/modules/navbar/navbar.module.ts",
33
48
  "line": 12,
34
- "character": 13,
35
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/navbar/src/lib/modules/navbar/navbar.module.ts#L12"
49
+ "character": 13
36
50
  }
37
51
  ]
38
52
  },
@@ -43,17 +57,27 @@
43
57
  "kindString": "Class",
44
58
  "flags": {},
45
59
  "comment": {
46
- "summary": [
47
- {
48
- "kind": "text",
49
- "text": "Displays top-level navigation."
50
- }
51
- ]
60
+ "shortText": "Displays top-level navigation."
52
61
  },
62
+ "decorators": [
63
+ {
64
+ "name": "Component",
65
+ "type": {
66
+ "type": "reference",
67
+ "qualifiedName": "ComponentDecorator",
68
+ "package": "@angular/core",
69
+ "name": "Component"
70
+ },
71
+ "arguments": {
72
+ "obj": "{\n selector: 'sky-navbar',\n templateUrl: './navbar.component.html',\n styleUrls: ['./navbar.component.scss'],\n}"
73
+ }
74
+ }
75
+ ],
53
76
  "children": [],
54
77
  "groups": [
55
78
  {
56
79
  "title": "Constructors",
80
+ "kind": 512,
57
81
  "children": [
58
82
  2
59
83
  ]
@@ -63,8 +87,7 @@
63
87
  {
64
88
  "fileName": "projects/navbar/src/modules/navbar/navbar.component.ts",
65
89
  "line": 11,
66
- "character": 13,
67
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/navbar/src/lib/modules/navbar/navbar.component.ts#L11"
90
+ "character": 13
68
91
  }
69
92
  ]
70
93
  },
@@ -75,13 +98,22 @@
75
98
  "kindString": "Class",
76
99
  "flags": {},
77
100
  "comment": {
78
- "summary": [
79
- {
80
- "kind": "text",
81
- "text": "Displays a navigation item in the navbar. It can include sub-navigation items in\na dropdown menu."
82
- }
83
- ]
101
+ "shortText": "Displays a navigation item in the navbar. It can include sub-navigation items in\na dropdown menu."
84
102
  },
103
+ "decorators": [
104
+ {
105
+ "name": "Component",
106
+ "type": {
107
+ "type": "reference",
108
+ "qualifiedName": "ComponentDecorator",
109
+ "package": "@angular/core",
110
+ "name": "Component"
111
+ },
112
+ "arguments": {
113
+ "obj": "{\n selector: 'sky-navbar-item',\n templateUrl: './navbar-item.component.html',\n styleUrls: ['./navbar-item.component.scss'],\n}"
114
+ }
115
+ }
116
+ ],
85
117
  "children": [
86
118
  {
87
119
  "id": 7,
@@ -92,30 +124,31 @@
92
124
  "isPublic": true
93
125
  },
94
126
  "comment": {
95
- "summary": [
127
+ "shortText": "Whether the navigation item is active.",
128
+ "tags": [
96
129
  {
97
- "kind": "text",
98
- "text": "Whether the navigation item is active."
99
- }
100
- ],
101
- "blockTags": [
102
- {
103
- "tag": "@default",
104
- "content": [
105
- {
106
- "kind": "text",
107
- "text": "false"
108
- }
109
- ]
130
+ "tag": "default",
131
+ "text": "false\n"
110
132
  }
111
133
  ]
112
134
  },
135
+ "decorators": [
136
+ {
137
+ "name": "Input",
138
+ "type": {
139
+ "type": "reference",
140
+ "qualifiedName": "InputDecorator",
141
+ "package": "@angular/core",
142
+ "name": "Input"
143
+ },
144
+ "arguments": {}
145
+ }
146
+ ],
113
147
  "sources": [
114
148
  {
115
149
  "fileName": "projects/navbar/src/modules/navbar/navbar-item.component.ts",
116
150
  "line": 18,
117
- "character": 9,
118
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/navbar/src/lib/modules/navbar/navbar-item.component.ts#L18"
151
+ "character": 9
119
152
  }
120
153
  ],
121
154
  "type": {
@@ -127,12 +160,14 @@
127
160
  "groups": [
128
161
  {
129
162
  "title": "Constructors",
163
+ "kind": 512,
130
164
  "children": [
131
165
  5
132
166
  ]
133
167
  },
134
168
  {
135
169
  "title": "Properties",
170
+ "kind": 1024,
136
171
  "children": [
137
172
  7
138
173
  ]
@@ -142,8 +177,7 @@
142
177
  {
143
178
  "fileName": "projects/navbar/src/modules/navbar/navbar-item.component.ts",
144
179
  "line": 12,
145
- "character": 13,
146
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/navbar/src/lib/modules/navbar/navbar-item.component.ts#L12"
180
+ "character": 13
147
181
  }
148
182
  ]
149
183
  }
@@ -151,6 +185,7 @@
151
185
  "groups": [
152
186
  {
153
187
  "title": "Classes",
188
+ "kind": 128,
154
189
  "children": [
155
190
  8,
156
191
  1,
@@ -162,8 +197,7 @@
162
197
  {
163
198
  "fileName": "index.ts",
164
199
  "line": 1,
165
- "character": 0,
166
- "url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/navbar/src/index.ts#L1"
200
+ "character": 0
167
201
  }
168
202
  ]
169
203
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/navbar",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",