@covalent/core 10.4.0-beta.3 → 11.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/breadcrumbs/index.d.ts +82 -3
  2. package/common/index.d.ts +388 -3
  3. package/dialogs/index.d.ts +263 -3
  4. package/dynamic-menu/index.d.ts +63 -3
  5. package/fesm2022/covalent-core-breadcrumbs.mjs +1 -1
  6. package/fesm2022/covalent-core-breadcrumbs.mjs.map +1 -1
  7. package/fesm2022/covalent-core-common.mjs +2 -2
  8. package/fesm2022/covalent-core-common.mjs.map +1 -1
  9. package/fesm2022/covalent-core-dialogs.mjs +3 -5
  10. package/fesm2022/covalent-core-dialogs.mjs.map +1 -1
  11. package/fesm2022/covalent-core-dynamic-menu.mjs +4 -6
  12. package/fesm2022/covalent-core-dynamic-menu.mjs.map +1 -1
  13. package/fesm2022/covalent-core-file.mjs +2 -2
  14. package/fesm2022/covalent-core-file.mjs.map +1 -1
  15. package/fesm2022/covalent-core-json-formatter.mjs +2 -2
  16. package/fesm2022/covalent-core-json-formatter.mjs.map +1 -1
  17. package/fesm2022/covalent-core-layout.mjs +1 -1
  18. package/fesm2022/covalent-core-layout.mjs.map +1 -1
  19. package/fesm2022/covalent-core-loading.mjs.map +1 -1
  20. package/fesm2022/covalent-core-menu.mjs.map +1 -1
  21. package/fesm2022/covalent-core-message.mjs +2 -2
  22. package/fesm2022/covalent-core-message.mjs.map +1 -1
  23. package/fesm2022/covalent-core-search.mjs +3 -3
  24. package/fesm2022/covalent-core-search.mjs.map +1 -1
  25. package/fesm2022/covalent-core-side-sheet.mjs +7 -5
  26. package/fesm2022/covalent-core-side-sheet.mjs.map +1 -1
  27. package/fesm2022/covalent-core-user-profile.mjs +5 -4
  28. package/fesm2022/covalent-core-user-profile.mjs.map +1 -1
  29. package/fesm2022/covalent-core.mjs.map +1 -1
  30. package/file/index.d.ts +282 -3
  31. package/index.d.ts +2 -5
  32. package/json-formatter/index.d.ts +89 -3
  33. package/layout/index.d.ts +555 -3
  34. package/loading/index.d.ts +341 -3
  35. package/menu/index.d.ts +16 -3
  36. package/message/index.d.ts +112 -3
  37. package/package.json +13 -13
  38. package/search/index.d.ts +181 -3
  39. package/side-sheet/index.d.ts +264 -3
  40. package/theming/_all-theme.scss +10 -1
  41. package/theming/_teradata-theme.scss +7 -7
  42. package/theming/prebuilt/all-theme-dark.css +1 -1
  43. package/theming/prebuilt/all-theme-dark.css.map +1 -1
  44. package/theming/prebuilt/all-theme-light.css +1 -1
  45. package/theming/prebuilt/all-theme-light.css.map +1 -1
  46. package/theming/prebuilt/blue-grey-deep-orange.css +1 -1
  47. package/theming/prebuilt/blue-grey-deep-orange.css.map +1 -1
  48. package/theming/prebuilt/blue-orange.css +1 -1
  49. package/theming/prebuilt/blue-orange.css.map +1 -1
  50. package/theming/prebuilt/indigo-pink.css +1 -1
  51. package/theming/prebuilt/indigo-pink.css.map +1 -1
  52. package/theming/prebuilt/orange-light-blue.css +1 -1
  53. package/theming/prebuilt/orange-light-blue.css.map +1 -1
  54. package/theming/prebuilt/teal-orange.css +1 -1
  55. package/theming/prebuilt/teal-orange.css.map +1 -1
  56. package/user-profile/index.d.ts +26 -3
  57. package/breadcrumbs/breadcrumb/breadcrumb.component.d.ts +0 -37
  58. package/breadcrumbs/breadcrumbs.component.d.ts +0 -36
  59. package/breadcrumbs/breadcrumbs.module.d.ts +0 -12
  60. package/breadcrumbs/public_api.d.ts +0 -3
  61. package/common/animations/bounce/bounce.animation.d.ts +0 -14
  62. package/common/animations/collapse/collapse.animation.d.ts +0 -20
  63. package/common/animations/common/interfaces.d.ts +0 -5
  64. package/common/animations/fade/fadeInOut.animation.d.ts +0 -20
  65. package/common/animations/flash/flash.animation.d.ts +0 -14
  66. package/common/animations/headshake/headshake.animation.d.ts +0 -14
  67. package/common/animations/jello/jello.animation.d.ts +0 -14
  68. package/common/animations/pulse/pulse.animation.d.ts +0 -14
  69. package/common/animations/rotate/rotate.animation.d.ts +0 -21
  70. package/common/behaviors/control-value-accesor.mixin.d.ts +0 -16
  71. package/common/behaviors/disable-ripple.mixin.d.ts +0 -9
  72. package/common/behaviors/disabled.mixin.d.ts +0 -9
  73. package/common/common.module.d.ts +0 -21
  74. package/common/directives/fullscreen/fullscreen.directive.d.ts +0 -25
  75. package/common/directives/web-components/form-control.directive.d.ts +0 -21
  76. package/common/forms/auto-trim/auto-trim.directive.d.ts +0 -12
  77. package/common/forms/validators/validators.d.ts +0 -8
  78. package/common/functions/clipboard.d.ts +0 -9
  79. package/common/functions/convert.d.ts +0 -31
  80. package/common/functions/download.d.ts +0 -48
  81. package/common/functions/file.d.ts +0 -7
  82. package/common/pipes/bytes/bytes.pipe.d.ts +0 -7
  83. package/common/pipes/decimal-bytes/decimal-bytes.pipe.d.ts +0 -7
  84. package/common/pipes/digits/digits.pipe.d.ts +0 -10
  85. package/common/pipes/time-ago/time-ago.pipe.d.ts +0 -7
  86. package/common/pipes/time-difference/time-difference.pipe.d.ts +0 -7
  87. package/common/pipes/time-until/time-until.pipe.d.ts +0 -7
  88. package/common/pipes/truncate/truncate.pipe.d.ts +0 -7
  89. package/common/public_api.d.ts +0 -39
  90. package/common/services/icon.service.d.ts +0 -8
  91. package/common/services/router-path.service.d.ts +0 -10
  92. package/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -12
  93. package/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -15
  94. package/dialogs/dialog.component.d.ts +0 -27
  95. package/dialogs/dialogs.module.d.ts +0 -16
  96. package/dialogs/prompt-dialog/prompt-dialog.component.d.ts +0 -24
  97. package/dialogs/public_api.d.ts +0 -9
  98. package/dialogs/resizable-draggable-dialog/resizable-draggable-dialog.d.ts +0 -21
  99. package/dialogs/services/dialog.service.d.ts +0 -127
  100. package/dialogs/status-dialog/status-dialog.component.d.ts +0 -23
  101. package/dialogs/window-dialog/window-dialog.component.d.ts +0 -16
  102. package/dynamic-menu/dynamic-menu-item/dynamic-menu-item.component.d.ts +0 -12
  103. package/dynamic-menu/dynamic-menu-item/dynamic-menu-link/dynamic-menu-link.component.d.ts +0 -10
  104. package/dynamic-menu/dynamic-menu.component.d.ts +0 -11
  105. package/dynamic-menu/dynamic-menu.menu.d.ts +0 -22
  106. package/dynamic-menu/dynamic-menu.module.d.ts +0 -13
  107. package/dynamic-menu/public_api.d.ts +0 -5
  108. package/file/directives/file-drop.directive.d.ts +0 -50
  109. package/file/directives/file-select.directive.d.ts +0 -33
  110. package/file/file-input/file-input.component.d.ts +0 -67
  111. package/file/file-upload/file-upload.component.d.ts +0 -91
  112. package/file/file.module.d.ts +0 -14
  113. package/file/public_api.d.ts +0 -6
  114. package/file/services/file.service.d.ts +0 -34
  115. package/json-formatter/collapse.animation.d.ts +0 -24
  116. package/json-formatter/json-formatter.component.d.ts +0 -78
  117. package/json-formatter/json-formatter.module.d.ts +0 -11
  118. package/json-formatter/public_api.d.ts +0 -2
  119. package/layout/layout-card-over/layout-card-over.component.d.ts +0 -31
  120. package/layout/layout-footer/layout-footer.component.d.ts +0 -17
  121. package/layout/layout-manage-list/layout-manage-list.component.d.ts +0 -66
  122. package/layout/layout-manage-list/layout-manage-list.directives.d.ts +0 -25
  123. package/layout/layout-nav/layout-nav.component.d.ts +0 -45
  124. package/layout/layout-nav-list/layout-nav-list.component.d.ts +0 -104
  125. package/layout/layout-nav-list/layout-nav-list.directives.d.ts +0 -25
  126. package/layout/layout-toggle.class.d.ts +0 -40
  127. package/layout/layout.component.d.ts +0 -66
  128. package/layout/layout.directives.d.ts +0 -25
  129. package/layout/layout.module.d.ts +0 -20
  130. package/layout/navigation-drawer/navigation-drawer.component.d.ts +0 -120
  131. package/layout/public_api.d.ts +0 -12
  132. package/loading/directives/loading.directive.d.ts +0 -70
  133. package/loading/loading.component.d.ts +0 -90
  134. package/loading/loading.module.d.ts +0 -8
  135. package/loading/public_api.d.ts +0 -5
  136. package/loading/services/loading.factory.d.ts +0 -69
  137. package/loading/services/loading.service.d.ts +0 -118
  138. package/menu/menu.component.d.ts +0 -5
  139. package/menu/menu.module.d.ts +0 -11
  140. package/menu/public_api.d.ts +0 -2
  141. package/message/collapse.animation.d.ts +0 -24
  142. package/message/message.component.d.ts +0 -101
  143. package/message/message.module.d.ts +0 -11
  144. package/message/public_api.d.ts +0 -2
  145. package/public_api.d.ts +0 -1
  146. package/search/public_api.d.ts +0 -3
  147. package/search/search-box/search-box.component.d.ts +0 -88
  148. package/search/search-input/search-input.component.d.ts +0 -84
  149. package/search/search.module.d.ts +0 -12
  150. package/side-sheet/public_api.d.ts +0 -5
  151. package/side-sheet/side-sheet-container.d.ts +0 -110
  152. package/side-sheet/side-sheet-ref.d.ts +0 -12
  153. package/side-sheet/side-sheet.animation.d.ts +0 -4
  154. package/side-sheet/side-sheet.config.d.ts +0 -9
  155. package/side-sheet/side-sheet.content-directives.d.ts +0 -67
  156. package/side-sheet/side-sheet.d.ts +0 -66
  157. package/side-sheet/side-sheet.module.d.ts +0 -12
  158. package/user-profile/public_api.d.ts +0 -3
  159. package/user-profile/user-profile-menu/user-profile-menu.component.d.ts +0 -8
  160. package/user-profile/user-profile.component.d.ts +0 -7
  161. package/user-profile/user-profile.module.d.ts +0 -11
