@bootkit/ng0 0.0.0-alpha.1 → 0.0.0-alpha.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.
Files changed (163) hide show
  1. package/common/index.d.ts +12 -5
  2. package/components/accordion/index.d.ts +32 -0
  3. package/components/collapse/index.d.ts +59 -0
  4. package/components/modal/index.d.ts +29 -0
  5. package/components/nav/index.d.ts +64 -0
  6. package/{offcanvas/offcanvas.directive.d.ts → components/offcanvas/index.d.ts} +14 -5
  7. package/components/overlay/index.d.ts +40 -0
  8. package/components/pagination/index.d.ts +30 -0
  9. package/components/popover/index.d.ts +36 -0
  10. package/components/toast/index.d.ts +101 -0
  11. package/components/tooltip/index.d.ts +30 -0
  12. package/data/index.d.ts +74 -0
  13. package/fesm2022/bootkit-ng0-common.mjs +11 -4
  14. package/fesm2022/bootkit-ng0-common.mjs.map +1 -1
  15. package/fesm2022/{bootkit-ng0-accordion.mjs → bootkit-ng0-components-accordion.mjs} +13 -13
  16. package/fesm2022/bootkit-ng0-components-accordion.mjs.map +1 -0
  17. package/fesm2022/{bootkit-ng0-collapse.mjs → bootkit-ng0-components-collapse.mjs} +12 -12
  18. package/fesm2022/bootkit-ng0-components-collapse.mjs.map +1 -0
  19. package/fesm2022/{bootkit-ng0-modal.mjs → bootkit-ng0-components-modal.mjs} +9 -9
  20. package/fesm2022/bootkit-ng0-components-modal.mjs.map +1 -0
  21. package/fesm2022/{bootkit-ng0-nav.mjs → bootkit-ng0-components-nav.mjs} +21 -21
  22. package/fesm2022/bootkit-ng0-components-nav.mjs.map +1 -0
  23. package/fesm2022/{bootkit-ng0-offcanvas.mjs → bootkit-ng0-components-offcanvas.mjs} +9 -9
  24. package/fesm2022/bootkit-ng0-components-offcanvas.mjs.map +1 -0
  25. package/fesm2022/bootkit-ng0-components-overlay.mjs +99 -0
  26. package/fesm2022/bootkit-ng0-components-overlay.mjs.map +1 -0
  27. package/fesm2022/bootkit-ng0-components-pagination.mjs +85 -0
  28. package/fesm2022/bootkit-ng0-components-pagination.mjs.map +1 -0
  29. package/fesm2022/{bootkit-ng0-popover.mjs → bootkit-ng0-components-popover.mjs} +8 -8
  30. package/fesm2022/bootkit-ng0-components-popover.mjs.map +1 -0
  31. package/fesm2022/{bootkit-ng0-toast.mjs → bootkit-ng0-components-toast.mjs} +9 -9
  32. package/fesm2022/bootkit-ng0-components-toast.mjs.map +1 -0
  33. package/fesm2022/{bootkit-ng0-tooltip.mjs → bootkit-ng0-components-tooltip.mjs} +8 -8
  34. package/fesm2022/bootkit-ng0-components-tooltip.mjs.map +1 -0
  35. package/fesm2022/bootkit-ng0-data.mjs +153 -0
  36. package/fesm2022/bootkit-ng0-data.mjs.map +1 -0
  37. package/fesm2022/bootkit-ng0-http.mjs +231 -0
  38. package/fesm2022/bootkit-ng0-http.mjs.map +1 -0
  39. package/fesm2022/bootkit-ng0-security.mjs +130 -0
  40. package/fesm2022/bootkit-ng0-security.mjs.map +1 -0
  41. package/http/index.d.ts +66 -0
  42. package/index.d.ts +3 -5
  43. package/package.json +47 -53
  44. package/security/index.d.ts +48 -0
  45. package/accordion/accordion-item.component.d.ts +0 -13
  46. package/accordion/accordion.component.d.ts +0 -13
  47. package/accordion/accordion.module.d.ts +0 -8
  48. package/accordion/index.d.ts +0 -5
  49. package/accordion/public-api.d.ts +0 -3
  50. package/collapse/collapse.component.d.ts +0 -18
  51. package/collapse/collapse.directive.d.ts +0 -32
  52. package/collapse/collapse.module.d.ts +0 -8
  53. package/collapse/index.d.ts +0 -5
  54. package/collapse/public-api.d.ts +0 -3
  55. package/common/public-api.d.ts +0 -2
  56. package/common/types.d.ts +0 -4
  57. package/common/utils.d.ts +0 -3
  58. package/esm2022/accordion/accordion-item.component.mjs +0 -34
  59. package/esm2022/accordion/accordion.component.mjs +0 -25
  60. package/esm2022/accordion/accordion.module.mjs +0 -25
  61. package/esm2022/accordion/bootkit-ng0-accordion.mjs +0 -5
  62. package/esm2022/accordion/public-api.mjs +0 -4
  63. package/esm2022/bootkit-ng0.mjs +0 -5
  64. package/esm2022/collapse/bootkit-ng0-collapse.mjs +0 -5
  65. package/esm2022/collapse/collapse.component.mjs +0 -46
  66. package/esm2022/collapse/collapse.directive.mjs +0 -94
  67. package/esm2022/collapse/collapse.module.mjs +0 -23
  68. package/esm2022/collapse/public-api.mjs +0 -4
  69. package/esm2022/common/bootkit-ng0-common.mjs +0 -5
  70. package/esm2022/common/public-api.mjs +0 -3
  71. package/esm2022/common/types.mjs +0 -3
  72. package/esm2022/common/utils.mjs +0 -16
  73. package/esm2022/lib/index.mjs +0 -3
  74. package/esm2022/lib/types.mjs +0 -2
  75. package/esm2022/modal/bootkit-ng0-modal.mjs +0 -5
  76. package/esm2022/modal/modal.component.mjs +0 -44
  77. package/esm2022/modal/modal.module.mjs +0 -20
  78. package/esm2022/modal/public-api.mjs +0 -3
  79. package/esm2022/modal/types.mjs +0 -3
  80. package/esm2022/nav/bootkit-ng0-nav.mjs +0 -5
  81. package/esm2022/nav/nav-item.directive.mjs +0 -26
  82. package/esm2022/nav/nav-link.directive.mjs +0 -45
  83. package/esm2022/nav/nav.directive.mjs +0 -23
  84. package/esm2022/nav/nav.module.mjs +0 -35
  85. package/esm2022/nav/public-api.mjs +0 -7
  86. package/esm2022/nav/tab-content.component.mjs +0 -29
  87. package/esm2022/nav/tab-pane.directive.mjs +0 -20
  88. package/esm2022/offcanvas/bootkit-ng0-offcanvas.mjs +0 -5
  89. package/esm2022/offcanvas/offcanvas.directive.mjs +0 -118
  90. package/esm2022/offcanvas/offcanvas.module.mjs +0 -19
  91. package/esm2022/offcanvas/public-api.mjs +0 -3
  92. package/esm2022/overlay/bootkit-ng0-overlay.mjs +0 -5
  93. package/esm2022/overlay/overlay.directive.mjs +0 -111
  94. package/esm2022/overlay/overlay.module.mjs +0 -22
  95. package/esm2022/overlay/private/utils.mjs +0 -58
  96. package/esm2022/overlay/public-api.mjs +0 -3
  97. package/esm2022/popover/bootkit-ng0-popover.mjs +0 -5
  98. package/esm2022/popover/popover-wrapper/popover-wrapper.component.mjs +0 -29
  99. package/esm2022/popover/popover.directive.mjs +0 -140
  100. package/esm2022/popover/public-api.mjs +0 -2
  101. package/esm2022/popover/types.mjs +0 -2
  102. package/esm2022/public-api.mjs +0 -5
  103. package/esm2022/toast/bootkit-ng0-toast.mjs +0 -5
  104. package/esm2022/toast/public-api.mjs +0 -4
  105. package/esm2022/toast/toast-ref.mjs +0 -27
  106. package/esm2022/toast/toast.component.mjs +0 -68
  107. package/esm2022/toast/toast.service.mjs +0 -93
  108. package/esm2022/toast/types.mjs +0 -2
  109. package/esm2022/tooltip/bootkit-ng0-tooltip.mjs +0 -5
  110. package/esm2022/tooltip/public-api.mjs +0 -3
  111. package/esm2022/tooltip/tooltip-wrapper/tooltip-wrapper.component.mjs +0 -44
  112. package/esm2022/tooltip/tooltip.directive.mjs +0 -93
  113. package/esm2022/tooltip/types.mjs +0 -2
  114. package/fesm2022/bootkit-ng0-accordion.mjs.map +0 -1
  115. package/fesm2022/bootkit-ng0-collapse.mjs.map +0 -1
  116. package/fesm2022/bootkit-ng0-modal.mjs.map +0 -1
  117. package/fesm2022/bootkit-ng0-nav.mjs.map +0 -1
  118. package/fesm2022/bootkit-ng0-offcanvas.mjs.map +0 -1
  119. package/fesm2022/bootkit-ng0-overlay.mjs +0 -194
  120. package/fesm2022/bootkit-ng0-overlay.mjs.map +0 -1
  121. package/fesm2022/bootkit-ng0-popover.mjs.map +0 -1
  122. package/fesm2022/bootkit-ng0-toast.mjs.map +0 -1
  123. package/fesm2022/bootkit-ng0-tooltip.mjs.map +0 -1
  124. package/lib/index.d.ts +0 -2
  125. package/lib/types.d.ts +0 -1
  126. package/modal/index.d.ts +0 -5
  127. package/modal/modal.component.d.ts +0 -18
  128. package/modal/modal.module.d.ts +0 -7
  129. package/modal/public-api.d.ts +0 -2
  130. package/modal/types.d.ts +0 -2
  131. package/nav/index.d.ts +0 -5
  132. package/nav/nav-item.directive.d.ts +0 -13
  133. package/nav/nav-link.directive.d.ts +0 -16
  134. package/nav/nav.directive.d.ts +0 -11
  135. package/nav/nav.module.d.ts +0 -11
  136. package/nav/public-api.d.ts +0 -6
  137. package/nav/tab-content.component.d.ts +0 -15
  138. package/nav/tab-pane.directive.d.ts +0 -9
  139. package/offcanvas/index.d.ts +0 -5
  140. package/offcanvas/offcanvas.module.d.ts +0 -7
  141. package/offcanvas/public-api.d.ts +0 -2
  142. package/overlay/index.d.ts +0 -5
  143. package/overlay/overlay.directive.d.ts +0 -50
  144. package/overlay/overlay.module.d.ts +0 -10
  145. package/overlay/private/utils.d.ts +0 -10
  146. package/overlay/public-api.d.ts +0 -2
  147. package/popover/index.d.ts +0 -5
  148. package/popover/popover-wrapper/popover-wrapper.component.d.ts +0 -15
  149. package/popover/popover.directive.d.ts +0 -30
  150. package/popover/public-api.d.ts +0 -1
  151. package/popover/types.d.ts +0 -4
  152. package/public-api.d.ts +0 -1
  153. package/toast/index.d.ts +0 -5
  154. package/toast/public-api.d.ts +0 -3
  155. package/toast/toast-ref.d.ts +0 -12
  156. package/toast/toast.component.d.ts +0 -19
  157. package/toast/toast.service.d.ts +0 -43
  158. package/toast/types.d.ts +0 -44
  159. package/tooltip/index.d.ts +0 -5
  160. package/tooltip/public-api.d.ts +0 -2
  161. package/tooltip/tooltip-wrapper/tooltip-wrapper.component.d.ts +0 -19
  162. package/tooltip/tooltip.directive.d.ts +0 -24
  163. package/tooltip/types.d.ts +0 -3
