@rxap/layout 19.1.1-dev.1 → 19.1.1-dev.2
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/CHANGELOG.md +6 -0
- package/compodoc/changelog.html +5 -0
- package/compodoc/components/NavigationItemComponent.html +6 -8
- package/compodoc/js/search/search_index.js +2 -2
- package/compodoc/miscellaneous/functions.html +4 -4
- package/compodoc/properties.html +1 -1
- package/docs/documentation.json +354 -354
- package/docs/html/classes/AppsButtonComponent.html +4 -4
- package/docs/html/classes/BaseLayoutComponent.html +2 -2
- package/docs/html/classes/DefaultHeaderComponent.html +2 -2
- package/docs/html/classes/DefaultHeaderService.html +5 -5
- package/docs/html/classes/ExternalAppsService.html +2 -2
- package/docs/html/classes/FooterComponent.html +2 -2
- package/docs/html/classes/FooterDirective.html +3 -3
- package/docs/html/classes/FooterService.html +5 -5
- package/docs/html/classes/HeaderComponent.html +2 -2
- package/docs/html/classes/HeaderDirective.html +3 -3
- package/docs/html/classes/HeaderService.html +5 -5
- package/docs/html/classes/LayoutComponent.html +2 -2
- package/docs/html/classes/LayoutService.html +2 -2
- package/docs/html/classes/LogoService.html +2 -2
- package/docs/html/classes/MinimalLayoutComponent.html +2 -2
- package/docs/html/classes/NavigationComponent.html +3 -3
- package/docs/html/classes/NavigationItemComponent.html +5 -5
- package/docs/html/classes/NavigationProgressBarComponent.html +2 -2
- package/docs/html/classes/NavigationService.html +3 -3
- package/docs/html/classes/ReleaseInfoComponent.html +2 -2
- package/docs/html/classes/SettingsButtonComponent.html +2 -2
- package/docs/html/classes/SidenavComponent.html +2 -2
- package/docs/html/classes/SidenavFooterDirective.html +2 -2
- package/docs/html/classes/SidenavHeaderDirective.html +2 -2
- package/docs/html/classes/SidenavToggleButtonComponent.html +2 -2
- package/docs/html/classes/UserProfileIconComponent.html +2 -2
- package/docs/html/functions/IsNavigationDividerItem.html +1 -1
- package/docs/html/functions/IsNavigationInsertItem.html +1 -1
- package/docs/html/functions/IsNavigationItem.html +1 -1
- package/docs/html/functions/provideExternalApps.html +1 -1
- package/docs/html/functions/provideLayout.html +1 -1
- package/docs/html/functions/withDefaultHeaderComponent.html +1 -1
- package/docs/html/functions/withDefaultHeaderItems.html +1 -1
- package/docs/html/functions/withFooterComponents.html +1 -1
- package/docs/html/functions/withHeaderComponents.html +1 -1
- package/docs/html/functions/withNavigationConfig.html +1 -1
- package/docs/html/functions/withNavigationInserts.html +1 -1
- package/docs/html/functions/withReleaseInfoModules.html +1 -1
- package/docs/html/functions/withSettingsMenuItems.html +1 -1
- package/docs/html/functions/withUserProfileDataSource.html +1 -1
- package/docs/html/index.html +2 -2
- package/docs/html/interfaces/NavigationDividerItem.html +2 -2
- package/docs/html/interfaces/NavigationInsertItem.html +2 -2
- package/docs/html/interfaces/NavigationItem.html +2 -2
- package/docs/html/interfaces/NavigationStatus.html +2 -2
- package/docs/html/interfaces/ReleaseInfoModule.html +2 -2
- package/docs/html/interfaces/SettingsMenuItem.html +2 -2
- package/docs/html/modules.html +1 -1
- package/docs/html/types/DefaultHeaderItemComponent.html +1 -1
- package/docs/html/types/ExternalApp.html +1 -1
- package/docs/html/types/ExtractUsernameFromProfileFn.html +1 -1
- package/docs/html/types/Navigation.html +1 -1
- package/docs/html/types/NavigationWithInserts.html +1 -1
- package/docs/html/types/SettingsMenuItemComponent.html +1 -1
- package/docs/html/variables/EXTRACT_USERNAME_FROM_PROFILE.html +1 -1
- package/docs/html/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP.html +1 -1
- package/docs/html/variables/RXAP_EXTERNAL_APP_FILTER.html +1 -1
- package/docs/html/variables/RXAP_FOOTER_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_HEADER_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_LAYOUT_APPS_GRID.html +1 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG.html +1 -1
- package/docs/html/variables/RXAP_LOGO_CONFIG_DEFAULTS.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_CONFIG_INSERTS.html +1 -1
- package/docs/html/variables/RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.html +1 -1
- package/docs/html/variables/RXAP_RELEASE_INFO_MODULE.html +1 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM.html +1 -1
- package/docs/html/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.html +1 -1
- package/docs/html/variables/RXAP_USER_PROFILE_DATA_SOURCE.html +1 -1
- package/docs/markdown/README.md +1 -1
- package/docs/markdown/classes/AppsButtonComponent.md +8 -8
- package/docs/markdown/classes/BaseLayoutComponent.md +2 -2
- package/docs/markdown/classes/DefaultHeaderComponent.md +10 -10
- package/docs/markdown/classes/DefaultHeaderService.md +6 -6
- package/docs/markdown/classes/ExternalAppsService.md +18 -18
- package/docs/markdown/classes/FooterComponent.md +5 -5
- package/docs/markdown/classes/FooterDirective.md +4 -4
- package/docs/markdown/classes/FooterService.md +6 -6
- package/docs/markdown/classes/HeaderComponent.md +6 -6
- package/docs/markdown/classes/HeaderDirective.md +4 -4
- package/docs/markdown/classes/HeaderService.md +6 -6
- package/docs/markdown/classes/LayoutComponent.md +6 -6
- package/docs/markdown/classes/LayoutService.md +17 -17
- package/docs/markdown/classes/LogoService.md +6 -6
- package/docs/markdown/classes/MinimalLayoutComponent.md +2 -2
- package/docs/markdown/classes/NavigationComponent.md +14 -14
- package/docs/markdown/classes/NavigationItemComponent.md +20 -20
- package/docs/markdown/classes/NavigationProgressBarComponent.md +4 -4
- package/docs/markdown/classes/NavigationService.md +12 -12
- package/docs/markdown/classes/ReleaseInfoComponent.md +6 -6
- package/docs/markdown/classes/SettingsButtonComponent.md +19 -19
- package/docs/markdown/classes/SidenavComponent.md +18 -18
- package/docs/markdown/classes/SidenavFooterDirective.md +4 -4
- package/docs/markdown/classes/SidenavHeaderDirective.md +4 -4
- package/docs/markdown/classes/SidenavToggleButtonComponent.md +5 -5
- package/docs/markdown/classes/UserProfileIconComponent.md +7 -7
- package/docs/markdown/functions/IsNavigationDividerItem.md +2 -2
- package/docs/markdown/functions/IsNavigationInsertItem.md +2 -2
- package/docs/markdown/functions/IsNavigationItem.md +2 -2
- package/docs/markdown/functions/provideExternalApps.md +2 -2
- package/docs/markdown/functions/provideLayout.md +2 -2
- package/docs/markdown/functions/withDefaultHeaderComponent.md +2 -2
- package/docs/markdown/functions/withDefaultHeaderItems.md +2 -2
- package/docs/markdown/functions/withFooterComponents.md +2 -2
- package/docs/markdown/functions/withHeaderComponents.md +2 -2
- package/docs/markdown/functions/withNavigationConfig.md +2 -2
- package/docs/markdown/functions/withNavigationInserts.md +2 -2
- package/docs/markdown/functions/withReleaseInfoModules.md +2 -2
- package/docs/markdown/functions/withSettingsMenuItems.md +2 -2
- package/docs/markdown/functions/withUserProfileDataSource.md +2 -2
- package/docs/markdown/globals.md +2 -2
- package/docs/markdown/interfaces/NavigationDividerItem.md +4 -4
- package/docs/markdown/interfaces/NavigationInsertItem.md +3 -3
- package/docs/markdown/interfaces/NavigationItem.md +7 -7
- package/docs/markdown/interfaces/NavigationStatus.md +3 -3
- package/docs/markdown/interfaces/ReleaseInfoModule.md +5 -5
- package/docs/markdown/interfaces/SettingsMenuItem.md +5 -5
- package/docs/markdown/type-aliases/DefaultHeaderItemComponent.md +2 -2
- package/docs/markdown/type-aliases/ExternalApp.md +2 -2
- package/docs/markdown/type-aliases/ExtractUsernameFromProfileFn.md +2 -2
- package/docs/markdown/type-aliases/Navigation.md +2 -2
- package/docs/markdown/type-aliases/NavigationWithInserts.md +2 -2
- package/docs/markdown/type-aliases/SettingsMenuItemComponent.md +2 -2
- package/docs/markdown/variables/EXTRACT_USERNAME_FROM_PROFILE.md +2 -2
- package/docs/markdown/variables/RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_EXTERNAL_APP.md +2 -2
- package/docs/markdown/variables/RXAP_EXTERNAL_APP_FILTER.md +2 -2
- package/docs/markdown/variables/RXAP_FOOTER_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_HEADER_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_LAYOUT_APPS_GRID.md +2 -2
- package/docs/markdown/variables/RXAP_LOGO_CONFIG.md +2 -2
- package/docs/markdown/variables/RXAP_LOGO_CONFIG_DEFAULTS.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_CONFIG_INSERTS.md +2 -2
- package/docs/markdown/variables/RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.md +2 -2
- package/docs/markdown/variables/RXAP_RELEASE_INFO_MODULE.md +2 -2
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM.md +2 -2
- package/docs/markdown/variables/RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +2 -2
- package/docs/markdown/variables/RXAP_USER_PROFILE_DATA_SOURCE.md +2 -2
- package/docs/wiki/Class.AppsButtonComponent.md +7 -7
- package/docs/wiki/Class.BaseLayoutComponent.md +1 -1
- package/docs/wiki/Class.DefaultHeaderComponent.md +9 -9
- package/docs/wiki/Class.DefaultHeaderService.md +5 -5
- package/docs/wiki/Class.ExternalAppsService.md +17 -17
- package/docs/wiki/Class.FooterComponent.md +4 -4
- package/docs/wiki/Class.FooterDirective.md +3 -3
- package/docs/wiki/Class.FooterService.md +5 -5
- package/docs/wiki/Class.HeaderComponent.md +5 -5
- package/docs/wiki/Class.HeaderDirective.md +3 -3
- package/docs/wiki/Class.HeaderService.md +5 -5
- package/docs/wiki/Class.LayoutComponent.md +5 -5
- package/docs/wiki/Class.LayoutService.md +16 -16
- package/docs/wiki/Class.LogoService.md +5 -5
- package/docs/wiki/Class.MinimalLayoutComponent.md +1 -1
- package/docs/wiki/Class.NavigationComponent.md +13 -13
- package/docs/wiki/Class.NavigationItemComponent.md +19 -19
- package/docs/wiki/Class.NavigationProgressBarComponent.md +3 -3
- package/docs/wiki/Class.NavigationService.md +11 -11
- package/docs/wiki/Class.ReleaseInfoComponent.md +5 -5
- package/docs/wiki/Class.SettingsButtonComponent.md +18 -18
- package/docs/wiki/Class.SidenavComponent.md +17 -17
- package/docs/wiki/Class.SidenavFooterDirective.md +3 -3
- package/docs/wiki/Class.SidenavHeaderDirective.md +3 -3
- package/docs/wiki/Class.SidenavToggleButtonComponent.md +4 -4
- package/docs/wiki/Class.UserProfileIconComponent.md +6 -6
- package/docs/wiki/Function.IsNavigationDividerItem.md +1 -1
- package/docs/wiki/Function.IsNavigationInsertItem.md +1 -1
- package/docs/wiki/Function.IsNavigationItem.md +1 -1
- package/docs/wiki/Function.provideExternalApps.md +1 -1
- package/docs/wiki/Function.provideLayout.md +1 -1
- package/docs/wiki/Function.withDefaultHeaderComponent.md +1 -1
- package/docs/wiki/Function.withDefaultHeaderItems.md +1 -1
- package/docs/wiki/Function.withFooterComponents.md +1 -1
- package/docs/wiki/Function.withHeaderComponents.md +1 -1
- package/docs/wiki/Function.withNavigationConfig.md +1 -1
- package/docs/wiki/Function.withNavigationInserts.md +1 -1
- package/docs/wiki/Function.withReleaseInfoModules.md +1 -1
- package/docs/wiki/Function.withSettingsMenuItems.md +1 -1
- package/docs/wiki/Function.withUserProfileDataSource.md +1 -1
- package/docs/wiki/Interface.NavigationDividerItem.md +3 -3
- package/docs/wiki/Interface.NavigationInsertItem.md +2 -2
- package/docs/wiki/Interface.NavigationItem.md +6 -6
- package/docs/wiki/Interface.NavigationStatus.md +2 -2
- package/docs/wiki/Interface.ReleaseInfoModule.md +4 -4
- package/docs/wiki/Interface.SettingsMenuItem.md +4 -4
- package/docs/wiki/TypeAlias.DefaultHeaderItemComponent.md +1 -1
- package/docs/wiki/TypeAlias.ExternalApp.md +1 -1
- package/docs/wiki/TypeAlias.ExtractUsernameFromProfileFn.md +1 -1
- package/docs/wiki/TypeAlias.Navigation.md +1 -1
- package/docs/wiki/TypeAlias.NavigationWithInserts.md +1 -1
- package/docs/wiki/TypeAlias.SettingsMenuItemComponent.md +1 -1
- package/docs/wiki/Variable.EXTRACT_USERNAME_FROM_PROFILE.md +1 -1
- package/docs/wiki/Variable.RXAP_DEFAULT_HEADER_ITEM_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP.md +1 -1
- package/docs/wiki/Variable.RXAP_EXTERNAL_APP_FILTER.md +1 -1
- package/docs/wiki/Variable.RXAP_FOOTER_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_HEADER_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_LAYOUT_APPS_GRID.md +1 -1
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG.md +1 -1
- package/docs/wiki/Variable.RXAP_LOGO_CONFIG_DEFAULTS.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_CONFIG_INSERTS.md +1 -1
- package/docs/wiki/Variable.RXAP_NAVIGATION_LAYOUT_CONFIG_DEFAULTS.md +1 -1
- package/docs/wiki/Variable.RXAP_RELEASE_INFO_MODULE.md +1 -1
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM.md +1 -1
- package/docs/wiki/Variable.RXAP_SETTINGS_MENU_ITEM_COMPONENT.md +1 -1
- package/docs/wiki/Variable.RXAP_USER_PROFILE_DATA_SOURCE.md +1 -1
- package/docs/wiki/globals.md +1 -1
- package/fesm2022/rxap-layout.mjs +0 -2
- package/fesm2022/rxap-layout.mjs.map +1 -1
- package/package.json +2 -2
package/docs/documentation.json
CHANGED
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"fileName": "default-header/apps-button/apps-button.component.ts",
|
|
49
49
|
"line": 42,
|
|
50
50
|
"character": 18,
|
|
51
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
51
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L42"
|
|
52
52
|
}
|
|
53
53
|
],
|
|
54
54
|
"type": {
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"fileName": "default-header/apps-button/apps-button.component.ts",
|
|
91
91
|
"line": 41,
|
|
92
92
|
"character": 21,
|
|
93
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
93
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L41"
|
|
94
94
|
}
|
|
95
95
|
],
|
|
96
96
|
"type": {
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"fileName": "default-header/apps-button/apps-button.component.ts",
|
|
116
116
|
"line": 43,
|
|
117
117
|
"character": 18,
|
|
118
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
118
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L43"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
121
121
|
"type": {
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"fileName": "default-header/apps-button/apps-button.component.ts",
|
|
158
158
|
"line": 39,
|
|
159
159
|
"character": 18,
|
|
160
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
160
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L39"
|
|
161
161
|
}
|
|
162
162
|
],
|
|
163
163
|
"type": {
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"fileName": "default-header/apps-button/apps-button.component.ts",
|
|
191
191
|
"line": 49,
|
|
192
192
|
"character": 9,
|
|
193
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
193
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L49"
|
|
194
194
|
}
|
|
195
195
|
],
|
|
196
196
|
"signatures": [
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
"fileName": "default-header/apps-button/apps-button.component.ts",
|
|
214
214
|
"line": 49,
|
|
215
215
|
"character": 9,
|
|
216
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
216
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L49"
|
|
217
217
|
}
|
|
218
218
|
],
|
|
219
219
|
"type": {
|
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
"fileName": "default-header/apps-button/apps-button.component.ts",
|
|
247
247
|
"line": 45,
|
|
248
248
|
"character": 9,
|
|
249
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
249
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L45"
|
|
250
250
|
}
|
|
251
251
|
],
|
|
252
252
|
"signatures": [
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"fileName": "default-header/apps-button/apps-button.component.ts",
|
|
262
262
|
"line": 45,
|
|
263
263
|
"character": 9,
|
|
264
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
264
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L45"
|
|
265
265
|
}
|
|
266
266
|
],
|
|
267
267
|
"type": {
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"fileName": "default-header/apps-button/apps-button.component.ts",
|
|
302
302
|
"line": 35,
|
|
303
303
|
"character": 13,
|
|
304
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
304
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/apps-button/apps-button.component.ts#L35"
|
|
305
305
|
}
|
|
306
306
|
],
|
|
307
307
|
"implementedTypes": [
|
|
@@ -359,7 +359,7 @@
|
|
|
359
359
|
"fileName": "base-layout/base-layout.component.ts",
|
|
360
360
|
"line": 18,
|
|
361
361
|
"character": 13,
|
|
362
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
362
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/base-layout/base-layout.component.ts#L18"
|
|
363
363
|
}
|
|
364
364
|
]
|
|
365
365
|
},
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
"fileName": "default-header/default-header.component.ts",
|
|
407
407
|
"line": 40,
|
|
408
408
|
"character": 18,
|
|
409
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
409
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.component.ts#L40"
|
|
410
410
|
}
|
|
411
411
|
],
|
|
412
412
|
"type": {
|
|
@@ -440,7 +440,7 @@
|
|
|
440
440
|
"fileName": "default-header/default-header.component.ts",
|
|
441
441
|
"line": 45,
|
|
442
442
|
"character": 21,
|
|
443
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
443
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.component.ts#L45"
|
|
444
444
|
}
|
|
445
445
|
],
|
|
446
446
|
"type": {
|
|
@@ -465,7 +465,7 @@
|
|
|
465
465
|
"fileName": "default-header/default-header.component.ts",
|
|
466
466
|
"line": 48,
|
|
467
467
|
"character": 18,
|
|
468
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
468
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.component.ts#L48"
|
|
469
469
|
}
|
|
470
470
|
],
|
|
471
471
|
"type": {
|
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
"fileName": "default-header/default-header.component.ts",
|
|
500
500
|
"line": 41,
|
|
501
501
|
"character": 18,
|
|
502
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
502
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.component.ts#L41"
|
|
503
503
|
}
|
|
504
504
|
],
|
|
505
505
|
"type": {
|
|
@@ -533,7 +533,7 @@
|
|
|
533
533
|
"fileName": "default-header/default-header.component.ts",
|
|
534
534
|
"line": 38,
|
|
535
535
|
"character": 21,
|
|
536
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
536
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.component.ts#L38"
|
|
537
537
|
}
|
|
538
538
|
],
|
|
539
539
|
"type": {
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
"fileName": "default-header/default-header.component.ts",
|
|
559
559
|
"line": 42,
|
|
560
560
|
"character": 18,
|
|
561
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
561
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.component.ts#L42"
|
|
562
562
|
}
|
|
563
563
|
],
|
|
564
564
|
"type": {
|
|
@@ -592,7 +592,7 @@
|
|
|
592
592
|
"fileName": "default-header/default-header.component.ts",
|
|
593
593
|
"line": 47,
|
|
594
594
|
"character": 18,
|
|
595
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
595
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.component.ts#L47"
|
|
596
596
|
}
|
|
597
597
|
],
|
|
598
598
|
"type": {
|
|
@@ -640,7 +640,7 @@
|
|
|
640
640
|
"fileName": "default-header/default-header.component.ts",
|
|
641
641
|
"line": 43,
|
|
642
642
|
"character": 18,
|
|
643
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
643
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.component.ts#L43"
|
|
644
644
|
}
|
|
645
645
|
],
|
|
646
646
|
"type": {
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"fileName": "default-header/default-header.component.ts",
|
|
688
688
|
"line": 36,
|
|
689
689
|
"character": 13,
|
|
690
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
690
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.component.ts#L36"
|
|
691
691
|
}
|
|
692
692
|
]
|
|
693
693
|
},
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
"fileName": "default-header/default-header.service.ts",
|
|
754
754
|
"line": 42,
|
|
755
755
|
"character": 18,
|
|
756
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
756
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.service.ts#L42"
|
|
757
757
|
}
|
|
758
758
|
],
|
|
759
759
|
"type": {
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
"fileName": "default-header/default-header.service.ts",
|
|
804
804
|
"line": 34,
|
|
805
805
|
"character": 18,
|
|
806
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
806
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.service.ts#L34"
|
|
807
807
|
}
|
|
808
808
|
],
|
|
809
809
|
"type": {
|
|
@@ -850,7 +850,7 @@
|
|
|
850
850
|
"fileName": "default-header/default-header.service.ts",
|
|
851
851
|
"line": 52,
|
|
852
852
|
"character": 9,
|
|
853
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
853
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.service.ts#L52"
|
|
854
854
|
}
|
|
855
855
|
],
|
|
856
856
|
"signatures": [
|
|
@@ -879,7 +879,7 @@
|
|
|
879
879
|
"fileName": "default-header/default-header.service.ts",
|
|
880
880
|
"line": 52,
|
|
881
881
|
"character": 9,
|
|
882
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
882
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.service.ts#L52"
|
|
883
883
|
}
|
|
884
884
|
],
|
|
885
885
|
"parameters": [
|
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
"fileName": "default-header/default-header.service.ts",
|
|
935
935
|
"line": 68,
|
|
936
936
|
"character": 9,
|
|
937
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
937
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.service.ts#L68"
|
|
938
938
|
}
|
|
939
939
|
],
|
|
940
940
|
"signatures": [
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
"fileName": "default-header/default-header.service.ts",
|
|
964
964
|
"line": 68,
|
|
965
965
|
"character": 9,
|
|
966
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
966
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.service.ts#L68"
|
|
967
967
|
}
|
|
968
968
|
],
|
|
969
969
|
"parameters": [
|
|
@@ -1033,7 +1033,7 @@
|
|
|
1033
1033
|
"fileName": "default-header/default-header.service.ts",
|
|
1034
1034
|
"line": 21,
|
|
1035
1035
|
"character": 13,
|
|
1036
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1036
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/default-header.service.ts#L21"
|
|
1037
1037
|
}
|
|
1038
1038
|
]
|
|
1039
1039
|
},
|
|
@@ -1088,7 +1088,7 @@
|
|
|
1088
1088
|
"fileName": "external-apps.service.ts",
|
|
1089
1089
|
"line": 34,
|
|
1090
1090
|
"character": 18,
|
|
1091
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1091
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L34"
|
|
1092
1092
|
}
|
|
1093
1093
|
],
|
|
1094
1094
|
"type": {
|
|
@@ -1130,7 +1130,7 @@
|
|
|
1130
1130
|
"fileName": "external-apps.service.ts",
|
|
1131
1131
|
"line": 24,
|
|
1132
1132
|
"character": 21,
|
|
1133
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1133
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L24"
|
|
1134
1134
|
}
|
|
1135
1135
|
],
|
|
1136
1136
|
"type": {
|
|
@@ -1187,7 +1187,7 @@
|
|
|
1187
1187
|
"fileName": "external-apps.service.ts",
|
|
1188
1188
|
"line": 28,
|
|
1189
1189
|
"character": 21,
|
|
1190
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1190
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L28"
|
|
1191
1191
|
}
|
|
1192
1192
|
],
|
|
1193
1193
|
"type": {
|
|
@@ -1218,7 +1218,7 @@
|
|
|
1218
1218
|
"fileName": "external-apps.service.ts",
|
|
1219
1219
|
"line": 25,
|
|
1220
1220
|
"character": 21,
|
|
1221
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1221
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L25"
|
|
1222
1222
|
}
|
|
1223
1223
|
],
|
|
1224
1224
|
"type": {
|
|
@@ -1252,7 +1252,7 @@
|
|
|
1252
1252
|
"fileName": "external-apps.service.ts",
|
|
1253
1253
|
"line": 27,
|
|
1254
1254
|
"character": 21,
|
|
1255
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1255
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L27"
|
|
1256
1256
|
}
|
|
1257
1257
|
],
|
|
1258
1258
|
"type": {
|
|
@@ -1280,7 +1280,7 @@
|
|
|
1280
1280
|
"fileName": "external-apps.service.ts",
|
|
1281
1281
|
"line": 29,
|
|
1282
1282
|
"character": 21,
|
|
1283
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1283
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L29"
|
|
1284
1284
|
}
|
|
1285
1285
|
],
|
|
1286
1286
|
"type": {
|
|
@@ -1311,7 +1311,7 @@
|
|
|
1311
1311
|
"fileName": "external-apps.service.ts",
|
|
1312
1312
|
"line": 26,
|
|
1313
1313
|
"character": 21,
|
|
1314
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1314
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L26"
|
|
1315
1315
|
}
|
|
1316
1316
|
],
|
|
1317
1317
|
"type": {
|
|
@@ -1333,7 +1333,7 @@
|
|
|
1333
1333
|
"fileName": "external-apps.service.ts",
|
|
1334
1334
|
"line": 40,
|
|
1335
1335
|
"character": 9,
|
|
1336
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1336
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L40"
|
|
1337
1337
|
}
|
|
1338
1338
|
],
|
|
1339
1339
|
"signatures": [
|
|
@@ -1348,7 +1348,7 @@
|
|
|
1348
1348
|
"fileName": "external-apps.service.ts",
|
|
1349
1349
|
"line": 40,
|
|
1350
1350
|
"character": 9,
|
|
1351
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1351
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L40"
|
|
1352
1352
|
}
|
|
1353
1353
|
],
|
|
1354
1354
|
"parameters": [
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
"fileName": "external-apps.service.ts",
|
|
1399
1399
|
"line": 100,
|
|
1400
1400
|
"character": 15,
|
|
1401
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1401
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L100"
|
|
1402
1402
|
}
|
|
1403
1403
|
],
|
|
1404
1404
|
"signatures": [
|
|
@@ -1413,7 +1413,7 @@
|
|
|
1413
1413
|
"fileName": "external-apps.service.ts",
|
|
1414
1414
|
"line": 100,
|
|
1415
1415
|
"character": 15,
|
|
1416
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1416
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L100"
|
|
1417
1417
|
}
|
|
1418
1418
|
],
|
|
1419
1419
|
"type": {
|
|
@@ -1455,7 +1455,7 @@
|
|
|
1455
1455
|
"fileName": "external-apps.service.ts",
|
|
1456
1456
|
"line": 63,
|
|
1457
1457
|
"character": 9,
|
|
1458
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1458
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L63"
|
|
1459
1459
|
}
|
|
1460
1460
|
],
|
|
1461
1461
|
"signatures": [
|
|
@@ -1470,7 +1470,7 @@
|
|
|
1470
1470
|
"fileName": "external-apps.service.ts",
|
|
1471
1471
|
"line": 63,
|
|
1472
1472
|
"character": 9,
|
|
1473
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1473
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L63"
|
|
1474
1474
|
}
|
|
1475
1475
|
],
|
|
1476
1476
|
"parameters": [
|
|
@@ -1529,7 +1529,7 @@
|
|
|
1529
1529
|
"fileName": "external-apps.service.ts",
|
|
1530
1530
|
"line": 82,
|
|
1531
1531
|
"character": 9,
|
|
1532
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1532
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L82"
|
|
1533
1533
|
}
|
|
1534
1534
|
],
|
|
1535
1535
|
"signatures": [
|
|
@@ -1544,7 +1544,7 @@
|
|
|
1544
1544
|
"fileName": "external-apps.service.ts",
|
|
1545
1545
|
"line": 82,
|
|
1546
1546
|
"character": 9,
|
|
1547
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1547
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L82"
|
|
1548
1548
|
}
|
|
1549
1549
|
],
|
|
1550
1550
|
"parameters": [
|
|
@@ -1594,7 +1594,7 @@
|
|
|
1594
1594
|
"fileName": "external-apps.service.ts",
|
|
1595
1595
|
"line": 51,
|
|
1596
1596
|
"character": 9,
|
|
1597
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1597
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L51"
|
|
1598
1598
|
}
|
|
1599
1599
|
],
|
|
1600
1600
|
"signatures": [
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
"fileName": "external-apps.service.ts",
|
|
1610
1610
|
"line": 51,
|
|
1611
1611
|
"character": 9,
|
|
1612
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1612
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L51"
|
|
1613
1613
|
}
|
|
1614
1614
|
],
|
|
1615
1615
|
"parameters": [
|
|
@@ -1686,7 +1686,7 @@
|
|
|
1686
1686
|
"fileName": "external-apps.service.ts",
|
|
1687
1687
|
"line": 74,
|
|
1688
1688
|
"character": 9,
|
|
1689
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1689
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L74"
|
|
1690
1690
|
}
|
|
1691
1691
|
],
|
|
1692
1692
|
"signatures": [
|
|
@@ -1701,7 +1701,7 @@
|
|
|
1701
1701
|
"fileName": "external-apps.service.ts",
|
|
1702
1702
|
"line": 74,
|
|
1703
1703
|
"character": 9,
|
|
1704
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1704
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L74"
|
|
1705
1705
|
}
|
|
1706
1706
|
],
|
|
1707
1707
|
"parameters": [
|
|
@@ -1748,7 +1748,7 @@
|
|
|
1748
1748
|
"fileName": "external-apps.service.ts",
|
|
1749
1749
|
"line": 122,
|
|
1750
1750
|
"character": 12,
|
|
1751
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1751
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L122"
|
|
1752
1752
|
}
|
|
1753
1753
|
],
|
|
1754
1754
|
"signatures": [
|
|
@@ -1763,7 +1763,7 @@
|
|
|
1763
1763
|
"fileName": "external-apps.service.ts",
|
|
1764
1764
|
"line": 122,
|
|
1765
1765
|
"character": 12,
|
|
1766
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1766
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L122"
|
|
1767
1767
|
}
|
|
1768
1768
|
],
|
|
1769
1769
|
"type": {
|
|
@@ -1786,7 +1786,7 @@
|
|
|
1786
1786
|
"fileName": "external-apps.service.ts",
|
|
1787
1787
|
"line": 36,
|
|
1788
1788
|
"character": 9,
|
|
1789
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1789
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L36"
|
|
1790
1790
|
}
|
|
1791
1791
|
],
|
|
1792
1792
|
"signatures": [
|
|
@@ -1801,7 +1801,7 @@
|
|
|
1801
1801
|
"fileName": "external-apps.service.ts",
|
|
1802
1802
|
"line": 36,
|
|
1803
1803
|
"character": 9,
|
|
1804
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1804
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L36"
|
|
1805
1805
|
}
|
|
1806
1806
|
],
|
|
1807
1807
|
"parameters": [
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
"fileName": "external-apps.service.ts",
|
|
1838
1838
|
"line": 90,
|
|
1839
1839
|
"character": 9,
|
|
1840
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1840
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L90"
|
|
1841
1841
|
}
|
|
1842
1842
|
],
|
|
1843
1843
|
"signatures": [
|
|
@@ -1852,7 +1852,7 @@
|
|
|
1852
1852
|
"fileName": "external-apps.service.ts",
|
|
1853
1853
|
"line": 90,
|
|
1854
1854
|
"character": 9,
|
|
1855
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1855
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L90"
|
|
1856
1856
|
}
|
|
1857
1857
|
],
|
|
1858
1858
|
"parameters": [
|
|
@@ -1926,7 +1926,7 @@
|
|
|
1926
1926
|
"fileName": "external-apps.service.ts",
|
|
1927
1927
|
"line": 22,
|
|
1928
1928
|
"character": 13,
|
|
1929
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1929
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/external-apps.service.ts#L22"
|
|
1930
1930
|
}
|
|
1931
1931
|
]
|
|
1932
1932
|
},
|
|
@@ -1973,7 +1973,7 @@
|
|
|
1973
1973
|
"fileName": "footer/footer.component.ts",
|
|
1974
1974
|
"line": 20,
|
|
1975
1975
|
"character": 21,
|
|
1976
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
1976
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer/footer.component.ts#L20"
|
|
1977
1977
|
}
|
|
1978
1978
|
],
|
|
1979
1979
|
"type": {
|
|
@@ -1998,7 +1998,7 @@
|
|
|
1998
1998
|
"fileName": "footer/footer.component.ts",
|
|
1999
1999
|
"line": 23,
|
|
2000
2000
|
"character": 18,
|
|
2001
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2001
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer/footer.component.ts#L23"
|
|
2002
2002
|
}
|
|
2003
2003
|
],
|
|
2004
2004
|
"type": {
|
|
@@ -2032,7 +2032,7 @@
|
|
|
2032
2032
|
"fileName": "footer/footer.component.ts",
|
|
2033
2033
|
"line": 22,
|
|
2034
2034
|
"character": 18,
|
|
2035
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2035
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer/footer.component.ts#L22"
|
|
2036
2036
|
}
|
|
2037
2037
|
],
|
|
2038
2038
|
"type": {
|
|
@@ -2088,7 +2088,7 @@
|
|
|
2088
2088
|
"fileName": "footer/footer.component.ts",
|
|
2089
2089
|
"line": 18,
|
|
2090
2090
|
"character": 13,
|
|
2091
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2091
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer/footer.component.ts#L18"
|
|
2092
2092
|
}
|
|
2093
2093
|
]
|
|
2094
2094
|
},
|
|
@@ -2134,7 +2134,7 @@
|
|
|
2134
2134
|
"fileName": "footer/footer.directive.ts",
|
|
2135
2135
|
"line": 31,
|
|
2136
2136
|
"character": 9,
|
|
2137
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2137
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer/footer.directive.ts#L31"
|
|
2138
2138
|
}
|
|
2139
2139
|
],
|
|
2140
2140
|
"signatures": [
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
"fileName": "footer/footer.directive.ts",
|
|
2158
2158
|
"line": 31,
|
|
2159
2159
|
"character": 9,
|
|
2160
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2160
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer/footer.directive.ts#L31"
|
|
2161
2161
|
}
|
|
2162
2162
|
],
|
|
2163
2163
|
"type": {
|
|
@@ -2190,7 +2190,7 @@
|
|
|
2190
2190
|
"fileName": "footer/footer.directive.ts",
|
|
2191
2191
|
"line": 23,
|
|
2192
2192
|
"character": 9,
|
|
2193
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2193
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer/footer.directive.ts#L23"
|
|
2194
2194
|
}
|
|
2195
2195
|
],
|
|
2196
2196
|
"signatures": [
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
"fileName": "footer/footer.directive.ts",
|
|
2214
2214
|
"line": 23,
|
|
2215
2215
|
"character": 9,
|
|
2216
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2216
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer/footer.directive.ts#L23"
|
|
2217
2217
|
}
|
|
2218
2218
|
],
|
|
2219
2219
|
"type": {
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
"fileName": "footer/footer.directive.ts",
|
|
2255
2255
|
"line": 16,
|
|
2256
2256
|
"character": 13,
|
|
2257
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2257
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer/footer.directive.ts#L16"
|
|
2258
2258
|
}
|
|
2259
2259
|
],
|
|
2260
2260
|
"implementedTypes": [
|
|
@@ -2340,7 +2340,7 @@
|
|
|
2340
2340
|
"fileName": "footer.service.ts",
|
|
2341
2341
|
"line": 31,
|
|
2342
2342
|
"character": 18,
|
|
2343
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2343
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer.service.ts#L31"
|
|
2344
2344
|
}
|
|
2345
2345
|
],
|
|
2346
2346
|
"type": {
|
|
@@ -2390,7 +2390,7 @@
|
|
|
2390
2390
|
"fileName": "footer.service.ts",
|
|
2391
2391
|
"line": 23,
|
|
2392
2392
|
"character": 18,
|
|
2393
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2393
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer.service.ts#L23"
|
|
2394
2394
|
}
|
|
2395
2395
|
],
|
|
2396
2396
|
"type": {
|
|
@@ -2437,7 +2437,7 @@
|
|
|
2437
2437
|
"fileName": "footer.service.ts",
|
|
2438
2438
|
"line": 40,
|
|
2439
2439
|
"character": 9,
|
|
2440
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2440
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer.service.ts#L40"
|
|
2441
2441
|
}
|
|
2442
2442
|
],
|
|
2443
2443
|
"signatures": [
|
|
@@ -2466,7 +2466,7 @@
|
|
|
2466
2466
|
"fileName": "footer.service.ts",
|
|
2467
2467
|
"line": 40,
|
|
2468
2468
|
"character": 9,
|
|
2469
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2469
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer.service.ts#L40"
|
|
2470
2470
|
}
|
|
2471
2471
|
],
|
|
2472
2472
|
"parameters": [
|
|
@@ -2521,7 +2521,7 @@
|
|
|
2521
2521
|
"fileName": "footer.service.ts",
|
|
2522
2522
|
"line": 56,
|
|
2523
2523
|
"character": 9,
|
|
2524
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2524
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer.service.ts#L56"
|
|
2525
2525
|
}
|
|
2526
2526
|
],
|
|
2527
2527
|
"signatures": [
|
|
@@ -2550,7 +2550,7 @@
|
|
|
2550
2550
|
"fileName": "footer.service.ts",
|
|
2551
2551
|
"line": 56,
|
|
2552
2552
|
"character": 9,
|
|
2553
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2553
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer.service.ts#L56"
|
|
2554
2554
|
}
|
|
2555
2555
|
],
|
|
2556
2556
|
"parameters": [
|
|
@@ -2620,7 +2620,7 @@
|
|
|
2620
2620
|
"fileName": "footer.service.ts",
|
|
2621
2621
|
"line": 16,
|
|
2622
2622
|
"character": 13,
|
|
2623
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2623
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/footer.service.ts#L16"
|
|
2624
2624
|
}
|
|
2625
2625
|
]
|
|
2626
2626
|
},
|
|
@@ -2667,7 +2667,7 @@
|
|
|
2667
2667
|
"fileName": "header/header.component.ts",
|
|
2668
2668
|
"line": 29,
|
|
2669
2669
|
"character": 18,
|
|
2670
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2670
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.component.ts#L29"
|
|
2671
2671
|
}
|
|
2672
2672
|
],
|
|
2673
2673
|
"type": {
|
|
@@ -2706,7 +2706,7 @@
|
|
|
2706
2706
|
"fileName": "header/header.component.ts",
|
|
2707
2707
|
"line": 34,
|
|
2708
2708
|
"character": 18,
|
|
2709
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2709
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.component.ts#L34"
|
|
2710
2710
|
}
|
|
2711
2711
|
],
|
|
2712
2712
|
"type": {
|
|
@@ -2740,7 +2740,7 @@
|
|
|
2740
2740
|
"fileName": "header/header.component.ts",
|
|
2741
2741
|
"line": 31,
|
|
2742
2742
|
"character": 21,
|
|
2743
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2743
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.component.ts#L31"
|
|
2744
2744
|
}
|
|
2745
2745
|
],
|
|
2746
2746
|
"type": {
|
|
@@ -2765,7 +2765,7 @@
|
|
|
2765
2765
|
"fileName": "header/header.component.ts",
|
|
2766
2766
|
"line": 33,
|
|
2767
2767
|
"character": 18,
|
|
2768
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2768
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.component.ts#L33"
|
|
2769
2769
|
}
|
|
2770
2770
|
],
|
|
2771
2771
|
"type": {
|
|
@@ -2822,7 +2822,7 @@
|
|
|
2822
2822
|
"fileName": "header/header.component.ts",
|
|
2823
2823
|
"line": 27,
|
|
2824
2824
|
"character": 13,
|
|
2825
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2825
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.component.ts#L27"
|
|
2826
2826
|
}
|
|
2827
2827
|
]
|
|
2828
2828
|
},
|
|
@@ -2868,7 +2868,7 @@
|
|
|
2868
2868
|
"fileName": "header/header.directive.ts",
|
|
2869
2869
|
"line": 31,
|
|
2870
2870
|
"character": 9,
|
|
2871
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2871
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.directive.ts#L31"
|
|
2872
2872
|
}
|
|
2873
2873
|
],
|
|
2874
2874
|
"signatures": [
|
|
@@ -2891,7 +2891,7 @@
|
|
|
2891
2891
|
"fileName": "header/header.directive.ts",
|
|
2892
2892
|
"line": 31,
|
|
2893
2893
|
"character": 9,
|
|
2894
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2894
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.directive.ts#L31"
|
|
2895
2895
|
}
|
|
2896
2896
|
],
|
|
2897
2897
|
"type": {
|
|
@@ -2924,7 +2924,7 @@
|
|
|
2924
2924
|
"fileName": "header/header.directive.ts",
|
|
2925
2925
|
"line": 23,
|
|
2926
2926
|
"character": 9,
|
|
2927
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2927
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.directive.ts#L23"
|
|
2928
2928
|
}
|
|
2929
2929
|
],
|
|
2930
2930
|
"signatures": [
|
|
@@ -2947,7 +2947,7 @@
|
|
|
2947
2947
|
"fileName": "header/header.directive.ts",
|
|
2948
2948
|
"line": 23,
|
|
2949
2949
|
"character": 9,
|
|
2950
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2950
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.directive.ts#L23"
|
|
2951
2951
|
}
|
|
2952
2952
|
],
|
|
2953
2953
|
"type": {
|
|
@@ -2988,7 +2988,7 @@
|
|
|
2988
2988
|
"fileName": "header/header.directive.ts",
|
|
2989
2989
|
"line": 16,
|
|
2990
2990
|
"character": 13,
|
|
2991
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
2991
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header/header.directive.ts#L16"
|
|
2992
2992
|
}
|
|
2993
2993
|
],
|
|
2994
2994
|
"implementedTypes": [
|
|
@@ -3074,7 +3074,7 @@
|
|
|
3074
3074
|
"fileName": "header.service.ts",
|
|
3075
3075
|
"line": 33,
|
|
3076
3076
|
"character": 18,
|
|
3077
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3077
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header.service.ts#L33"
|
|
3078
3078
|
}
|
|
3079
3079
|
],
|
|
3080
3080
|
"type": {
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
"fileName": "header.service.ts",
|
|
3125
3125
|
"line": 25,
|
|
3126
3126
|
"character": 18,
|
|
3127
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3127
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header.service.ts#L25"
|
|
3128
3128
|
}
|
|
3129
3129
|
],
|
|
3130
3130
|
"type": {
|
|
@@ -3171,7 +3171,7 @@
|
|
|
3171
3171
|
"fileName": "header.service.ts",
|
|
3172
3172
|
"line": 43,
|
|
3173
3173
|
"character": 9,
|
|
3174
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3174
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header.service.ts#L43"
|
|
3175
3175
|
}
|
|
3176
3176
|
],
|
|
3177
3177
|
"signatures": [
|
|
@@ -3200,7 +3200,7 @@
|
|
|
3200
3200
|
"fileName": "header.service.ts",
|
|
3201
3201
|
"line": 43,
|
|
3202
3202
|
"character": 9,
|
|
3203
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3203
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header.service.ts#L43"
|
|
3204
3204
|
}
|
|
3205
3205
|
],
|
|
3206
3206
|
"parameters": [
|
|
@@ -3255,7 +3255,7 @@
|
|
|
3255
3255
|
"fileName": "header.service.ts",
|
|
3256
3256
|
"line": 59,
|
|
3257
3257
|
"character": 9,
|
|
3258
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3258
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header.service.ts#L59"
|
|
3259
3259
|
}
|
|
3260
3260
|
],
|
|
3261
3261
|
"signatures": [
|
|
@@ -3284,7 +3284,7 @@
|
|
|
3284
3284
|
"fileName": "header.service.ts",
|
|
3285
3285
|
"line": 59,
|
|
3286
3286
|
"character": 9,
|
|
3287
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3287
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header.service.ts#L59"
|
|
3288
3288
|
}
|
|
3289
3289
|
],
|
|
3290
3290
|
"parameters": [
|
|
@@ -3354,7 +3354,7 @@
|
|
|
3354
3354
|
"fileName": "header.service.ts",
|
|
3355
3355
|
"line": 16,
|
|
3356
3356
|
"character": 13,
|
|
3357
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3357
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/header.service.ts#L16"
|
|
3358
3358
|
}
|
|
3359
3359
|
]
|
|
3360
3360
|
},
|
|
@@ -3401,7 +3401,7 @@
|
|
|
3401
3401
|
"fileName": "layout/layout.component.ts",
|
|
3402
3402
|
"line": 64,
|
|
3403
3403
|
"character": 18,
|
|
3404
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3404
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout/layout.component.ts#L64"
|
|
3405
3405
|
}
|
|
3406
3406
|
],
|
|
3407
3407
|
"type": {
|
|
@@ -3435,7 +3435,7 @@
|
|
|
3435
3435
|
"fileName": "layout/layout.component.ts",
|
|
3436
3436
|
"line": 61,
|
|
3437
3437
|
"character": 21,
|
|
3438
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3438
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout/layout.component.ts#L61"
|
|
3439
3439
|
}
|
|
3440
3440
|
],
|
|
3441
3441
|
"type": {
|
|
@@ -3460,7 +3460,7 @@
|
|
|
3460
3460
|
"fileName": "layout/layout.component.ts",
|
|
3461
3461
|
"line": 62,
|
|
3462
3462
|
"character": 18,
|
|
3463
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3463
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout/layout.component.ts#L62"
|
|
3464
3464
|
}
|
|
3465
3465
|
],
|
|
3466
3466
|
"type": {
|
|
@@ -3494,7 +3494,7 @@
|
|
|
3494
3494
|
"fileName": "layout/layout.component.ts",
|
|
3495
3495
|
"line": 63,
|
|
3496
3496
|
"character": 18,
|
|
3497
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3497
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout/layout.component.ts#L63"
|
|
3498
3498
|
}
|
|
3499
3499
|
],
|
|
3500
3500
|
"type": {
|
|
@@ -3537,7 +3537,7 @@
|
|
|
3537
3537
|
"fileName": "layout/layout.component.ts",
|
|
3538
3538
|
"line": 59,
|
|
3539
3539
|
"character": 13,
|
|
3540
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3540
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout/layout.component.ts#L59"
|
|
3541
3541
|
}
|
|
3542
3542
|
]
|
|
3543
3543
|
},
|
|
@@ -3559,7 +3559,7 @@
|
|
|
3559
3559
|
"fileName": "layout.service.ts",
|
|
3560
3560
|
"line": 45,
|
|
3561
3561
|
"character": 2,
|
|
3562
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3562
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L45"
|
|
3563
3563
|
}
|
|
3564
3564
|
],
|
|
3565
3565
|
"signatures": [
|
|
@@ -3574,7 +3574,7 @@
|
|
|
3574
3574
|
"fileName": "layout.service.ts",
|
|
3575
3575
|
"line": 45,
|
|
3576
3576
|
"character": 2,
|
|
3577
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3577
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L45"
|
|
3578
3578
|
}
|
|
3579
3579
|
],
|
|
3580
3580
|
"parameters": [
|
|
@@ -3643,7 +3643,7 @@
|
|
|
3643
3643
|
"fileName": "layout.service.ts",
|
|
3644
3644
|
"line": 32,
|
|
3645
3645
|
"character": 18,
|
|
3646
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3646
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L32"
|
|
3647
3647
|
}
|
|
3648
3648
|
],
|
|
3649
3649
|
"type": {
|
|
@@ -3676,7 +3676,7 @@
|
|
|
3676
3676
|
"fileName": "layout.service.ts",
|
|
3677
3677
|
"line": 38,
|
|
3678
3678
|
"character": 18,
|
|
3679
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3679
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L38"
|
|
3680
3680
|
}
|
|
3681
3681
|
],
|
|
3682
3682
|
"type": {
|
|
@@ -3709,7 +3709,7 @@
|
|
|
3709
3709
|
"fileName": "layout.service.ts",
|
|
3710
3710
|
"line": 35,
|
|
3711
3711
|
"character": 18,
|
|
3712
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3712
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L35"
|
|
3713
3713
|
}
|
|
3714
3714
|
],
|
|
3715
3715
|
"type": {
|
|
@@ -3757,7 +3757,7 @@
|
|
|
3757
3757
|
"fileName": "layout.service.ts",
|
|
3758
3758
|
"line": 33,
|
|
3759
3759
|
"character": 18,
|
|
3760
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3760
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L33"
|
|
3761
3761
|
}
|
|
3762
3762
|
],
|
|
3763
3763
|
"type": {
|
|
@@ -3790,7 +3790,7 @@
|
|
|
3790
3790
|
"fileName": "layout.service.ts",
|
|
3791
3791
|
"line": 37,
|
|
3792
3792
|
"character": 18,
|
|
3793
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3793
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L37"
|
|
3794
3794
|
}
|
|
3795
3795
|
],
|
|
3796
3796
|
"type": {
|
|
@@ -3823,7 +3823,7 @@
|
|
|
3823
3823
|
"fileName": "layout.service.ts",
|
|
3824
3824
|
"line": 34,
|
|
3825
3825
|
"character": 18,
|
|
3826
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3826
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L34"
|
|
3827
3827
|
}
|
|
3828
3828
|
],
|
|
3829
3829
|
"type": {
|
|
@@ -3856,7 +3856,7 @@
|
|
|
3856
3856
|
"fileName": "layout.service.ts",
|
|
3857
3857
|
"line": 36,
|
|
3858
3858
|
"character": 18,
|
|
3859
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3859
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L36"
|
|
3860
3860
|
}
|
|
3861
3861
|
],
|
|
3862
3862
|
"type": {
|
|
@@ -3889,7 +3889,7 @@
|
|
|
3889
3889
|
"fileName": "layout.service.ts",
|
|
3890
3890
|
"line": 30,
|
|
3891
3891
|
"character": 18,
|
|
3892
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3892
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L30"
|
|
3893
3893
|
}
|
|
3894
3894
|
],
|
|
3895
3895
|
"type": {
|
|
@@ -3927,7 +3927,7 @@
|
|
|
3927
3927
|
"fileName": "layout.service.ts",
|
|
3928
3928
|
"line": 29,
|
|
3929
3929
|
"character": 18,
|
|
3930
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3930
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L29"
|
|
3931
3931
|
}
|
|
3932
3932
|
],
|
|
3933
3933
|
"type": {
|
|
@@ -3960,7 +3960,7 @@
|
|
|
3960
3960
|
"fileName": "layout.service.ts",
|
|
3961
3961
|
"line": 31,
|
|
3962
3962
|
"character": 18,
|
|
3963
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3963
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L31"
|
|
3964
3964
|
}
|
|
3965
3965
|
],
|
|
3966
3966
|
"type": {
|
|
@@ -3990,7 +3990,7 @@
|
|
|
3990
3990
|
"fileName": "layout.service.ts",
|
|
3991
3991
|
"line": 126,
|
|
3992
3992
|
"character": 2,
|
|
3993
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
3993
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L126"
|
|
3994
3994
|
}
|
|
3995
3995
|
],
|
|
3996
3996
|
"signatures": [
|
|
@@ -4005,7 +4005,7 @@
|
|
|
4005
4005
|
"fileName": "layout.service.ts",
|
|
4006
4006
|
"line": 126,
|
|
4007
4007
|
"character": 2,
|
|
4008
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4008
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L126"
|
|
4009
4009
|
}
|
|
4010
4010
|
],
|
|
4011
4011
|
"type": {
|
|
@@ -4026,7 +4026,7 @@
|
|
|
4026
4026
|
"fileName": "layout.service.ts",
|
|
4027
4027
|
"line": 122,
|
|
4028
4028
|
"character": 2,
|
|
4029
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4029
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L122"
|
|
4030
4030
|
}
|
|
4031
4031
|
],
|
|
4032
4032
|
"signatures": [
|
|
@@ -4041,7 +4041,7 @@
|
|
|
4041
4041
|
"fileName": "layout.service.ts",
|
|
4042
4042
|
"line": 122,
|
|
4043
4043
|
"character": 2,
|
|
4044
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4044
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L122"
|
|
4045
4045
|
}
|
|
4046
4046
|
],
|
|
4047
4047
|
"type": {
|
|
@@ -4064,7 +4064,7 @@
|
|
|
4064
4064
|
"fileName": "layout.service.ts",
|
|
4065
4065
|
"line": 114,
|
|
4066
4066
|
"character": 9,
|
|
4067
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4067
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L114"
|
|
4068
4068
|
}
|
|
4069
4069
|
],
|
|
4070
4070
|
"signatures": [
|
|
@@ -4079,7 +4079,7 @@
|
|
|
4079
4079
|
"fileName": "layout.service.ts",
|
|
4080
4080
|
"line": 114,
|
|
4081
4081
|
"character": 9,
|
|
4082
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4082
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L114"
|
|
4083
4083
|
}
|
|
4084
4084
|
],
|
|
4085
4085
|
"type": {
|
|
@@ -4102,7 +4102,7 @@
|
|
|
4102
4102
|
"fileName": "layout.service.ts",
|
|
4103
4103
|
"line": 118,
|
|
4104
4104
|
"character": 9,
|
|
4105
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4105
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L118"
|
|
4106
4106
|
}
|
|
4107
4107
|
],
|
|
4108
4108
|
"signatures": [
|
|
@@ -4117,7 +4117,7 @@
|
|
|
4117
4117
|
"fileName": "layout.service.ts",
|
|
4118
4118
|
"line": 118,
|
|
4119
4119
|
"character": 9,
|
|
4120
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4120
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L118"
|
|
4121
4121
|
}
|
|
4122
4122
|
],
|
|
4123
4123
|
"type": {
|
|
@@ -4165,7 +4165,7 @@
|
|
|
4165
4165
|
"fileName": "layout.service.ts",
|
|
4166
4166
|
"line": 27,
|
|
4167
4167
|
"character": 13,
|
|
4168
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4168
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/layout.service.ts#L27"
|
|
4169
4169
|
}
|
|
4170
4170
|
]
|
|
4171
4171
|
},
|
|
@@ -4212,7 +4212,7 @@
|
|
|
4212
4212
|
"fileName": "logo.service.ts",
|
|
4213
4213
|
"line": 27,
|
|
4214
4214
|
"character": 18,
|
|
4215
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4215
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/logo.service.ts#L27"
|
|
4216
4216
|
}
|
|
4217
4217
|
],
|
|
4218
4218
|
"type": {
|
|
@@ -4246,7 +4246,7 @@
|
|
|
4246
4246
|
"fileName": "logo.service.ts",
|
|
4247
4247
|
"line": 17,
|
|
4248
4248
|
"character": 18,
|
|
4249
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4249
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/logo.service.ts#L17"
|
|
4250
4250
|
}
|
|
4251
4251
|
],
|
|
4252
4252
|
"type": {
|
|
@@ -4280,7 +4280,7 @@
|
|
|
4280
4280
|
"fileName": "logo.service.ts",
|
|
4281
4281
|
"line": 25,
|
|
4282
4282
|
"character": 18,
|
|
4283
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4283
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/logo.service.ts#L25"
|
|
4284
4284
|
}
|
|
4285
4285
|
],
|
|
4286
4286
|
"type": {
|
|
@@ -4314,7 +4314,7 @@
|
|
|
4314
4314
|
"fileName": "logo.service.ts",
|
|
4315
4315
|
"line": 26,
|
|
4316
4316
|
"character": 18,
|
|
4317
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4317
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/logo.service.ts#L26"
|
|
4318
4318
|
}
|
|
4319
4319
|
],
|
|
4320
4320
|
"type": {
|
|
@@ -4357,7 +4357,7 @@
|
|
|
4357
4357
|
"fileName": "logo.service.ts",
|
|
4358
4358
|
"line": 14,
|
|
4359
4359
|
"character": 13,
|
|
4360
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4360
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/logo.service.ts#L14"
|
|
4361
4361
|
}
|
|
4362
4362
|
]
|
|
4363
4363
|
},
|
|
@@ -4404,7 +4404,7 @@
|
|
|
4404
4404
|
"fileName": "minimal-layout/minimal-layout.component.ts",
|
|
4405
4405
|
"line": 18,
|
|
4406
4406
|
"character": 13,
|
|
4407
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4407
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/minimal-layout/minimal-layout.component.ts#L18"
|
|
4408
4408
|
}
|
|
4409
4409
|
]
|
|
4410
4410
|
},
|
|
@@ -4451,7 +4451,7 @@
|
|
|
4451
4451
|
"fileName": "navigation/navigation.component.ts",
|
|
4452
4452
|
"line": 58,
|
|
4453
4453
|
"character": 18,
|
|
4454
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4454
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L58"
|
|
4455
4455
|
}
|
|
4456
4456
|
],
|
|
4457
4457
|
"type": {
|
|
@@ -4485,7 +4485,7 @@
|
|
|
4485
4485
|
"fileName": "navigation/navigation.component.ts",
|
|
4486
4486
|
"line": 64,
|
|
4487
4487
|
"character": 21,
|
|
4488
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4488
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L64"
|
|
4489
4489
|
}
|
|
4490
4490
|
],
|
|
4491
4491
|
"type": {
|
|
@@ -4512,7 +4512,7 @@
|
|
|
4512
4512
|
"fileName": "navigation/navigation.component.ts",
|
|
4513
4513
|
"line": 50,
|
|
4514
4514
|
"character": 9,
|
|
4515
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4515
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L50"
|
|
4516
4516
|
}
|
|
4517
4517
|
],
|
|
4518
4518
|
"type": {
|
|
@@ -4557,7 +4557,7 @@
|
|
|
4557
4557
|
"fileName": "navigation/navigation.component.ts",
|
|
4558
4558
|
"line": 56,
|
|
4559
4559
|
"character": 21,
|
|
4560
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4560
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L56"
|
|
4561
4561
|
}
|
|
4562
4562
|
],
|
|
4563
4563
|
"type": {
|
|
@@ -4581,7 +4581,7 @@
|
|
|
4581
4581
|
"fileName": "navigation/navigation.component.ts",
|
|
4582
4582
|
"line": 52,
|
|
4583
4583
|
"character": 9,
|
|
4584
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4584
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L52"
|
|
4585
4585
|
}
|
|
4586
4586
|
],
|
|
4587
4587
|
"type": {
|
|
@@ -4614,7 +4614,7 @@
|
|
|
4614
4614
|
"fileName": "navigation/navigation.component.ts",
|
|
4615
4615
|
"line": 60,
|
|
4616
4616
|
"character": 9,
|
|
4617
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4617
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L60"
|
|
4618
4618
|
}
|
|
4619
4619
|
],
|
|
4620
4620
|
"type": {
|
|
@@ -4650,7 +4650,7 @@
|
|
|
4650
4650
|
"fileName": "navigation/navigation.component.ts",
|
|
4651
4651
|
"line": 54,
|
|
4652
4652
|
"character": 21,
|
|
4653
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4653
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L54"
|
|
4654
4654
|
}
|
|
4655
4655
|
],
|
|
4656
4656
|
"type": {
|
|
@@ -4675,7 +4675,7 @@
|
|
|
4675
4675
|
"fileName": "navigation/navigation.component.ts",
|
|
4676
4676
|
"line": 62,
|
|
4677
4677
|
"character": 18,
|
|
4678
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4678
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L62"
|
|
4679
4679
|
}
|
|
4680
4680
|
],
|
|
4681
4681
|
"type": {
|
|
@@ -4708,7 +4708,7 @@
|
|
|
4708
4708
|
"fileName": "navigation/navigation.component.ts",
|
|
4709
4709
|
"line": 89,
|
|
4710
4710
|
"character": 9,
|
|
4711
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4711
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L89"
|
|
4712
4712
|
}
|
|
4713
4713
|
],
|
|
4714
4714
|
"signatures": [
|
|
@@ -4723,7 +4723,7 @@
|
|
|
4723
4723
|
"fileName": "navigation/navigation.component.ts",
|
|
4724
4724
|
"line": 89,
|
|
4725
4725
|
"character": 9,
|
|
4726
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4726
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L89"
|
|
4727
4727
|
}
|
|
4728
4728
|
],
|
|
4729
4729
|
"parameters": [
|
|
@@ -4782,7 +4782,7 @@
|
|
|
4782
4782
|
"fileName": "navigation/navigation.component.ts",
|
|
4783
4783
|
"line": 77,
|
|
4784
4784
|
"character": 9,
|
|
4785
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4785
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L77"
|
|
4786
4786
|
}
|
|
4787
4787
|
],
|
|
4788
4788
|
"signatures": [
|
|
@@ -4797,7 +4797,7 @@
|
|
|
4797
4797
|
"fileName": "navigation/navigation.component.ts",
|
|
4798
4798
|
"line": 77,
|
|
4799
4799
|
"character": 9,
|
|
4800
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4800
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L77"
|
|
4801
4801
|
}
|
|
4802
4802
|
],
|
|
4803
4803
|
"parameters": [
|
|
@@ -4861,7 +4861,7 @@
|
|
|
4861
4861
|
"fileName": "navigation/navigation.component.ts",
|
|
4862
4862
|
"line": 83,
|
|
4863
4863
|
"character": 9,
|
|
4864
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4864
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L83"
|
|
4865
4865
|
}
|
|
4866
4866
|
],
|
|
4867
4867
|
"signatures": [
|
|
@@ -4876,7 +4876,7 @@
|
|
|
4876
4876
|
"fileName": "navigation/navigation.component.ts",
|
|
4877
4877
|
"line": 83,
|
|
4878
4878
|
"character": 9,
|
|
4879
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4879
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L83"
|
|
4880
4880
|
}
|
|
4881
4881
|
],
|
|
4882
4882
|
"parameters": [
|
|
@@ -4948,7 +4948,7 @@
|
|
|
4948
4948
|
"fileName": "navigation/navigation.component.ts",
|
|
4949
4949
|
"line": 66,
|
|
4950
4950
|
"character": 9,
|
|
4951
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4951
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L66"
|
|
4952
4952
|
}
|
|
4953
4953
|
],
|
|
4954
4954
|
"signatures": [
|
|
@@ -4971,7 +4971,7 @@
|
|
|
4971
4971
|
"fileName": "navigation/navigation.component.ts",
|
|
4972
4972
|
"line": 66,
|
|
4973
4973
|
"character": 9,
|
|
4974
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
4974
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L66"
|
|
4975
4975
|
}
|
|
4976
4976
|
],
|
|
4977
4977
|
"type": {
|
|
@@ -5027,7 +5027,7 @@
|
|
|
5027
5027
|
"fileName": "navigation/navigation.component.ts",
|
|
5028
5028
|
"line": 48,
|
|
5029
5029
|
"character": 13,
|
|
5030
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5030
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation.component.ts#L48"
|
|
5031
5031
|
}
|
|
5032
5032
|
],
|
|
5033
5033
|
"implementedTypes": [
|
|
@@ -5085,7 +5085,7 @@
|
|
|
5085
5085
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5086
5086
|
"line": 113,
|
|
5087
5087
|
"character": 21,
|
|
5088
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5088
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L113"
|
|
5089
5089
|
}
|
|
5090
5090
|
],
|
|
5091
5091
|
"type": {
|
|
@@ -5113,7 +5113,7 @@
|
|
|
5113
5113
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5114
5114
|
"line": 99,
|
|
5115
5115
|
"character": 18,
|
|
5116
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5116
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L99"
|
|
5117
5117
|
}
|
|
5118
5118
|
],
|
|
5119
5119
|
"type": {
|
|
@@ -5146,7 +5146,7 @@
|
|
|
5146
5146
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5147
5147
|
"line": 96,
|
|
5148
5148
|
"character": 9,
|
|
5149
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5149
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L96"
|
|
5150
5150
|
}
|
|
5151
5151
|
],
|
|
5152
5152
|
"type": {
|
|
@@ -5180,7 +5180,7 @@
|
|
|
5180
5180
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5181
5181
|
"line": 111,
|
|
5182
5182
|
"character": 18,
|
|
5183
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5183
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L111"
|
|
5184
5184
|
}
|
|
5185
5185
|
],
|
|
5186
5186
|
"type": {
|
|
@@ -5214,7 +5214,7 @@
|
|
|
5214
5214
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5215
5215
|
"line": 116,
|
|
5216
5216
|
"character": 21,
|
|
5217
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5217
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L116"
|
|
5218
5218
|
}
|
|
5219
5219
|
],
|
|
5220
5220
|
"type": {
|
|
@@ -5248,7 +5248,7 @@
|
|
|
5248
5248
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5249
5249
|
"line": 98,
|
|
5250
5250
|
"character": 18,
|
|
5251
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5251
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L98"
|
|
5252
5252
|
}
|
|
5253
5253
|
],
|
|
5254
5254
|
"type": {
|
|
@@ -5292,7 +5292,7 @@
|
|
|
5292
5292
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5293
5293
|
"line": 101,
|
|
5294
5294
|
"character": 18,
|
|
5295
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5295
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L101"
|
|
5296
5296
|
}
|
|
5297
5297
|
],
|
|
5298
5298
|
"type": {
|
|
@@ -5326,7 +5326,7 @@
|
|
|
5326
5326
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5327
5327
|
"line": 109,
|
|
5328
5328
|
"character": 21,
|
|
5329
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5329
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L109"
|
|
5330
5330
|
}
|
|
5331
5331
|
],
|
|
5332
5332
|
"type": {
|
|
@@ -5351,7 +5351,7 @@
|
|
|
5351
5351
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5352
5352
|
"line": 94,
|
|
5353
5353
|
"character": 18,
|
|
5354
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5354
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L94"
|
|
5355
5355
|
}
|
|
5356
5356
|
],
|
|
5357
5357
|
"type": {
|
|
@@ -5385,7 +5385,7 @@
|
|
|
5385
5385
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5386
5386
|
"line": 117,
|
|
5387
5387
|
"character": 21,
|
|
5388
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5388
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L117"
|
|
5389
5389
|
}
|
|
5390
5390
|
],
|
|
5391
5391
|
"type": {
|
|
@@ -5413,7 +5413,7 @@
|
|
|
5413
5413
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5414
5414
|
"line": 115,
|
|
5415
5415
|
"character": 21,
|
|
5416
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5416
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L115"
|
|
5417
5417
|
}
|
|
5418
5418
|
],
|
|
5419
5419
|
"type": {
|
|
@@ -5438,9 +5438,9 @@
|
|
|
5438
5438
|
"sources": [
|
|
5439
5439
|
{
|
|
5440
5440
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5441
|
-
"line":
|
|
5441
|
+
"line": 188,
|
|
5442
5442
|
"character": 9,
|
|
5443
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5443
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L188"
|
|
5444
5444
|
}
|
|
5445
5445
|
],
|
|
5446
5446
|
"signatures": [
|
|
@@ -5453,9 +5453,9 @@
|
|
|
5453
5453
|
"sources": [
|
|
5454
5454
|
{
|
|
5455
5455
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5456
|
-
"line":
|
|
5456
|
+
"line": 188,
|
|
5457
5457
|
"character": 9,
|
|
5458
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5458
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L188"
|
|
5459
5459
|
}
|
|
5460
5460
|
],
|
|
5461
5461
|
"parameters": [
|
|
@@ -5512,9 +5512,9 @@
|
|
|
5512
5512
|
"sources": [
|
|
5513
5513
|
{
|
|
5514
5514
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5515
|
-
"line":
|
|
5515
|
+
"line": 176,
|
|
5516
5516
|
"character": 9,
|
|
5517
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5517
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L176"
|
|
5518
5518
|
}
|
|
5519
5519
|
],
|
|
5520
5520
|
"signatures": [
|
|
@@ -5527,9 +5527,9 @@
|
|
|
5527
5527
|
"sources": [
|
|
5528
5528
|
{
|
|
5529
5529
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5530
|
-
"line":
|
|
5530
|
+
"line": 176,
|
|
5531
5531
|
"character": 9,
|
|
5532
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5532
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L176"
|
|
5533
5533
|
}
|
|
5534
5534
|
],
|
|
5535
5535
|
"parameters": [
|
|
@@ -5591,9 +5591,9 @@
|
|
|
5591
5591
|
"sources": [
|
|
5592
5592
|
{
|
|
5593
5593
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5594
|
-
"line":
|
|
5594
|
+
"line": 182,
|
|
5595
5595
|
"character": 9,
|
|
5596
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5596
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L182"
|
|
5597
5597
|
}
|
|
5598
5598
|
],
|
|
5599
5599
|
"signatures": [
|
|
@@ -5606,9 +5606,9 @@
|
|
|
5606
5606
|
"sources": [
|
|
5607
5607
|
{
|
|
5608
5608
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5609
|
-
"line":
|
|
5609
|
+
"line": 182,
|
|
5610
5610
|
"character": 9,
|
|
5611
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5611
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L182"
|
|
5612
5612
|
}
|
|
5613
5613
|
],
|
|
5614
5614
|
"parameters": [
|
|
@@ -5680,7 +5680,7 @@
|
|
|
5680
5680
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5681
5681
|
"line": 133,
|
|
5682
5682
|
"character": 9,
|
|
5683
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5683
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L133"
|
|
5684
5684
|
}
|
|
5685
5685
|
],
|
|
5686
5686
|
"signatures": [
|
|
@@ -5703,7 +5703,7 @@
|
|
|
5703
5703
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5704
5704
|
"line": 133,
|
|
5705
5705
|
"character": 9,
|
|
5706
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5706
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L133"
|
|
5707
5707
|
}
|
|
5708
5708
|
],
|
|
5709
5709
|
"type": {
|
|
@@ -5736,7 +5736,7 @@
|
|
|
5736
5736
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5737
5737
|
"line": 125,
|
|
5738
5738
|
"character": 9,
|
|
5739
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5739
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L125"
|
|
5740
5740
|
}
|
|
5741
5741
|
],
|
|
5742
5742
|
"signatures": [
|
|
@@ -5759,7 +5759,7 @@
|
|
|
5759
5759
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5760
5760
|
"line": 125,
|
|
5761
5761
|
"character": 9,
|
|
5762
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5762
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L125"
|
|
5763
5763
|
}
|
|
5764
5764
|
],
|
|
5765
5765
|
"parameters": [
|
|
@@ -5816,9 +5816,9 @@
|
|
|
5816
5816
|
"sources": [
|
|
5817
5817
|
{
|
|
5818
5818
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5819
|
-
"line":
|
|
5819
|
+
"line": 168,
|
|
5820
5820
|
"character": 9,
|
|
5821
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5821
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L168"
|
|
5822
5822
|
}
|
|
5823
5823
|
],
|
|
5824
5824
|
"signatures": [
|
|
@@ -5839,9 +5839,9 @@
|
|
|
5839
5839
|
"sources": [
|
|
5840
5840
|
{
|
|
5841
5841
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5842
|
-
"line":
|
|
5842
|
+
"line": 168,
|
|
5843
5843
|
"character": 9,
|
|
5844
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5844
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L168"
|
|
5845
5845
|
}
|
|
5846
5846
|
],
|
|
5847
5847
|
"type": {
|
|
@@ -5872,7 +5872,7 @@
|
|
|
5872
5872
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5873
5873
|
"line": 119,
|
|
5874
5874
|
"character": 2,
|
|
5875
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5875
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L119"
|
|
5876
5876
|
}
|
|
5877
5877
|
],
|
|
5878
5878
|
"signatures": [
|
|
@@ -5887,7 +5887,7 @@
|
|
|
5887
5887
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5888
5888
|
"line": 119,
|
|
5889
5889
|
"character": 2,
|
|
5890
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5890
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L119"
|
|
5891
5891
|
}
|
|
5892
5892
|
],
|
|
5893
5893
|
"type": {
|
|
@@ -5939,7 +5939,7 @@
|
|
|
5939
5939
|
"fileName": "navigation/navigation-item/navigation-item.component.ts",
|
|
5940
5940
|
"line": 91,
|
|
5941
5941
|
"character": 13,
|
|
5942
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
5942
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item/navigation-item.component.ts#L91"
|
|
5943
5943
|
}
|
|
5944
5944
|
],
|
|
5945
5945
|
"implementedTypes": [
|
|
@@ -6015,7 +6015,7 @@
|
|
|
6015
6015
|
"fileName": "navigation-progress-bar/navigation-progress-bar.component.ts",
|
|
6016
6016
|
"line": 32,
|
|
6017
6017
|
"character": 18,
|
|
6018
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6018
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation-progress-bar/navigation-progress-bar.component.ts#L32"
|
|
6019
6019
|
}
|
|
6020
6020
|
],
|
|
6021
6021
|
"type": {
|
|
@@ -6049,7 +6049,7 @@
|
|
|
6049
6049
|
"fileName": "navigation-progress-bar/navigation-progress-bar.component.ts",
|
|
6050
6050
|
"line": 30,
|
|
6051
6051
|
"character": 18,
|
|
6052
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6052
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation-progress-bar/navigation-progress-bar.component.ts#L30"
|
|
6053
6053
|
}
|
|
6054
6054
|
],
|
|
6055
6055
|
"type": {
|
|
@@ -6084,7 +6084,7 @@
|
|
|
6084
6084
|
"fileName": "navigation-progress-bar/navigation-progress-bar.component.ts",
|
|
6085
6085
|
"line": 28,
|
|
6086
6086
|
"character": 13,
|
|
6087
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6087
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation-progress-bar/navigation-progress-bar.component.ts#L28"
|
|
6088
6088
|
}
|
|
6089
6089
|
]
|
|
6090
6090
|
},
|
|
@@ -6106,7 +6106,7 @@
|
|
|
6106
6106
|
"fileName": "navigation.service.ts",
|
|
6107
6107
|
"line": 47,
|
|
6108
6108
|
"character": 2,
|
|
6109
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6109
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L47"
|
|
6110
6110
|
}
|
|
6111
6111
|
],
|
|
6112
6112
|
"signatures": [
|
|
@@ -6121,7 +6121,7 @@
|
|
|
6121
6121
|
"fileName": "navigation.service.ts",
|
|
6122
6122
|
"line": 47,
|
|
6123
6123
|
"character": 2,
|
|
6124
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6124
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L47"
|
|
6125
6125
|
}
|
|
6126
6126
|
],
|
|
6127
6127
|
"parameters": [
|
|
@@ -6172,7 +6172,7 @@
|
|
|
6172
6172
|
"fileName": "navigation.service.ts",
|
|
6173
6173
|
"line": 37,
|
|
6174
6174
|
"character": 18,
|
|
6175
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6175
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L37"
|
|
6176
6176
|
}
|
|
6177
6177
|
],
|
|
6178
6178
|
"type": {
|
|
@@ -6206,7 +6206,7 @@
|
|
|
6206
6206
|
"fileName": "navigation.service.ts",
|
|
6207
6207
|
"line": 86,
|
|
6208
6208
|
"character": 9,
|
|
6209
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6209
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L86"
|
|
6210
6210
|
}
|
|
6211
6211
|
],
|
|
6212
6212
|
"signatures": [
|
|
@@ -6221,7 +6221,7 @@
|
|
|
6221
6221
|
"fileName": "navigation.service.ts",
|
|
6222
6222
|
"line": 86,
|
|
6223
6223
|
"character": 9,
|
|
6224
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6224
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L86"
|
|
6225
6225
|
}
|
|
6226
6226
|
],
|
|
6227
6227
|
"parameters": [
|
|
@@ -6282,7 +6282,7 @@
|
|
|
6282
6282
|
"fileName": "navigation.service.ts",
|
|
6283
6283
|
"line": 120,
|
|
6284
6284
|
"character": 9,
|
|
6285
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6285
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L120"
|
|
6286
6286
|
}
|
|
6287
6287
|
],
|
|
6288
6288
|
"signatures": [
|
|
@@ -6303,7 +6303,7 @@
|
|
|
6303
6303
|
"fileName": "navigation.service.ts",
|
|
6304
6304
|
"line": 120,
|
|
6305
6305
|
"character": 9,
|
|
6306
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6306
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L120"
|
|
6307
6307
|
}
|
|
6308
6308
|
],
|
|
6309
6309
|
"parameters": [
|
|
@@ -6396,7 +6396,7 @@
|
|
|
6396
6396
|
"fileName": "navigation.service.ts",
|
|
6397
6397
|
"line": 172,
|
|
6398
6398
|
"character": 9,
|
|
6399
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6399
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L172"
|
|
6400
6400
|
}
|
|
6401
6401
|
],
|
|
6402
6402
|
"signatures": [
|
|
@@ -6417,7 +6417,7 @@
|
|
|
6417
6417
|
"fileName": "navigation.service.ts",
|
|
6418
6418
|
"line": 172,
|
|
6419
6419
|
"character": 9,
|
|
6420
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6420
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L172"
|
|
6421
6421
|
}
|
|
6422
6422
|
],
|
|
6423
6423
|
"parameters": [
|
|
@@ -6468,7 +6468,7 @@
|
|
|
6468
6468
|
"fileName": "navigation.service.ts",
|
|
6469
6469
|
"line": 101,
|
|
6470
6470
|
"character": 9,
|
|
6471
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6471
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L101"
|
|
6472
6472
|
}
|
|
6473
6473
|
],
|
|
6474
6474
|
"signatures": [
|
|
@@ -6483,7 +6483,7 @@
|
|
|
6483
6483
|
"fileName": "navigation.service.ts",
|
|
6484
6484
|
"line": 101,
|
|
6485
6485
|
"character": 9,
|
|
6486
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6486
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L101"
|
|
6487
6487
|
}
|
|
6488
6488
|
],
|
|
6489
6489
|
"parameters": [
|
|
@@ -6530,7 +6530,7 @@
|
|
|
6530
6530
|
"fileName": "navigation.service.ts",
|
|
6531
6531
|
"line": 97,
|
|
6532
6532
|
"character": 9,
|
|
6533
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6533
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L97"
|
|
6534
6534
|
}
|
|
6535
6535
|
],
|
|
6536
6536
|
"signatures": [
|
|
@@ -6545,7 +6545,7 @@
|
|
|
6545
6545
|
"fileName": "navigation.service.ts",
|
|
6546
6546
|
"line": 97,
|
|
6547
6547
|
"character": 9,
|
|
6548
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6548
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L97"
|
|
6549
6549
|
}
|
|
6550
6550
|
],
|
|
6551
6551
|
"parameters": [
|
|
@@ -6581,7 +6581,7 @@
|
|
|
6581
6581
|
"fileName": "navigation.service.ts",
|
|
6582
6582
|
"line": 78,
|
|
6583
6583
|
"character": 9,
|
|
6584
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6584
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L78"
|
|
6585
6585
|
}
|
|
6586
6586
|
],
|
|
6587
6587
|
"signatures": [
|
|
@@ -6610,7 +6610,7 @@
|
|
|
6610
6610
|
"fileName": "navigation.service.ts",
|
|
6611
6611
|
"line": 78,
|
|
6612
6612
|
"character": 9,
|
|
6613
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6613
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L78"
|
|
6614
6614
|
}
|
|
6615
6615
|
],
|
|
6616
6616
|
"parameters": [
|
|
@@ -6671,7 +6671,7 @@
|
|
|
6671
6671
|
"fileName": "navigation.service.ts",
|
|
6672
6672
|
"line": 105,
|
|
6673
6673
|
"character": 9,
|
|
6674
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6674
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L105"
|
|
6675
6675
|
}
|
|
6676
6676
|
],
|
|
6677
6677
|
"signatures": [
|
|
@@ -6686,7 +6686,7 @@
|
|
|
6686
6686
|
"fileName": "navigation.service.ts",
|
|
6687
6687
|
"line": 105,
|
|
6688
6688
|
"character": 9,
|
|
6689
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6689
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L105"
|
|
6690
6690
|
}
|
|
6691
6691
|
],
|
|
6692
6692
|
"parameters": [
|
|
@@ -6734,7 +6734,7 @@
|
|
|
6734
6734
|
"fileName": "navigation.service.ts",
|
|
6735
6735
|
"line": 112,
|
|
6736
6736
|
"character": 9,
|
|
6737
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6737
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L112"
|
|
6738
6738
|
}
|
|
6739
6739
|
],
|
|
6740
6740
|
"signatures": [
|
|
@@ -6749,7 +6749,7 @@
|
|
|
6749
6749
|
"fileName": "navigation.service.ts",
|
|
6750
6750
|
"line": 112,
|
|
6751
6751
|
"character": 9,
|
|
6752
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6752
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L112"
|
|
6753
6753
|
}
|
|
6754
6754
|
],
|
|
6755
6755
|
"type": {
|
|
@@ -6792,7 +6792,7 @@
|
|
|
6792
6792
|
"fileName": "navigation.service.ts",
|
|
6793
6793
|
"line": 36,
|
|
6794
6794
|
"character": 13,
|
|
6795
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6795
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation.service.ts#L36"
|
|
6796
6796
|
}
|
|
6797
6797
|
]
|
|
6798
6798
|
},
|
|
@@ -6839,7 +6839,7 @@
|
|
|
6839
6839
|
"fileName": "release-info/release-info.component.ts",
|
|
6840
6840
|
"line": 30,
|
|
6841
6841
|
"character": 21,
|
|
6842
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6842
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/release-info/release-info.component.ts#L30"
|
|
6843
6843
|
}
|
|
6844
6844
|
],
|
|
6845
6845
|
"type": {
|
|
@@ -6867,7 +6867,7 @@
|
|
|
6867
6867
|
"fileName": "release-info/release-info.component.ts",
|
|
6868
6868
|
"line": 27,
|
|
6869
6869
|
"character": 18,
|
|
6870
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6870
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/release-info/release-info.component.ts#L27"
|
|
6871
6871
|
}
|
|
6872
6872
|
],
|
|
6873
6873
|
"type": {
|
|
@@ -6895,7 +6895,7 @@
|
|
|
6895
6895
|
"fileName": "release-info/release-info.component.ts",
|
|
6896
6896
|
"line": 28,
|
|
6897
6897
|
"character": 18,
|
|
6898
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6898
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/release-info/release-info.component.ts#L28"
|
|
6899
6899
|
}
|
|
6900
6900
|
],
|
|
6901
6901
|
"type": {
|
|
@@ -6915,7 +6915,7 @@
|
|
|
6915
6915
|
"fileName": "release-info/release-info.component.ts",
|
|
6916
6916
|
"line": 32,
|
|
6917
6917
|
"character": 2,
|
|
6918
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6918
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/release-info/release-info.component.ts#L32"
|
|
6919
6919
|
}
|
|
6920
6920
|
],
|
|
6921
6921
|
"signatures": [
|
|
@@ -6930,7 +6930,7 @@
|
|
|
6930
6930
|
"fileName": "release-info/release-info.component.ts",
|
|
6931
6931
|
"line": 32,
|
|
6932
6932
|
"character": 2,
|
|
6933
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6933
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/release-info/release-info.component.ts#L32"
|
|
6934
6934
|
}
|
|
6935
6935
|
],
|
|
6936
6936
|
"type": {
|
|
@@ -6968,7 +6968,7 @@
|
|
|
6968
6968
|
"fileName": "release-info/release-info.component.ts",
|
|
6969
6969
|
"line": 25,
|
|
6970
6970
|
"character": 13,
|
|
6971
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
6971
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/release-info/release-info.component.ts#L25"
|
|
6972
6972
|
}
|
|
6973
6973
|
]
|
|
6974
6974
|
},
|
|
@@ -7015,7 +7015,7 @@
|
|
|
7015
7015
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7016
7016
|
"line": 78,
|
|
7017
7017
|
"character": 18,
|
|
7018
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7018
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L78"
|
|
7019
7019
|
}
|
|
7020
7020
|
],
|
|
7021
7021
|
"type": {
|
|
@@ -7050,7 +7050,7 @@
|
|
|
7050
7050
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7051
7051
|
"line": 75,
|
|
7052
7052
|
"character": 18,
|
|
7053
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7053
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L75"
|
|
7054
7054
|
}
|
|
7055
7055
|
],
|
|
7056
7056
|
"type": {
|
|
@@ -7082,7 +7082,7 @@
|
|
|
7082
7082
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7083
7083
|
"line": 62,
|
|
7084
7084
|
"character": 2,
|
|
7085
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7085
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L62"
|
|
7086
7086
|
}
|
|
7087
7087
|
],
|
|
7088
7088
|
"type": {
|
|
@@ -7127,7 +7127,7 @@
|
|
|
7127
7127
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7128
7128
|
"line": 67,
|
|
7129
7129
|
"character": 2,
|
|
7130
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7130
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L67"
|
|
7131
7131
|
}
|
|
7132
7132
|
],
|
|
7133
7133
|
"type": {
|
|
@@ -7166,7 +7166,7 @@
|
|
|
7166
7166
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7167
7167
|
"line": 60,
|
|
7168
7168
|
"character": 21,
|
|
7169
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7169
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L60"
|
|
7170
7170
|
}
|
|
7171
7171
|
],
|
|
7172
7172
|
"type": {
|
|
@@ -7193,7 +7193,7 @@
|
|
|
7193
7193
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7194
7194
|
"line": 57,
|
|
7195
7195
|
"character": 9,
|
|
7196
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7196
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L57"
|
|
7197
7197
|
}
|
|
7198
7198
|
],
|
|
7199
7199
|
"type": {
|
|
@@ -7216,7 +7216,7 @@
|
|
|
7216
7216
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7217
7217
|
"line": 59,
|
|
7218
7218
|
"character": 18,
|
|
7219
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7219
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L59"
|
|
7220
7220
|
}
|
|
7221
7221
|
],
|
|
7222
7222
|
"type": {
|
|
@@ -7241,7 +7241,7 @@
|
|
|
7241
7241
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7242
7242
|
"line": 117,
|
|
7243
7243
|
"character": 2,
|
|
7244
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7244
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L117"
|
|
7245
7245
|
}
|
|
7246
7246
|
],
|
|
7247
7247
|
"signatures": [
|
|
@@ -7256,7 +7256,7 @@
|
|
|
7256
7256
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7257
7257
|
"line": 117,
|
|
7258
7258
|
"character": 2,
|
|
7259
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7259
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L117"
|
|
7260
7260
|
}
|
|
7261
7261
|
],
|
|
7262
7262
|
"parameters": [
|
|
@@ -7292,7 +7292,7 @@
|
|
|
7292
7292
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7293
7293
|
"line": 81,
|
|
7294
7294
|
"character": 2,
|
|
7295
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7295
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L81"
|
|
7296
7296
|
}
|
|
7297
7297
|
],
|
|
7298
7298
|
"signatures": [
|
|
@@ -7307,7 +7307,7 @@
|
|
|
7307
7307
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7308
7308
|
"line": 81,
|
|
7309
7309
|
"character": 2,
|
|
7310
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7310
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L81"
|
|
7311
7311
|
}
|
|
7312
7312
|
],
|
|
7313
7313
|
"parameters": [
|
|
@@ -7346,7 +7346,7 @@
|
|
|
7346
7346
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7347
7347
|
"line": 105,
|
|
7348
7348
|
"character": 2,
|
|
7349
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7349
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L105"
|
|
7350
7350
|
}
|
|
7351
7351
|
],
|
|
7352
7352
|
"signatures": [
|
|
@@ -7361,7 +7361,7 @@
|
|
|
7361
7361
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7362
7362
|
"line": 105,
|
|
7363
7363
|
"character": 2,
|
|
7364
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7364
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L105"
|
|
7365
7365
|
}
|
|
7366
7366
|
],
|
|
7367
7367
|
"parameters": [
|
|
@@ -7395,7 +7395,7 @@
|
|
|
7395
7395
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7396
7396
|
"line": 93,
|
|
7397
7397
|
"character": 2,
|
|
7398
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7398
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L93"
|
|
7399
7399
|
}
|
|
7400
7400
|
],
|
|
7401
7401
|
"signatures": [
|
|
@@ -7410,7 +7410,7 @@
|
|
|
7410
7410
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7411
7411
|
"line": 93,
|
|
7412
7412
|
"character": 2,
|
|
7413
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7413
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L93"
|
|
7414
7414
|
}
|
|
7415
7415
|
],
|
|
7416
7416
|
"parameters": [
|
|
@@ -7444,7 +7444,7 @@
|
|
|
7444
7444
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7445
7445
|
"line": 85,
|
|
7446
7446
|
"character": 2,
|
|
7447
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7447
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L85"
|
|
7448
7448
|
}
|
|
7449
7449
|
],
|
|
7450
7450
|
"signatures": [
|
|
@@ -7459,7 +7459,7 @@
|
|
|
7459
7459
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7460
7460
|
"line": 85,
|
|
7461
7461
|
"character": 2,
|
|
7462
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7462
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L85"
|
|
7463
7463
|
}
|
|
7464
7464
|
],
|
|
7465
7465
|
"type": {
|
|
@@ -7480,7 +7480,7 @@
|
|
|
7480
7480
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7481
7481
|
"line": 109,
|
|
7482
7482
|
"character": 2,
|
|
7483
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7483
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L109"
|
|
7484
7484
|
}
|
|
7485
7485
|
],
|
|
7486
7486
|
"signatures": [
|
|
@@ -7495,7 +7495,7 @@
|
|
|
7495
7495
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7496
7496
|
"line": 109,
|
|
7497
7497
|
"character": 2,
|
|
7498
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7498
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L109"
|
|
7499
7499
|
}
|
|
7500
7500
|
],
|
|
7501
7501
|
"type": {
|
|
@@ -7516,7 +7516,7 @@
|
|
|
7516
7516
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7517
7517
|
"line": 97,
|
|
7518
7518
|
"character": 2,
|
|
7519
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7519
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L97"
|
|
7520
7520
|
}
|
|
7521
7521
|
],
|
|
7522
7522
|
"signatures": [
|
|
@@ -7531,7 +7531,7 @@
|
|
|
7531
7531
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7532
7532
|
"line": 97,
|
|
7533
7533
|
"character": 2,
|
|
7534
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7534
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L97"
|
|
7535
7535
|
}
|
|
7536
7536
|
],
|
|
7537
7537
|
"type": {
|
|
@@ -7552,7 +7552,7 @@
|
|
|
7552
7552
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7553
7553
|
"line": 89,
|
|
7554
7554
|
"character": 2,
|
|
7555
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7555
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L89"
|
|
7556
7556
|
}
|
|
7557
7557
|
],
|
|
7558
7558
|
"signatures": [
|
|
@@ -7567,7 +7567,7 @@
|
|
|
7567
7567
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7568
7568
|
"line": 89,
|
|
7569
7569
|
"character": 2,
|
|
7570
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7570
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L89"
|
|
7571
7571
|
}
|
|
7572
7572
|
],
|
|
7573
7573
|
"parameters": [
|
|
@@ -7606,7 +7606,7 @@
|
|
|
7606
7606
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7607
7607
|
"line": 113,
|
|
7608
7608
|
"character": 2,
|
|
7609
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7609
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L113"
|
|
7610
7610
|
}
|
|
7611
7611
|
],
|
|
7612
7612
|
"signatures": [
|
|
@@ -7621,7 +7621,7 @@
|
|
|
7621
7621
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7622
7622
|
"line": 113,
|
|
7623
7623
|
"character": 2,
|
|
7624
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7624
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L113"
|
|
7625
7625
|
}
|
|
7626
7626
|
],
|
|
7627
7627
|
"parameters": [
|
|
@@ -7655,7 +7655,7 @@
|
|
|
7655
7655
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7656
7656
|
"line": 101,
|
|
7657
7657
|
"character": 2,
|
|
7658
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7658
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L101"
|
|
7659
7659
|
}
|
|
7660
7660
|
],
|
|
7661
7661
|
"signatures": [
|
|
@@ -7670,7 +7670,7 @@
|
|
|
7670
7670
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7671
7671
|
"line": 101,
|
|
7672
7672
|
"character": 2,
|
|
7673
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7673
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L101"
|
|
7674
7674
|
}
|
|
7675
7675
|
],
|
|
7676
7676
|
"parameters": [
|
|
@@ -7734,7 +7734,7 @@
|
|
|
7734
7734
|
"fileName": "default-header/settings-button/settings-button.component.ts",
|
|
7735
7735
|
"line": 55,
|
|
7736
7736
|
"character": 13,
|
|
7737
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7737
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/settings-button/settings-button.component.ts#L55"
|
|
7738
7738
|
}
|
|
7739
7739
|
]
|
|
7740
7740
|
},
|
|
@@ -7781,7 +7781,7 @@
|
|
|
7781
7781
|
"fileName": "sidenav/sidenav.component.ts",
|
|
7782
7782
|
"line": 61,
|
|
7783
7783
|
"character": 18,
|
|
7784
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7784
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L61"
|
|
7785
7785
|
}
|
|
7786
7786
|
],
|
|
7787
7787
|
"type": {
|
|
@@ -7815,7 +7815,7 @@
|
|
|
7815
7815
|
"fileName": "sidenav/sidenav.component.ts",
|
|
7816
7816
|
"line": 60,
|
|
7817
7817
|
"character": 18,
|
|
7818
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7818
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L60"
|
|
7819
7819
|
}
|
|
7820
7820
|
],
|
|
7821
7821
|
"type": {
|
|
@@ -7849,7 +7849,7 @@
|
|
|
7849
7849
|
"fileName": "sidenav/sidenav.component.ts",
|
|
7850
7850
|
"line": 56,
|
|
7851
7851
|
"character": 18,
|
|
7852
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7852
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L56"
|
|
7853
7853
|
}
|
|
7854
7854
|
],
|
|
7855
7855
|
"type": {
|
|
@@ -7883,7 +7883,7 @@
|
|
|
7883
7883
|
"fileName": "sidenav/sidenav.component.ts",
|
|
7884
7884
|
"line": 58,
|
|
7885
7885
|
"character": 18,
|
|
7886
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7886
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L58"
|
|
7887
7887
|
}
|
|
7888
7888
|
],
|
|
7889
7889
|
"type": {
|
|
@@ -7917,7 +7917,7 @@
|
|
|
7917
7917
|
"fileName": "sidenav/sidenav.component.ts",
|
|
7918
7918
|
"line": 57,
|
|
7919
7919
|
"character": 18,
|
|
7920
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7920
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L57"
|
|
7921
7921
|
}
|
|
7922
7922
|
],
|
|
7923
7923
|
"type": {
|
|
@@ -7951,7 +7951,7 @@
|
|
|
7951
7951
|
"fileName": "sidenav/sidenav.component.ts",
|
|
7952
7952
|
"line": 51,
|
|
7953
7953
|
"character": 21,
|
|
7954
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7954
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L51"
|
|
7955
7955
|
}
|
|
7956
7956
|
],
|
|
7957
7957
|
"type": {
|
|
@@ -7976,7 +7976,7 @@
|
|
|
7976
7976
|
"fileName": "sidenav/sidenav.component.ts",
|
|
7977
7977
|
"line": 62,
|
|
7978
7978
|
"character": 18,
|
|
7979
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
7979
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L62"
|
|
7980
7980
|
}
|
|
7981
7981
|
],
|
|
7982
7982
|
"type": {
|
|
@@ -8010,7 +8010,7 @@
|
|
|
8010
8010
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8011
8011
|
"line": 59,
|
|
8012
8012
|
"character": 18,
|
|
8013
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8013
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L59"
|
|
8014
8014
|
}
|
|
8015
8015
|
],
|
|
8016
8016
|
"type": {
|
|
@@ -8044,7 +8044,7 @@
|
|
|
8044
8044
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8045
8045
|
"line": 53,
|
|
8046
8046
|
"character": 21,
|
|
8047
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8047
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L53"
|
|
8048
8048
|
}
|
|
8049
8049
|
],
|
|
8050
8050
|
"type": {
|
|
@@ -8092,7 +8092,7 @@
|
|
|
8092
8092
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8093
8093
|
"line": 63,
|
|
8094
8094
|
"character": 18,
|
|
8095
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8095
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L63"
|
|
8096
8096
|
}
|
|
8097
8097
|
],
|
|
8098
8098
|
"type": {
|
|
@@ -8137,7 +8137,7 @@
|
|
|
8137
8137
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8138
8138
|
"line": 64,
|
|
8139
8139
|
"character": 18,
|
|
8140
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8140
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L64"
|
|
8141
8141
|
}
|
|
8142
8142
|
],
|
|
8143
8143
|
"type": {
|
|
@@ -8182,7 +8182,7 @@
|
|
|
8182
8182
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8183
8183
|
"line": 55,
|
|
8184
8184
|
"character": 18,
|
|
8185
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8185
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L55"
|
|
8186
8186
|
}
|
|
8187
8187
|
],
|
|
8188
8188
|
"type": {
|
|
@@ -8218,7 +8218,7 @@
|
|
|
8218
8218
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8219
8219
|
"line": 79,
|
|
8220
8220
|
"character": 8,
|
|
8221
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8221
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L79"
|
|
8222
8222
|
}
|
|
8223
8223
|
],
|
|
8224
8224
|
"signatures": [
|
|
@@ -8233,7 +8233,7 @@
|
|
|
8233
8233
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8234
8234
|
"line": 79,
|
|
8235
8235
|
"character": 8,
|
|
8236
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8236
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L79"
|
|
8237
8237
|
}
|
|
8238
8238
|
],
|
|
8239
8239
|
"type": {
|
|
@@ -8265,7 +8265,7 @@
|
|
|
8265
8265
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8266
8266
|
"line": 70,
|
|
8267
8267
|
"character": 2,
|
|
8268
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8268
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L70"
|
|
8269
8269
|
}
|
|
8270
8270
|
],
|
|
8271
8271
|
"signatures": [
|
|
@@ -8280,7 +8280,7 @@
|
|
|
8280
8280
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8281
8281
|
"line": 70,
|
|
8282
8282
|
"character": 2,
|
|
8283
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8283
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L70"
|
|
8284
8284
|
}
|
|
8285
8285
|
],
|
|
8286
8286
|
"parameters": [
|
|
@@ -8314,7 +8314,7 @@
|
|
|
8314
8314
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8315
8315
|
"line": 74,
|
|
8316
8316
|
"character": 8,
|
|
8317
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8317
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L74"
|
|
8318
8318
|
}
|
|
8319
8319
|
],
|
|
8320
8320
|
"signatures": [
|
|
@@ -8329,7 +8329,7 @@
|
|
|
8329
8329
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8330
8330
|
"line": 74,
|
|
8331
8331
|
"character": 8,
|
|
8332
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8332
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L74"
|
|
8333
8333
|
}
|
|
8334
8334
|
],
|
|
8335
8335
|
"type": {
|
|
@@ -8361,7 +8361,7 @@
|
|
|
8361
8361
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8362
8362
|
"line": 66,
|
|
8363
8363
|
"character": 2,
|
|
8364
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8364
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L66"
|
|
8365
8365
|
}
|
|
8366
8366
|
],
|
|
8367
8367
|
"signatures": [
|
|
@@ -8376,7 +8376,7 @@
|
|
|
8376
8376
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8377
8377
|
"line": 66,
|
|
8378
8378
|
"character": 2,
|
|
8379
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8379
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L66"
|
|
8380
8380
|
}
|
|
8381
8381
|
],
|
|
8382
8382
|
"type": {
|
|
@@ -8426,7 +8426,7 @@
|
|
|
8426
8426
|
"fileName": "sidenav/sidenav.component.ts",
|
|
8427
8427
|
"line": 49,
|
|
8428
8428
|
"character": 13,
|
|
8429
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8429
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav.component.ts#L49"
|
|
8430
8430
|
}
|
|
8431
8431
|
]
|
|
8432
8432
|
},
|
|
@@ -8448,7 +8448,7 @@
|
|
|
8448
8448
|
"fileName": "sidenav/sidenav-footer.directive.ts",
|
|
8449
8449
|
"line": 12,
|
|
8450
8450
|
"character": 2,
|
|
8451
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8451
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L12"
|
|
8452
8452
|
}
|
|
8453
8453
|
],
|
|
8454
8454
|
"signatures": [
|
|
@@ -8463,7 +8463,7 @@
|
|
|
8463
8463
|
"fileName": "sidenav/sidenav-footer.directive.ts",
|
|
8464
8464
|
"line": 12,
|
|
8465
8465
|
"character": 2,
|
|
8466
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8466
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L12"
|
|
8467
8467
|
}
|
|
8468
8468
|
],
|
|
8469
8469
|
"parameters": [
|
|
@@ -8513,7 +8513,7 @@
|
|
|
8513
8513
|
"fileName": "sidenav/sidenav-footer.directive.ts",
|
|
8514
8514
|
"line": 14,
|
|
8515
8515
|
"character": 20,
|
|
8516
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8516
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L14"
|
|
8517
8517
|
}
|
|
8518
8518
|
],
|
|
8519
8519
|
"type": {
|
|
@@ -8552,7 +8552,7 @@
|
|
|
8552
8552
|
"fileName": "sidenav/sidenav-footer.directive.ts",
|
|
8553
8553
|
"line": 11,
|
|
8554
8554
|
"character": 13,
|
|
8555
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8555
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav-footer.directive.ts#L11"
|
|
8556
8556
|
}
|
|
8557
8557
|
]
|
|
8558
8558
|
},
|
|
@@ -8574,7 +8574,7 @@
|
|
|
8574
8574
|
"fileName": "sidenav/sidenav-header.directive.ts",
|
|
8575
8575
|
"line": 12,
|
|
8576
8576
|
"character": 2,
|
|
8577
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8577
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L12"
|
|
8578
8578
|
}
|
|
8579
8579
|
],
|
|
8580
8580
|
"signatures": [
|
|
@@ -8589,7 +8589,7 @@
|
|
|
8589
8589
|
"fileName": "sidenav/sidenav-header.directive.ts",
|
|
8590
8590
|
"line": 12,
|
|
8591
8591
|
"character": 2,
|
|
8592
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8592
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L12"
|
|
8593
8593
|
}
|
|
8594
8594
|
],
|
|
8595
8595
|
"parameters": [
|
|
@@ -8639,7 +8639,7 @@
|
|
|
8639
8639
|
"fileName": "sidenav/sidenav-header.directive.ts",
|
|
8640
8640
|
"line": 14,
|
|
8641
8641
|
"character": 20,
|
|
8642
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8642
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L14"
|
|
8643
8643
|
}
|
|
8644
8644
|
],
|
|
8645
8645
|
"type": {
|
|
@@ -8678,7 +8678,7 @@
|
|
|
8678
8678
|
"fileName": "sidenav/sidenav-header.directive.ts",
|
|
8679
8679
|
"line": 11,
|
|
8680
8680
|
"character": 13,
|
|
8681
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8681
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/sidenav/sidenav-header.directive.ts#L11"
|
|
8682
8682
|
}
|
|
8683
8683
|
]
|
|
8684
8684
|
},
|
|
@@ -8725,7 +8725,7 @@
|
|
|
8725
8725
|
"fileName": "default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts",
|
|
8726
8726
|
"line": 23,
|
|
8727
8727
|
"character": 21,
|
|
8728
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8728
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L23"
|
|
8729
8729
|
}
|
|
8730
8730
|
],
|
|
8731
8731
|
"type": {
|
|
@@ -8750,7 +8750,7 @@
|
|
|
8750
8750
|
"fileName": "default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts",
|
|
8751
8751
|
"line": 25,
|
|
8752
8752
|
"character": 18,
|
|
8753
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8753
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L25"
|
|
8754
8754
|
}
|
|
8755
8755
|
],
|
|
8756
8756
|
"type": {
|
|
@@ -8783,7 +8783,7 @@
|
|
|
8783
8783
|
"fileName": "default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts",
|
|
8784
8784
|
"line": 27,
|
|
8785
8785
|
"character": 9,
|
|
8786
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8786
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L27"
|
|
8787
8787
|
}
|
|
8788
8788
|
],
|
|
8789
8789
|
"signatures": [
|
|
@@ -8798,7 +8798,7 @@
|
|
|
8798
8798
|
"fileName": "default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts",
|
|
8799
8799
|
"line": 27,
|
|
8800
8800
|
"character": 9,
|
|
8801
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8801
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L27"
|
|
8802
8802
|
}
|
|
8803
8803
|
],
|
|
8804
8804
|
"type": {
|
|
@@ -8835,7 +8835,7 @@
|
|
|
8835
8835
|
"fileName": "default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts",
|
|
8836
8836
|
"line": 21,
|
|
8837
8837
|
"character": 13,
|
|
8838
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8838
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/sidenav-toggle-button/sidenav-toggle-button.component.ts#L21"
|
|
8839
8839
|
}
|
|
8840
8840
|
]
|
|
8841
8841
|
},
|
|
@@ -8882,7 +8882,7 @@
|
|
|
8882
8882
|
"fileName": "default-header/user-profile-icon/user-profile-icon.component.ts",
|
|
8883
8883
|
"line": 29,
|
|
8884
8884
|
"character": 21,
|
|
8885
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8885
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L29"
|
|
8886
8886
|
}
|
|
8887
8887
|
],
|
|
8888
8888
|
"type": {
|
|
@@ -8907,7 +8907,7 @@
|
|
|
8907
8907
|
"fileName": "default-header/user-profile-icon/user-profile-icon.component.ts",
|
|
8908
8908
|
"line": 32,
|
|
8909
8909
|
"character": 18,
|
|
8910
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8910
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L32"
|
|
8911
8911
|
}
|
|
8912
8912
|
],
|
|
8913
8913
|
"type": {
|
|
@@ -8941,7 +8941,7 @@
|
|
|
8941
8941
|
"fileName": "default-header/user-profile-icon/user-profile-icon.component.ts",
|
|
8942
8942
|
"line": 30,
|
|
8943
8943
|
"character": 21,
|
|
8944
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8944
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L30"
|
|
8945
8945
|
}
|
|
8946
8946
|
],
|
|
8947
8947
|
"type": {
|
|
@@ -8969,7 +8969,7 @@
|
|
|
8969
8969
|
"fileName": "default-header/user-profile-icon/user-profile-icon.component.ts",
|
|
8970
8970
|
"line": 34,
|
|
8971
8971
|
"character": 18,
|
|
8972
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
8972
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L34"
|
|
8973
8973
|
}
|
|
8974
8974
|
],
|
|
8975
8975
|
"type": {
|
|
@@ -9011,7 +9011,7 @@
|
|
|
9011
9011
|
"fileName": "default-header/user-profile-icon/user-profile-icon.component.ts",
|
|
9012
9012
|
"line": 42,
|
|
9013
9013
|
"character": 9,
|
|
9014
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9014
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L42"
|
|
9015
9015
|
}
|
|
9016
9016
|
],
|
|
9017
9017
|
"signatures": [
|
|
@@ -9026,7 +9026,7 @@
|
|
|
9026
9026
|
"fileName": "default-header/user-profile-icon/user-profile-icon.component.ts",
|
|
9027
9027
|
"line": 42,
|
|
9028
9028
|
"character": 9,
|
|
9029
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9029
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L42"
|
|
9030
9030
|
}
|
|
9031
9031
|
],
|
|
9032
9032
|
"type": {
|
|
@@ -9065,7 +9065,7 @@
|
|
|
9065
9065
|
"fileName": "default-header/user-profile-icon/user-profile-icon.component.ts",
|
|
9066
9066
|
"line": 27,
|
|
9067
9067
|
"character": 13,
|
|
9068
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9068
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/default-header/user-profile-icon/user-profile-icon.component.ts#L27"
|
|
9069
9069
|
}
|
|
9070
9070
|
]
|
|
9071
9071
|
},
|
|
@@ -9087,7 +9087,7 @@
|
|
|
9087
9087
|
"fileName": "navigation/navigation-item.ts",
|
|
9088
9088
|
"line": 18,
|
|
9089
9089
|
"character": 2,
|
|
9090
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9090
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L18"
|
|
9091
9091
|
}
|
|
9092
9092
|
],
|
|
9093
9093
|
"type": {
|
|
@@ -9108,7 +9108,7 @@
|
|
|
9108
9108
|
"fileName": "navigation/navigation-item.ts",
|
|
9109
9109
|
"line": 19,
|
|
9110
9110
|
"character": 2,
|
|
9111
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9111
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L19"
|
|
9112
9112
|
}
|
|
9113
9113
|
],
|
|
9114
9114
|
"type": {
|
|
@@ -9131,7 +9131,7 @@
|
|
|
9131
9131
|
"fileName": "navigation/navigation-item.ts",
|
|
9132
9132
|
"line": 17,
|
|
9133
9133
|
"character": 17,
|
|
9134
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9134
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L17"
|
|
9135
9135
|
}
|
|
9136
9136
|
]
|
|
9137
9137
|
},
|
|
@@ -9153,7 +9153,7 @@
|
|
|
9153
9153
|
"fileName": "navigation/navigation-item.ts",
|
|
9154
9154
|
"line": 29,
|
|
9155
9155
|
"character": 2,
|
|
9156
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9156
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L29"
|
|
9157
9157
|
}
|
|
9158
9158
|
],
|
|
9159
9159
|
"type": {
|
|
@@ -9175,7 +9175,7 @@
|
|
|
9175
9175
|
"fileName": "navigation/navigation-item.ts",
|
|
9176
9176
|
"line": 28,
|
|
9177
9177
|
"character": 17,
|
|
9178
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9178
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L28"
|
|
9179
9179
|
}
|
|
9180
9180
|
]
|
|
9181
9181
|
},
|
|
@@ -9199,7 +9199,7 @@
|
|
|
9199
9199
|
"fileName": "navigation/navigation-item.ts",
|
|
9200
9200
|
"line": 47,
|
|
9201
9201
|
"character": 2,
|
|
9202
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9202
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L47"
|
|
9203
9203
|
}
|
|
9204
9204
|
],
|
|
9205
9205
|
"type": {
|
|
@@ -9224,7 +9224,7 @@
|
|
|
9224
9224
|
"fileName": "navigation/navigation-item.ts",
|
|
9225
9225
|
"line": 48,
|
|
9226
9226
|
"character": 2,
|
|
9227
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9227
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L48"
|
|
9228
9228
|
}
|
|
9229
9229
|
],
|
|
9230
9230
|
"type": {
|
|
@@ -9248,7 +9248,7 @@
|
|
|
9248
9248
|
"fileName": "navigation/navigation-item.ts",
|
|
9249
9249
|
"line": 46,
|
|
9250
9250
|
"character": 2,
|
|
9251
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9251
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L46"
|
|
9252
9252
|
}
|
|
9253
9253
|
],
|
|
9254
9254
|
"type": {
|
|
@@ -9267,7 +9267,7 @@
|
|
|
9267
9267
|
"fileName": "navigation/navigation-item.ts",
|
|
9268
9268
|
"line": 45,
|
|
9269
9269
|
"character": 2,
|
|
9270
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9270
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L45"
|
|
9271
9271
|
}
|
|
9272
9272
|
],
|
|
9273
9273
|
"type": {
|
|
@@ -9300,7 +9300,7 @@
|
|
|
9300
9300
|
"fileName": "navigation/navigation-item.ts",
|
|
9301
9301
|
"line": 49,
|
|
9302
9302
|
"character": 2,
|
|
9303
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9303
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L49"
|
|
9304
9304
|
}
|
|
9305
9305
|
],
|
|
9306
9306
|
"type": {
|
|
@@ -9381,7 +9381,7 @@
|
|
|
9381
9381
|
"fileName": "navigation/navigation-item.ts",
|
|
9382
9382
|
"line": 44,
|
|
9383
9383
|
"character": 17,
|
|
9384
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9384
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L44"
|
|
9385
9385
|
}
|
|
9386
9386
|
],
|
|
9387
9387
|
"typeParameters": [
|
|
@@ -9465,7 +9465,7 @@
|
|
|
9465
9465
|
"fileName": "navigation/navigation-item.ts",
|
|
9466
9466
|
"line": 39,
|
|
9467
9467
|
"character": 2,
|
|
9468
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9468
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L39"
|
|
9469
9469
|
}
|
|
9470
9470
|
],
|
|
9471
9471
|
"signatures": [
|
|
@@ -9480,7 +9480,7 @@
|
|
|
9480
9480
|
"fileName": "navigation/navigation-item.ts",
|
|
9481
9481
|
"line": 39,
|
|
9482
9482
|
"character": 2,
|
|
9483
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9483
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L39"
|
|
9484
9484
|
}
|
|
9485
9485
|
],
|
|
9486
9486
|
"parameters": [
|
|
@@ -9554,7 +9554,7 @@
|
|
|
9554
9554
|
"fileName": "navigation/navigation-item.ts",
|
|
9555
9555
|
"line": 38,
|
|
9556
9556
|
"character": 17,
|
|
9557
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9557
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L38"
|
|
9558
9558
|
}
|
|
9559
9559
|
]
|
|
9560
9560
|
},
|
|
@@ -9578,7 +9578,7 @@
|
|
|
9578
9578
|
"fileName": "types.ts",
|
|
9579
9579
|
"line": 12,
|
|
9580
9580
|
"character": 2,
|
|
9581
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9581
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L12"
|
|
9582
9582
|
}
|
|
9583
9583
|
],
|
|
9584
9584
|
"type": {
|
|
@@ -9597,7 +9597,7 @@
|
|
|
9597
9597
|
"fileName": "types.ts",
|
|
9598
9598
|
"line": 10,
|
|
9599
9599
|
"character": 2,
|
|
9600
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9600
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L10"
|
|
9601
9601
|
}
|
|
9602
9602
|
],
|
|
9603
9603
|
"type": {
|
|
@@ -9616,7 +9616,7 @@
|
|
|
9616
9616
|
"fileName": "types.ts",
|
|
9617
9617
|
"line": 11,
|
|
9618
9618
|
"character": 2,
|
|
9619
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9619
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L11"
|
|
9620
9620
|
}
|
|
9621
9621
|
],
|
|
9622
9622
|
"type": {
|
|
@@ -9640,7 +9640,7 @@
|
|
|
9640
9640
|
"fileName": "types.ts",
|
|
9641
9641
|
"line": 9,
|
|
9642
9642
|
"character": 17,
|
|
9643
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9643
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L9"
|
|
9644
9644
|
}
|
|
9645
9645
|
]
|
|
9646
9646
|
},
|
|
@@ -9662,7 +9662,7 @@
|
|
|
9662
9662
|
"fileName": "types.ts",
|
|
9663
9663
|
"line": 22,
|
|
9664
9664
|
"character": 2,
|
|
9665
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9665
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L22"
|
|
9666
9666
|
}
|
|
9667
9667
|
],
|
|
9668
9668
|
"type": {
|
|
@@ -9678,7 +9678,7 @@
|
|
|
9678
9678
|
"fileName": "types.ts",
|
|
9679
9679
|
"line": 22,
|
|
9680
9680
|
"character": 10,
|
|
9681
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9681
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L22"
|
|
9682
9682
|
}
|
|
9683
9683
|
],
|
|
9684
9684
|
"signatures": [
|
|
@@ -9693,7 +9693,7 @@
|
|
|
9693
9693
|
"fileName": "types.ts",
|
|
9694
9694
|
"line": 22,
|
|
9695
9695
|
"character": 10,
|
|
9696
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9696
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L22"
|
|
9697
9697
|
}
|
|
9698
9698
|
],
|
|
9699
9699
|
"type": {
|
|
@@ -9718,7 +9718,7 @@
|
|
|
9718
9718
|
"fileName": "types.ts",
|
|
9719
9719
|
"line": 20,
|
|
9720
9720
|
"character": 2,
|
|
9721
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9721
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L20"
|
|
9722
9722
|
}
|
|
9723
9723
|
],
|
|
9724
9724
|
"type": {
|
|
@@ -9742,7 +9742,7 @@
|
|
|
9742
9742
|
"fileName": "types.ts",
|
|
9743
9743
|
"line": 21,
|
|
9744
9744
|
"character": 2,
|
|
9745
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9745
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L21"
|
|
9746
9746
|
}
|
|
9747
9747
|
],
|
|
9748
9748
|
"type": {
|
|
@@ -9766,7 +9766,7 @@
|
|
|
9766
9766
|
"fileName": "types.ts",
|
|
9767
9767
|
"line": 19,
|
|
9768
9768
|
"character": 17,
|
|
9769
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9769
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L19"
|
|
9770
9770
|
}
|
|
9771
9771
|
]
|
|
9772
9772
|
},
|
|
@@ -9781,7 +9781,7 @@
|
|
|
9781
9781
|
"fileName": "types.ts",
|
|
9782
9782
|
"line": 17,
|
|
9783
9783
|
"character": 12,
|
|
9784
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9784
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L17"
|
|
9785
9785
|
}
|
|
9786
9786
|
],
|
|
9787
9787
|
"type": {
|
|
@@ -9811,7 +9811,7 @@
|
|
|
9811
9811
|
"fileName": "types.ts",
|
|
9812
9812
|
"line": 7,
|
|
9813
9813
|
"character": 12,
|
|
9814
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9814
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L7"
|
|
9815
9815
|
}
|
|
9816
9816
|
],
|
|
9817
9817
|
"type": {
|
|
@@ -9835,7 +9835,7 @@
|
|
|
9835
9835
|
"fileName": "types.ts",
|
|
9836
9836
|
"line": 8,
|
|
9837
9837
|
"character": 12,
|
|
9838
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9838
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L8"
|
|
9839
9839
|
}
|
|
9840
9840
|
],
|
|
9841
9841
|
"typeParameters": [
|
|
@@ -9864,7 +9864,7 @@
|
|
|
9864
9864
|
"fileName": "types.ts",
|
|
9865
9865
|
"line": 8,
|
|
9866
9866
|
"character": 56,
|
|
9867
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9867
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L8"
|
|
9868
9868
|
}
|
|
9869
9869
|
],
|
|
9870
9870
|
"signatures": [
|
|
@@ -9919,7 +9919,7 @@
|
|
|
9919
9919
|
"fileName": "navigation/navigation-item.ts",
|
|
9920
9920
|
"line": 9,
|
|
9921
9921
|
"character": 12,
|
|
9922
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9922
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L9"
|
|
9923
9923
|
}
|
|
9924
9924
|
],
|
|
9925
9925
|
"type": {
|
|
@@ -9954,7 +9954,7 @@
|
|
|
9954
9954
|
"fileName": "navigation/navigation-item.ts",
|
|
9955
9955
|
"line": 11,
|
|
9956
9956
|
"character": 12,
|
|
9957
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
9957
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L11"
|
|
9958
9958
|
}
|
|
9959
9959
|
],
|
|
9960
9960
|
"type": {
|
|
@@ -10003,7 +10003,7 @@
|
|
|
10003
10003
|
"fileName": "types.ts",
|
|
10004
10004
|
"line": 15,
|
|
10005
10005
|
"character": 12,
|
|
10006
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10006
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/types.ts#L15"
|
|
10007
10007
|
}
|
|
10008
10008
|
],
|
|
10009
10009
|
"type": {
|
|
@@ -10035,7 +10035,7 @@
|
|
|
10035
10035
|
"fileName": "tokens.ts",
|
|
10036
10036
|
"line": 33,
|
|
10037
10037
|
"character": 13,
|
|
10038
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10038
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L33"
|
|
10039
10039
|
}
|
|
10040
10040
|
],
|
|
10041
10041
|
"type": {
|
|
@@ -10070,7 +10070,7 @@
|
|
|
10070
10070
|
"fileName": "tokens.ts",
|
|
10071
10071
|
"line": 54,
|
|
10072
10072
|
"character": 13,
|
|
10073
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10073
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L54"
|
|
10074
10074
|
}
|
|
10075
10075
|
],
|
|
10076
10076
|
"type": {
|
|
@@ -10104,7 +10104,7 @@
|
|
|
10104
10104
|
"fileName": "tokens.ts",
|
|
10105
10105
|
"line": 54,
|
|
10106
10106
|
"character": 105,
|
|
10107
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10107
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L54"
|
|
10108
10108
|
}
|
|
10109
10109
|
],
|
|
10110
10110
|
"signatures": [
|
|
@@ -10119,7 +10119,7 @@
|
|
|
10119
10119
|
"fileName": "tokens.ts",
|
|
10120
10120
|
"line": 54,
|
|
10121
10121
|
"character": 105,
|
|
10122
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10122
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L54"
|
|
10123
10123
|
}
|
|
10124
10124
|
],
|
|
10125
10125
|
"type": {
|
|
@@ -10165,7 +10165,7 @@
|
|
|
10165
10165
|
"fileName": "tokens.ts",
|
|
10166
10166
|
"line": 48,
|
|
10167
10167
|
"character": 13,
|
|
10168
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10168
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L48"
|
|
10169
10169
|
}
|
|
10170
10170
|
],
|
|
10171
10171
|
"type": {
|
|
@@ -10203,7 +10203,7 @@
|
|
|
10203
10203
|
"fileName": "tokens.ts",
|
|
10204
10204
|
"line": 32,
|
|
10205
10205
|
"character": 13,
|
|
10206
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10206
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L32"
|
|
10207
10207
|
}
|
|
10208
10208
|
],
|
|
10209
10209
|
"type": {
|
|
@@ -10267,7 +10267,7 @@
|
|
|
10267
10267
|
"fileName": "tokens.ts",
|
|
10268
10268
|
"line": 27,
|
|
10269
10269
|
"character": 13,
|
|
10270
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10270
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L27"
|
|
10271
10271
|
}
|
|
10272
10272
|
],
|
|
10273
10273
|
"type": {
|
|
@@ -10311,7 +10311,7 @@
|
|
|
10311
10311
|
"fileName": "tokens.ts",
|
|
10312
10312
|
"line": 28,
|
|
10313
10313
|
"character": 13,
|
|
10314
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10314
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L28"
|
|
10315
10315
|
}
|
|
10316
10316
|
],
|
|
10317
10317
|
"type": {
|
|
@@ -10355,7 +10355,7 @@
|
|
|
10355
10355
|
"fileName": "tokens.ts",
|
|
10356
10356
|
"line": 30,
|
|
10357
10357
|
"character": 13,
|
|
10358
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10358
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L30"
|
|
10359
10359
|
}
|
|
10360
10360
|
],
|
|
10361
10361
|
"type": {
|
|
@@ -10388,7 +10388,7 @@
|
|
|
10388
10388
|
"fileName": "tokens.ts",
|
|
10389
10389
|
"line": 29,
|
|
10390
10390
|
"character": 13,
|
|
10391
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10391
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L29"
|
|
10392
10392
|
}
|
|
10393
10393
|
],
|
|
10394
10394
|
"type": {
|
|
@@ -10426,7 +10426,7 @@
|
|
|
10426
10426
|
"fileName": "tokens.ts",
|
|
10427
10427
|
"line": 60,
|
|
10428
10428
|
"character": 13,
|
|
10429
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10429
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L60"
|
|
10430
10430
|
}
|
|
10431
10431
|
],
|
|
10432
10432
|
"type": {
|
|
@@ -10464,7 +10464,7 @@
|
|
|
10464
10464
|
"fileName": "tokens.ts",
|
|
10465
10465
|
"line": 22,
|
|
10466
10466
|
"character": 13,
|
|
10467
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10467
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L22"
|
|
10468
10468
|
}
|
|
10469
10469
|
],
|
|
10470
10470
|
"type": {
|
|
@@ -10496,7 +10496,7 @@
|
|
|
10496
10496
|
"fileName": "tokens.ts",
|
|
10497
10497
|
"line": 22,
|
|
10498
10498
|
"character": 82,
|
|
10499
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10499
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L22"
|
|
10500
10500
|
}
|
|
10501
10501
|
],
|
|
10502
10502
|
"signatures": [
|
|
@@ -10511,7 +10511,7 @@
|
|
|
10511
10511
|
"fileName": "tokens.ts",
|
|
10512
10512
|
"line": 22,
|
|
10513
10513
|
"character": 82,
|
|
10514
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10514
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L22"
|
|
10515
10515
|
}
|
|
10516
10516
|
],
|
|
10517
10517
|
"type": {
|
|
@@ -10545,7 +10545,7 @@
|
|
|
10545
10545
|
"fileName": "tokens.ts",
|
|
10546
10546
|
"line": 24,
|
|
10547
10547
|
"character": 13,
|
|
10548
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10548
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L24"
|
|
10549
10549
|
}
|
|
10550
10550
|
],
|
|
10551
10551
|
"type": {
|
|
@@ -10595,7 +10595,7 @@
|
|
|
10595
10595
|
"fileName": "tokens.ts",
|
|
10596
10596
|
"line": 58,
|
|
10597
10597
|
"character": 13,
|
|
10598
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10598
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L58"
|
|
10599
10599
|
}
|
|
10600
10600
|
],
|
|
10601
10601
|
"type": {
|
|
@@ -10648,7 +10648,7 @@
|
|
|
10648
10648
|
"fileName": "tokens.ts",
|
|
10649
10649
|
"line": 50,
|
|
10650
10650
|
"character": 13,
|
|
10651
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10651
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L50"
|
|
10652
10652
|
}
|
|
10653
10653
|
],
|
|
10654
10654
|
"type": {
|
|
@@ -10683,7 +10683,7 @@
|
|
|
10683
10683
|
"fileName": "tokens.ts",
|
|
10684
10684
|
"line": 56,
|
|
10685
10685
|
"character": 13,
|
|
10686
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10686
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L56"
|
|
10687
10687
|
}
|
|
10688
10688
|
],
|
|
10689
10689
|
"type": {
|
|
@@ -10718,7 +10718,7 @@
|
|
|
10718
10718
|
"fileName": "tokens.ts",
|
|
10719
10719
|
"line": 52,
|
|
10720
10720
|
"character": 13,
|
|
10721
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10721
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L52"
|
|
10722
10722
|
}
|
|
10723
10723
|
],
|
|
10724
10724
|
"type": {
|
|
@@ -10752,7 +10752,7 @@
|
|
|
10752
10752
|
"fileName": "tokens.ts",
|
|
10753
10753
|
"line": 52,
|
|
10754
10754
|
"character": 103,
|
|
10755
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10755
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L52"
|
|
10756
10756
|
}
|
|
10757
10757
|
],
|
|
10758
10758
|
"signatures": [
|
|
@@ -10767,7 +10767,7 @@
|
|
|
10767
10767
|
"fileName": "tokens.ts",
|
|
10768
10768
|
"line": 52,
|
|
10769
10769
|
"character": 103,
|
|
10770
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10770
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L52"
|
|
10771
10771
|
}
|
|
10772
10772
|
],
|
|
10773
10773
|
"type": {
|
|
@@ -10813,7 +10813,7 @@
|
|
|
10813
10813
|
"fileName": "tokens.ts",
|
|
10814
10814
|
"line": 43,
|
|
10815
10815
|
"character": 13,
|
|
10816
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10816
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/tokens.ts#L43"
|
|
10817
10817
|
}
|
|
10818
10818
|
],
|
|
10819
10819
|
"type": {
|
|
@@ -10864,7 +10864,7 @@
|
|
|
10864
10864
|
"fileName": "navigation/navigation-item.ts",
|
|
10865
10865
|
"line": 22,
|
|
10866
10866
|
"character": 16,
|
|
10867
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10867
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L22"
|
|
10868
10868
|
}
|
|
10869
10869
|
],
|
|
10870
10870
|
"signatures": [
|
|
@@ -10879,7 +10879,7 @@
|
|
|
10879
10879
|
"fileName": "navigation/navigation-item.ts",
|
|
10880
10880
|
"line": 22,
|
|
10881
10881
|
"character": 16,
|
|
10882
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10882
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L22"
|
|
10883
10883
|
}
|
|
10884
10884
|
],
|
|
10885
10885
|
"parameters": [
|
|
@@ -10920,7 +10920,7 @@
|
|
|
10920
10920
|
"fileName": "navigation/navigation-item.ts",
|
|
10921
10921
|
"line": 32,
|
|
10922
10922
|
"character": 16,
|
|
10923
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10923
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L32"
|
|
10924
10924
|
}
|
|
10925
10925
|
],
|
|
10926
10926
|
"signatures": [
|
|
@@ -10935,7 +10935,7 @@
|
|
|
10935
10935
|
"fileName": "navigation/navigation-item.ts",
|
|
10936
10936
|
"line": 32,
|
|
10937
10937
|
"character": 16,
|
|
10938
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10938
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L32"
|
|
10939
10939
|
}
|
|
10940
10940
|
],
|
|
10941
10941
|
"parameters": [
|
|
@@ -10976,7 +10976,7 @@
|
|
|
10976
10976
|
"fileName": "navigation/navigation-item.ts",
|
|
10977
10977
|
"line": 56,
|
|
10978
10978
|
"character": 16,
|
|
10979
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10979
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L56"
|
|
10980
10980
|
}
|
|
10981
10981
|
],
|
|
10982
10982
|
"signatures": [
|
|
@@ -10991,7 +10991,7 @@
|
|
|
10991
10991
|
"fileName": "navigation/navigation-item.ts",
|
|
10992
10992
|
"line": 56,
|
|
10993
10993
|
"character": 16,
|
|
10994
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
10994
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/navigation/navigation-item.ts#L56"
|
|
10995
10995
|
}
|
|
10996
10996
|
],
|
|
10997
10997
|
"parameters": [
|
|
@@ -11040,7 +11040,7 @@
|
|
|
11040
11040
|
"fileName": "provide.ts",
|
|
11041
11041
|
"line": 43,
|
|
11042
11042
|
"character": 16,
|
|
11043
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11043
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L43"
|
|
11044
11044
|
}
|
|
11045
11045
|
],
|
|
11046
11046
|
"signatures": [
|
|
@@ -11055,7 +11055,7 @@
|
|
|
11055
11055
|
"fileName": "provide.ts",
|
|
11056
11056
|
"line": 43,
|
|
11057
11057
|
"character": 16,
|
|
11058
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11058
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L43"
|
|
11059
11059
|
}
|
|
11060
11060
|
],
|
|
11061
11061
|
"parameters": [
|
|
@@ -11107,7 +11107,7 @@
|
|
|
11107
11107
|
"fileName": "provide.ts",
|
|
11108
11108
|
"line": 33,
|
|
11109
11109
|
"character": 16,
|
|
11110
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11110
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L33"
|
|
11111
11111
|
}
|
|
11112
11112
|
],
|
|
11113
11113
|
"signatures": [
|
|
@@ -11122,7 +11122,7 @@
|
|
|
11122
11122
|
"fileName": "provide.ts",
|
|
11123
11123
|
"line": 33,
|
|
11124
11124
|
"character": 16,
|
|
11125
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11125
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L33"
|
|
11126
11126
|
}
|
|
11127
11127
|
],
|
|
11128
11128
|
"parameters": [
|
|
@@ -11174,7 +11174,7 @@
|
|
|
11174
11174
|
"fileName": "provide.ts",
|
|
11175
11175
|
"line": 131,
|
|
11176
11176
|
"character": 16,
|
|
11177
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11177
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L131"
|
|
11178
11178
|
}
|
|
11179
11179
|
],
|
|
11180
11180
|
"signatures": [
|
|
@@ -11189,7 +11189,7 @@
|
|
|
11189
11189
|
"fileName": "provide.ts",
|
|
11190
11190
|
"line": 131,
|
|
11191
11191
|
"character": 16,
|
|
11192
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11192
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L131"
|
|
11193
11193
|
}
|
|
11194
11194
|
],
|
|
11195
11195
|
"type": {
|
|
@@ -11215,7 +11215,7 @@
|
|
|
11215
11215
|
"fileName": "provide.ts",
|
|
11216
11216
|
"line": 94,
|
|
11217
11217
|
"character": 16,
|
|
11218
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11218
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L94"
|
|
11219
11219
|
}
|
|
11220
11220
|
],
|
|
11221
11221
|
"signatures": [
|
|
@@ -11230,7 +11230,7 @@
|
|
|
11230
11230
|
"fileName": "provide.ts",
|
|
11231
11231
|
"line": 94,
|
|
11232
11232
|
"character": 16,
|
|
11233
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11233
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L94"
|
|
11234
11234
|
}
|
|
11235
11235
|
],
|
|
11236
11236
|
"parameters": [
|
|
@@ -11266,7 +11266,7 @@
|
|
|
11266
11266
|
"fileName": "provide.ts",
|
|
11267
11267
|
"line": 94,
|
|
11268
11268
|
"character": 85,
|
|
11269
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11269
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L94"
|
|
11270
11270
|
}
|
|
11271
11271
|
],
|
|
11272
11272
|
"signatures": [
|
|
@@ -11281,7 +11281,7 @@
|
|
|
11281
11281
|
"fileName": "provide.ts",
|
|
11282
11282
|
"line": 94,
|
|
11283
11283
|
"character": 85,
|
|
11284
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11284
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L94"
|
|
11285
11285
|
}
|
|
11286
11286
|
],
|
|
11287
11287
|
"type": {
|
|
@@ -11347,7 +11347,7 @@
|
|
|
11347
11347
|
"fileName": "provide.ts",
|
|
11348
11348
|
"line": 122,
|
|
11349
11349
|
"character": 16,
|
|
11350
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11350
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L122"
|
|
11351
11351
|
}
|
|
11352
11352
|
],
|
|
11353
11353
|
"signatures": [
|
|
@@ -11362,7 +11362,7 @@
|
|
|
11362
11362
|
"fileName": "provide.ts",
|
|
11363
11363
|
"line": 122,
|
|
11364
11364
|
"character": 16,
|
|
11365
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11365
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L122"
|
|
11366
11366
|
}
|
|
11367
11367
|
],
|
|
11368
11368
|
"parameters": [
|
|
@@ -11418,7 +11418,7 @@
|
|
|
11418
11418
|
"fileName": "provide.ts",
|
|
11419
11419
|
"line": 112,
|
|
11420
11420
|
"character": 16,
|
|
11421
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11421
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L112"
|
|
11422
11422
|
}
|
|
11423
11423
|
],
|
|
11424
11424
|
"signatures": [
|
|
@@ -11433,7 +11433,7 @@
|
|
|
11433
11433
|
"fileName": "provide.ts",
|
|
11434
11434
|
"line": 112,
|
|
11435
11435
|
"character": 16,
|
|
11436
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11436
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L112"
|
|
11437
11437
|
}
|
|
11438
11438
|
],
|
|
11439
11439
|
"parameters": [
|
|
@@ -11489,7 +11489,7 @@
|
|
|
11489
11489
|
"fileName": "provide.ts",
|
|
11490
11490
|
"line": 56,
|
|
11491
11491
|
"character": 16,
|
|
11492
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11492
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L56"
|
|
11493
11493
|
}
|
|
11494
11494
|
],
|
|
11495
11495
|
"signatures": [
|
|
@@ -11504,7 +11504,7 @@
|
|
|
11504
11504
|
"fileName": "provide.ts",
|
|
11505
11505
|
"line": 56,
|
|
11506
11506
|
"character": 16,
|
|
11507
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11507
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L56"
|
|
11508
11508
|
}
|
|
11509
11509
|
],
|
|
11510
11510
|
"parameters": [
|
|
@@ -11536,7 +11536,7 @@
|
|
|
11536
11536
|
"fileName": "provide.ts",
|
|
11537
11537
|
"line": 57,
|
|
11538
11538
|
"character": 35,
|
|
11539
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11539
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L57"
|
|
11540
11540
|
}
|
|
11541
11541
|
],
|
|
11542
11542
|
"signatures": [
|
|
@@ -11551,7 +11551,7 @@
|
|
|
11551
11551
|
"fileName": "provide.ts",
|
|
11552
11552
|
"line": 57,
|
|
11553
11553
|
"character": 35,
|
|
11554
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11554
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L57"
|
|
11555
11555
|
}
|
|
11556
11556
|
],
|
|
11557
11557
|
"type": {
|
|
@@ -11594,7 +11594,7 @@
|
|
|
11594
11594
|
"fileName": "provide.ts",
|
|
11595
11595
|
"line": 68,
|
|
11596
11596
|
"character": 16,
|
|
11597
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11597
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L68"
|
|
11598
11598
|
}
|
|
11599
11599
|
],
|
|
11600
11600
|
"signatures": [
|
|
@@ -11609,7 +11609,7 @@
|
|
|
11609
11609
|
"fileName": "provide.ts",
|
|
11610
11610
|
"line": 68,
|
|
11611
11611
|
"character": 16,
|
|
11612
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11612
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L68"
|
|
11613
11613
|
}
|
|
11614
11614
|
],
|
|
11615
11615
|
"parameters": [
|
|
@@ -11668,7 +11668,7 @@
|
|
|
11668
11668
|
"fileName": "provide.ts",
|
|
11669
11669
|
"line": 102,
|
|
11670
11670
|
"character": 16,
|
|
11671
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11671
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L102"
|
|
11672
11672
|
}
|
|
11673
11673
|
],
|
|
11674
11674
|
"signatures": [
|
|
@@ -11683,7 +11683,7 @@
|
|
|
11683
11683
|
"fileName": "provide.ts",
|
|
11684
11684
|
"line": 102,
|
|
11685
11685
|
"character": 16,
|
|
11686
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11686
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L102"
|
|
11687
11687
|
}
|
|
11688
11688
|
],
|
|
11689
11689
|
"parameters": [
|
|
@@ -11732,7 +11732,7 @@
|
|
|
11732
11732
|
"fileName": "provide.ts",
|
|
11733
11733
|
"line": 75,
|
|
11734
11734
|
"character": 16,
|
|
11735
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11735
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L75"
|
|
11736
11736
|
}
|
|
11737
11737
|
],
|
|
11738
11738
|
"signatures": [
|
|
@@ -11747,7 +11747,7 @@
|
|
|
11747
11747
|
"fileName": "provide.ts",
|
|
11748
11748
|
"line": 75,
|
|
11749
11749
|
"character": 16,
|
|
11750
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11750
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L75"
|
|
11751
11751
|
}
|
|
11752
11752
|
],
|
|
11753
11753
|
"parameters": [
|
|
@@ -11789,7 +11789,7 @@
|
|
|
11789
11789
|
"fileName": "provide.ts",
|
|
11790
11790
|
"line": 75,
|
|
11791
11791
|
"character": 83,
|
|
11792
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11792
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L75"
|
|
11793
11793
|
}
|
|
11794
11794
|
],
|
|
11795
11795
|
"signatures": [
|
|
@@ -11804,7 +11804,7 @@
|
|
|
11804
11804
|
"fileName": "provide.ts",
|
|
11805
11805
|
"line": 75,
|
|
11806
11806
|
"character": 83,
|
|
11807
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11807
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L75"
|
|
11808
11808
|
}
|
|
11809
11809
|
],
|
|
11810
11810
|
"type": {
|
|
@@ -11870,7 +11870,7 @@
|
|
|
11870
11870
|
"fileName": "provide.ts",
|
|
11871
11871
|
"line": 139,
|
|
11872
11872
|
"character": 16,
|
|
11873
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11873
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L139"
|
|
11874
11874
|
}
|
|
11875
11875
|
],
|
|
11876
11876
|
"signatures": [
|
|
@@ -11885,7 +11885,7 @@
|
|
|
11885
11885
|
"fileName": "provide.ts",
|
|
11886
11886
|
"line": 139,
|
|
11887
11887
|
"character": 16,
|
|
11888
|
-
"url": "https://gitlab.com/rxap/packages/-/blob/
|
|
11888
|
+
"url": "https://gitlab.com/rxap/packages/-/blob/b5811cbe39514f06f1a9a1aed039895b23900925/packages/angular/layout/src/lib/provide.ts#L139"
|
|
11889
11889
|
}
|
|
11890
11890
|
],
|
|
11891
11891
|
"parameters": [
|
|
@@ -12053,7 +12053,7 @@
|
|
|
12053
12053
|
}
|
|
12054
12054
|
],
|
|
12055
12055
|
"packageName": "@rxap/layout",
|
|
12056
|
-
"packageVersion": "19.1.1-dev.
|
|
12056
|
+
"packageVersion": "19.1.1-dev.2",
|
|
12057
12057
|
"readme": [
|
|
12058
12058
|
{
|
|
12059
12059
|
"kind": "text",
|