@agorapulse/ui-components 0.0.1 → 2.5.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.
- package/agorapulse-ui-components-2.5.1.tgz +0 -0
- package/agorapulse-ui-components.d.ts +4 -3
- package/agorapulse-ui-components.metadata.json +1 -1
- package/assets/{lib-ui/icons → icons}/facebook-icon.png +0 -0
- package/assets/{lib-ui/icons → icons}/google-icon.png +0 -0
- package/assets/{lib-ui/icons → icons}/instagram-icon.png +0 -0
- package/assets/{lib-ui/icons → icons}/linkedin-icon.png +0 -0
- package/assets/{lib-ui/icons → icons}/pinterest-icon.png +0 -0
- package/assets/{lib-ui/icons → icons}/twitter-icon.png +0 -0
- package/assets/{lib-ui/icons → icons}/youtube-icon.png +0 -0
- package/assets/{lib-ui/img → img}/default-avatar-organization.png +0 -0
- package/assets/{lib-ui/img → img}/default-avatar-user.png +0 -0
- package/assets/{lib-ui/img → img}/default-avatar.png +0 -0
- package/assets/{lib-ui/img → img}/spinner_animation.gif +0 -0
- package/bundles/agorapulse-ui-components.umd.js +386 -9
- package/bundles/agorapulse-ui-components.umd.js.map +1 -1
- package/esm2015/agorapulse-ui-components.js +5 -4
- package/esm2015/src/lib/agorapulse-ui-components.module.js +7 -1
- package/esm2015/src/lib/directives/default-image.directive.js +2 -2
- package/esm2015/src/lib/edit-tag-modal/edit-tags-modal.component.js +2 -2
- package/esm2015/src/lib/neo-timepicker/neo-timepicker.component.js +371 -0
- package/fesm2015/agorapulse-ui-components.js +375 -4
- package/fesm2015/agorapulse-ui-components.js.map +1 -1
- package/package.json +8 -6
- package/src/lib/neo-timepicker/neo-timepicker.component.d.ts +129 -0
- package/agorapulse-ui-components-0.0.1.tgz +0 -0
|
Binary file
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './index';
|
|
5
|
+
export { NeoTimepickerComponent as ɵd } from './src/lib/neo-timepicker/neo-timepicker.component';
|
|
5
6
|
export { OVERLAY_DATA as ɵb, OverlayDialogRef as ɵa } from './src/lib/overlay/overlay-dialog.component';
|
|
6
7
|
export { PASSWORD_CONTROL_VALUE_ACCESSOR as ɵc } from './src/lib/password-input/password-input.component';
|
|
7
|
-
export { PopmenuOptionsService as
|
|
8
|
-
export { TooltipNeoComponent as
|
|
9
|
-
export { TooltipNeoService as
|
|
8
|
+
export { PopmenuOptionsService as ɵg } from './src/lib/popmenu/popmenu-options.service';
|
|
9
|
+
export { TooltipNeoComponent as ɵe } from './src/lib/tooltip-neo/tooltip-neo.component';
|
|
10
|
+
export { TooltipNeoService as ɵf } from './src/lib/tooltip-neo/tooltip-neo.service';
|