@@ -1 +1 @@
1
- {"version":3,"file":"covalent-core-user-profile.mjs","sources":["../../../../libs/angular/user-profile/src/user-profile-menu/user-profile-menu.component.html","../../../../libs/angular/user-profile/src/user-profile-menu/user-profile-menu.component.ts","../../../../libs/angular/user-profile/src/user-profile.component.ts","../../../../libs/angular/user-profile/src/user-profile.component.html","../../../../libs/angular/user-profile/src/user-profile.module.ts","../../../../libs/angular/user-profile/src/covalent-core-user-profile.ts"],"sourcesContent":["<td-menu class=\"user-profile-menu\">\n <!--header-->\n <mat-list td-menu-header>\n <mat-list-item *ngIf=\"name || email\" (click)=\"_blockEvent($event)\">\n <mat-icon matListItemAvatar>person</mat-icon>\n <span matListItemTitle *ngIf=\"name\">{{ name }}</span>\n <span matListItemLine *ngIf=\"email\">{{ email }}</span>\n </mat-list-item>\n <ng-content select=\"[td-user-info-list]\"></ng-content>\n </mat-list>\n <!--content-->\n <mat-action-list>\n <ng-content select=\"[td-user-action-list]\"></ng-content>\n </mat-action-list>\n</td-menu>\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { MatIcon } from '@angular/material/icon';\nimport { MatActionList, MatList, MatListItem, MatListItemAvatar } from '@angular/material/list';\nimport { TdMenuComponent } from '@covalent/core/menu';\n\n@Component({\n selector: 'td-user-profile-menu',\n templateUrl: './user-profile-menu.component.html',\n styleUrls: ['./user-profile-menu.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [CommonModule, TdMenuComponent, MatIcon, MatList, MatActionList, MatListItemAvatar, MatListItem],\n})\nexport class TdUserProfileMenuComponent {\n @Input() email?: string;\n @Input() name?: string;\n\n _blockEvent(event: Event): void {\n event.preventDefault();\n event.stopPropagation();\n }\n}\n","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIcon } from '@angular/material/icon';\nimport { MatMenu, MatMenuTrigger } from '@angular/material/menu';\nimport { TdUserProfileMenuComponent } from './user-profile-menu/user-profile-menu.component';\n\n@Component({\n selector: 'td-user-profile',\n templateUrl: './user-profile.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n imports: [\n MatMenuTrigger,\n MatMenu, \n MatIcon,\n MatButtonModule,\n TdUserProfileMenuComponent,\n ],\n})\nexport class TdUserProfileComponent {\n @Input() name?: string;\n @Input() email?: string;\n}\n","<button mat-icon-button [matMenuTriggerFor]=\"accountMenu\">\n <mat-icon>person</mat-icon>\n</button>\n\n<mat-menu #accountMenu=\"matMenu\" [overlapTrigger]=\"false\">\n <td-user-profile-menu [name]=\"name\" [email]=\"email\">\n <ng-content select=\"[td-user-info-list]\" td-user-info-list></ng-content>\n <ng-content select=\"[td-user-action-list]\" td-user-action-list></ng-content>\n </td-user-profile-menu>\n</mat-menu>\n","import { NgModule } from '@angular/core';\nimport { TdUserProfileComponent } from './user-profile.component';\n\n/**\n * @deprecated This module is deprecated and will be removed in future versions.\n * Please migrate to using standalone components as soon as possible.\n */\n@NgModule({\n imports: [TdUserProfileComponent],\n exports: [TdUserProfileComponent],\n})\nexport class CovalentUserProfileModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["_c1"],"mappings":";;;;;;;;;;;;;;IAKM,EAAoC,CAAA,cAAA,CAAA,CAAA,EAAA,MAAA,EAAA,CAAA,CAAA;IAAA,EAAU,CAAA,MAAA,CAAA,CAAA,CAAA;IAAA,EAAO,CAAA,YAAA,EAAA;;;IAAjB,EAAU,CAAA,SAAA,EAAA;IAAV,EAAU,CAAA,iBAAA,CAAA,MAAA,CAAA,IAAA,CAAA;;;IAC9C,EAAoC,CAAA,cAAA,CAAA,CAAA,EAAA,MAAA,EAAA,CAAA,CAAA;IAAA,EAAW,CAAA,MAAA,CAAA,CAAA,CAAA;IAAA,EAAO,CAAA,YAAA,EAAA;;;IAAlB,EAAW,CAAA,SAAA,EAAA;IAAX,EAAW,CAAA,iBAAA,CAAA,MAAA,CAAA,KAAA,CAAA;;;;IAHjD,EAAmE,CAAA,cAAA,CAAA,CAAA,EAAA,eAAA,EAAA,CAAA,CAAA;AAA9B,IAAA,EAAA,CAAA,UAAA,CAAA,OAAA,EAAA,SAAA,kFAAA,CAAA,MAAA,EAAA,EAAA,EAAA,CAAA,aAAA,CAAA,GAAA,CAAA,CAAA,CAAA,MAAA,MAAA,GAAA,EAAA,CAAA,aAAA,EAAA,CAAA,CAAA,OAAA,EAAA,CAAA,WAAA,CAAS,0BAAmB,CAAC,CAAA,EAAA,CAAA;IAChE,EAA4B,CAAA,cAAA,CAAA,CAAA,EAAA,UAAA,EAAA,CAAA,CAAA;IAAA,EAAM,CAAA,MAAA,CAAA,CAAA,EAAA,QAAA,CAAA;IAAA,EAAW,CAAA,YAAA,EAAA;AAE7C,IADA,6FAAoC,CACA,CAAA,EAAA,0DAAA,EAAA,CAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,CAAA;IACtC,EAAgB,CAAA,YAAA,EAAA;;;IAFU,EAAU,CAAA,SAAA,CAAA,CAAA,CAAA;IAAV,EAAU,CAAA,UAAA,CAAA,MAAA,EAAA,MAAA,CAAA,IAAA,CAAA;IACX,EAAW,CAAA,SAAA,EAAA;IAAX,EAAW,CAAA,UAAA,CAAA,MAAA,EAAA,MAAA,CAAA,KAAA,CAAA;;MCO3B,0BAA0B,CAAA;AAC5B,IAAA,KAAK;AACL,IAAA,IAAI;AAEb,IAAA,WAAW,CAAC,KAAY,EAAA;QACtB,KAAK,CAAC,cAAc,EAAE;QACtB,KAAK,CAAC,eAAe,EAAE;;oHANd,0BAA0B,GAAA,CAAA,EAAA;6DAA1B,0BAA0B,EAAA,SAAA,EAAA,CAAA,CAAA,sBAAA,CAAA,CAAA,EAAA,MAAA,EAAA,EAAA,KAAA,EAAA,OAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,kBAAA,EAAAA,KAAA,EAAA,KAAA,EAAA,CAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,CAAA,CAAA,EAAA,mBAAA,CAAA,EAAA,CAAA,gBAAA,EAAA,EAAA,CAAA,EAAA,CAAA,CAAA,EAAA,OAAA,EAAA,CAAA,EAAA,MAAA,CAAA,EAAA,CAAA,CAAA,EAAA,OAAA,CAAA,EAAA,CAAA,mBAAA,EAAA,EAAA,CAAA,EAAA,CAAA,kBAAA,EAAA,EAAA,EAAA,CAAA,EAAA,MAAA,CAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,CAAA,EAAA,MAAA,CAAA,EAAA,CAAA,kBAAA,EAAA,EAAA,CAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,CAAA,CAAA,EAAA,QAAA,EAAA,SAAA,mCAAA,CAAA,EAAA,EAAA,GAAA,EAAA,EAAA,IAAA,EAAA,GAAA,CAAA,EAAA;;ADXrC,YAFF,kCAAmC,CAER,CAAA,EAAA,UAAA,EAAA,CAAA,CAAA;YACvB,EAAmE,CAAA,UAAA,CAAA,CAAA,EAAA,mDAAA,EAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,CAAA,CAAA;YAKnE,EAAsD,CAAA,YAAA,CAAA,CAAA,CAAA;YACxD,EAAW,CAAA,YAAA,EAAA;YAEX,EAAiB,CAAA,cAAA,CAAA,CAAA,EAAA,iBAAA,CAAA;YACf,EAAwD,CAAA,YAAA,CAAA,CAAA,EAAA,CAAA,CAAA;AAE5D,YADE,iBAAkB,EACV;;YAXU,EAAmB,CAAA,SAAA,CAAA,CAAA,CAAA;YAAnB,EAAmB,CAAA,UAAA,CAAA,MAAA,EAAA,GAAA,CAAA,IAAA,IAAA,GAAA,CAAA,KAAA,CAAA;4BCQ3B,YAAY,EAAA,EAAA,CAAA,IAAA,EAAE,eAAe,EAAE,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,WAAW,CAAA,EAAA,MAAA,EAAA,CAAA,mMAAA,CAAA,EAAA,eAAA,EAAA,CAAA,EAAA,CAAA;;iFAE7F,0BAA0B,EAAA,CAAA;cAPtC,SAAS;AACE,QAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,sBAAsB,mBAGf,uBAAuB,CAAC,MAAM,EACtC,OAAA,EAAA,CAAC,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,WAAW,CAAC,EAAA,QAAA,EAAA,okBAAA,EAAA,MAAA,EAAA,CAAA,uNAAA,CAAA,EAAA;gBAGhG,KAAK,EAAA,CAAA;kBAAb;YACQ,IAAI,EAAA,CAAA;kBAAZ;;kFAFU,0BAA0B,EAAA,EAAA,SAAA,EAAA,4BAAA,EAAA,QAAA,EAAA,kDAAA,EAAA,UAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;;;MCK1B,sBAAsB,CAAA;AACxB,IAAA,IAAI;AACJ,IAAA,KAAK;gHAFH,sBAAsB,GAAA,CAAA,EAAA;6DAAtB,sBAAsB,EAAA,SAAA,EAAA,CAAA,CAAA,iBAAA,CAAA,CAAA,EAAA,MAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,KAAA,EAAA,OAAA,EAAA,EAAA,kBAAA,EAAA,GAAA,EAAA,KAAA,EAAA,CAAA,EAAA,IAAA,EAAA,CAAA,EAAA,MAAA,EAAA,CAAA,CAAA,aAAA,EAAA,SAAA,CAAA,EAAA,CAAA,iBAAA,EAAA,EAAA,EAAA,CAAA,EAAA,mBAAA,CAAA,EAAA,CAAA,CAAA,EAAA,gBAAA,CAAA,EAAA,CAAA,CAAA,EAAA,MAAA,EAAA,OAAA,CAAA,CAAA,EAAA,QAAA,EAAA,SAAA,+BAAA,CAAA,EAAA,EAAA,GAAA,EAAA,EAAA,IAAA,EAAA,GAAA,CAAA,EAAA;;ACjBjC,YADF,iCAA0D,CAC9C,CAAA,EAAA,UAAA,CAAA;YAAA,EAAM,CAAA,MAAA,CAAA,CAAA,EAAA,QAAA,CAAA;AAClB,YADkB,iBAAW,EACpB;AAGP,YADF,sCAA0D,CACJ,CAAA,EAAA,sBAAA,EAAA,CAAA,CAAA;YAClD,EAAwE,CAAA,YAAA,CAAA,CAAA,EAAA,CAAA,EAAA,CAAA,mBAAA,EAAA,EAAA,CAAA,CAAA;YACxE,EAA4E,CAAA,YAAA,CAAA,CAAA,EAAA,CAAA,EAAA,CAAA,qBAAA,EAAA,EAAA,CAAA,CAAA;AAEhF,YADE,iBAAuB,EACd;;;YATa,EAAiC,CAAA,UAAA,CAAA,mBAAA,EAAA,cAAA,CAAA;YAIxB,EAAwB,CAAA,SAAA,CAAA,CAAA,CAAA;YAAxB,EAAwB,CAAA,UAAA,CAAA,gBAAA,EAAA,KAAA,CAAA;YACjC,EAAa,CAAA,SAAA,CAAA,CAAA,CAAA;AAAC,YAAd,+BAAa,CAAgB,OAAA,EAAA,GAAA,CAAA,KAAA,CAAA;4BDMjD,cAAc;YACd,OAAO;YACP,OAAO;AACP,YAAA,eAAe,sBACf,0BAA0B,CAAA,EAAA,aAAA,EAAA,CAAA,EAAA,eAAA,EAAA,CAAA,EAAA,CAAA;;iFAGjB,sBAAsB,EAAA,CAAA;cAZlC,SAAS;AACE,QAAA,IAAA,EAAA,CAAA,EAAA,QAAA,EAAA,iBAAiB,EAEV,eAAA,EAAA,uBAAuB,CAAC,MAAM,EACtC,OAAA,EAAA;oBACP,cAAc;oBACd,OAAO;oBACP,OAAO;oBACP,eAAe;oBACf,0BAA0B;AAC3B,iBAAA,EAAA,QAAA,EAAA,obAAA,EAAA;gBAGQ,IAAI,EAAA,CAAA;kBAAZ;YACQ,KAAK,EAAA,CAAA;kBAAb;;kFAFU,sBAAsB,EAAA,EAAA,SAAA,EAAA,wBAAA,EAAA,QAAA,EAAA,2BAAA,EAAA,UAAA,EAAA,EAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;AEfnC;;;AAGG;MAKU,yBAAyB,CAAA;mHAAzB,yBAAyB,GAAA,CAAA,EAAA;4DAAzB,yBAAyB,EAAA,CAAA;gEAH1B,sBAAsB,CAAA,EAAA,CAAA;;iFAGrB,yBAAyB,EAAA,CAAA;cAJrC,QAAQ;AAAC,QAAA,IAAA,EAAA,CAAA;gBACR,OAAO,EAAE,CAAC,sBAAsB,CAAC;gBACjC,OAAO,EAAE,CAAC,sBAAsB,CAAC;AAClC,aAAA;;wFACY,yBAAyB,EAAA,EAAA,OAAA,EAAA,CAH1B,sBAAsB,CAAA,EAAA,OAAA,EAAA,CACtB,sBAAsB,CAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;ACTlC;;AAEG;;;;"}
1
+ {"version":3,"file":"covalent-core-user-profile.mjs","sources":["../tmp-esm2022/user-profile/user-profile-menu/user-profile-menu.component.js","../tmp-esm2022/user-profile/user-profile.component.js","../tmp-esm2022/user-profile/user-profile.module.js","../tmp-esm2022/user-profile/covalent-core-user-profile.js"],"sourcesContent":["import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { MatIcon } from '@angular/material/icon';\nimport { MatListModule } from '@angular/material/list';\nimport { TdMenuComponent } from '@covalent/core/menu';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nimport * as i2 from \"@angular/material/list\";\nconst _c0 = [[[\"\", \"td-user-info-list\", \"\"]], [[\"\", \"td-user-action-list\", \"\"]]];\nconst _c1 = [\"[td-user-info-list]\", \"[td-user-action-list]\"];\nfunction TdUserProfileMenuComponent_mat_list_item_2_span_3_Template(rf, ctx) { if (rf & 1) {\n i0.ɵɵelementStart(0, \"span\", 7);\n i0.ɵɵtext(1);\n i0.ɵɵelementEnd();\n} if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext(2);\n i0.ɵɵadvance();\n i0.ɵɵtextInterpolate(ctx_r1.name);\n} }\nfunction TdUserProfileMenuComponent_mat_list_item_2_span_4_Template(rf, ctx) { if (rf & 1) {\n i0.ɵɵelementStart(0, \"span\", 8);\n i0.ɵɵtext(1);\n i0.ɵɵelementEnd();\n} if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext(2);\n i0.ɵɵadvance();\n i0.ɵɵtextInterpolate(ctx_r1.email);\n} }\nfunction TdUserProfileMenuComponent_mat_list_item_2_Template(rf, ctx) { if (rf & 1) {\n const _r1 = i0.ɵɵgetCurrentView();\n i0.ɵɵelementStart(0, \"mat-list-item\", 3);\n i0.ɵɵlistener(\"click\", function TdUserProfileMenuComponent_mat_list_item_2_Template_mat_list_item_click_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1._blockEvent($event)); });\n i0.ɵɵelementStart(1, \"mat-icon\", 4);\n i0.ɵɵtext(2, \"person\");\n i0.ɵɵelementEnd();\n i0.ɵɵtemplate(3, TdUserProfileMenuComponent_mat_list_item_2_span_3_Template, 2, 1, \"span\", 5)(4, TdUserProfileMenuComponent_mat_list_item_2_span_4_Template, 2, 1, \"span\", 6);\n i0.ɵɵelementEnd();\n} if (rf & 2) {\n const ctx_r1 = i0.ɵɵnextContext();\n i0.ɵɵadvance(3);\n i0.ɵɵproperty(\"ngIf\", ctx_r1.name);\n i0.ɵɵadvance();\n i0.ɵɵproperty(\"ngIf\", ctx_r1.email);\n} }\nexport class TdUserProfileMenuComponent {\n email;\n name;\n _blockEvent(event) {\n event.preventDefault();\n event.stopPropagation();\n }\n static ɵfac = function TdUserProfileMenuComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdUserProfileMenuComponent)(); };\n static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdUserProfileMenuComponent, selectors: [[\"td-user-profile-menu\"]], inputs: { email: \"email\", name: \"name\" }, ngContentSelectors: _c1, decls: 6, vars: 1, consts: [[1, \"user-profile-menu\"], [\"td-menu-header\", \"\"], [3, \"click\", 4, \"ngIf\"], [3, \"click\"], [\"matListItemAvatar\", \"\"], [\"matListItemTitle\", \"\", 4, \"ngIf\"], [\"matListItemLine\", \"\", 4, \"ngIf\"], [\"matListItemTitle\", \"\"], [\"matListItemLine\", \"\"]], template: function TdUserProfileMenuComponent_Template(rf, ctx) { if (rf & 1) {\n i0.ɵɵprojectionDef(_c0);\n i0.ɵɵelementStart(0, \"td-menu\", 0)(1, \"mat-list\", 1);\n i0.ɵɵtemplate(2, TdUserProfileMenuComponent_mat_list_item_2_Template, 5, 2, \"mat-list-item\", 2);\n i0.ɵɵprojection(3);\n i0.ɵɵelementEnd();\n i0.ɵɵelementStart(4, \"mat-action-list\");\n i0.ɵɵprojection(5, 1);\n i0.ɵɵelementEnd()();\n } if (rf & 2) {\n i0.ɵɵadvance(2);\n i0.ɵɵproperty(\"ngIf\", ctx.name || ctx.email);\n } }, dependencies: [CommonModule, i1.NgIf, TdMenuComponent, MatIcon, MatListModule, i2.MatList, i2.MatActionList, i2.MatListItem, i2.MatListItemAvatar, i2.MatListItemLine, i2.MatListItemTitle], styles: [\".mat-mdc-list-item-avatar.mdc-list-item__start{line-height:40px;text-align:center;margin:0 16px} .mat-mdc-action-list .mdc-list-item:not(.mdc-list-item--with-leading-avatar){padding-left:72px}\"], changeDetection: 0 });\n}\n(() => { (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(TdUserProfileMenuComponent, [{\n type: Component,\n args: [{ selector: 'td-user-profile-menu', changeDetection: ChangeDetectionStrategy.OnPush, imports: [CommonModule, TdMenuComponent, MatIcon, MatListModule], template: \"<td-menu class=\\\"user-profile-menu\\\">\\n <!--header-->\\n <mat-list td-menu-header>\\n <mat-list-item *ngIf=\\\"name || email\\\" (click)=\\\"_blockEvent($event)\\\">\\n <mat-icon matListItemAvatar>person</mat-icon>\\n <span matListItemTitle *ngIf=\\\"name\\\">{{ name }}</span>\\n <span matListItemLine *ngIf=\\\"email\\\">{{ email }}</span>\\n </mat-list-item>\\n <ng-content select=\\\"[td-user-info-list]\\\"></ng-content>\\n </mat-list>\\n <!--content-->\\n <mat-action-list>\\n <ng-content select=\\\"[td-user-action-list]\\\"></ng-content>\\n </mat-action-list>\\n</td-menu>\\n\", styles: [\"::ng-deep .mat-mdc-list-item-avatar.mdc-list-item__start{line-height:40px;text-align:center;margin:0 16px}::ng-deep .mat-mdc-action-list .mdc-list-item:not(.mdc-list-item--with-leading-avatar){padding-left:72px}\\n\"] }]\n }], null, { email: [{\n type: Input\n }], name: [{\n type: Input\n }] }); })();\n(() => { (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassDebugInfo(TdUserProfileMenuComponent, { className: \"TdUserProfileMenuComponent\", filePath: \"user-profile-menu/user-profile-menu.component.ts\", lineNumber: 14 }); })();\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1wcm9maWxlLW1lbnUuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL3VzZXItcHJvZmlsZS9zcmMvdXNlci1wcm9maWxlLW1lbnUvdXNlci1wcm9maWxlLW1lbnUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9hbmd1bGFyL3VzZXItcHJvZmlsZS9zcmMvdXNlci1wcm9maWxlLW1lbnUvdXNlci1wcm9maWxlLW1lbnUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQzFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNqRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDdkQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLHFCQUFxQixDQUFDOzs7Ozs7O0lDQ2hELCtCQUFvQztJQUFBLFlBQVU7SUFBQSxpQkFBTzs7O0lBQWpCLGNBQVU7SUFBVixpQ0FBVTs7O0lBQzlDLCtCQUFvQztJQUFBLFlBQVc7SUFBQSxpQkFBTzs7O0lBQWxCLGNBQVc7SUFBWCxrQ0FBVzs7OztJQUhqRCx3Q0FBbUU7SUFBOUIsNk1BQVMsMEJBQW1CLEtBQUM7SUFDaEUsbUNBQTRCO0lBQUEsc0JBQU07SUFBQSxpQkFBVztJQUU3QyxBQURBLDZGQUFvQyxnRkFDQTtJQUN0QyxpQkFBZ0I7OztJQUZVLGVBQVU7SUFBVixrQ0FBVTtJQUNYLGNBQVc7SUFBWCxtQ0FBVzs7QURPeEMsTUFBTSxPQUFPLDBCQUEwQjtJQUM1QixLQUFLLENBQVU7SUFDZixJQUFJLENBQVU7SUFFdkIsV0FBVyxDQUFDLEtBQVk7UUFDdEIsS0FBSyxDQUFDLGNBQWMsRUFBRSxDQUFDO1FBQ3ZCLEtBQUssQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUMxQixDQUFDO29IQVBVLDBCQUEwQjs2REFBMUIsMEJBQTBCOztZQ1hyQyxBQUZGLGtDQUFtQyxrQkFFUjtZQUN2QiwrRkFBbUU7WUFLbkUsa0JBQXNEO1lBQ3hELGlCQUFXO1lBRVgsdUNBQWlCO1lBQ2YscUJBQXdEO1lBRTVELEFBREUsaUJBQWtCLEVBQ1Y7O1lBWFUsZUFBbUI7WUFBbkIsNENBQW1COzRCRFEzQixZQUFZLFdBQUUsZUFBZSxFQUFFLE9BQU8sRUFBRSxhQUFhOztpRkFFcEQsMEJBQTBCO2NBUHRDLFNBQVM7MkJBQ0Usc0JBQXNCLG1CQUdmLHVCQUF1QixDQUFDLE1BQU0sV0FDdEMsQ0FBQyxZQUFZLEVBQUUsZUFBZSxFQUFFLE9BQU8sRUFBRSxhQUFhLENBQUM7Z0JBR3ZELEtBQUs7a0JBQWIsS0FBSztZQUNHLElBQUk7a0JBQVosS0FBSzs7a0ZBRkssMEJBQTBCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRJY29uIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBNYXRMaXN0TW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvbGlzdCc7XG5pbXBvcnQgeyBUZE1lbnVDb21wb25lbnQgfSBmcm9tICdAY292YWxlbnQvY29yZS9tZW51JztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAndGQtdXNlci1wcm9maWxlLW1lbnUnLFxuICB0ZW1wbGF0ZVVybDogJy4vdXNlci1wcm9maWxlLW1lbnUuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi91c2VyLXByb2ZpbGUtbWVudS5jb21wb25lbnQuc2NzcyddLFxuICBjaGFuZ2VEZXRlY3Rpb246IENoYW5nZURldGVjdGlvblN0cmF0ZWd5Lk9uUHVzaCxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgVGRNZW51Q29tcG9uZW50LCBNYXRJY29uLCBNYXRMaXN0TW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgVGRVc2VyUHJvZmlsZU1lbnVDb21wb25lbnQge1xuICBASW5wdXQoKSBlbWFpbD86IHN0cmluZztcbiAgQElucHV0KCkgbmFtZT86IHN0cmluZztcblxuICBfYmxvY2tFdmVudChldmVudDogRXZlbnQpOiB2b2lkIHtcbiAgICBldmVudC5wcmV2ZW50RGVmYXVsdCgpO1xuICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xuICB9XG59XG4iLCI8dGQtbWVudSBjbGFzcz1cInVzZXItcHJvZmlsZS1tZW51XCI+XG4gIDwhLS1oZWFkZXItLT5cbiAgPG1hdC1saXN0IHRkLW1lbnUtaGVhZGVyPlxuICAgIDxtYXQtbGlzdC1pdGVtICpuZ0lmPVwibmFtZSB8fCBlbWFpbFwiIChjbGljayk9XCJfYmxvY2tFdmVudCgkZXZlbnQpXCI+XG4gICAgICA8bWF0LWljb24gbWF0TGlzdEl0ZW1BdmF0YXI+cGVyc29uPC9tYXQtaWNvbj5cbiAgICAgIDxzcGFuIG1hdExpc3RJdGVtVGl0bGUgKm5nSWY9XCJuYW1lXCI+e3sgbmFtZSB9fTwvc3Bhbj5cbiAgICAgIDxzcGFuIG1hdExpc3RJdGVtTGluZSAqbmdJZj1cImVtYWlsXCI+e3sgZW1haWwgfX08L3NwYW4+XG4gICAgPC9tYXQtbGlzdC1pdGVtPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIlt0ZC11c2VyLWluZm8tbGlzdF1cIj48L25nLWNvbnRlbnQ+XG4gIDwvbWF0LWxpc3Q+XG4gIDwhLS1jb250ZW50LS0+XG4gIDxtYXQtYWN0aW9uLWxpc3Q+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3RkLXVzZXItYWN0aW9uLWxpc3RdXCI+PC9uZy1jb250ZW50PlxuICA8L21hdC1hY3Rpb24tbGlzdD5cbjwvdGQtbWVudT5cbiJdfQ==","import { ChangeDetectionStrategy, Component, Input } from '@angular/core';\nimport { MatButtonModule } from '@angular/material/button';\nimport { MatIcon } from '@angular/material/icon';\nimport { MatMenu, MatMenuTrigger } from '@angular/material/menu';\nimport { TdUserProfileMenuComponent } from './user-profile-menu/user-profile-menu.component';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/material/button\";\nconst _c0 = [[[\"\", \"td-user-info-list\", \"\"]], [[\"\", \"td-user-action-list\", \"\"]]];\nconst _c1 = [\"[td-user-info-list]\", \"[td-user-action-list]\"];\nexport class TdUserProfileComponent {\n name;\n email;\n static ɵfac = function TdUserProfileComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TdUserProfileComponent)(); };\n static ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TdUserProfileComponent, selectors: [[\"td-user-profile\"]], inputs: { name: \"name\", email: \"email\" }, ngContentSelectors: _c1, decls: 8, vars: 4, consts: [[\"accountMenu\", \"matMenu\"], [\"mat-icon-button\", \"\", 3, \"matMenuTriggerFor\"], [3, \"overlapTrigger\"], [3, \"name\", \"email\"]], template: function TdUserProfileComponent_Template(rf, ctx) { if (rf & 1) {\n i0.ɵɵprojectionDef(_c0);\n i0.ɵɵelementStart(0, \"button\", 1)(1, \"mat-icon\");\n i0.ɵɵtext(2, \"person\");\n i0.ɵɵelementEnd()();\n i0.ɵɵelementStart(3, \"mat-menu\", 2, 0)(5, \"td-user-profile-menu\", 3);\n i0.ɵɵprojection(6, 0, [\"td-user-info-list\", \"\"]);\n i0.ɵɵprojection(7, 1, [\"td-user-action-list\", \"\"]);\n i0.ɵɵelementEnd()();\n } if (rf & 2) {\n const accountMenu_r1 = i0.ɵɵreference(4);\n i0.ɵɵproperty(\"matMenuTriggerFor\", accountMenu_r1);\n i0.ɵɵadvance(3);\n i0.ɵɵproperty(\"overlapTrigger\", false);\n i0.ɵɵadvance(2);\n i0.ɵɵproperty(\"name\", ctx.name)(\"email\", ctx.email);\n } }, dependencies: [MatMenuTrigger,\n MatMenu,\n MatIcon,\n MatButtonModule, i1.MatIconButton, TdUserProfileMenuComponent], encapsulation: 2, changeDetection: 0 });\n}\n(() => { (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(TdUserProfileComponent, [{\n type: Component,\n args: [{ selector: 'td-user-profile', changeDetection: ChangeDetectionStrategy.OnPush, imports: [\n MatMenuTrigger,\n MatMenu,\n MatIcon,\n MatButtonModule,\n TdUserProfileMenuComponent,\n ], template: \"<button mat-icon-button [matMenuTriggerFor]=\\\"accountMenu\\\">\\n <mat-icon>person</mat-icon>\\n</button>\\n\\n<mat-menu #accountMenu=\\\"matMenu\\\" [overlapTrigger]=\\\"false\\\">\\n <td-user-profile-menu [name]=\\\"name\\\" [email]=\\\"email\\\">\\n <ng-content select=\\\"[td-user-info-list]\\\" td-user-info-list></ng-content>\\n <ng-content select=\\\"[td-user-action-list]\\\" td-user-action-list></ng-content>\\n </td-user-profile-menu>\\n</mat-menu>\\n\" }]\n }], null, { name: [{\n type: Input\n }], email: [{\n type: Input\n }] }); })();\n(() => { (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassDebugInfo(TdUserProfileComponent, { className: \"TdUserProfileComponent\", filePath: \"user-profile.component.ts\", lineNumber: 19 }); })();\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1wcm9maWxlLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci91c2VyLXByb2ZpbGUvc3JjL3VzZXItcHJvZmlsZS5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvdXNlci1wcm9maWxlL3NyYy91c2VyLXByb2ZpbGUuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBRSxLQUFLLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDMUUsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzNELE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUNqRCxPQUFPLEVBQUUsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ2pFLE9BQU8sRUFBRSwwQkFBMEIsRUFBRSxNQUFNLGlEQUFpRCxDQUFDOzs7OztBQWM3RixNQUFNLE9BQU8sc0JBQXNCO0lBQ3hCLElBQUksQ0FBVTtJQUNkLEtBQUssQ0FBVTtnSEFGYixzQkFBc0I7NkRBQXRCLHNCQUFzQjs7WUNqQmpDLEFBREYsaUNBQTBELGVBQzlDO1lBQUEsc0JBQU07WUFDbEIsQUFEa0IsaUJBQVcsRUFDcEI7WUFHUCxBQURGLHNDQUEwRCw4QkFDSjtZQUNsRCxnREFBd0U7WUFDeEUsa0RBQTRFO1lBRWhGLEFBREUsaUJBQXVCLEVBQ2Q7OztZQVRhLGtEQUFpQztZQUl4QixlQUF3QjtZQUF4QixzQ0FBd0I7WUFDakMsZUFBYTtZQUFDLEFBQWQsK0JBQWEsb0JBQWdCOzRCRE1qRCxjQUFjO1lBQ2QsT0FBTztZQUNQLE9BQU87WUFDUCxlQUFlLG9CQUNmLDBCQUEwQjs7aUZBR2pCLHNCQUFzQjtjQVpsQyxTQUFTOzJCQUNFLGlCQUFpQixtQkFFVix1QkFBdUIsQ0FBQyxNQUFNLFdBQ3RDO29CQUNQLGNBQWM7b0JBQ2QsT0FBTztvQkFDUCxPQUFPO29CQUNQLGVBQWU7b0JBQ2YsMEJBQTBCO2lCQUMzQjtnQkFHUSxJQUFJO2tCQUFaLEtBQUs7WUFDRyxLQUFLO2tCQUFiLEtBQUs7O2tGQUZLLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBNYXRCdXR0b25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9idXR0b24nO1xuaW1wb3J0IHsgTWF0SWNvbiB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2ljb24nO1xuaW1wb3J0IHsgTWF0TWVudSwgTWF0TWVudVRyaWdnZXIgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9tZW51JztcbmltcG9ydCB7IFRkVXNlclByb2ZpbGVNZW51Q29tcG9uZW50IH0gZnJvbSAnLi91c2VyLXByb2ZpbGUtbWVudS91c2VyLXByb2ZpbGUtbWVudS5jb21wb25lbnQnO1xuXG5AQ29tcG9uZW50KHtcbiAgc2VsZWN0b3I6ICd0ZC11c2VyLXByb2ZpbGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vdXNlci1wcm9maWxlLmNvbXBvbmVudC5odG1sJyxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGltcG9ydHM6IFtcbiAgICBNYXRNZW51VHJpZ2dlcixcbiAgICBNYXRNZW51LCAgXG4gICAgTWF0SWNvbixcbiAgICBNYXRCdXR0b25Nb2R1bGUsXG4gICAgVGRVc2VyUHJvZmlsZU1lbnVDb21wb25lbnQsXG4gIF0sXG59KVxuZXhwb3J0IGNsYXNzIFRkVXNlclByb2ZpbGVDb21wb25lbnQge1xuICBASW5wdXQoKSBuYW1lPzogc3RyaW5nO1xuICBASW5wdXQoKSBlbWFpbD86IHN0cmluZztcbn1cbiIsIjxidXR0b24gbWF0LWljb24tYnV0dG9uIFttYXRNZW51VHJpZ2dlckZvcl09XCJhY2NvdW50TWVudVwiPlxuICA8bWF0LWljb24+cGVyc29uPC9tYXQtaWNvbj5cbjwvYnV0dG9uPlxuXG48bWF0LW1lbnUgI2FjY291bnRNZW51PVwibWF0TWVudVwiIFtvdmVybGFwVHJpZ2dlcl09XCJmYWxzZVwiPlxuICA8dGQtdXNlci1wcm9maWxlLW1lbnUgW25hbWVdPVwibmFtZVwiIFtlbWFpbF09XCJlbWFpbFwiPlxuICAgIDxuZy1jb250ZW50IHNlbGVjdD1cIlt0ZC11c2VyLWluZm8tbGlzdF1cIiB0ZC11c2VyLWluZm8tbGlzdD48L25nLWNvbnRlbnQ+XG4gICAgPG5nLWNvbnRlbnQgc2VsZWN0PVwiW3RkLXVzZXItYWN0aW9uLWxpc3RdXCIgdGQtdXNlci1hY3Rpb24tbGlzdD48L25nLWNvbnRlbnQ+XG4gIDwvdGQtdXNlci1wcm9maWxlLW1lbnU+XG48L21hdC1tZW51PlxuIl19","import { NgModule } from '@angular/core';\nimport { TdUserProfileComponent } from './user-profile.component';\nimport * as i0 from \"@angular/core\";\n/**\n * @deprecated This module is deprecated and will be removed in future versions.\n * Please migrate to using standalone components as soon as possible.\n */\nexport class CovalentUserProfileModule {\n static ɵfac = function CovalentUserProfileModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CovalentUserProfileModule)(); };\n static ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: CovalentUserProfileModule });\n static ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [TdUserProfileComponent] });\n}\n(() => { (typeof ngDevMode === \"undefined\" || ngDevMode) && i0.ɵsetClassMetadata(CovalentUserProfileModule, [{\n type: NgModule,\n args: [{\n imports: [TdUserProfileComponent],\n exports: [TdUserProfileComponent],\n }]\n }], null, null); })();\n(function () { (typeof ngJitMode === \"undefined\" || ngJitMode) && i0.ɵɵsetNgModuleScope(CovalentUserProfileModule, { imports: [TdUserProfileComponent], exports: [TdUserProfileComponent] }); })();\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidXNlci1wcm9maWxlLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci91c2VyLXByb2ZpbGUvc3JjL3VzZXItcHJvZmlsZS5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQzs7QUFFbEU7OztHQUdHO0FBS0gsTUFBTSxPQUFPLHlCQUF5QjttSEFBekIseUJBQXlCOzREQUF6Qix5QkFBeUI7Z0VBSDFCLHNCQUFzQjs7aUZBR3JCLHlCQUF5QjtjQUpyQyxRQUFRO2VBQUM7Z0JBQ1IsT0FBTyxFQUFFLENBQUMsc0JBQXNCLENBQUM7Z0JBQ2pDLE9BQU8sRUFBRSxDQUFDLHNCQUFzQixDQUFDO2FBQ2xDOzt3RkFDWSx5QkFBeUIsY0FIMUIsc0JBQXNCLGFBQ3RCLHNCQUFzQiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBUZFVzZXJQcm9maWxlQ29tcG9uZW50IH0gZnJvbSAnLi91c2VyLXByb2ZpbGUuY29tcG9uZW50JztcblxuLyoqXG4gKiBAZGVwcmVjYXRlZCBUaGlzIG1vZHVsZSBpcyBkZXByZWNhdGVkIGFuZCB3aWxsIGJlIHJlbW92ZWQgaW4gZnV0dXJlIHZlcnNpb25zLlxuICogUGxlYXNlIG1pZ3JhdGUgdG8gdXNpbmcgc3RhbmRhbG9uZSBjb21wb25lbnRzIGFzIHNvb24gYXMgcG9zc2libGUuXG4gKi9cbkBOZ01vZHVsZSh7XG4gIGltcG9ydHM6IFtUZFVzZXJQcm9maWxlQ29tcG9uZW50XSxcbiAgZXhwb3J0czogW1RkVXNlclByb2ZpbGVDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBDb3ZhbGVudFVzZXJQcm9maWxlTW9kdWxlIHt9XG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public_api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY292YWxlbnQtY29yZS11c2VyLXByb2ZpbGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXIvdXNlci1wcm9maWxlL3NyYy9jb3ZhbGVudC1jb3JlLXVzZXItcHJvZmlsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpY19hcGknO1xuIl19"],"names":["_c0","_c1","i1"],"mappings":";;;;;;;;;;;;AAQA,MAAMA,KAAG,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,mBAAmB,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,qBAAqB,EAAE,EAAE,CAAC,CAAC,CAAC;AAChF,MAAMC,KAAG,GAAG,CAAC,qBAAqB,EAAE,uBAAuB,CAAC;AAC5D,SAAS,0DAA0D,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE;AAC3F,IAAI,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;AACnC,IAAI,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;AAChB,IAAI,EAAE,CAAC,YAAY,EAAE;AACrB,CAAC,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE;AACd,IAAI,MAAM,MAAM,GAAG,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC;AACtC,IAAI,EAAE,CAAC,SAAS,EAAE;AAClB,IAAI,EAAE,CAAC,iBAAiB,CAAC,MAAM,CAAC,IAAI,CAAC;AACrC,CAAC;AACD,SAAS,0DAA0D,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE;AAC3F,IAAI,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;AACnC,IAAI,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;AAChB,IAAI,EAAE,CAAC,YAAY,EAAE;AACrB,CAAC,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE;AACd,IAAI,MAAM,MAAM,GAAG,EAAE,CAAC,aAAa,CAAC,CAAC,CAAC;AACtC,IAAI,EAAE,CAAC,SAAS,EAAE;AAClB,IAAI,EAAE,CAAC,iBAAiB,CAAC,MAAM,CAAC,KAAK,CAAC;AACtC,CAAC;AACD,SAAS,mDAAmD,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE;AACpF,IAAI,MAAM,GAAG,GAAG,EAAE,CAAC,gBAAgB,EAAE;AACrC,IAAI,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,eAAe,EAAE,CAAC,CAAC;AAC5C,IAAI,EAAE,CAAC,UAAU,CAAC,OAAO,EAAE,SAAS,kFAAkF,CAAC,MAAM,EAAE,EAAE,EAAE,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,MAAM,GAAG,EAAE,CAAC,aAAa,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,WAAW,CAAC,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;AAChP,IAAI,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,CAAC;AACvC,IAAI,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,QAAQ,CAAC;AAC1B,IAAI,EAAE,CAAC,YAAY,EAAE;AACrB,IAAI,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,0DAA0D,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,0DAA0D,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC;AACjL,IAAI,EAAE,CAAC,YAAY,EAAE;AACrB,CAAC,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE;AACd,IAAI,MAAM,MAAM,GAAG,EAAE,CAAC,aAAa,EAAE;AACrC,IAAI,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;AACnB,IAAI,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,MAAM,CAAC,IAAI,CAAC;AACtC,IAAI,EAAE,CAAC,SAAS,EAAE;AAClB,IAAI,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC;AACvC,CAAC;AACM,MAAM,0BAA0B,CAAC;AACxC,IAAI,KAAK;AACT,IAAI,IAAI;AACR,IAAI,WAAW,CAAC,KAAK,EAAE;AACvB,QAAQ,KAAK,CAAC,cAAc,EAAE;AAC9B,QAAQ,KAAK,CAAC,eAAe,EAAE;AAC/B;AACA,IAAI,OAAO,IAAI,GAAG,SAAS,kCAAkC,CAAC,iBAAiB,EAAE,EAAE,OAAO,KAAK,iBAAiB,IAAI,0BAA0B,GAAG,CAAC,EAAE;AACpJ,IAAI,OAAO,IAAI,iBAAiB,EAAE,CAAC,iBAAiB,CAAC,EAAE,IAAI,EAAE,0BAA0B,EAAE,SAAS,EAAE,CAAC,CAAC,sBAAsB,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,kBAAkB,EAAEA,KAAG,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,mBAAmB,CAAC,EAAE,CAAC,gBAAgB,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,CAAC,mBAAmB,EAAE,EAAE,CAAC,EAAE,CAAC,kBAAkB,EAAE,EAAE,EAAE,CAAC,EAAE,MAAM,CAAC,EAAE,CAAC,iBAAiB,EAAE,EAAE,EAAE,CAAC,EAAE,MAAM,CAAC,EAAE,CAAC,kBAAkB,EAAE,EAAE,CAAC,EAAE,CAAC,iBAAiB,EAAE,EAAE,CAAC,CAAC,EAAE,QAAQ,EAAE,SAAS,mCAAmC,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE;AAC9hB,YAAY,EAAE,CAAC,eAAe,CAACD,KAAG,CAAC;AACnC,YAAY,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,CAAC;AAChE,YAAY,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,mDAAmD,EAAE,CAAC,EAAE,CAAC,EAAE,eAAe,EAAE,CAAC,CAAC;AAC3G,YAAY,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC;AAC9B,YAAY,EAAE,CAAC,YAAY,EAAE;AAC7B,YAAY,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,iBAAiB,CAAC;AACnD,YAAY,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,CAAC;AACjC,YAAY,EAAE,CAAC,YAAY,EAAE,EAAE;AAC/B,SAAS,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE;AACtB,YAAY,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;AAC3B,YAAY,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,IAAI,GAAG,CAAC,KAAK,CAAC;AACxD,SAAS,EAAE,EAAE,YAAY,EAAE,CAAC,YAAY,EAAE,EAAE,CAAC,IAAI,EAAE,eAAe,EAAE,OAAO,EAAE,aAAa,EAAE,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,aAAa,EAAE,EAAE,CAAC,WAAW,EAAE,EAAE,CAAC,iBAAiB,EAAE,EAAE,CAAC,eAAe,EAAE,EAAE,CAAC,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC,mMAAmM,CAAC,EAAE,eAAe,EAAE,CAAC,EAAE,CAAC;AAC9a;AACA,CAAC,MAAM,EAAE,CAAC,OAAO,SAAS,KAAK,WAAW,IAAI,SAAS,KAAK,EAAE,CAAC,iBAAiB,CAAC,0BAA0B,EAAE,CAAC;AAC9G,QAAQ,IAAI,EAAE,SAAS;AACvB,QAAQ,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,sBAAsB,EAAE,eAAe,EAAE,uBAAuB,CAAC,MAAM,EAAE,OAAO,EAAE,CAAC,YAAY,EAAE,eAAe,EAAE,OAAO,EAAE,aAAa,CAAC,EAAE,QAAQ,EAAE,okBAAokB,EAAE,MAAM,EAAE,CAAC,uNAAuN,CAAC,EAAE;AACz9B,KAAK,CAAC,EAAE,IAAI,EAAE,EAAE,KAAK,EAAE,CAAC;AACxB,YAAY,IAAI,EAAE;AAClB,SAAS,CAAC,EAAE,IAAI,EAAE,CAAC;AACnB,YAAY,IAAI,EAAE;AAClB,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG;AACnB,CAAC,MAAM,EAAE,CAAC,OAAO,SAAS,KAAK,WAAW,IAAI,SAAS,KAAK,EAAE,CAAC,kBAAkB,CAAC,0BAA0B,EAAE,EAAE,SAAS,EAAE,4BAA4B,EAAE,QAAQ,EAAE,kDAAkD,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG;;ACnE9O,MAAM,GAAG,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,mBAAmB,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,qBAAqB,EAAE,EAAE,CAAC,CAAC,CAAC;AAChF,MAAM,GAAG,GAAG,CAAC,qBAAqB,EAAE,uBAAuB,CAAC;AACrD,MAAM,sBAAsB,CAAC;AACpC,IAAI,IAAI;AACR,IAAI,KAAK;AACT,IAAI,OAAO,IAAI,GAAG,SAAS,8BAA8B,CAAC,iBAAiB,EAAE,EAAE,OAAO,KAAK,iBAAiB,IAAI,sBAAsB,GAAG,CAAC,EAAE;AAC5I,IAAI,OAAO,IAAI,iBAAiB,EAAE,CAAC,iBAAiB,CAAC,EAAE,IAAI,EAAE,sBAAsB,EAAE,SAAS,EAAE,CAAC,CAAC,iBAAiB,CAAC,CAAC,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,kBAAkB,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,aAAa,EAAE,SAAS,CAAC,EAAE,CAAC,iBAAiB,EAAE,EAAE,EAAE,CAAC,EAAE,mBAAmB,CAAC,EAAE,CAAC,CAAC,EAAE,gBAAgB,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,EAAE,QAAQ,EAAE,SAAS,+BAA+B,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE;AAC3Z,YAAY,EAAE,CAAC,eAAe,CAAC,GAAG,CAAC;AACnC,YAAY,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC;AAC5D,YAAY,EAAE,CAAC,MAAM,CAAC,CAAC,EAAE,QAAQ,CAAC;AAClC,YAAY,EAAE,CAAC,YAAY,EAAE,EAAE;AAC/B,YAAY,EAAE,CAAC,cAAc,CAAC,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,sBAAsB,EAAE,CAAC,CAAC;AAChF,YAAY,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,mBAAmB,EAAE,EAAE,CAAC,CAAC;AAC5D,YAAY,EAAE,CAAC,YAAY,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,qBAAqB,EAAE,EAAE,CAAC,CAAC;AAC9D,YAAY,EAAE,CAAC,YAAY,EAAE,EAAE;AAC/B,SAAS,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE;AACtB,YAAY,MAAM,cAAc,GAAG,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;AACpD,YAAY,EAAE,CAAC,UAAU,CAAC,mBAAmB,EAAE,cAAc,CAAC;AAC9D,YAAY,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;AAC3B,YAAY,EAAE,CAAC,UAAU,CAAC,gBAAgB,EAAE,KAAK,CAAC;AAClD,YAAY,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;AAC3B,YAAY,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,OAAO,EAAE,GAAG,CAAC,KAAK,CAAC;AAC/D,SAAS,EAAE,EAAE,YAAY,EAAE,CAAC,cAAc;AAC1C,YAAY,OAAO;AACnB,YAAY,OAAO;AACnB,YAAY,eAAe,EAAEE,IAAE,CAAC,aAAa,EAAE,0BAA0B,CAAC,EAAE,aAAa,EAAE,CAAC,EAAE,eAAe,EAAE,CAAC,EAAE,CAAC;AACnH;AACA,CAAC,MAAM,EAAE,CAAC,OAAO,SAAS,KAAK,WAAW,IAAI,SAAS,KAAK,EAAE,CAAC,iBAAiB,CAAC,sBAAsB,EAAE,CAAC;AAC1G,QAAQ,IAAI,EAAE,SAAS;AACvB,QAAQ,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,iBAAiB,EAAE,eAAe,EAAE,uBAAuB,CAAC,MAAM,EAAE,OAAO,EAAE;AACxG,oBAAoB,cAAc;AAClC,oBAAoB,OAAO;AAC3B,oBAAoB,OAAO;AAC3B,oBAAoB,eAAe;AACnC,oBAAoB,0BAA0B;AAC9C,iBAAiB,EAAE,QAAQ,EAAE,obAAob,EAAE;AACnd,KAAK,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,EAAE,CAAC;AACvB,YAAY,IAAI,EAAE;AAClB,SAAS,CAAC,EAAE,KAAK,EAAE,CAAC;AACpB,YAAY,IAAI,EAAE;AAClB,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG;AACnB,CAAC,MAAM,EAAE,CAAC,OAAO,SAAS,KAAK,WAAW,IAAI,SAAS,KAAK,EAAE,CAAC,kBAAkB,CAAC,sBAAsB,EAAE,EAAE,SAAS,EAAE,wBAAwB,EAAE,QAAQ,EAAE,2BAA2B,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG;;AC7C/M;AACA;AACA;AACA;AACO,MAAM,yBAAyB,CAAC;AACvC,IAAI,OAAO,IAAI,GAAG,SAAS,iCAAiC,CAAC,iBAAiB,EAAE,EAAE,OAAO,KAAK,iBAAiB,IAAI,yBAAyB,GAAG,CAAC,EAAE;AAClJ,IAAI,OAAO,IAAI,iBAAiB,EAAE,CAAC,gBAAgB,CAAC,EAAE,IAAI,EAAE,yBAAyB,EAAE,CAAC;AACxF,IAAI,OAAO,IAAI,iBAAiB,EAAE,CAAC,gBAAgB,CAAC,EAAE,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,CAAC;AAC1F;AACA,CAAC,MAAM,EAAE,CAAC,OAAO,SAAS,KAAK,WAAW,IAAI,SAAS,KAAK,EAAE,CAAC,iBAAiB,CAAC,yBAAyB,EAAE,CAAC;AAC7G,QAAQ,IAAI,EAAE,QAAQ;AACtB,QAAQ,IAAI,EAAE,CAAC;AACf,gBAAgB,OAAO,EAAE,CAAC,sBAAsB,CAAC;AACjD,gBAAgB,OAAO,EAAE,CAAC,sBAAsB,CAAC;AACjD,aAAa;AACb,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,EAAE,GAAG;AACzB,CAAC,YAAY,EAAE,CAAC,OAAO,SAAS,KAAK,WAAW,IAAI,SAAS,KAAK,EAAE,CAAC,kBAAkB,CAAC,yBAAyB,EAAE,EAAE,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,OAAO,EAAE,CAAC,sBAAsB,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG;;ACnBlM;AACA;AACA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"covalent-core.mjs","sources":["../../../../libs/angular/covalent-core.ts"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"AAAA;;AAEG"}
1
+ {"version":3,"file":"covalent-core.mjs","sources":["../tmp-esm2022/covalent-core.js"],"sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\nexport * from './public_api';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY292YWxlbnQtY29yZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2xpYnMvYW5ndWxhci9jb3ZhbGVudC1jb3JlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxjQUFjLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vcHVibGljX2FwaSc7XG4iXX0="],"names":[],"mappings":"AAAA;AACA;AACA"}
package/file/index.d.ts CHANGED
@@ -1,5 +1,284 @@
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, OnInit, OnDestroy, Renderer2, ElementRef, NgZone, ChangeDetectorRef, TemplateRef, ViewContainerRef } from '@angular/core';
3
+ import { NgModel, ControlValueAccessor } from '@angular/forms';
4
+ import { TemplatePortalDirective } from '@angular/cdk/portal';
5
+ import { IControlValueAccessor, ICanDisable } from '@covalent/core/common';
6
+ import { HttpClient, HttpEvent } from '@angular/common/http';
7
+ import { Observable } from 'rxjs';
8
+
9
+ declare class TdFileSelectDirective {
10
+ private model;
11
+ private _multiple;
12
+ /**
13
+ * multiple?: boolean
14
+ * Sets whether multiple files can be selected at once in host element, or just a single file.
15
+ * Can also be 'multiple' native attribute.
16
+ */
17
+ set multiple(multiple: boolean | string);
18
+ /**
19
+ * fileSelect?: function
20
+ * Event emitted when a file or files are selected in host [HTMLInputElement].
21
+ * Emits a [FileList | File] object.
22
+ * Alternative to not use [(ngModel)].
23
+ */
24
+ fileSelect: EventEmitter<FileList | File>;
25
+ /**
26
+ * Binds native 'multiple' attribute if [multiple] property is 'true'.
27
+ */
28
+ get multipleBinding(): string | undefined;
29
+ constructor(model: NgModel);
30
+ /**
31
+ * Listens to 'change' host event to get [HTMLInputElement] files.
32
+ * Emits the 'fileSelect' event with a [FileList] or [File] depending if 'multiple' attr exists in host.
33
+ * Uses [(ngModel)] if declared, instead of emitting 'fileSelect' event.
34
+ */
35
+ onChange(event: Event): void;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdFileSelectDirective, [{ optional: true; host: true; }]>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdFileSelectDirective, "[tdFileSelect]", never, { "multiple": { "alias": "multiple"; "required": false; }; }, { "fileSelect": "fileSelect"; }, never, never, true, never>;
38
+ }
39
+
40
+ declare class TdFileDropBase {
41
+ }
42
+ declare class TdFileDropDirective implements OnInit, OnDestroy {
43
+ private _renderer;
44
+ private _element;
45
+ private _ngZone;
46
+ private _multiple;
47
+ private _dragenterListener?;
48
+ private _dragleaveListener?;
49
+ private _dragoverListener?;
50
+ /**
51
+ * multiple?: boolean
52
+ * Sets whether multiple files can be dropped at once in host element, or just a single file.
53
+ * Can also be 'multiple' native attribute.
54
+ */
55
+ set multiple(multiple: boolean | string);
56
+ disabled?: boolean | undefined;
57
+ /**
58
+ * fileDrop?: function
59
+ * Event emitted when a file or files are dropped in host element after being validated.
60
+ * Emits a [FileList | File] object.
61
+ */
62
+ fileDrop: EventEmitter<FileList | File>;
63
+ /**
64
+ * Binds native 'multiple' attribute if [multiple] property is 'true'.
65
+ */
66
+ get multipleBinding(): string | undefined;
67
+ /**
68
+ * Binds native 'disabled' attribute if [disabled] property is 'true'.
69
+ */
70
+ get disabledBinding(): string | undefined;
71
+ constructor(_renderer: Renderer2, _element: ElementRef<HTMLElement>, _ngZone: NgZone);
72
+ ngOnInit(): void;
73
+ ngOnDestroy(): void;
74
+ /**
75
+ * Listens to 'drop' host event to get validated transfer items.
76
+ * Emits the 'fileDrop' event with a [FileList] or [File] depending if 'multiple' attr exists in host.
77
+ * Stops event propagation and default action from browser for 'drop' event.
78
+ */
79
+ onDrop(event: Event): void;
80
+ /**
81
+ * Validates if the transfer item types are 'Files'.
82
+ */
83
+ private _typeCheck;
84
+ private _stopEvent;
85
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdFileDropDirective, never>;
86
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdFileDropDirective, "[tdFileDrop]", never, { "multiple": { "alias": "multiple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "fileDrop": "fileDrop"; }, never, never, true, never>;
87
+ }
88
+
89
+ declare class TdFileInputLabelDirective extends TemplatePortalDirective {
90
+ constructor(templateRef: TemplateRef<unknown>, viewContainerRef: ViewContainerRef);
91
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdFileInputLabelDirective, never>;
92
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TdFileInputLabelDirective, "[tdFileInputLabel]ng-template", never, {}, {}, never, never, true, never>;
93
+ }
94
+ declare class TdFileInputBase {
95
+ _changeDetectorRef: ChangeDetectorRef;
96
+ constructor(_changeDetectorRef: ChangeDetectorRef);
97
+ }
98
+ declare const _TdFileInputMixinBase: (new (...args: any[]) => IControlValueAccessor) & (new (...args: any[]) => ICanDisable) & typeof TdFileInputBase;
99
+ declare class TdFileInputComponent extends _TdFileInputMixinBase implements OnInit, OnDestroy, IControlValueAccessor, ICanDisable {
100
+ private _ngZone;
101
+ private _renderer;
102
+ private _multiple;
103
+ /** The native `<button class="td-file-input"></button>` element */
104
+ _inputButton: ElementRef<HTMLElement>;
105
+ /** The native `<input type="file"> element */
106
+ _inputElement: ElementRef<HTMLInputElement>;
107
+ get inputElement(): HTMLInputElement;
108
+ /**
109
+ * color?: 'accent' | 'primary' | 'warn'
110
+ * Sets button color. Uses same color palette accepted as [MatButton].
111
+ */
112
+ color?: 'accent' | 'primary' | 'warn';
113
+ /**
114
+ * multiple?: boolean
115
+ * Sets if multiple files can be dropped/selected at once in [TdFileInputComponent].
116
+ */
117
+ set multiple(multiple: boolean | string);
118
+ get multiple(): boolean;
119
+ /**
120
+ * accept?: string
121
+ * Sets files accepted when opening the file browser dialog.
122
+ * Same as 'accept' attribute in <input/> element.
123
+ */
124
+ accept?: string;
125
+ /**
126
+ * select?: function
127
+ * Event emitted a file is selected
128
+ * Emits a [File | FileList] object.
129
+ */
130
+ selectFile: EventEmitter<File | FileList>;
131
+ private _destroy$;
132
+ constructor(_ngZone: NgZone, _renderer: Renderer2, _changeDetectorRef: ChangeDetectorRef);
133
+ ngOnInit(): void;
134
+ ngOnDestroy(): void;
135
+ /**
136
+ * Method executed when a file is selected.
137
+ */
138
+ handleSelect(files: File | FileList): void;
139
+ /**
140
+ * Used to clear the selected files from the [TdFileInputComponent].
141
+ */
142
+ clear(): void;
143
+ /** Method executed when the disabled value changes */
144
+ onDisabledChange(v: boolean): void;
145
+ /**
146
+ * Sets disable to the component. Implemented as part of ControlValueAccessor.
147
+ */
148
+ setDisabledState(isDisabled: boolean): void;
149
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdFileInputComponent, never>;
150
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdFileInputComponent, "td-file-input", never, { "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; "color": { "alias": "color"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; }, { "selectFile": "selectFile"; }, never, ["*"], true, never>;
151
+ }
152
+
153
+ declare class TdFileUploadBase {
154
+ _changeDetectorRef: ChangeDetectorRef;
155
+ constructor(_changeDetectorRef: ChangeDetectorRef);
156
+ }
157
+ declare class TdFileUploadComponent implements ControlValueAccessor {
158
+ private _changeDetectorRef;
159
+ private _multiple;
160
+ private _required;
161
+ private _disabled;
162
+ fileInput?: TdFileInputComponent;
163
+ inputLabel?: TdFileInputLabelDirective;
164
+ /**
165
+ * defaultColor?: 'accent' | 'primary' | 'warn'
166
+ * Sets browse button color. Uses same color palette accepted as [MatButton] and defaults to 'primary'.
167
+ */
168
+ defaultColor: 'accent' | 'primary' | 'warn';
169
+ /**
170
+ * activeColor?: 'accent' | 'primary' | 'warn'
171
+ * Sets upload button color. Uses same color palette accepted as [MatButton] and defaults to 'accent'.
172
+ */
173
+ activeColor: 'accent' | 'primary' | 'warn';
174
+ /**
175
+ * cancelColor?: 'accent' | 'primary' | 'warn'
176
+ * Sets cancel button color. Uses same color palette accepted as [MatButton] and defaults to 'warn'.
177
+ */
178
+ cancelColor: 'accent' | 'primary' | 'warn';
179
+ /**
180
+ * multiple?: boolean
181
+ * Sets if multiple files can be dropped/selected at once in [TdFileUploadComponent].
182
+ */
183
+ set multiple(multiple: boolean);
184
+ get multiple(): boolean;
185
+ /**
186
+ * required?: boolean
187
+ * Forces at least one file upload.
188
+ * Defaults to 'false'
189
+ */
190
+ set required(required: boolean);
191
+ get required(): boolean;
192
+ /**
193
+ * accept?: string
194
+ * Sets files accepted when opening the file browser dialog.
195
+ * Same as 'accept' attribute in <input/> element.
196
+ */
197
+ accept?: string;
198
+ set disabled(disabled: boolean);
199
+ get disabled(): boolean;
200
+ value?: File | FileList | undefined;
201
+ /**
202
+ * select?: function
203
+ * Event emitted when a file is selected.
204
+ * Emits a [File | FileList] object.
205
+ */
206
+ selectFile: EventEmitter<File | FileList>;
207
+ /**
208
+ * upload?: function
209
+ * Event emitted when upload button is clicked.
210
+ * Emits a [File | FileList] object.
211
+ */
212
+ upload: EventEmitter<File | FileList | unknown>;
213
+ /**
214
+ * cancel?: function
215
+ * Event emitted when cancel button is clicked.
216
+ */
217
+ cancel: EventEmitter<void>;
218
+ constructor(_changeDetectorRef: ChangeDetectorRef);
219
+ writeValue(value: File | FileList): void;
220
+ registerOnChange(): void;
221
+ registerOnTouched(): void;
222
+ /**
223
+ * Method executed when upload button is clicked.
224
+ */
225
+ uploadPressed(): void;
226
+ /**
227
+ * Method executed when a file is selected.
228
+ */
229
+ handleSelect(value: File | FileList | undefined): void;
230
+ /**
231
+ * Methods executed when cancel button is clicked.
232
+ * Clears files.
233
+ */
234
+ _cancel(): void;
235
+ /** Method executed when the disabled value changes */
236
+ onDisabledChange(v: boolean): void;
237
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdFileUploadComponent, never>;
238
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdFileUploadComponent, "td-file-upload", never, { "defaultColor": { "alias": "defaultColor"; "required": false; }; "activeColor": { "alias": "activeColor"; "required": false; }; "cancelColor": { "alias": "cancelColor"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "required": { "alias": "required"; "required": false; }; "accept": { "alias": "accept"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "selectFile": "selectFile"; "upload": "upload"; "cancel": "cancel"; }, ["inputLabel"], ["*"], true, never>;
239
+ }
240
+
1
241
  /**
2
- * Generated bundle index. Do not edit.
242
+ * @deprecated This module is deprecated and will be removed in future versions.
243
+ * Please migrate to using standalone components as soon as possible.
3
244
  */
4
- /// <amd-module name="@covalent/core/file" />
5
- export * from './public_api';
245
+ declare class CovalentFileModule {
246
+ static ɵfac: i0.ɵɵFactoryDeclaration<CovalentFileModule, never>;
247
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentFileModule, never, [typeof TdFileSelectDirective, typeof TdFileDropDirective, typeof TdFileUploadComponent, typeof TdFileInputComponent, typeof TdFileInputLabelDirective], [typeof TdFileSelectDirective, typeof TdFileDropDirective, typeof TdFileUploadComponent, typeof TdFileInputComponent, typeof TdFileInputLabelDirective]>;
248
+ static ɵinj: i0.ɵɵInjectorDeclaration<CovalentFileModule>;
249
+ }
250
+
251
+ interface IUploadExtras {
252
+ headers?: {
253
+ [name: string]: string | string[];
254
+ };
255
+ params?: {
256
+ [param: string]: string | string[];
257
+ };
258
+ }
259
+ declare class TdFileService {
260
+ private readonly _http;
261
+ private _progressSubject;
262
+ private _progressObservable;
263
+ /**
264
+ * Gets progress observable to keep track of the files being uploaded.
265
+ * Needs to be supported by backend.
266
+ */
267
+ get progress(): Observable<number>;
268
+ /**
269
+ * Creates a new instance
270
+ * @param _http the http client instance
271
+ * @breaking-change 3.0.0 remove 'Optional' decorator once the legay upload method is removed
272
+ */
273
+ constructor(_http: HttpClient);
274
+ /**
275
+ * Uploads a file to a URL.
276
+ */
277
+ send(url: string, method: string, body: File | FormData, { headers, params }?: IUploadExtras): Observable<HttpEvent<any>>;
278
+ private handleEvent;
279
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdFileService, [{ optional: true; }]>;
280
+ static ɵprov: i0.ɵɵInjectableDeclaration<TdFileService>;
281
+ }
282
+
283
+ export { CovalentFileModule, TdFileDropBase, TdFileDropDirective, TdFileInputBase, TdFileInputComponent, TdFileInputLabelDirective, TdFileSelectDirective, TdFileService, TdFileUploadBase, TdFileUploadComponent, _TdFileInputMixinBase };
284
+ export type { IUploadExtras };
package/index.d.ts CHANGED
@@ -1,5 +1,2 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@covalent/core" />
5
- export * from './public_api';
1
+
2
+ export { };
@@ -1,5 +1,91 @@
1
+ import * as i0 from '@angular/core';
2
+ import { ChangeDetectorRef } from '@angular/core';
3
+ import { Dir } from '@angular/cdk/bidi';
4
+
5
+ declare class TdJsonFormatterComponent {
6
+ private _changeDetectorRef;
7
+ private _dir;
8
+ /**
9
+ * Max length for property names. Any names bigger than this get trunctated.
10
+ */
11
+ private static KEY_MAX_LENGTH;
12
+ /**
13
+ * Max length for preview string. Any names bigger than this get trunctated.
14
+ */
15
+ private static PREVIEW_STRING_MAX_LENGTH;
16
+ /**
17
+ * Max tooltip preview elements.
18
+ */
19
+ private static PREVIEW_LIMIT;
20
+ private _key?;
21
+ private _data;
22
+ private _children?;
23
+ private _open;
24
+ private _levelsOpen;
25
+ /**
26
+ * levelsOpen?: number
27
+ * Levels opened by default when JS object is formatted and rendered.
28
+ */
29
+ set levelsOpen(levelsOpen: number);
30
+ get levelsOpen(): number;
31
+ get open(): boolean;
32
+ /**
33
+ * key?: string
34
+ * Tag to be displayed next to formatted object.
35
+ */
36
+ set key(key: string);
37
+ get key(): string;
38
+ /**
39
+ * data: any
40
+ * JS object to be formatted.
41
+ */
42
+ set data(data: Record<string, any>);
43
+ get data(): Record<string, any>;
44
+ get children(): string[];
45
+ get isRTL(): boolean;
46
+ constructor(_changeDetectorRef: ChangeDetectorRef, _dir: Dir);
47
+ /**
48
+ * Refreshes json-formatter and rerenders [data]
49
+ */
50
+ refresh(): void;
51
+ /**
52
+ * Toggles collapse/expanded state of component.
53
+ */
54
+ toggle(): void;
55
+ isObject(): boolean;
56
+ isArray(): boolean;
57
+ hasChildren(): boolean;
58
+ /**
59
+ * Gets parsed value depending on value type.
60
+ */
61
+ getValue(value: any): string;
62
+ /**
63
+ * Gets type of object.
64
+ * returns 'null' if object is null and 'date' if value is object and can be parsed to a date.
65
+ */
66
+ getType(object: any): string;
67
+ /**
68
+ * Generates string representation depending if its an object or function.
69
+ * see: http://stackoverflow.com/a/332429
70
+ */
71
+ getObjectName(): string;
72
+ /**
73
+ * Creates preview of nodes children to render in tooltip depending if its an array or an object.
74
+ */
75
+ getPreview(): string;
76
+ private parseChildren;
77
+ static ɵfac: i0.ɵɵFactoryDeclaration<TdJsonFormatterComponent, [null, { optional: true; }]>;
78
+ static ɵcmp: i0.ɵɵComponentDeclaration<TdJsonFormatterComponent, "td-json-formatter", never, { "levelsOpen": { "alias": "levelsOpen"; "required": false; }; "key": { "alias": "key"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, {}, never, never, true, never>;
79
+ }
80
+
1
81
  /**
2
- * Generated bundle index. Do not edit.
82
+ * @deprecated This module is deprecated and will be removed in future versions.
83
+ * Please migrate to using standalone components as soon as possible.
3
84
  */
4
- /// <amd-module name="@covalent/core/json-formatter" />
5
- export * from './public_api';
85
+ declare class CovalentJsonFormatterModule {
86
+ static ɵfac: i0.ɵɵFactoryDeclaration<CovalentJsonFormatterModule, never>;
87
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentJsonFormatterModule, never, [typeof TdJsonFormatterComponent], [typeof TdJsonFormatterComponent]>;
88
+ static ɵinj: i0.ɵɵInjectorDeclaration<CovalentJsonFormatterModule>;
89
+ }
90
+
91
+ export { CovalentJsonFormatterModule, TdJsonFormatterComponent };