Initial commit: notification-elements-demo app

Interactive Angular 19 demo for @sda/notification-elements-ui with
6 sections: Bell & Feed, Notification Center, Inbox, Comments &
Threads, Mention Input, and Full-Featured layout. Includes mock
data, dark mode toggle, and real-time event log.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Giuliano Silvestro
2026-02-13 21:49:19 +10:00
commit 5d0c9ec7eb
36473 changed files with 3778146 additions and 0 deletions

36
node_modules/thingies/lib/index.js generated vendored Normal file
View File

@@ -0,0 +1,36 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.concurrencyDecorator = exports.once = void 0;
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./base64"), exports);
tslib_1.__exportStar(require("./Cache"), exports);
tslib_1.__exportStar(require("./codeMutex"), exports);
tslib_1.__exportStar(require("./concurrency"), exports);
var once_1 = require("./once");
Object.defineProperty(exports, "once", { enumerable: true, get: function () { return once_1.once; } });
var concurrencyDecorator_1 = require("./concurrencyDecorator");
Object.defineProperty(exports, "concurrencyDecorator", { enumerable: true, get: function () { return concurrencyDecorator_1.concurrency; } });
tslib_1.__exportStar(require("./dataUri"), exports);
tslib_1.__exportStar(require("./debug"), exports);
tslib_1.__exportStar(require("./Defer"), exports);
tslib_1.__exportStar(require("./fanout"), exports);
tslib_1.__exportStar(require("./go"), exports);
tslib_1.__exportStar(require("./hash"), exports);
tslib_1.__exportStar(require("./loadCss"), exports);
tslib_1.__exportStar(require("./Locks"), exports);
tslib_1.__exportStar(require("./LruMap"), exports);
tslib_1.__exportStar(require("./LruCache"), exports);
tslib_1.__exportStar(require("./LruTtlMap"), exports);
tslib_1.__exportStar(require("./mutex"), exports);
tslib_1.__exportStar(require("./normalizeEmail"), exports);
tslib_1.__exportStar(require("./of"), exports);
tslib_1.__exportStar(require("./promiseMap"), exports);
tslib_1.__exportStar(require("./randomStr"), exports);
tslib_1.__exportStar(require("./tick"), exports);
tslib_1.__exportStar(require("./timeout"), exports);
tslib_1.__exportStar(require("./TimedQueue"), exports);
tslib_1.__exportStar(require("./TimedState"), exports);
tslib_1.__exportStar(require("./types"), exports);
tslib_1.__exportStar(require("./until"), exports);
tslib_1.__exportStar(require("./xorshift"), exports);
tslib_1.__exportStar(require("./hasKeys"), exports);