Socket
Socket
Sign inDemoInstall

ngx-base

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-base - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

README.md

184

bundles/ngx-base.js

@@ -90,85 +90,2 @@ (function webpackUniversalModuleDefinition(root, factory) {

"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", (function() { return NotificationAction; }));
/*
* An action for a button, dropdown, etc:
*
* id - Optional unique Id for the filter field, useful for comparisons
* isDisabled - set to true to disable the action
* isSeparator - set to true if this is a placehodler for a separator rather than an action
* name - The name of the action, displayed on the button
* title - Optional title, used for the tooltip
*/
var NotificationAction = (function () {
function NotificationAction() {
this.isDisabled = false;
this.isSeparator = false;
}
return NotificationAction;
}());
/***/ }),
/* 2 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", (function() { return NotificationType; }));
var NotificationType = (function () {
function NotificationType() {
}
return NotificationType;
}());
NotificationType.SUCCESS = { cssClass: 'success' };
NotificationType.INFO = { cssClass: 'info' };
NotificationType.DANGER = { cssClass: 'danger' };
NotificationType.WARNING = { cssClass: 'warning' };
/***/ }),
/* 3 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", (function() { return Notification; }));
/*
* A notification message containing:
*
* header - The header to display for the notification (optional)
* message - The main text message of the notification
* primaryActions Optional action to ask user to complete
* moreActions Optional list of other actions the user can take
* type - The type of the notification message; 'success','info','danger', 'warning'
*/
var Notification = (function () {
function Notification() {
}
return Notification;
}());
/***/ }),
/* 4 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", (function() { return Notifications; }));
var Notifications = (function () {
function Notifications() {
}
Notifications.prototype.message = function (notification) {
throw new Error('Not yet implemented');
};
return Notifications;
}());
/***/ }),
/* 5 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core__ = __webpack_require__(0);

@@ -260,3 +177,3 @@ /* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__angular_core___default = __webpack_require__.n(__WEBPACK_IMPORTED_MODULE_0__angular_core__);

/***/ }),
/* 6 */
/* 2 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {

@@ -290,2 +207,85 @@

/***/ }),
/* 3 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", (function() { return NotificationAction; }));
/*
* An action for a button, dropdown, etc:
*
* id - Optional unique Id for the filter field, useful for comparisons
* isDisabled - set to true to disable the action
* isSeparator - set to true if this is a placehodler for a separator rather than an action
* name - The name of the action, displayed on the button
* title - Optional title, used for the tooltip
*/
var NotificationAction = (function () {
function NotificationAction() {
this.isDisabled = false;
this.isSeparator = false;
}
return NotificationAction;
}());
/***/ }),
/* 4 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", (function() { return NotificationType; }));
var NotificationType = (function () {
function NotificationType() {
}
return NotificationType;
}());
NotificationType.SUCCESS = { cssClass: 'success' };
NotificationType.INFO = { cssClass: 'info' };
NotificationType.DANGER = { cssClass: 'danger' };
NotificationType.WARNING = { cssClass: 'warning' };
/***/ }),
/* 5 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", (function() { return Notification; }));
/*
* A notification message containing:
*
* header - The header to display for the notification (optional)
* message - The main text message of the notification
* primaryActions Optional action to ask user to complete
* moreActions Optional list of other actions the user can take
* type - The type of the notification message; 'success','info','danger', 'warning'
*/
var Notification = (function () {
function Notification() {
}
return Notification;
}());
/***/ }),
/* 6 */
/***/ (function(module, __webpack_exports__, __webpack_require__) {
"use strict";
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", (function() { return Notifications; }));
var Notifications = (function () {
function Notifications() {
}
Notifications.prototype.message = function (notification) {
throw new Error('Not yet implemented');
};
return Notifications;
}());
/***/ }),
/* 7 */

