Primeiro commit do projeto Angular
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"workspace": {
|
||||||
|
"root": "D:\\Trabalhos\\Metacaseformacao\\form_metacase",
|
||||||
|
"uuid": "2a7f00f4-d455-41fe-a2eb-54f5bc5eb601"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,209 @@
|
|||||||
|
import {
|
||||||
|
APP_BASE_HREF,
|
||||||
|
AsyncPipe,
|
||||||
|
BrowserPlatformLocation,
|
||||||
|
CommonModule,
|
||||||
|
CurrencyPipe,
|
||||||
|
DATE_PIPE_DEFAULT_OPTIONS,
|
||||||
|
DATE_PIPE_DEFAULT_TIMEZONE,
|
||||||
|
DatePipe,
|
||||||
|
DecimalPipe,
|
||||||
|
DomAdapter,
|
||||||
|
FormStyle,
|
||||||
|
FormatWidth,
|
||||||
|
HashLocationStrategy,
|
||||||
|
I18nPluralPipe,
|
||||||
|
I18nSelectPipe,
|
||||||
|
IMAGE_LOADER,
|
||||||
|
JsonPipe,
|
||||||
|
KeyValuePipe,
|
||||||
|
LOCATION_INITIALIZED,
|
||||||
|
Location,
|
||||||
|
LocationStrategy,
|
||||||
|
LowerCasePipe,
|
||||||
|
NavigationAdapterForLocation,
|
||||||
|
NgClass,
|
||||||
|
NgComponentOutlet,
|
||||||
|
NgForOf,
|
||||||
|
NgForOfContext,
|
||||||
|
NgIf,
|
||||||
|
NgIfContext,
|
||||||
|
NgLocaleLocalization,
|
||||||
|
NgLocalization,
|
||||||
|
NgOptimizedImage,
|
||||||
|
NgPlural,
|
||||||
|
NgPluralCase,
|
||||||
|
NgStyle,
|
||||||
|
NgSwitch,
|
||||||
|
NgSwitchCase,
|
||||||
|
NgSwitchDefault,
|
||||||
|
NgTemplateOutlet,
|
||||||
|
NoTrailingSlashPathLocationStrategy,
|
||||||
|
NullViewportScroller,
|
||||||
|
NumberFormatStyle,
|
||||||
|
NumberSymbol,
|
||||||
|
PLATFORM_BROWSER_ID,
|
||||||
|
PLATFORM_SERVER_ID,
|
||||||
|
PRECOMMIT_HANDLER_SUPPORTED,
|
||||||
|
PRECONNECT_CHECK_BLOCKLIST,
|
||||||
|
PathLocationStrategy,
|
||||||
|
PercentPipe,
|
||||||
|
PlatformLocation,
|
||||||
|
PlatformNavigation,
|
||||||
|
Plural,
|
||||||
|
SlicePipe,
|
||||||
|
TitleCasePipe,
|
||||||
|
TrailingSlashPathLocationStrategy,
|
||||||
|
TranslationWidth,
|
||||||
|
UpperCasePipe,
|
||||||
|
VERSION,
|
||||||
|
ViewportScroller,
|
||||||
|
WeekDay,
|
||||||
|
XhrFactory,
|
||||||
|
formatCurrency,
|
||||||
|
formatDate,
|
||||||
|
formatNumber,
|
||||||
|
formatPercent,
|
||||||
|
getCurrencySymbol,
|
||||||
|
getDOM,
|
||||||
|
getLocaleCurrencyCode,
|
||||||
|
getLocaleCurrencyName,
|
||||||
|
getLocaleCurrencySymbol,
|
||||||
|
getLocaleDateFormat,
|
||||||
|
getLocaleDateTimeFormat,
|
||||||
|
getLocaleDayNames,
|
||||||
|
getLocaleDayPeriods,
|
||||||
|
getLocaleDirection,
|
||||||
|
getLocaleEraNames,
|
||||||
|
getLocaleExtraDayPeriodRules,
|
||||||
|
getLocaleExtraDayPeriods,
|
||||||
|
getLocaleFirstDayOfWeek,
|
||||||
|
getLocaleId,
|
||||||
|
getLocaleMonthNames,
|
||||||
|
getLocaleNumberFormat,
|
||||||
|
getLocaleNumberSymbol,
|
||||||
|
getLocalePluralCase,
|
||||||
|
getLocaleTimeFormat,
|
||||||
|
getLocaleWeekEndRange,
|
||||||
|
getNumberOfCurrencyDigits,
|
||||||
|
isPlatformBrowser,
|
||||||
|
isPlatformServer,
|
||||||
|
normalizeQueryParams,
|
||||||
|
parseCookieValue,
|
||||||
|
provideCloudflareLoader,
|
||||||
|
provideCloudinaryLoader,
|
||||||
|
provideImageKitLoader,
|
||||||
|
provideImgixLoader,
|
||||||
|
provideNetlifyLoader,
|
||||||
|
registerLocaleData,
|
||||||
|
setRootDomAdapter
|
||||||
|
} from "./chunk-ASHOWUOS.js";
|
||||||
|
import {
|
||||||
|
IMAGE_CONFIG
|
||||||
|
} from "./chunk-BODXJ6DH.js";
|
||||||
|
import {
|
||||||
|
DOCUMENT
|
||||||
|
} from "./chunk-D7FUV64K.js";
|
||||||
|
export {
|
||||||
|
APP_BASE_HREF,
|
||||||
|
AsyncPipe,
|
||||||
|
BrowserPlatformLocation,
|
||||||
|
CommonModule,
|
||||||
|
CurrencyPipe,
|
||||||
|
DATE_PIPE_DEFAULT_OPTIONS,
|
||||||
|
DATE_PIPE_DEFAULT_TIMEZONE,
|
||||||
|
DOCUMENT,
|
||||||
|
DatePipe,
|
||||||
|
DecimalPipe,
|
||||||
|
FormStyle,
|
||||||
|
FormatWidth,
|
||||||
|
HashLocationStrategy,
|
||||||
|
I18nPluralPipe,
|
||||||
|
I18nSelectPipe,
|
||||||
|
IMAGE_CONFIG,
|
||||||
|
IMAGE_LOADER,
|
||||||
|
JsonPipe,
|
||||||
|
KeyValuePipe,
|
||||||
|
LOCATION_INITIALIZED,
|
||||||
|
Location,
|
||||||
|
LocationStrategy,
|
||||||
|
LowerCasePipe,
|
||||||
|
NgClass,
|
||||||
|
NgComponentOutlet,
|
||||||
|
NgForOf as NgFor,
|
||||||
|
NgForOf,
|
||||||
|
NgForOfContext,
|
||||||
|
NgIf,
|
||||||
|
NgIfContext,
|
||||||
|
NgLocaleLocalization,
|
||||||
|
NgLocalization,
|
||||||
|
NgOptimizedImage,
|
||||||
|
NgPlural,
|
||||||
|
NgPluralCase,
|
||||||
|
NgStyle,
|
||||||
|
NgSwitch,
|
||||||
|
NgSwitchCase,
|
||||||
|
NgSwitchDefault,
|
||||||
|
NgTemplateOutlet,
|
||||||
|
NoTrailingSlashPathLocationStrategy,
|
||||||
|
NumberFormatStyle,
|
||||||
|
NumberSymbol,
|
||||||
|
PRECONNECT_CHECK_BLOCKLIST,
|
||||||
|
PathLocationStrategy,
|
||||||
|
PercentPipe,
|
||||||
|
PlatformLocation,
|
||||||
|
PlatformNavigation,
|
||||||
|
Plural,
|
||||||
|
SlicePipe,
|
||||||
|
TitleCasePipe,
|
||||||
|
TrailingSlashPathLocationStrategy,
|
||||||
|
TranslationWidth,
|
||||||
|
UpperCasePipe,
|
||||||
|
VERSION,
|
||||||
|
ViewportScroller,
|
||||||
|
WeekDay,
|
||||||
|
XhrFactory,
|
||||||
|
formatCurrency,
|
||||||
|
formatDate,
|
||||||
|
formatNumber,
|
||||||
|
formatPercent,
|
||||||
|
getCurrencySymbol,
|
||||||
|
getLocaleCurrencyCode,
|
||||||
|
getLocaleCurrencyName,
|
||||||
|
getLocaleCurrencySymbol,
|
||||||
|
getLocaleDateFormat,
|
||||||
|
getLocaleDateTimeFormat,
|
||||||
|
getLocaleDayNames,
|
||||||
|
getLocaleDayPeriods,
|
||||||
|
getLocaleDirection,
|
||||||
|
getLocaleEraNames,
|
||||||
|
getLocaleExtraDayPeriodRules,
|
||||||
|
getLocaleExtraDayPeriods,
|
||||||
|
getLocaleFirstDayOfWeek,
|
||||||
|
getLocaleId,
|
||||||
|
getLocaleMonthNames,
|
||||||
|
getLocaleNumberFormat,
|
||||||
|
getLocaleNumberSymbol,
|
||||||
|
getLocalePluralCase,
|
||||||
|
getLocaleTimeFormat,
|
||||||
|
getLocaleWeekEndRange,
|
||||||
|
getNumberOfCurrencyDigits,
|
||||||
|
isPlatformBrowser,
|
||||||
|
isPlatformServer,
|
||||||
|
provideCloudflareLoader,
|
||||||
|
provideCloudinaryLoader,
|
||||||
|
provideImageKitLoader,
|
||||||
|
provideImgixLoader,
|
||||||
|
provideNetlifyLoader,
|
||||||
|
registerLocaleData,
|
||||||
|
DomAdapter as ɵDomAdapter,
|
||||||
|
NavigationAdapterForLocation as ɵNavigationAdapterForLocation,
|
||||||
|
NullViewportScroller as ɵNullViewportScroller,
|
||||||
|
PLATFORM_BROWSER_ID as ɵPLATFORM_BROWSER_ID,
|
||||||
|
PLATFORM_SERVER_ID as ɵPLATFORM_SERVER_ID,
|
||||||
|
PRECOMMIT_HANDLER_SUPPORTED as ɵPRECOMMIT_HANDLER_SUPPORTED,
|
||||||
|
getDOM as ɵgetDOM,
|
||||||
|
normalizeQueryParams as ɵnormalizeQueryParams,
|
||||||
|
parseCookieValue as ɵparseCookieValue,
|
||||||
|
setRootDomAdapter as ɵsetRootDomAdapter
|
||||||
|
};
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"sources": [],
|
||||||
|
"sourcesContent": [],
|
||||||
|
"mappings": "",
|
||||||
|
"names": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"sources": [],
|
||||||
|
"sourcesContent": [],
|
||||||
|
"mappings": "",
|
||||||
|
"names": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,264 @@
|
|||||||
|
import {
|
||||||
|
DestroyRef,
|
||||||
|
Injector,
|
||||||
|
Observable,
|
||||||
|
PendingTasks,
|
||||||
|
ReplaySubject,
|
||||||
|
RuntimeError,
|
||||||
|
__spreadProps,
|
||||||
|
__spreadValues,
|
||||||
|
assertInInjectionContext,
|
||||||
|
assertNotInReactiveContext,
|
||||||
|
computed,
|
||||||
|
effect,
|
||||||
|
encapsulateResourceError,
|
||||||
|
getOutputDestroyRef,
|
||||||
|
inject,
|
||||||
|
resource,
|
||||||
|
signal,
|
||||||
|
takeUntil,
|
||||||
|
untracked
|
||||||
|
} from "./chunk-D7FUV64K.js";
|
||||||
|
|
||||||
|
// node_modules/@angular/core/fesm2022/rxjs-interop.mjs
|
||||||
|
function takeUntilDestroyed(destroyRef) {
|
||||||
|
if (!destroyRef) {
|
||||||
|
ngDevMode && assertInInjectionContext(takeUntilDestroyed);
|
||||||
|
destroyRef = inject(DestroyRef);
|
||||||
|
}
|
||||||
|
const destroyed$ = new Observable((subscriber) => {
|
||||||
|
if (destroyRef.destroyed) {
|
||||||
|
subscriber.next();
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
const unregisterFn = destroyRef.onDestroy(subscriber.next.bind(subscriber));
|
||||||
|
return unregisterFn;
|
||||||
|
});
|
||||||
|
return (source) => {
|
||||||
|
return source.pipe(takeUntil(destroyed$));
|
||||||
|
};
|
||||||
|
}
|
||||||
|
var OutputFromObservableRef = class {
|
||||||
|
source;
|
||||||
|
destroyed = false;
|
||||||
|
destroyRef = inject(DestroyRef);
|
||||||
|
constructor(source) {
|
||||||
|
this.source = source;
|
||||||
|
this.destroyRef.onDestroy(() => {
|
||||||
|
this.destroyed = true;
|
||||||
|
});
|
||||||
|
}
|
||||||
|
subscribe(callbackFn) {
|
||||||
|
if (this.destroyed) {
|
||||||
|
throw new RuntimeError(953, ngDevMode && "Unexpected subscription to destroyed `OutputRef`. The owning directive/component is destroyed.");
|
||||||
|
}
|
||||||
|
const subscription = this.source.pipe(takeUntilDestroyed(this.destroyRef)).subscribe({
|
||||||
|
next: (value) => callbackFn(value)
|
||||||
|
});
|
||||||
|
return {
|
||||||
|
unsubscribe: () => subscription.unsubscribe()
|
||||||
|
};
|
||||||
|
}
|
||||||
|
};
|
||||||
|
function outputFromObservable(observable, opts) {
|
||||||
|
ngDevMode && assertInInjectionContext(outputFromObservable);
|
||||||
|
return new OutputFromObservableRef(observable);
|
||||||
|
}
|
||||||
|
function outputToObservable(ref) {
|
||||||
|
const destroyRef = getOutputDestroyRef(ref);
|
||||||
|
return new Observable((observer) => {
|
||||||
|
const unregisterOnDestroy = destroyRef?.onDestroy(() => observer.complete());
|
||||||
|
const subscription = ref.subscribe((v) => observer.next(v));
|
||||||
|
return () => {
|
||||||
|
subscription.unsubscribe();
|
||||||
|
unregisterOnDestroy?.();
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
||||||
|
function toObservable(source, options) {
|
||||||
|
if (ngDevMode && !options?.injector) {
|
||||||
|
assertInInjectionContext(toObservable);
|
||||||
|
}
|
||||||
|
const injector = options?.injector ?? inject(Injector);
|
||||||
|
const subject = new ReplaySubject(1);
|
||||||
|
const watcher = effect(() => {
|
||||||
|
let value;
|
||||||
|
try {
|
||||||
|
value = source();
|
||||||
|
} catch (err) {
|
||||||
|
untracked(() => subject.error(err));
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
untracked(() => subject.next(value));
|
||||||
|
}, {
|
||||||
|
injector,
|
||||||
|
manualCleanup: true
|
||||||
|
});
|
||||||
|
injector.get(DestroyRef).onDestroy(() => {
|
||||||
|
watcher.destroy();
|
||||||
|
subject.complete();
|
||||||
|
});
|
||||||
|
return subject.asObservable();
|
||||||
|
}
|
||||||
|
function toSignal(source, options) {
|
||||||
|
typeof ngDevMode !== "undefined" && ngDevMode && assertNotInReactiveContext(toSignal, "Invoking `toSignal` causes new subscriptions every time. Consider moving `toSignal` outside of the reactive context and read the signal value where needed.");
|
||||||
|
const requiresCleanup = !options?.manualCleanup;
|
||||||
|
if (ngDevMode && requiresCleanup && !options?.injector) {
|
||||||
|
assertInInjectionContext(toSignal);
|
||||||
|
}
|
||||||
|
const cleanupRef = requiresCleanup ? options?.injector?.get(DestroyRef) ?? inject(DestroyRef) : null;
|
||||||
|
const equal = makeToSignalEqual(options?.equal);
|
||||||
|
let state;
|
||||||
|
if (options?.requireSync) {
|
||||||
|
state = signal({
|
||||||
|
kind: 0
|
||||||
|
}, __spreadValues({
|
||||||
|
equal
|
||||||
|
}, ngDevMode ? createDebugNameObject(options?.debugName, "state") : void 0));
|
||||||
|
} else {
|
||||||
|
state = signal({
|
||||||
|
kind: 1,
|
||||||
|
value: options?.initialValue
|
||||||
|
}, __spreadValues({
|
||||||
|
equal
|
||||||
|
}, ngDevMode ? createDebugNameObject(options?.debugName, "state") : void 0));
|
||||||
|
}
|
||||||
|
let destroyUnregisterFn;
|
||||||
|
const sub = source.subscribe({
|
||||||
|
next: (value) => state.set({
|
||||||
|
kind: 1,
|
||||||
|
value
|
||||||
|
}),
|
||||||
|
error: (error) => {
|
||||||
|
state.set({
|
||||||
|
kind: 2,
|
||||||
|
error
|
||||||
|
});
|
||||||
|
destroyUnregisterFn?.();
|
||||||
|
},
|
||||||
|
complete: () => {
|
||||||
|
destroyUnregisterFn?.();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
if (options?.requireSync && state().kind === 0) {
|
||||||
|
throw new RuntimeError(601, (typeof ngDevMode === "undefined" || ngDevMode) && "`toSignal()` called with `requireSync` but `Observable` did not emit synchronously.");
|
||||||
|
}
|
||||||
|
destroyUnregisterFn = cleanupRef?.onDestroy(sub.unsubscribe.bind(sub));
|
||||||
|
return computed(() => {
|
||||||
|
const current = state();
|
||||||
|
switch (current.kind) {
|
||||||
|
case 1:
|
||||||
|
return current.value;
|
||||||
|
case 2:
|
||||||
|
throw current.error;
|
||||||
|
case 0:
|
||||||
|
throw new RuntimeError(601, (typeof ngDevMode === "undefined" || ngDevMode) && "`toSignal()` called with `requireSync` but `Observable` did not emit synchronously.");
|
||||||
|
}
|
||||||
|
}, __spreadValues({
|
||||||
|
equal: options?.equal
|
||||||
|
}, ngDevMode ? createDebugNameObject(options?.debugName, "source") : void 0));
|
||||||
|
}
|
||||||
|
function makeToSignalEqual(userEquality = Object.is) {
|
||||||
|
return (a, b) => a.kind === 1 && b.kind === 1 && userEquality(a.value, b.value);
|
||||||
|
}
|
||||||
|
function createDebugNameObject(toSignalDebugName, internalSignalDebugName) {
|
||||||
|
return {
|
||||||
|
debugName: `toSignal${toSignalDebugName ? "#" + toSignalDebugName : ""}.${internalSignalDebugName}`
|
||||||
|
};
|
||||||
|
}
|
||||||
|
function pendingUntilEvent(injector) {
|
||||||
|
if (injector === void 0) {
|
||||||
|
ngDevMode && assertInInjectionContext(pendingUntilEvent);
|
||||||
|
injector = inject(Injector);
|
||||||
|
}
|
||||||
|
const taskService = injector.get(PendingTasks);
|
||||||
|
return (sourceObservable) => {
|
||||||
|
return new Observable((originalSubscriber) => {
|
||||||
|
const removeTask = taskService.add();
|
||||||
|
let cleanedUp = false;
|
||||||
|
function cleanupTask() {
|
||||||
|
if (cleanedUp) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
removeTask();
|
||||||
|
cleanedUp = true;
|
||||||
|
}
|
||||||
|
const innerSubscription = sourceObservable.subscribe({
|
||||||
|
next: (v) => {
|
||||||
|
originalSubscriber.next(v);
|
||||||
|
cleanupTask();
|
||||||
|
},
|
||||||
|
complete: () => {
|
||||||
|
originalSubscriber.complete();
|
||||||
|
cleanupTask();
|
||||||
|
},
|
||||||
|
error: (e) => {
|
||||||
|
originalSubscriber.error(e);
|
||||||
|
cleanupTask();
|
||||||
|
}
|
||||||
|
});
|
||||||
|
innerSubscription.add(() => {
|
||||||
|
originalSubscriber.unsubscribe();
|
||||||
|
cleanupTask();
|
||||||
|
});
|
||||||
|
return innerSubscription;
|
||||||
|
});
|
||||||
|
};
|
||||||
|
}
|
||||||
|
function rxResource(opts) {
|
||||||
|
if (ngDevMode && !opts?.injector) {
|
||||||
|
assertInInjectionContext(rxResource);
|
||||||
|
}
|
||||||
|
return resource(__spreadProps(__spreadValues({}, opts), {
|
||||||
|
loader: void 0,
|
||||||
|
stream: (params) => {
|
||||||
|
let sub;
|
||||||
|
const onAbort = () => sub?.unsubscribe();
|
||||||
|
params.abortSignal.addEventListener("abort", onAbort);
|
||||||
|
const stream = signal({
|
||||||
|
value: void 0
|
||||||
|
});
|
||||||
|
let resolve;
|
||||||
|
const promise = new Promise((r) => resolve = r);
|
||||||
|
function send(value) {
|
||||||
|
stream.set(value);
|
||||||
|
resolve?.(stream);
|
||||||
|
resolve = void 0;
|
||||||
|
}
|
||||||
|
const streamFn = opts.stream ?? opts.loader;
|
||||||
|
if (streamFn === void 0) {
|
||||||
|
throw new RuntimeError(990, ngDevMode && `Must provide \`stream\` option.`);
|
||||||
|
}
|
||||||
|
sub = streamFn(params).subscribe({
|
||||||
|
next: (value) => send({
|
||||||
|
value
|
||||||
|
}),
|
||||||
|
error: (error) => {
|
||||||
|
send({
|
||||||
|
error: encapsulateResourceError(error)
|
||||||
|
});
|
||||||
|
params.abortSignal.removeEventListener("abort", onAbort);
|
||||||
|
},
|
||||||
|
complete: () => {
|
||||||
|
if (resolve) {
|
||||||
|
send({
|
||||||
|
error: new RuntimeError(991, ngDevMode && "Resource completed before producing a value")
|
||||||
|
});
|
||||||
|
}
|
||||||
|
params.abortSignal.removeEventListener("abort", onAbort);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
return promise;
|
||||||
|
}
|
||||||
|
}));
|
||||||
|
}
|
||||||
|
export {
|
||||||
|
outputFromObservable,
|
||||||
|
outputToObservable,
|
||||||
|
pendingUntilEvent,
|
||||||
|
rxResource,
|
||||||
|
takeUntilDestroyed,
|
||||||
|
toObservable,
|
||||||
|
toSignal
|
||||||
|
};
|
||||||
|
//# sourceMappingURL=@angular_core_rxjs-interop.js.map
|
||||||
@@ -0,0 +1,80 @@
|
|||||||
|
import {
|
||||||
|
BrowserDomAdapter,
|
||||||
|
BrowserGetTestability,
|
||||||
|
BrowserModule,
|
||||||
|
By,
|
||||||
|
DomEventsPlugin,
|
||||||
|
DomRendererFactory2,
|
||||||
|
DomSanitizer,
|
||||||
|
DomSanitizerImpl,
|
||||||
|
EVENT_MANAGER_PLUGINS,
|
||||||
|
EventManager,
|
||||||
|
EventManagerPlugin,
|
||||||
|
HAMMER_GESTURE_CONFIG,
|
||||||
|
HAMMER_LOADER,
|
||||||
|
HammerGestureConfig,
|
||||||
|
HammerGesturesPlugin,
|
||||||
|
HammerModule,
|
||||||
|
HydrationFeatureKind,
|
||||||
|
KeyEventsPlugin,
|
||||||
|
Meta,
|
||||||
|
REMOVE_STYLES_ON_COMPONENT_DESTROY,
|
||||||
|
SharedStylesHost,
|
||||||
|
Title,
|
||||||
|
VERSION,
|
||||||
|
bootstrapApplication,
|
||||||
|
createApplication,
|
||||||
|
disableDebugTools,
|
||||||
|
enableDebugTools,
|
||||||
|
platformBrowser,
|
||||||
|
provideClientHydration,
|
||||||
|
provideProtractorTestingSupport,
|
||||||
|
withEventReplay,
|
||||||
|
withHttpTransferCacheOptions,
|
||||||
|
withI18nSupport,
|
||||||
|
withIncrementalHydration,
|
||||||
|
withNoHttpTransferCache
|
||||||
|
} from "./chunk-4PFH2A2L.js";
|
||||||
|
import {
|
||||||
|
getDOM
|
||||||
|
} from "./chunk-ASHOWUOS.js";
|
||||||
|
import "./chunk-BODXJ6DH.js";
|
||||||
|
import "./chunk-D7FUV64K.js";
|
||||||
|
export {
|
||||||
|
BrowserModule,
|
||||||
|
By,
|
||||||
|
DomSanitizer,
|
||||||
|
EVENT_MANAGER_PLUGINS,
|
||||||
|
EventManager,
|
||||||
|
EventManagerPlugin,
|
||||||
|
HAMMER_GESTURE_CONFIG,
|
||||||
|
HAMMER_LOADER,
|
||||||
|
HammerGestureConfig,
|
||||||
|
HammerModule,
|
||||||
|
HydrationFeatureKind,
|
||||||
|
Meta,
|
||||||
|
REMOVE_STYLES_ON_COMPONENT_DESTROY,
|
||||||
|
Title,
|
||||||
|
VERSION,
|
||||||
|
bootstrapApplication,
|
||||||
|
createApplication,
|
||||||
|
disableDebugTools,
|
||||||
|
enableDebugTools,
|
||||||
|
platformBrowser,
|
||||||
|
provideClientHydration,
|
||||||
|
provideProtractorTestingSupport,
|
||||||
|
withEventReplay,
|
||||||
|
withHttpTransferCacheOptions,
|
||||||
|
withI18nSupport,
|
||||||
|
withIncrementalHydration,
|
||||||
|
withNoHttpTransferCache,
|
||||||
|
BrowserDomAdapter as ɵBrowserDomAdapter,
|
||||||
|
BrowserGetTestability as ɵBrowserGetTestability,
|
||||||
|
DomEventsPlugin as ɵDomEventsPlugin,
|
||||||
|
DomRendererFactory2 as ɵDomRendererFactory2,
|
||||||
|
DomSanitizerImpl as ɵDomSanitizerImpl,
|
||||||
|
HammerGesturesPlugin as ɵHammerGesturesPlugin,
|
||||||
|
KeyEventsPlugin as ɵKeyEventsPlugin,
|
||||||
|
SharedStylesHost as ɵSharedStylesHost,
|
||||||
|
getDOM as ɵgetDOM
|
||||||
|
};
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"version": 3,
|
||||||
|
"sources": [],
|
||||||
|
"sourcesContent": [],
|
||||||
|
"mappings": "",
|
||||||
|
"names": []
|
||||||
|
}
|
||||||
@@ -0,0 +1,52 @@
|
|||||||
|
{
|
||||||
|
"hash": "25b88001",
|
||||||
|
"configHash": "66ca9af7",
|
||||||
|
"lockfileHash": "1ab722c3",
|
||||||
|
"browserHash": "9375a691",
|
||||||
|
"optimized": {
|
||||||
|
"@angular/common": {
|
||||||
|
"src": "../../../../../../node_modules/@angular/common/fesm2022/common.mjs",
|
||||||
|
"file": "@angular_common.js",
|
||||||
|
"fileHash": "e03733df",
|
||||||
|
"needsInterop": false
|
||||||
|
},
|
||||||
|
"@angular/core": {
|
||||||
|
"src": "../../../../../../node_modules/@angular/core/fesm2022/core.mjs",
|
||||||
|
"file": "@angular_core.js",
|
||||||
|
"fileHash": "d3b020c4",
|
||||||
|
"needsInterop": false
|
||||||
|
},
|
||||||
|
"@angular/core/rxjs-interop": {
|
||||||
|
"src": "../../../../../../node_modules/@angular/core/fesm2022/rxjs-interop.mjs",
|
||||||
|
"file": "@angular_core_rxjs-interop.js",
|
||||||
|
"fileHash": "e7776fa0",
|
||||||
|
"needsInterop": false
|
||||||
|
},
|
||||||
|
"@angular/platform-browser": {
|
||||||
|
"src": "../../../../../../node_modules/@angular/platform-browser/fesm2022/platform-browser.mjs",
|
||||||
|
"file": "@angular_platform-browser.js",
|
||||||
|
"fileHash": "6eedb8c4",
|
||||||
|
"needsInterop": false
|
||||||
|
},
|
||||||
|
"@angular/router": {
|
||||||
|
"src": "../../../../../../node_modules/@angular/router/fesm2022/router.mjs",
|
||||||
|
"file": "@angular_router.js",
|
||||||
|
"fileHash": "8cf9a58c",
|
||||||
|
"needsInterop": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"chunks": {
|
||||||
|
"chunk-4PFH2A2L": {
|
||||||
|
"file": "chunk-4PFH2A2L.js"
|
||||||
|
},
|
||||||
|
"chunk-ASHOWUOS": {
|
||||||
|
"file": "chunk-ASHOWUOS.js"
|
||||||
|
},
|
||||||
|
"chunk-BODXJ6DH": {
|
||||||
|
"file": "chunk-BODXJ6DH.js"
|
||||||
|
},
|
||||||
|
"chunk-D7FUV64K": {
|
||||||
|
"file": "chunk-D7FUV64K.js"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"type": "module"
|
||||||
|
}
|
||||||
@@ -0,0 +1,329 @@
|
|||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
Package: @angular/core
|
||||||
|
License: "MIT"
|
||||||
|
|
||||||
|
The MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
Package: rxjs
|
||||||
|
License: "Apache-2.0"
|
||||||
|
|
||||||
|
Apache License
|
||||||
|
Version 2.0, January 2004
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction,
|
||||||
|
and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by
|
||||||
|
the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all
|
||||||
|
other entities that control, are controlled by, or are under common
|
||||||
|
control with that entity. For the purposes of this definition,
|
||||||
|
"control" means (i) the power, direct or indirect, to cause the
|
||||||
|
direction or management of such entity, whether by contract or
|
||||||
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||||
|
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity
|
||||||
|
exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications,
|
||||||
|
including but not limited to software source code, documentation
|
||||||
|
source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical
|
||||||
|
transformation or translation of a Source form, including but
|
||||||
|
not limited to compiled object code, generated documentation,
|
||||||
|
and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or
|
||||||
|
Object form, made available under the License, as indicated by a
|
||||||
|
copyright notice that is included in or attached to the work
|
||||||
|
(an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object
|
||||||
|
form, that is based on (or derived from) the Work and for which the
|
||||||
|
editorial revisions, annotations, elaborations, or other modifications
|
||||||
|
represent, as a whole, an original work of authorship. For the purposes
|
||||||
|
of this License, Derivative Works shall not include works that remain
|
||||||
|
separable from, or merely link (or bind by name) to the interfaces of,
|
||||||
|
the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including
|
||||||
|
the original version of the Work and any modifications or additions
|
||||||
|
to that Work or Derivative Works thereof, that is intentionally
|
||||||
|
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||||
|
or by an individual or Legal Entity authorized to submit on behalf of
|
||||||
|
the copyright owner. For the purposes of this definition, "submitted"
|
||||||
|
means any form of electronic, verbal, or written communication sent
|
||||||
|
to the Licensor or its representatives, including but not limited to
|
||||||
|
communication on electronic mailing lists, source code control systems,
|
||||||
|
and issue tracking systems that are managed by, or on behalf of, the
|
||||||
|
Licensor for the purpose of discussing and improving the Work, but
|
||||||
|
excluding communication that is conspicuously marked or otherwise
|
||||||
|
designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||||
|
on behalf of whom a Contribution has been received by Licensor and
|
||||||
|
subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
copyright license to reproduce, prepare Derivative Works of,
|
||||||
|
publicly display, publicly perform, sublicense, and distribute the
|
||||||
|
Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of
|
||||||
|
this License, each Contributor hereby grants to You a perpetual,
|
||||||
|
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||||
|
(except as stated in this section) patent license to make, have made,
|
||||||
|
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||||
|
where such license applies only to those patent claims licensable
|
||||||
|
by such Contributor that are necessarily infringed by their
|
||||||
|
Contribution(s) alone or by combination of their Contribution(s)
|
||||||
|
with the Work to which such Contribution(s) was submitted. If You
|
||||||
|
institute patent litigation against any entity (including a
|
||||||
|
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||||
|
or a Contribution incorporated within the Work constitutes direct
|
||||||
|
or contributory patent infringement, then any patent licenses
|
||||||
|
granted to You under this License for that Work shall terminate
|
||||||
|
as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the
|
||||||
|
Work or Derivative Works thereof in any medium, with or without
|
||||||
|
modifications, and in Source or Object form, provided that You
|
||||||
|
meet the following conditions:
|
||||||
|
|
||||||
|
(a) You must give any other recipients of the Work or
|
||||||
|
Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
(b) You must cause any modified files to carry prominent notices
|
||||||
|
stating that You changed the files; and
|
||||||
|
|
||||||
|
(c) You must retain, in the Source form of any Derivative Works
|
||||||
|
that You distribute, all copyright, patent, trademark, and
|
||||||
|
attribution notices from the Source form of the Work,
|
||||||
|
excluding those notices that do not pertain to any part of
|
||||||
|
the Derivative Works; and
|
||||||
|
|
||||||
|
(d) If the Work includes a "NOTICE" text file as part of its
|
||||||
|
distribution, then any Derivative Works that You distribute must
|
||||||
|
include a readable copy of the attribution notices contained
|
||||||
|
within such NOTICE file, excluding those notices that do not
|
||||||
|
pertain to any part of the Derivative Works, in at least one
|
||||||
|
of the following places: within a NOTICE text file distributed
|
||||||
|
as part of the Derivative Works; within the Source form or
|
||||||
|
documentation, if provided along with the Derivative Works; or,
|
||||||
|
within a display generated by the Derivative Works, if and
|
||||||
|
wherever such third-party notices normally appear. The contents
|
||||||
|
of the NOTICE file are for informational purposes only and
|
||||||
|
do not modify the License. You may add Your own attribution
|
||||||
|
notices within Derivative Works that You distribute, alongside
|
||||||
|
or as an addendum to the NOTICE text from the Work, provided
|
||||||
|
that such additional attribution notices cannot be construed
|
||||||
|
as modifying the License.
|
||||||
|
|
||||||
|
You may add Your own copyright statement to Your modifications and
|
||||||
|
may provide additional or different license terms and conditions
|
||||||
|
for use, reproduction, or distribution of Your modifications, or
|
||||||
|
for any such Derivative Works as a whole, provided Your use,
|
||||||
|
reproduction, and distribution of the Work otherwise complies with
|
||||||
|
the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||||
|
any Contribution intentionally submitted for inclusion in the Work
|
||||||
|
by You to the Licensor shall be under the terms and conditions of
|
||||||
|
this License, without any additional terms or conditions.
|
||||||
|
Notwithstanding the above, nothing herein shall supersede or modify
|
||||||
|
the terms of any separate license agreement you may have executed
|
||||||
|
with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade
|
||||||
|
names, trademarks, service marks, or product names of the Licensor,
|
||||||
|
except as required for reasonable and customary use in describing the
|
||||||
|
origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||||
|
agreed to in writing, Licensor provides the Work (and each
|
||||||
|
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||||
|
implied, including, without limitation, any warranties or conditions
|
||||||
|
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||||
|
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||||
|
appropriateness of using or redistributing the Work and assume any
|
||||||
|
risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory,
|
||||||
|
whether in tort (including negligence), contract, or otherwise,
|
||||||
|
unless required by applicable law (such as deliberate and grossly
|
||||||
|
negligent acts) or agreed to in writing, shall any Contributor be
|
||||||
|
liable to You for damages, including any direct, indirect, special,
|
||||||
|
incidental, or consequential damages of any character arising as a
|
||||||
|
result of this License or out of the use or inability to use the
|
||||||
|
Work (including but not limited to damages for loss of goodwill,
|
||||||
|
work stoppage, computer failure or malfunction, or any and all
|
||||||
|
other commercial damages or losses), even if such Contributor
|
||||||
|
has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing
|
||||||
|
the Work or Derivative Works thereof, You may choose to offer,
|
||||||
|
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||||
|
or other liability obligations and/or rights consistent with this
|
||||||
|
License. However, in accepting such obligations, You may act only
|
||||||
|
on Your own behalf and on Your sole responsibility, not on behalf
|
||||||
|
of any other Contributor, and only if You agree to indemnify,
|
||||||
|
defend, and hold each Contributor harmless for any liability
|
||||||
|
incurred by, or claims asserted against, such Contributor by reason
|
||||||
|
of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
APPENDIX: How to apply the Apache License to your work.
|
||||||
|
|
||||||
|
To apply the Apache License to your work, attach the following
|
||||||
|
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||||
|
replaced with your own identifying information. (Don't include
|
||||||
|
the brackets!) The text should be enclosed in the appropriate
|
||||||
|
comment syntax for the file format. We also recommend that a
|
||||||
|
file or class name and description of purpose be included on the
|
||||||
|
same "printed page" as the copyright notice for easier
|
||||||
|
identification within third-party archives.
|
||||||
|
|
||||||
|
Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
Package: tslib
|
||||||
|
License: "0BSD"
|
||||||
|
|
||||||
|
Copyright (c) Microsoft Corporation.
|
||||||
|
|
||||||
|
Permission to use, copy, modify, and/or distribute this software for any
|
||||||
|
purpose with or without fee is hereby granted.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
||||||
|
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
|
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||||
|
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
||||||
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
||||||
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
|
PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
Package: @angular/common
|
||||||
|
License: "MIT"
|
||||||
|
|
||||||
|
The MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
Package: @angular/platform-browser
|
||||||
|
License: "MIT"
|
||||||
|
|
||||||
|
The MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
Package: @angular/router
|
||||||
|
License: "MIT"
|
||||||
|
|
||||||
|
The MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 74 KiB |
|
After Width: | Height: | Size: 70 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 77 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 126 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 83 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 74 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="124" viewBox="194 194 124 124" width="124"><linearGradient id="a"><stop offset="0" stop-color="#f18a34"></stop><stop offset=".5029" stop-color="#ed7441"></stop><stop offset="1" stop-color="#e5274c"></stop></linearGradient><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="276.8213" x2="292.749" xlink:href="#a" y1="271.2646" y2="271.2646"></linearGradient><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="219.251" x2="235.1787" xlink:href="#a" y1="271.2646" y2="271.2646"></linearGradient><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="194" x2="318" xlink:href="#a" y1="256" y2="256"></linearGradient><path d="m284.785 273.825c3.531 0 6.582-2.102 7.964-5.121h-15.928c1.383 3.02 4.433 5.121 7.964 5.121z" fill="url(#b)"></path><path d="m227.215 273.825c3.531 0 6.581-2.102 7.964-5.121h-15.928c1.382 3.02 4.432 5.121 7.964 5.121z" fill="url(#c)"></path><path d="m256 194c-34.242 0-62 27.758-62 62s27.758 62 62 62 62-27.758 62-62-27.758-62-62-62zm28.785 87.091c-8.833 0-16.02-7.186-16.02-16.02 0-.514.108-1.002.3-1.445.003-.007.005-.014.008-.021l10.945-28.753c-1.847-.919-3.562-2.236-5.243-3.53-5.008-3.848-8.701-6.68-15.143-1.718v58.902c9.218.988 16.697 5.326 17.051 5.533 1.729 1.019 2.307 3.244 1.288 4.974-.676 1.15-1.889 1.792-3.134 1.792-.627 0-1.261-.162-1.839-.502-.075-.045-8.213-4.732-16.999-4.732-8.852 0-16.919 4.685-17 4.732-1.729 1.017-3.957.439-4.973-1.29-1.017-1.729-.44-3.955 1.289-4.974.353-.207 7.833-4.545 17.051-5.533v-59.039c-6.335-4.779-10.005-1.96-14.968 1.854-1.345 1.034-2.71 2.083-4.147 2.932l6.231 15.506c.748 1.861-.155 3.977-2.016 4.725-.444.179-.903.264-1.354.264-1.44 0-2.802-.862-3.372-2.28l-4.774-11.878-7.937 20.848h19.57c2.006 0 3.633 1.627 3.633 3.633 0 8.834-7.186 16.02-16.019 16.02s-16.02-7.186-16.02-16.02c0-.013.002-.025.002-.037-.018-.475.057-.959.235-1.429l10.956-28.781c-3.336-1.791-5.61-5.311-5.61-9.354 0-2.006 1.626-3.633 3.633-3.633s3.633 1.626 3.633 3.633c0 1.837 1.49 3.334 3.326 3.345 1.384-.011 3.528-1.659 5.602-3.253 2.904-2.232 6.195-4.762 10.391-5.604 3.02-.606 6.001-.25 9.005 1.086v-6.215c0-2.006 1.626-3.633 3.633-3.633s3.633 1.626 3.633 3.633v6.295c3.062-1.401 6.101-1.783 9.18-1.165 4.195.842 7.486 3.372 10.391 5.604 2.073 1.594 4.218 3.242 5.602 3.253 1.837-.01 3.326-1.507 3.326-3.345 0-2.006 1.627-3.633 3.633-3.633s3.633 1.626 3.633 3.633c0 4.078-2.313 7.623-5.695 9.399l5.959 14.897c.745 1.863-.161 3.976-2.024 4.722-.442.177-.899.261-1.348.261-1.441 0-2.806-.865-3.374-2.285l-4.01-10.025-7.232 18.999h19.5c2.007 0 3.633 1.627 3.633 3.633-.001 8.833-7.188 16.019-16.021 16.019z" fill="url(#d)"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="124" viewBox="194 194 124 124" width="124"><linearGradient id="a"><stop offset="0" stop-color="#f18a34"></stop><stop offset=".5029" stop-color="#ed7441"></stop><stop offset="1" stop-color="#e5274c"></stop></linearGradient><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="194" x2="318" xlink:href="#a" y1="256" y2="256"></linearGradient><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="223.4248" x2="272.5908" xlink:href="#a" y1="255.7578" y2="255.7578"></linearGradient><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="236.1021" x2="258.7275" xlink:href="#a" y1="237.5254" y2="237.5254"></linearGradient><path d="m256 194c-34.242 0-62 27.758-62 62s27.758 62 62 62 62-27.758 62-62-27.758-62-62-62zm41.293 73.651c0 2.007-1.626 3.633-3.633 3.633s-3.633-1.626-3.633-3.633v-4.191h-11.514v19.841c0 3.174 2.582 5.757 5.756 5.757h.001c1.537 0 2.983-.598 4.071-1.686 1.087-1.087 1.686-2.533 1.686-4.071 0-2.007 1.627-3.633 3.633-3.633 2.007 0 3.633 1.626 3.633 3.633 0 3.479-1.354 6.749-3.814 9.209-2.439 2.439-5.677 3.792-9.124 3.813-.028.001-.057.001-.085.001l-55.087-.001c-7.181 0-13.023-5.842-13.023-13.022l.001-64.477c0-2.006 1.626-3.633 3.633-3.633h55.087c2.007 0 3.633 1.626 3.633 3.633v37.37h15.147c2.007 0 3.633 1.626 3.633 3.633v7.824z" fill="url(#b)"></path><path d="m271.247 222.457h-47.821l-.001 60.844c0 3.175 2.583 5.757 5.758 5.757l43.408.001c-.86-1.737-1.344-3.691-1.344-5.758zm-29.231 61.348h-9.546c-2.006 0-3.633-1.627-3.633-3.633 0-2.007 1.627-3.633 3.633-3.633h9.546c2.006 0 3.633 1.626 3.633 3.633-.001 2.006-1.627 3.633-3.633 3.633zm0-12.05h-9.546c-2.006 0-3.633-1.628-3.633-3.633 0-2.007 1.627-3.633 3.633-3.633h9.546c2.006 0 3.633 1.626 3.633 3.633-.001 2.005-1.627 3.633-3.633 3.633zm0-12.208h-9.546c-2.006 0-3.633-1.626-3.633-3.633 0-2.006 1.627-3.633 3.633-3.633h9.546c2.006 0 3.633 1.627 3.633 3.633-.001 2.007-1.627 3.633-3.633 3.633zm20.344 24.258h-9.547c-2.005 0-3.633-1.627-3.633-3.633 0-2.007 1.627-3.633 3.633-3.633h9.547c2.007 0 3.633 1.626 3.633 3.633 0 2.006-1.626 3.633-3.633 3.633zm0-12.05h-9.547c-2.005 0-3.633-1.628-3.633-3.633 0-2.007 1.627-3.633 3.633-3.633h9.547c2.007 0 3.633 1.626 3.633 3.633 0 2.005-1.626 3.633-3.633 3.633zm0-12.208h-9.547c-2.005 0-3.633-1.626-3.633-3.633 0-2.006 1.627-3.633 3.633-3.633h9.547c2.007 0 3.633 1.627 3.633 3.633 0 2.007-1.626 3.633-3.633 3.633zm3.633-15.84c0 2.007-1.626 3.633-3.633 3.633h-29.891c-2.006 0-3.633-1.626-3.633-3.633v-12.363c0-2.007 1.627-3.633 3.633-3.633h29.891c2.007 0 3.633 1.626 3.633 3.633z" fill="url(#c)"></path><path d="m236.102 234.977h22.625v5.097h-22.625z" fill="url(#d)"></path></svg>
|
||||||
|
After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="124" viewBox="194 194 124 124" width="124"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="194" x2="318" y1="256" y2="256"><stop offset="0" stop-color="#f18a34"></stop><stop offset=".5029" stop-color="#ed7441"></stop><stop offset="1" stop-color="#e5274c"></stop></linearGradient><path d="m256 194c-34.242 0-62 27.758-62 62s27.758 62 62 62 62-27.758 62-62-27.758-62-62-62zm-32.645 23.591 5.297-5.325c1.414-1.423 3.714-1.428 5.137-.013s1.429 3.714.014 5.137l-5.31 5.338c-.01.009-.021.02-.031.03-.599.588-.929 1.365-.929 2.188 0 .822.33 1.6.929 2.187.011.01.021.021.031.031l5.31 5.337c1.415 1.423 1.409 3.723-.014 5.138-.708.705-1.636 1.057-2.562 1.057-.933 0-1.866-.356-2.575-1.071l-5.297-5.324c-1.992-1.964-3.088-4.575-3.088-7.355 0-2.779 1.096-5.391 3.088-7.355zm65.116 76.818-5.297 5.324c-.709.714-1.642 1.071-2.575 1.071-.927 0-1.853-.352-2.562-1.058-1.422-1.414-1.428-3.714-.013-5.137l5.31-5.339c.011-.01.02-.02.03-.03.6-.589.93-1.365.93-2.188 0-.822-.33-1.6-.93-2.188-.011-.01-.02-.021-.03-.03l-5.31-5.338c-1.415-1.423-1.409-3.723.013-5.138 1.423-1.415 3.723-1.409 5.138.014l5.297 5.324c1.992 1.963 3.088 4.575 3.088 7.355-.001 2.783-1.097 5.394-3.089 7.358zm-7.983-26.055c-.369.118-.743.175-1.111.175-1.536 0-2.963-.981-3.459-2.522-.613-1.91.438-3.956 2.348-4.57 9.136-2.935 15.273-11.358 15.273-20.962 0-12.138-9.875-22.013-22.013-22.013s-22.013 9.875-22.013 22.013c0 1.102.083 2.202.245 3.286 3.872 1.298 7.386 3.384 10.349 6.068.198-.521.511-.984.91-1.358.645-.692 1.553-1.135 2.566-1.16.387-.113 1.325-.938 1.49-3.377h-.177c-2.007 0-3.633-1.626-3.633-3.633 0-1.768 1.264-3.24 2.938-3.564-.087-.841-.146-1.744-.146-2.715 0-4.519 3.689-8.196 8.225-8.196h4.311c2.007 0 3.633 1.627 3.633 3.633s-1.626 3.633-3.633 3.633h-4.311c-.547 0-.959.4-.959.931 0 .944.077 1.816.189 2.647h2.109c2.007 0 3.633 1.627 3.633 3.633 0 2.007-1.626 3.633-3.633 3.633h-1.267c-.052 1.324-.241 2.502-.533 3.551h6.336c2.006 0 3.633 1.627 3.633 3.633s-1.627 3.633-3.633 3.633h-13.703c3.337 4.755 5.298 10.542 5.298 16.779 0 4.126-.842 8.116-2.504 11.861-.812 1.834-2.959 2.66-4.793 1.848-1.834-.813-2.661-2.96-1.848-4.793 1.248-2.812 1.88-5.811 1.88-8.916 0-12.138-9.875-22.013-22.013-22.013s-22.013 9.875-22.013 22.013 9.875 22.013 22.013 22.013c3.593 0 7.158-.884 10.307-2.557 1.772-.941 3.971-.268 4.912 1.505.941 1.771.268 3.972-1.504 4.911-4.195 2.229-8.938 3.406-13.715 3.406-16.145 0-29.278-13.134-29.278-29.278s13.134-29.278 29.278-29.277c.616 0 1.228.021 1.834.059-.038-.61-.06-1.223-.06-1.834 0-16.145 13.134-29.278 29.278-29.278 16.145 0 29.278 13.134 29.278 29.278.003 12.766-8.161 23.97-20.314 27.874zm-45.597 16.924c-2.007 0-3.633-1.627-3.633-3.633 0-2.007 1.626-3.633 3.633-3.633h7.082c.554 0 .973-.396.973-.921v-1.398c0-.516-.419-.903-.973-.903h-2.322c-4.535 0-8.225-3.733-8.225-8.323v-.146c0-3.536 2.259-6.556 5.415-7.702v-.874c0-2.006 1.626-3.632 3.633-3.632 2.005 0 3.633 1.626 3.633 3.632v.388c1.938.075 3.489 1.667 3.489 3.625 0 2.007-1.627 3.633-3.633 3.633h-4.311c-.546 0-.958.4-.958.931v.146c0 .564.448 1.058.958 1.058h2.322c4.543 0 8.239 3.664 8.239 8.169v1.398c0 3.78-2.594 6.97-6.105 7.906v.485c0 2.006-1.626 3.633-3.633 3.633s-3.633-1.627-3.633-3.633v-.205h-1.951z" fill="url(#a)"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.2 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="124" viewBox="194 194 124 124" width="124"><linearGradient id="a"><stop offset="0" stop-color="#f18a34"></stop><stop offset=".5029" stop-color="#ed7441"></stop><stop offset="1" stop-color="#e5274c"></stop></linearGradient><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="269.5049" x2="273.6309" xlink:href="#a" y1="269.2891" y2="269.2891"></linearGradient><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="238.1802" x2="242.3052" xlink:href="#a" y1="242.7104" y2="242.7104"></linearGradient><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="194" x2="318" xlink:href="#a" y1="256" y2="256"></linearGradient><circle cx="271.567" cy="269.29" fill="url(#b)" r="2.063"></circle><circle cx="240.243" cy="242.71" fill="url(#c)" r="2.063"></circle><path d="m256 194c-34.242 0-62 27.758-62 62s27.758 62 62 62 62-27.758 62-62-27.758-62-62-62zm40.23 88.89c-1.114 1.668-3.371 2.115-5.038 1.001-1.668-1.115-2.117-3.371-1.001-5.039 4.566-6.831 6.98-14.733 6.98-22.852 0-22.702-18.47-41.172-41.172-41.172s-41.172 18.47-41.172 41.172 18.47 41.172 41.172 41.172c7.529 0 14.895-2.05 21.298-5.93 1.717-1.04 3.95-.49 4.99 1.225 1.039 1.717.49 3.951-1.226 4.991-7.539 4.565-16.206 6.979-25.062 6.979-26.709 0-48.438-21.729-48.438-48.438s21.729-48.438 48.438-48.438 48.438 21.729 48.438 48.438c.001 9.562-2.837 18.859-8.207 26.891zm-53.334-9.632 20.524-37.97c.952-1.765 3.157-2.424 4.923-1.469s2.422 3.159 1.469 4.923l-20.525 37.971c-.657 1.216-1.908 1.906-3.199 1.906-.583 0-1.174-.141-1.724-.438-1.765-.954-2.422-3.158-1.468-4.923zm-2.653-21.219c-5.145 0-9.329-4.185-9.329-9.328 0-5.145 4.185-9.329 9.329-9.329s9.328 4.186 9.328 9.329-4.185 9.328-9.328 9.328zm31.324 7.922c5.145 0 9.329 4.185 9.329 9.328 0 5.145-4.186 9.329-9.329 9.329s-9.328-4.185-9.328-9.329c0-5.143 4.185-9.328 9.328-9.328z" fill="url(#d)"></path></svg>
|
||||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="124" viewBox="194 194 124 124" width="124"><linearGradient id="a"><stop offset="0" stop-color="#f18a34"></stop><stop offset=".5029" stop-color="#ed7441"></stop><stop offset="1" stop-color="#e5274c"></stop></linearGradient><linearGradient id="b" gradientUnits="userSpaceOnUse" x1="222.457" x2="245.8652" xlink:href="#a" y1="274.5527" y2="274.5527"></linearGradient><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="265.6494" x2="289.0586" xlink:href="#a" y1="256.2432" y2="256.2432"></linearGradient><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="194" x2="318" xlink:href="#a" y1="256" y2="256"></linearGradient><path d="m234.161 259.719c-6.264 0-10.206 1.631-11.428 2.627 1.223.997 5.166 2.628 11.428 2.628.903 0 1.806-.036 2.684-.106 2-.16 3.751 1.331 3.911 3.331.161 2-1.331 3.751-3.331 3.911-1.069.086-2.167.13-3.264.13-4.325 0-8.454-.675-11.704-1.904v3.795c.766.938 4.843 2.894 11.704 2.894.903 0 1.806-.035 2.683-.106 1.998-.159 3.752 1.331 3.912 3.331.161 2-1.331 3.751-3.331 3.912-1.069.085-2.167.129-3.264.129-4.325 0-8.454-.675-11.704-1.903v4.109c.77.938 4.847 2.892 11.704 2.892 6.858 0 10.934-1.954 11.705-2.892v-23.884c-.771-.939-4.847-2.894-11.705-2.894z" fill="url(#b)"></path><path d="m289.058 225.991c-.771-.937-4.847-2.891-11.704-2.891-5.945 0-9.799 1.468-11.221 2.47 1.421 1.002 5.274 2.471 11.221 2.471.903 0 1.807-.036 2.683-.106 2.001-.161 3.752 1.33 3.912 3.33.161 2.001-1.331 3.752-3.331 3.912-1.069.086-2.168.129-3.263.129-4.326 0-8.455-.674-11.705-1.903v4.265c.768.937 4.843 2.892 11.705 2.892.903 0 1.806-.035 2.683-.106 2-.159 3.751 1.331 3.911 3.331.161 2-1.331 3.751-3.33 3.912-1.07.085-2.168.128-3.264.128-4.326 0-8.454-.673-11.705-1.902v3.794c.768.937 4.843 2.893 11.705 2.893.903 0 1.806-.036 2.683-.106 2-.162 3.751 1.331 3.912 3.33.16 2-1.331 3.752-3.331 3.912-1.069.086-2.168.13-3.264.13-4.326 0-8.454-.675-11.705-1.903v4.107c.768.937 4.844 2.894 11.705 2.894.903 0 1.806-.036 2.683-.106 2-.16 3.751 1.331 3.912 3.331.16 2-1.331 3.751-3.331 3.911-1.069.086-2.168.13-3.264.13-4.325 0-8.454-.675-11.704-1.904v3.795c.767.938 4.843 2.894 11.704 2.894.903 0 1.807-.035 2.684-.106 2-.159 3.751 1.331 3.911 3.331s-1.331 3.751-3.331 3.912c-1.069.085-2.168.129-3.263.129-4.326 0-8.455-.675-11.705-1.903v4.109c.771.938 4.847 2.892 11.705 2.892 6.856 0 10.933-1.954 11.703-2.892h-.001z" fill="url(#c)"></path><path d="m256 194c-34.242 0-62 27.758-62 62s27.758 62 62 62 62-27.758 62-62-27.758-62-62-62zm-33.935 47.916 4.94-4.862c1.87-1.878 4.354-2.911 6.999-2.911s5.128 1.033 6.999 2.911l4.939 4.862c1.43 1.408 1.448 3.708.041 5.137-.711.723-1.65 1.084-2.589 1.084-.92 0-1.841-.347-2.549-1.043l-4.954-4.876c-.01-.011-.021-.02-.03-.03-.499-.502-1.158-.779-1.857-.779-.7 0-1.359.276-1.857.779-.011.01-.02.02-.03.03l-4.954 4.876c-1.43 1.407-3.73 1.39-5.138-.041-1.407-1.429-1.389-3.729.04-5.137zm31.066 44.844c0 1.88-.877 5.392-6.752 7.79-3.323 1.355-7.661 2.103-12.218 2.103-4.556 0-8.895-.747-12.217-2.103-5.875-2.398-6.752-5.91-6.752-7.79v-24.415c0-1.88.877-5.392 6.752-7.79 3.322-1.355 7.661-2.102 12.217-2.102 4.557 0 8.896.747 12.218 2.102 5.875 2.398 6.752 5.91 6.752 7.79zm43.193 0c0 1.88-.877 5.392-6.752 7.79-3.322 1.355-7.662 2.103-12.218 2.103-4.557 0-8.896-.747-12.218-2.103-5.875-2.398-6.752-5.91-6.752-7.79v-61.035c0-.051.001-.103.002-.156-.001-.053-.002-.106-.002-.157 0-.338.051-.664.137-.975.408-1.94 1.904-4.579 6.615-6.502 3.322-1.356 7.661-2.103 12.219-2.103 4.556 0 8.895.747 12.217 2.103 5.875 2.398 6.752 5.91 6.752 7.79z" fill="url(#d)"></path></svg>
|
||||||
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 69 KiB |
|
After Width: | Height: | Size: 490 KiB |
|
After Width: | Height: | Size: 385 KiB |
|
After Width: | Height: | Size: 459 KiB |
|
After Width: | Height: | Size: 386 KiB |
|
After Width: | Height: | Size: 197 KiB |
|
After Width: | Height: | Size: 474 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 180 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 90 KiB |
|
After Width: | Height: | Size: 116 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"routes": {}
|
||||||
|
}
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||||
|
|
||||||
|
case `uname` in
|
||||||
|
*CYGWIN*|*MINGW*|*MSYS*)
|
||||||
|
if command -v cygpath > /dev/null 2>&1; then
|
||||||
|
basedir=`cygpath -w "$basedir"`
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if [ -x "$basedir/node" ]; then
|
||||||
|
exec "$basedir/node" "$basedir/../@angular-devkit/architect/bin/cli.js" "$@"
|
||||||
|
else
|
||||||
|
exec node "$basedir/../@angular-devkit/architect/bin/cli.js" "$@"
|
||||||
|
fi
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
@ECHO off
|
||||||
|
GOTO start
|
||||||
|
:find_dp0
|
||||||
|
SET dp0=%~dp0
|
||||||
|
EXIT /b
|
||||||
|
:start
|
||||||
|
SETLOCAL
|
||||||
|
CALL :find_dp0
|
||||||
|
|
||||||
|
IF EXIST "%dp0%\node.exe" (
|
||||||
|
SET "_prog=%dp0%\node.exe"
|
||||||
|
) ELSE (
|
||||||
|
SET "_prog=node"
|
||||||
|
SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||||
|
)
|
||||||
|
|
||||||
|
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@angular-devkit\architect\bin\cli.js" %*
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
||||||
|
|
||||||
|
$exe=""
|
||||||
|
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
||||||
|
# Fix case when both the Windows and Linux builds of Node
|
||||||
|
# are installed in the same directory
|
||||||
|
$exe=".exe"
|
||||||
|
}
|
||||||
|
$ret=0
|
||||||
|
if (Test-Path "$basedir/node$exe") {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "$basedir/node$exe" "$basedir/../@angular-devkit/architect/bin/cli.js" $args
|
||||||
|
} else {
|
||||||
|
& "$basedir/node$exe" "$basedir/../@angular-devkit/architect/bin/cli.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
} else {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "node$exe" "$basedir/../@angular-devkit/architect/bin/cli.js" $args
|
||||||
|
} else {
|
||||||
|
& "node$exe" "$basedir/../@angular-devkit/architect/bin/cli.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
}
|
||||||
|
exit $ret
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||||
|
|
||||||
|
case `uname` in
|
||||||
|
*CYGWIN*|*MINGW*|*MSYS*)
|
||||||
|
if command -v cygpath > /dev/null 2>&1; then
|
||||||
|
basedir=`cygpath -w "$basedir"`
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if [ -x "$basedir/node" ]; then
|
||||||
|
exec "$basedir/node" "$basedir/../baseline-browser-mapping/dist/cli.cjs" "$@"
|
||||||
|
else
|
||||||
|
exec node "$basedir/../baseline-browser-mapping/dist/cli.cjs" "$@"
|
||||||
|
fi
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
@ECHO off
|
||||||
|
GOTO start
|
||||||
|
:find_dp0
|
||||||
|
SET dp0=%~dp0
|
||||||
|
EXIT /b
|
||||||
|
:start
|
||||||
|
SETLOCAL
|
||||||
|
CALL :find_dp0
|
||||||
|
|
||||||
|
IF EXIST "%dp0%\node.exe" (
|
||||||
|
SET "_prog=%dp0%\node.exe"
|
||||||
|
) ELSE (
|
||||||
|
SET "_prog=node"
|
||||||
|
SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||||
|
)
|
||||||
|
|
||||||
|
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\baseline-browser-mapping\dist\cli.cjs" %*
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
||||||
|
|
||||||
|
$exe=""
|
||||||
|
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
||||||
|
# Fix case when both the Windows and Linux builds of Node
|
||||||
|
# are installed in the same directory
|
||||||
|
$exe=".exe"
|
||||||
|
}
|
||||||
|
$ret=0
|
||||||
|
if (Test-Path "$basedir/node$exe") {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "$basedir/node$exe" "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
|
||||||
|
} else {
|
||||||
|
& "$basedir/node$exe" "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
} else {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "node$exe" "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
|
||||||
|
} else {
|
||||||
|
& "node$exe" "$basedir/../baseline-browser-mapping/dist/cli.cjs" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
}
|
||||||
|
exit $ret
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||||
|
|
||||||
|
case `uname` in
|
||||||
|
*CYGWIN*|*MINGW*|*MSYS*)
|
||||||
|
if command -v cygpath > /dev/null 2>&1; then
|
||||||
|
basedir=`cygpath -w "$basedir"`
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if [ -x "$basedir/node" ]; then
|
||||||
|
exec "$basedir/node" "$basedir/../browserslist/cli.js" "$@"
|
||||||
|
else
|
||||||
|
exec node "$basedir/../browserslist/cli.js" "$@"
|
||||||
|
fi
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
@ECHO off
|
||||||
|
GOTO start
|
||||||
|
:find_dp0
|
||||||
|
SET dp0=%~dp0
|
||||||
|
EXIT /b
|
||||||
|
:start
|
||||||
|
SETLOCAL
|
||||||
|
CALL :find_dp0
|
||||||
|
|
||||||
|
IF EXIST "%dp0%\node.exe" (
|
||||||
|
SET "_prog=%dp0%\node.exe"
|
||||||
|
) ELSE (
|
||||||
|
SET "_prog=node"
|
||||||
|
SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||||
|
)
|
||||||
|
|
||||||
|
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\browserslist\cli.js" %*
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
||||||
|
|
||||||
|
$exe=""
|
||||||
|
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
||||||
|
# Fix case when both the Windows and Linux builds of Node
|
||||||
|
# are installed in the same directory
|
||||||
|
$exe=".exe"
|
||||||
|
}
|
||||||
|
$ret=0
|
||||||
|
if (Test-Path "$basedir/node$exe") {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "$basedir/node$exe" "$basedir/../browserslist/cli.js" $args
|
||||||
|
} else {
|
||||||
|
& "$basedir/node$exe" "$basedir/../browserslist/cli.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
} else {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "node$exe" "$basedir/../browserslist/cli.js" $args
|
||||||
|
} else {
|
||||||
|
& "node$exe" "$basedir/../browserslist/cli.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
}
|
||||||
|
exit $ret
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||||
|
|
||||||
|
case `uname` in
|
||||||
|
*CYGWIN*|*MINGW*|*MSYS*)
|
||||||
|
if command -v cygpath > /dev/null 2>&1; then
|
||||||
|
basedir=`cygpath -w "$basedir"`
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if [ -x "$basedir/node" ]; then
|
||||||
|
exec "$basedir/node" "$basedir/../lmdb/bin/download-prebuilds.js" "$@"
|
||||||
|
else
|
||||||
|
exec node "$basedir/../lmdb/bin/download-prebuilds.js" "$@"
|
||||||
|
fi
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
@ECHO off
|
||||||
|
GOTO start
|
||||||
|
:find_dp0
|
||||||
|
SET dp0=%~dp0
|
||||||
|
EXIT /b
|
||||||
|
:start
|
||||||
|
SETLOCAL
|
||||||
|
CALL :find_dp0
|
||||||
|
|
||||||
|
IF EXIST "%dp0%\node.exe" (
|
||||||
|
SET "_prog=%dp0%\node.exe"
|
||||||
|
) ELSE (
|
||||||
|
SET "_prog=node"
|
||||||
|
SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||||
|
)
|
||||||
|
|
||||||
|
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\lmdb\bin\download-prebuilds.js" %*
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
||||||
|
|
||||||
|
$exe=""
|
||||||
|
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
||||||
|
# Fix case when both the Windows and Linux builds of Node
|
||||||
|
# are installed in the same directory
|
||||||
|
$exe=".exe"
|
||||||
|
}
|
||||||
|
$ret=0
|
||||||
|
if (Test-Path "$basedir/node$exe") {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "$basedir/node$exe" "$basedir/../lmdb/bin/download-prebuilds.js" $args
|
||||||
|
} else {
|
||||||
|
& "$basedir/node$exe" "$basedir/../lmdb/bin/download-prebuilds.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
} else {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "node$exe" "$basedir/../lmdb/bin/download-prebuilds.js" $args
|
||||||
|
} else {
|
||||||
|
& "node$exe" "$basedir/../lmdb/bin/download-prebuilds.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
}
|
||||||
|
exit $ret
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||||
|
|
||||||
|
case `uname` in
|
||||||
|
*CYGWIN*|*MINGW*|*MSYS*)
|
||||||
|
if command -v cygpath > /dev/null 2>&1; then
|
||||||
|
basedir=`cygpath -w "$basedir"`
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if [ -x "$basedir/node" ]; then
|
||||||
|
exec "$basedir/node" "$basedir/../msgpackr-extract/bin/download-prebuilds.js" "$@"
|
||||||
|
else
|
||||||
|
exec node "$basedir/../msgpackr-extract/bin/download-prebuilds.js" "$@"
|
||||||
|
fi
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
@ECHO off
|
||||||
|
GOTO start
|
||||||
|
:find_dp0
|
||||||
|
SET dp0=%~dp0
|
||||||
|
EXIT /b
|
||||||
|
:start
|
||||||
|
SETLOCAL
|
||||||
|
CALL :find_dp0
|
||||||
|
|
||||||
|
IF EXIST "%dp0%\node.exe" (
|
||||||
|
SET "_prog=%dp0%\node.exe"
|
||||||
|
) ELSE (
|
||||||
|
SET "_prog=node"
|
||||||
|
SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||||
|
)
|
||||||
|
|
||||||
|
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\msgpackr-extract\bin\download-prebuilds.js" %*
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
||||||
|
|
||||||
|
$exe=""
|
||||||
|
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
||||||
|
# Fix case when both the Windows and Linux builds of Node
|
||||||
|
# are installed in the same directory
|
||||||
|
$exe=".exe"
|
||||||
|
}
|
||||||
|
$ret=0
|
||||||
|
if (Test-Path "$basedir/node$exe") {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "$basedir/node$exe" "$basedir/../msgpackr-extract/bin/download-prebuilds.js" $args
|
||||||
|
} else {
|
||||||
|
& "$basedir/node$exe" "$basedir/../msgpackr-extract/bin/download-prebuilds.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
} else {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "node$exe" "$basedir/../msgpackr-extract/bin/download-prebuilds.js" $args
|
||||||
|
} else {
|
||||||
|
& "node$exe" "$basedir/../msgpackr-extract/bin/download-prebuilds.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
}
|
||||||
|
exit $ret
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||||
|
|
||||||
|
case `uname` in
|
||||||
|
*CYGWIN*|*MINGW*|*MSYS*)
|
||||||
|
if command -v cygpath > /dev/null 2>&1; then
|
||||||
|
basedir=`cygpath -w "$basedir"`
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if [ -x "$basedir/node" ]; then
|
||||||
|
exec "$basedir/node" "$basedir/../esbuild/bin/esbuild" "$@"
|
||||||
|
else
|
||||||
|
exec node "$basedir/../esbuild/bin/esbuild" "$@"
|
||||||
|
fi
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
@ECHO off
|
||||||
|
GOTO start
|
||||||
|
:find_dp0
|
||||||
|
SET dp0=%~dp0
|
||||||
|
EXIT /b
|
||||||
|
:start
|
||||||
|
SETLOCAL
|
||||||
|
CALL :find_dp0
|
||||||
|
|
||||||
|
IF EXIST "%dp0%\node.exe" (
|
||||||
|
SET "_prog=%dp0%\node.exe"
|
||||||
|
) ELSE (
|
||||||
|
SET "_prog=node"
|
||||||
|
SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||||
|
)
|
||||||
|
|
||||||
|
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\esbuild\bin\esbuild" %*
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
||||||
|
|
||||||
|
$exe=""
|
||||||
|
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
||||||
|
# Fix case when both the Windows and Linux builds of Node
|
||||||
|
# are installed in the same directory
|
||||||
|
$exe=".exe"
|
||||||
|
}
|
||||||
|
$ret=0
|
||||||
|
if (Test-Path "$basedir/node$exe") {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "$basedir/node$exe" "$basedir/../esbuild/bin/esbuild" $args
|
||||||
|
} else {
|
||||||
|
& "$basedir/node$exe" "$basedir/../esbuild/bin/esbuild" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
} else {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "node$exe" "$basedir/../esbuild/bin/esbuild" $args
|
||||||
|
} else {
|
||||||
|
& "node$exe" "$basedir/../esbuild/bin/esbuild" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
}
|
||||||
|
exit $ret
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||||
|
|
||||||
|
case `uname` in
|
||||||
|
*CYGWIN*|*MINGW*|*MSYS*)
|
||||||
|
if command -v cygpath > /dev/null 2>&1; then
|
||||||
|
basedir=`cygpath -w "$basedir"`
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if [ -x "$basedir/node" ]; then
|
||||||
|
exec "$basedir/node" "$basedir/../@npmcli/installed-package-contents/bin/index.js" "$@"
|
||||||
|
else
|
||||||
|
exec node "$basedir/../@npmcli/installed-package-contents/bin/index.js" "$@"
|
||||||
|
fi
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
@ECHO off
|
||||||
|
GOTO start
|
||||||
|
:find_dp0
|
||||||
|
SET dp0=%~dp0
|
||||||
|
EXIT /b
|
||||||
|
:start
|
||||||
|
SETLOCAL
|
||||||
|
CALL :find_dp0
|
||||||
|
|
||||||
|
IF EXIST "%dp0%\node.exe" (
|
||||||
|
SET "_prog=%dp0%\node.exe"
|
||||||
|
) ELSE (
|
||||||
|
SET "_prog=node"
|
||||||
|
SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||||
|
)
|
||||||
|
|
||||||
|
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\@npmcli\installed-package-contents\bin\index.js" %*
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
||||||
|
|
||||||
|
$exe=""
|
||||||
|
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
||||||
|
# Fix case when both the Windows and Linux builds of Node
|
||||||
|
# are installed in the same directory
|
||||||
|
$exe=".exe"
|
||||||
|
}
|
||||||
|
$ret=0
|
||||||
|
if (Test-Path "$basedir/node$exe") {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "$basedir/node$exe" "$basedir/../@npmcli/installed-package-contents/bin/index.js" $args
|
||||||
|
} else {
|
||||||
|
& "$basedir/node$exe" "$basedir/../@npmcli/installed-package-contents/bin/index.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
} else {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "node$exe" "$basedir/../@npmcli/installed-package-contents/bin/index.js" $args
|
||||||
|
} else {
|
||||||
|
& "node$exe" "$basedir/../@npmcli/installed-package-contents/bin/index.js" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
}
|
||||||
|
exit $ret
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
|
||||||
|
|
||||||
|
case `uname` in
|
||||||
|
*CYGWIN*|*MINGW*|*MSYS*)
|
||||||
|
if command -v cygpath > /dev/null 2>&1; then
|
||||||
|
basedir=`cygpath -w "$basedir"`
|
||||||
|
fi
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
if [ -x "$basedir/node" ]; then
|
||||||
|
exec "$basedir/node" "$basedir/../jiti/lib/jiti-cli.mjs" "$@"
|
||||||
|
else
|
||||||
|
exec node "$basedir/../jiti/lib/jiti-cli.mjs" "$@"
|
||||||
|
fi
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
@ECHO off
|
||||||
|
GOTO start
|
||||||
|
:find_dp0
|
||||||
|
SET dp0=%~dp0
|
||||||
|
EXIT /b
|
||||||
|
:start
|
||||||
|
SETLOCAL
|
||||||
|
CALL :find_dp0
|
||||||
|
|
||||||
|
IF EXIST "%dp0%\node.exe" (
|
||||||
|
SET "_prog=%dp0%\node.exe"
|
||||||
|
) ELSE (
|
||||||
|
SET "_prog=node"
|
||||||
|
SET PATHEXT=%PATHEXT:;.JS;=;%
|
||||||
|
)
|
||||||
|
|
||||||
|
endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\jiti\lib\jiti-cli.mjs" %*
|
||||||
@@ -0,0 +1,28 @@
|
|||||||
|
#!/usr/bin/env pwsh
|
||||||
|
$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent
|
||||||
|
|
||||||
|
$exe=""
|
||||||
|
if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) {
|
||||||
|
# Fix case when both the Windows and Linux builds of Node
|
||||||
|
# are installed in the same directory
|
||||||
|
$exe=".exe"
|
||||||
|
}
|
||||||
|
$ret=0
|
||||||
|
if (Test-Path "$basedir/node$exe") {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "$basedir/node$exe" "$basedir/../jiti/lib/jiti-cli.mjs" $args
|
||||||
|
} else {
|
||||||
|
& "$basedir/node$exe" "$basedir/../jiti/lib/jiti-cli.mjs" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
} else {
|
||||||
|
# Support pipeline input
|
||||||
|
if ($MyInvocation.ExpectingInput) {
|
||||||
|
$input | & "node$exe" "$basedir/../jiti/lib/jiti-cli.mjs" $args
|
||||||
|
} else {
|
||||||
|
& "node$exe" "$basedir/../jiti/lib/jiti-cli.mjs" $args
|
||||||
|
}
|
||||||
|
$ret=$LASTEXITCODE
|
||||||
|
}
|
||||||
|
exit $ret
|
||||||