@@ -1,19 +0,0 @@
1
- import { ElementRef, Renderer2, OnInit, ChangeDetectorRef } from '@angular/core';
2
- import { TooltipContent, TooltipPlacement } from '../types';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * @private
6
- */
7
- export declare class TooltipWrapperComponent implements OnInit {
8
- private elementRef;
9
- private renderer;
10
- private changeDetectorRef;
11
- protected placement: TooltipPlacement;
12
- protected content: TooltipContent;
13
- protected hasTemplate: boolean;
14
- constructor(elementRef: ElementRef, renderer: Renderer2, changeDetectorRef: ChangeDetectorRef);
15
- ngOnInit(): void;
16
- set(content: any, placement: TooltipPlacement): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<TooltipWrapperComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<TooltipWrapperComponent, "ng0-tooltip-wrapper", ["ng0TooltipWrapper"], {}, {}, never, never, true, never>;
19
- }
@@ -1,24 +0,0 @@
1
- import { TemplateRef, ViewContainerRef, OnDestroy, ElementRef, OnInit, DestroyRef } from '@angular/core';
2
- import { Overlay } from '@angular/cdk/overlay';
3
- import { TooltipPlacement } from './types';
4
- import * as i0 from "@angular/core";
5
- export declare class TooltipDirective implements OnInit, OnDestroy {
6
- private overlayService;
7
- private elementRef;
8
- private destroyRef;
9
- private viewRef;
10
- content: import("@angular/core").InputSignal<string | TemplateRef<any>>;
11
- placement: import("@angular/core").InputSignal<TooltipPlacement>;
12
- private portal;
13
- private overlayRef?;
14
- constructor(overlayService: Overlay, elementRef: ElementRef, destroyRef: DestroyRef, viewRef: ViewContainerRef);
15
- ngOnInit(): void;
16
- private onMouseEnter;
17
- private onMouseLeave;
18
- private createOverlay;
19
- private disposeOverlay;
20
- private getPositions;
21
- ngOnDestroy(): void;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
23
- static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[ng0Tooltip]", ["ng0Tooltip"], { "content": { "alias": "ng0Tooltip"; "required": false; "isSignal": true; }; "placement": { "alias": "placement"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
24
- }
@@ -1,3 +0,0 @@
1
- import { TemplateRef } from "@angular/core";
2
- export type TooltipPlacement = 'top' | 'bottom' | 'start' | 'end';
3
- export type TooltipContent = string | TemplateRef<any>;