@@ -314,14 +314,14 @@ /***/ (function(module, exports) {

Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__src_app_notifications_notification__ = __webpack_require__(3);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__src_app_notifications_notification__ = __webpack_require__(5);
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "Notification", (function() { return __WEBPACK_IMPORTED_MODULE_0__src_app_notifications_notification__["a"]; }));
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__src_app_notifications_notification_action__ = __webpack_require__(1);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_1__src_app_notifications_notification_action__ = __webpack_require__(3);
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "NotificationAction", (function() { return __WEBPACK_IMPORTED_MODULE_1__src_app_notifications_notification_action__["a"]; }));
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__src_app_notifications_notifications__ = __webpack_require__(4);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_2__src_app_notifications_notifications__ = __webpack_require__(6);
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "Notifications", (function() { return __WEBPACK_IMPORTED_MODULE_2__src_app_notifications_notifications__["a"]; }));
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__src_app_notifications_notification_type__ = __webpack_require__(2);
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_3__src_app_notifications_notification_type__ = __webpack_require__(4);
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "NotificationType", (function() { return __WEBPACK_IMPORTED_MODULE_3__src_app_notifications_notification_type__["a"]; }));
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__src_app_shared_broadcaster_service__ = __webpack_require__(5);
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "Broadcaster", (function() { return __WEBPACK_IMPORTED_MODULE_4__src_app_shared_broadcaster_service__["a"]; }));
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__src_app_shared_logger_service__ = __webpack_require__(6);
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "Logger", (function() { return __WEBPACK_IMPORTED_MODULE_5__src_app_shared_logger_service__["a"]; }));
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_4__src_app_broadcaster_service__ = __webpack_require__(1);
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "Broadcaster", (function() { return __WEBPACK_IMPORTED_MODULE_4__src_app_broadcaster_service__["a"]; }));
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_5__src_app_logger_service__ = __webpack_require__(2);
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "Logger", (function() { return __WEBPACK_IMPORTED_MODULE_5__src_app_logger_service__["a"]; }));
// Notifications

@@ -328,0 +328,0 @@

@@ -5,3 +5,3 @@ export { Notification } from './src/app/notifications/notification';

export { NotificationType } from './src/app/notifications/notification-type';
export { Broadcaster } from './src/app/shared/broadcaster.service';
export { Logger } from './src/app/shared/logger.service';
export { Broadcaster } from './src/app/broadcaster.service';
export { Logger } from './src/app/logger.service';

@@ -7,5 +7,5 @@ // Notifications

// Broadcaster
export { Broadcaster } from './src/app/shared/broadcaster.service';
export { Broadcaster } from './src/app/broadcaster.service';
// Logger
export { Logger } from './src/app/shared/logger.service';
export { Logger } from './src/app/logger.service';
//# sourceMappingURL=index.js.map

@@ -1,1 +0,1 @@

[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./src/app/notifications/notification","export":["Notification"]},{"from":"./src/app/notifications/notification-action","export":["NotificationAction"]},{"from":"./src/app/notifications/notifications","export":["Notifications"]},{"from":"./src/app/notifications/notification-type","export":["NotificationType"]},{"from":"./src/app/shared/broadcaster.service","export":["Broadcaster"]},{"from":"./src/app/shared/logger.service","export":["Logger"]}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./src/app/notifications/notification","export":["Notification"]},{"from":"./src/app/notifications/notification-action","export":["NotificationAction"]},{"from":"./src/app/notifications/notifications","export":["Notifications"]},{"from":"./src/app/notifications/notification-type","export":["NotificationType"]},{"from":"./src/app/shared/broadcaster.service","export":["Broadcaster"]},{"from":"./src/app/shared/logger.service","export":["Logger"]}]}]
[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./src/app/notifications/notification","export":["Notification"]},{"from":"./src/app/notifications/notification-action","export":["NotificationAction"]},{"from":"./src/app/notifications/notifications","export":["Notifications"]},{"from":"./src/app/notifications/notification-type","export":["NotificationType"]},{"from":"./src/app/broadcaster.service","export":["Broadcaster"]},{"from":"./src/app/logger.service","export":["Logger"]}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./src/app/notifications/notification","export":["Notification"]},{"from":"./src/app/notifications/notification-action","export":["NotificationAction"]},{"from":"./src/app/notifications/notifications","export":["Notifications"]},{"from":"./src/app/notifications/notification-type","export":["NotificationType"]},{"from":"./src/app/broadcaster.service","export":["Broadcaster"]},{"from":"./src/app/logger.service","export":["Logger"]}]}]
{
"name": "ngx-base",
"version": "1.0.0",
"version": "1.1.0",
"description": "Common services for working with Fabric8 Work Item Tracker",

@@ -5,0 +5,0 @@ "main": "bundles/ngx-base.umd.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc