text
stringlengths
10
953k
import { getNamedType, GraphQLOutputType, GraphQLList } from 'graphql'; import DataLoader from 'dataloader'; import { delegateToSchema } from '@graphql-tools/delegate'; import { BatchDelegateOptions, DataLoaderCache } from './types'; const cache: DataLoaderCache = new WeakMap(); function createBatchFn<K = any>(opt...
/* Copyright 2016 Mozilla Foundation * Copyright 2019 Google LLC * * 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 require...
/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers, EventFilter, Signer, BigNumber, BigNumberish, PopulatedTransaction, BaseContract, ContractTransaction, Overrides, CallOverrides, } from "ethers"; import { BytesLike } from "@ethersproject/byte...
import { SubmitContractRequest, ResponseBody, QueryContractRequest, SiginingContractRequest } from './app.dto'; export declare class AppService { CCP_PATH: string; CONTRACT_ID: string; CHANNEL_ID: string; FUNCTION_NAME: { SUBMIT_CONTRACT: string; QUERY_CONTRACT: string; SIGN_CONT...
import { filter, map } from 'lodash'; import { createSelector } from 'reselect'; import { AppState, RouteProps } from '@/js/store'; import { selectEpic, selectEpicSlug } from '@/js/store/epics/selectors'; import { selectProject } from '@/js/store/projects/selectors'; export const selectTaskState = (appState: AppState...
import { BigNumber, BigNumberish } from '@ethersproject/bignumber' import { hexlify } from '@ethersproject/bytes' import { Contract } from '@ethersproject/contracts' import { Deferrable } from '@ethersproject/properties' import { JsonRpcSigner, TransactionRequest } from '@ethersproject/providers' import { parseUnits } ...
export type FreshchatMessageParts = { text: { content: string; }; image?: { url: string; }; file?: { name: string; url: string; content_type: string; }; };
/* imports from node_modules */ import { Injectable } from '@angular/core'; import { isDate, format, toDate } from 'date-fns'; /* imports from app */ import { RegexpService } from '@monographia/regexp.service'; import { ItemObject, ItemObjectRaw } from '@monographia/state-manager/state-manager.item'; export const dateF...
import { createReadStream } from "fs"; import createClient = require("webdav"); export interface IYandexDiskUploadAdapterConfig { username: string; password: string; uploadDir: string; logger: { log: (...args: any[]) => void }; } class YandexDiskUploadAdapter { protected client: any; constructor...
import { ActionsUnion, IGatsbyState } from "../types"; import { GraphQLSchema } from "graphql"; export declare const schemaReducer: (state: GraphQLSchema | undefined, action: ActionsUnion) => IGatsbyState["schema"];
import { Body, Controller, Delete, Get, Inject, Param, Post, Put, } from '@nestjs/common'; import { ClientProxy } from '@nestjs/microservices'; import { Product } from '@prisma/client'; import { ProductDto } from './dto'; import { ProductService } from './product.service'; @Controller('products') expor...
export declare enum ClickType { single = "single", double = "double" }
/** * @author Timur Kuzhagaliyev <tim.kuzh@gmail.com> * @copyright 2020 * @license MIT */ import Menu from '@material-ui/core/Menu'; import React, { useCallback, useMemo } from 'react'; import { FileActionGroup } from '../../types/action-menus.types'; import { important, makeGlobalChonkyStyles } from '../../util/...
/* * Copyright (C) 2020 Maker Ecosystem Growth Holdings, INC. */ // tslint:disable:no-console import moment from 'moment'; import { equals } from 'ramda'; import { combineLatest, Observable, Subject } from 'rxjs'; import { delay, distinctUntilChanged, exhaustMap, map, mergeScan, retryWhen, shareReplay...
import _ from 'lodash' import { WorkspaceEntity } from '../../entities/workspace' import { PermissionWorkspaceAction, PermissionWorkspaceRole } from '../../types/permission' export function getPermissionWorkspaceActionsByRole( role: PermissionWorkspaceRole, ): PermissionWorkspaceAction[] { if (role === PermissionW...
export * from './local.guard' export * from './local.serializer' export * from './local.strategy' export * from './login.guard'
import {IDirectoryTree} from "./directory-tree"; import {IFile, ISyncFile} from "./file"; import firebase from "firebase"; import Timestamp = firebase.firestore.Timestamp; export type SyncState = 'cloud' | 'local' | 'synchronized' | 'unsynchronized' | 'isSynchronizing'; export interface IProject { name: string; c...
import { Branch } from './branch' import { assertNever } from '../lib/fatal-error' export enum TipState { Unknown = 'Unknown', Unborn = 'Unborn', Detached = 'Detached', Valid = 'Valid', } export interface IUnknownRepository { readonly kind: TipState.Unknown } export interface IUnbornRepository { readonly...
import 'reflect-metadata'; import { Body, Ctx, JsonController, Post } from 'routing-controllers'; import { OpenAPI, ResponseSchema } from 'routing-controllers-openapi'; import { Content, ContentVersion, File } from '@foxpage/foxpage-server-types'; import { i18n } from '../../../app.config'; import { PRE, TYPE } from...
/* tslint:disable:no-unused-expression */ import { expect } from 'chai'; import OpenapiFramework from '../../../'; const path = require('path'); describe(path.basename(__dirname), () => { let framework: OpenapiFramework; beforeEach(() => { framework = new OpenapiFramework({ apiDoc: path.resolve(__dirnam...
// Type definitions for Fuse.js v6.6.2 // TypeScript v4.5.4 export default Fuse export as namespace Fuse declare class Fuse<T> { constructor( list: ReadonlyArray<T>, options?: Fuse.IFuseOptions<T>, index?: Fuse.FuseIndex<T> ) /** * Search function for the Fuse instance. * * ```typescript ...
import { Inject, Injectable, Logger, OnModuleDestroy, OnModuleInit, } from '@nestjs/common'; import { ConfigType } from '@nestjs/config'; import { Prisma, PrismaClient } from '@prisma/client'; import { prismaConfig } from './prisma.config'; @Injectable() export class PrismaService extends PrismaClient im...
import { BuidlerParamDefinitions } from "../../../types"; import * as types from "./argumentTypes"; export const BUIDLER_PARAM_DEFINITIONS: BuidlerParamDefinitions = { network: { name: "network", defaultValue: undefined, description: "The network to connect to.", type: types.string, isOptional: ...
import { isDMChannel } from '@sapphire/discord.js-utilities'; import { err, ok, Result } from '@sapphire/result'; import type { DMChannel, Message } from 'discord.js'; import { Identifiers } from '../errors/Identifiers'; import { resolveChannel } from './channel'; export function resolveDMChannel( parameter: string, ...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ import { i18n } from '@kbn/i18n'; export const READ_ONLY_SAVED_OBJECT_TITLE ...
import { Directive, Input, AfterViewInit, Output, EventEmitter } from '@angular/core'; import { MoveItService } from './move-it.service'; import { Observable, fromEvent } from 'rxjs'; import { mergeMap, map, takeUntil, tap } from 'rxjs/operators'; import { IResizable, IPosition } from './move-it-types'; @Directive({ ...
import { RouteResult, JsonResultOptions } from "@bonbons/contracts"; import { ConfigsCollection } from "../../di"; /** * Represent the json to send by response. */ export declare class JsonResult implements RouteResult { private json; private options; type: string; constructor(json: any, options?: Par...
/* eslint-disable @typescript-eslint/no-explicit-any */ export interface IEdgeGridClient { get<T>(path: string): Promise<T>; post<T>(path: string, body: any): Promise<T>; }
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved. // See LICENSE.txt for license information. import {combineReducers} from 'redux'; import {PostTypes, PreferenceTypes, SearchTypes} from '@mm-redux/action_types'; import {Preferences} from '../../constants'; import {PreferenceType} from '@mm-redux/type...
import { Component } from '@angular/core'; import { NgbModal } from '@ng-bootstrap/ng-bootstrap'; import { TranslateService } from '@ngx-translate/core'; import { FormGroup, FormBuilder } from '@angular/forms'; import { Util, FarmService, SensorService, AreaService } from '../../services/index'; import { CreateOrUpdat...
declare module 'amplitude-js' declare module 'cash-dom' declare module 'seededshuffle'
import * as React from 'react'; import { Spinner } from 'core/widgets'; import { Tooltip } from 'core/presentation'; import { SearchService } from '../search.service'; import { SearchStatus } from './SearchResults'; import { ISearchResultTabProps } from './searchResultType'; export class DefaultSearchResultTab exten...
import { Menu } from '@arco-design/web-react'; import React from 'react'; export function Heading(props: { onChange: (val: string) => void }) { const list = [ { value: 'H1', label: 'H1', }, { value: 'H2', label: 'H2', }, { value: 'H3', label: 'H3', }, {...
/** * This class contains all utility functions required for logging analytics to an analysis-server (e.g. Google). */ export default class AnalyticsUtil { static logToGoogle(page: string, action: string, name?: string, value?: any): void; }
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS><TS version="2.0"> <context> <name>Design</name> <message> <location filename="../main_menu.py" line="38"/> <source>Start</source> <translation>komenco</translation> </message> <message> <location filename="../main_menu....
import Discord, { TextChannel, MessageEmbed, Message } from 'discord.js'; import fetch from 'node-fetch'; import Moment from 'moment'; import { RoboUYAGame, RoboUYAPlayer, UYAPlayerStatus, UYAMapNames, UYATimeLimits, UYAEmojisDEV, UYAEmojisPROD } from './types'; import { queueUYAGamesUpdated } from './que...
import { ComponentFixture, TestBed } from '@angular/core/testing'; import { AvailableContextComponent } from './available-context.component'; describe('AvailableContextComponent', () => { let component: AvailableContextComponent; let fixture: ComponentFixture<AvailableContextComponent>; beforeEach(async () => ...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="ja" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About ABCChain</source> <translation>ブラックコインについて</translation> </message> <message> <location...
import { BrowserHttpOptions as __HttpOptions__ } from "@aws-sdk/types"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * ListBucketsInput shape */ export interface ListBucketsInput { /** * The maximum number of times this operation should be retried. If set, this value will override the `maxRetries` con...
export interface Splash { id: number; title: string; body: string; created: Date; author: number; }
import {Component, OnInit} from '@angular/core'; import { ElectronService } from './core/services'; import { TranslateService } from '@ngx-translate/core'; import { AppConfig } from '../environments/environment'; declare let device; // Cordova inhered var. @Component({ selector: 'app-root', templateUrl: './app.c...
/** * DropDownList module spec document */ import { select, selectAll } from '@syncfusion/ej2-base'; import * as classes from '../../src/inplace-editor/base/classes'; import { renderEditor, destroy } from './../render.spec'; import { profile, inMB, getMemoryProfile } from './../common.spec'; import { BeginEditEventAr...
import { Router } from 'express'; import { getUsers, createUser, updateUser, deleteUser } from '../controllers/users' import { verifyUser } from '../middlewares/verify-user' const usersRouter = Router(); const verifyAdmin = (req, res, next) => { console.log(req.user); if (req.user.role === 'admin') { ...
import React, {useState} from 'react'; import {useHistory} from 'react-router-dom'; import {Button, Form} from 'react-bootstrap'; import {CourseState} from '../../../../../models/enums/CourseStateEnum'; import {FeedbackContent} from '../../feedback/Feedback'; import {useCourses} from '../../../helpers/api/APIHooks'; ...
import { Card } from '../../../interfaces' import Set from '../Chilling Reign' const card: Card = { set: Set, name: { en: "Rillaboom", fr: "Gorythmic", es: "Rillaboom", it: "Rillaboom", pt: "Rillaboom", de: "Gortrom" }, illustrator: "Hitoshi Ariga", rarity: "Rare", category: "Pokemon", hp: 180, t...
/** * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://www.apache.org/licenses/LICENSE-2.0 * * or ...
/* * Package @abfluss/cli * Source https://abfluss.github.io/abfluss/ */ interface ICliArgs { enddate?: string; startdate: string; samples: number; throttle: number; email: string; password: string; } export class CliApp { private args: ICliArgs; constructor() { this.init();...
import {Command, CommandArgTypes, CommandArgument} from "../../m/class"; import {Client, Message, MessageEmbed} from "discord.js"; import vm from "vm"; import {inspect} from "util"; function FitStr(s:string,max:number){ if (s.length-1 > max){ return s.slice(0,max-3) + "..." } return s; } module.e...
<TS language="es_419" version="2.1"> <context> <name>AddressBookPage</name> <message> <source>Right-click to edit address or label</source> <translation>Haga clic para editar la dirección o etiqueta</translation> </message> <message> <source>Create a new address</source> ...
export let chinaformat ={ "中国": [ "116.3683244", "39.915085" ], "北京": [ "116.405285", "39.904989" ], "北京市": [ "116.405285", "39.904989" ], "东城区": [ "116.41005", "39.93157" ], "西城区": [ "116.36003", "39.930...
export const Spacings = { S6: 6, S8: 8, S10: 10, S20: 20, S60: 60, }
export * from './initializer'; export * from './initializerbase'; export * from './alphainitializer'; export * from './rangeinitializer'; export * from './propertyinitializer'; export * from './choiceinitializer'; export * from './colorinitializer'; export * from './datainitializer'; export * from './initializergroup';...
// Copyright 2014 The Oppia Authors. All Rights Reserved. // // 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 ap...
// THIS FILE IS AUTO GENERATED import { IconTree, IconType } from '../lib' export declare const GiIciclesFence: IconType;
import React from 'react'; import { useIntl } from 'react-intl'; import { useLogSidevisning } from '@navikt/sif-common-amplitude'; import Box from '@navikt/sif-common-core/lib/components/box/Box'; import Knappelenke from '@navikt/sif-common-core/lib/components/knappelenke/Knappelenke'; import Page from '@navikt/sif-com...
import { Callback } from './redis/types' import { SelvaClient } from '.' import { ServerSelector } from './types' import getServer from './getServer' import { createConnection } from './connection' export const addRemoteListener = ( selvaClient: SelvaClient, selector: ServerSelector, event: string, cb: Callbac...
import { NgModule } from '@angular/core'; import { IonicPageModule } from 'ionic-angular'; import { GroupDetailPage } from './group-detail'; @NgModule({ declarations: [ GroupDetailPage, ], imports: [ IonicPageModule.forChild(GroupDetailPage), ], exports: [ GroupDetailPage ] }) export class Grou...
/* The MIT License (MIT) Copyright (c) 2016 Tom Zoehner Copyright (c) 2018 Thomas Bluemel 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 ri...
export class TagInputEvent { private _defaultPrevented = false; constructor(public tag: any) {} preventDefault() { this._defaultPrevented = true; } defaultPrevented(): boolean { return this._defaultPrevented; } }
import { forwardRef } from 'react' import cx from 'clsx' import { createStyle, getThemeCSSObject } from '../../styles' import type { ChromatinIcon } from '../types' const useStyles = createStyle((theme) => ({ root: (props: ChromatinIcon) => ({ height: props.height ?? '100%', width: props.width ?? ...
import { SimpleNotifyProperty } from '../simpleProperty' import { Toothbrush } from '../../toothbrush' import { SERVICES, CHARACTERISTICS } from '../../constants' const SERVICE = SERVICES.GENERAL const CHARACTERISTIC = CHARACTERISTICS.SMILEY export class SmileyProperty extends SimpleNotifyProperty<number> { constru...
import { PaginatedLoader, makeIDBasedLoader } from '../../internal/page-loader'; import { SSOAgent } from '../../internal/esi-agent'; import { Responses, esi } from '../../../gen/esi'; /** * An api adapter over the end points handling a specific message in a * character's inbox via functions in the * [mail](https...
/** @fileoverview Config file parser */ import * as Either from 'fp-ts/lib/Either'; import { join, isAbsolute } from 'path'; import * as t from 'io-ts'; import { reporter } from 'io-ts-reporters'; import tls from 'tls'; import parseDatabaseUrl, { DatabaseConfig } from 'ts-parse-database-url'; const transformCodecProp...
export const CONFIG_CHANNEL = { CONFIG_READ: 'CONFIG_READ', CONFIG_WINDOW_OPEN: 'CONFIG_WINDOW_OPEN', PLUGINS_INSTALL: 'PLUGINS_INSTALL', PLUGINS_LIST: 'PLUGINS_LIST', PLUGINS_REFRESH: 'PLUGINS_REFRESH', PLUGINS_UNINSTALL: 'PLUGINS_UNINSTALL', PLUGIN_UPGRADE: 'PLUGIN_UPGRADE', } as const
import { Injectable } from '@angular/core'; import { Observable } from 'rxjs/Observable'; import { AppointmentService } from '../api/api/appointment.service'; import { ViewAppointment } from './appointment.viewmodel'; @Injectable() export class ViewAppointmentService { constructor(private appoi...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'; import { faCaretDown, faChevronDown, faChevronUp } from '@fortawesome/free-solid-svg-icons'; // Porcelain import { SimpleOption } from '../refiners/IOption'; import { SimpleRefiner } from '../refiners/IRefiner'; import { blockInitialAni...
/* eslint-disable max-len */ import React from 'react' import { Spring, animated as a } from 'react-spring' import { useInView } from 'react-hook-inview' const fill = `var(--color-text)` const blue = `#3875a9` const yellow = `#ffd041` const min_x = 0 const max_x = 1 export default () => { // Only show when in view ...
export * from './mapping' export * from './ranges' export * from './uniqueness'
import { Fzf, byLengthAsc, byStartAsc } from "../main"; test("byLengthAsc", () => { const list = ["aaaaa", "caaaaaaaa", "baaaaa"]; const fzf = new Fzf(list, { tiebreakers: [byLengthAsc], }); expect(fzf.find("aa").map((entry) => entry.item)).toMatchObject([ "aaaaa", "baaaaa", "caaaaaaaa", ])...
import { HttpEvent, HttpHandler, HttpRequest } from '@angular/common/http'; import { Injectable, OnDestroy } from '@angular/core'; import { combineLatest, defer, EMPTY, Observable, queueScheduler, Subject, Subscription, using, } from 'rxjs'; import { filter, map, observeOn, pairwise, shareRepl...
import * as graphene from 'graphene-pk11'; import { Interactions } from './interactions'; import { Definitions, AesEncryptDecryptAlgorithms, RsaEncryptDecryptAlgorithms } from '../model/definitions'; import { BufferWithEncoding } from '../model/bufferWithEncoding'; export class DecryptModel { readonly session: graphe...
import { Route } from '@angular/router'; import { RegisterComponent } from './register.component'; export const registerRoute: Route = { path: 'register', component: RegisterComponent, data: { pageTitle: 'Registration', }, };
import * as ts3 from 'ts3-nodejs-library' import * as types from './types' import { Logger } from './utilities' import { TSInfo } from './env_utilities' import { TeamspeakChannels, ChannelData, ClientData } from './models/teamspeak_model' let teamspeakQuery: ts3.TeamSpeak | null /** * Closes connection to the Teamsp...
// polyfills import 'zone.js/dist/zone'; // tslint:disable-next-line import 'reflect-metadata'; // angular import { enableProdMode } from '@angular/core'; import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; // libs import { bootloader } from '@angularclass/bootloader'; // app import { AppBrow...
/* * Copyright (C) 2016-2017 Alex Yatskov <alex@foosoft.net> * Author: Alex Yatskov <alex@foosoft.net> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, o...
import * as React from 'react'; import Document, { DocumentProps, Head, Html, Main, NextScript } from 'next/document'; import { GOOGLE_TAG_MANAGER } from '@src/config/settings'; import { GoogleTagManagerIFrame } from '@src/services/tracking/components/GoogleTagManagerIFrame'; import { script as scriptArtwork...
export const environment = { production: true, apiBase: 'http://localhost:9001' };
import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import {FormMaskComponent} from './form-mask.component'; const routes: Routes = [ { path: '', component: FormMaskComponent, data: { title: 'Form Mask', icon: 'icon-pencil-alt', caption: 'lo...
import clsx from "clsx"; import { GetServerSideProps } from "next"; import { useEffect, useState } from "react"; import Expandable from "../components/Expandable"; import Container from "../components/ui/Container"; import Dropdown from "../components/ui/Dropdown"; import Searchbox from "../components/ui/Searchbox"; im...
// @strict: true // @allowUnreachableCode: false declare const a1: string | undefined | null declare const a2: string | undefined | null declare const a3: string | undefined | null declare const a4: string | undefined | null declare const b1: number | undefined | null declare const b2: number | undefined | null decla...
import { storiesOf } from "@storybook/react-native" import React from "react" import { View } from "react-native" import { withTheme } from "storybook/decorators" import { List, Row } from "storybook/helpers" import { Text } from "./elements/Text" import { useColor } from "./hooks" import { Color } from "./Theme" cons...
import { Provider, Injectable } from '@opensumi/di'; import { BrowserModule } from '@opensumi/ide-core-browser'; import { TaskContribution } from './task.contribution'; import { ITaskService, ITaskSystem, ITaskExecutor } from '../common'; import { TaskService } from './task.service'; import { TaskPreferencesContributio...
export const response = { data: [ { id: "447c3d3e-6f68-401e-bafa-48551850f34f", name: "different_param", value: "very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very very ...
/** * This function returns the client file. * @param additionalLambdaPrelude - Holds the scenario, timeoutWarning and error string. */ export function lambdaPreludeReplacer(additionalLambdaPrelude: { scenario: string; timeoutWarning: boolean; error: string; }): string { const lambdaPrelude = ` const http =...
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="ja_JP"> <context> <name>AddressBookPage</name> <message> <source>Right-click to edit address or label</source> <translation>右クリックでアドレスもしくはラベルを編集</translation> </message> <message> <source>Create a ne...
function foo(bar:string):string; function foo(bar:any):number; function foo(bar:any):any{ return bar } var x = foo(5);
import {Field, InputType, ObjectType} from '@nestjs/graphql'; import {CoreOutput} from 'src/common/dtos/output.dto'; @InputType() export class DeleteRestaurentInput { @Field(type => Number) restaurantId: number; } @ObjectType() export class DeleteRestaurentOutput extends CoreOutput {}
/* * Copyright 2019 diconium * * 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 ...
<?xml version="1.0" ?><!DOCTYPE TS><TS language="af_ZA" version="2.1"> <context> <name>AboutDialog</name> <message> <location filename="../forms/aboutdialog.ui" line="+14"/> <source>About FootyCash</source> <translation type="unfinished"/> </message> <message> <location l...
import * as React from 'react'; import { Notification as NotificationD } from '../definitions'; import './Notification.css'; export interface NotificationProps { item: NotificationD; onCloseNotification: (id: number | string) => {}; visibilityTimeout?: number; decayTime?: number; decayTimeout?: number; c...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
// THIS FILE IS AUTO GENERATED import { IconTree, IconType } from '../lib' export declare const CgChevronDoubleRight: IconType;
import React from 'react'; import { Props as BareProps, RawParam } from '../types'; interface Props extends BareProps { asHex?: boolean; children?: React.ReactNode; defaultValue: RawParam; withLabel?: boolean; } export default function StaticParam({ asHex, children, className, defaultValue, label, style...
export * from './notifications.component';
import { useMemo } from "react"; import { useQuery, useMutation, OperationVariables, useSubscription } from "@apollo/client"; import { GET_WORD_CATEGORIES, GET_GAME_ROUNDS, GET_ROUND_ANSWERS, } from "../lib/graphql/queries/game"; import { INSERT_NEW_GAME, INSERT_GAME_ROUNDS, INSERT_ROUND_ANSWERS, } from "....
import { Component, OnInit } from '@angular/core'; import { CartService } from 'src/app/services/cart.service'; @Component({ selector: 'app-cart', templateUrl: './cart.component.html', styleUrls: ['./cart.component.scss'] }) export class CartComponent implements OnInit { constructor(public cart: CartService) {...
import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { SendUsersMessagesRequest, SendUsersMessagesResponse } from "../models/models_1"; import { Command as $Command } from "@aws-sdk/smithy-client"; import { Handler, MiddlewareStack, HttpHandlerOptions as __Http...
import React from "react"; import { MemberEntity } from "./model"; import { MemberTableRow } from "./member-table-row"; import { MemberTable } from "./member-table"; export const App = () => { const [members, setMembers] = React.useState<MemberEntity[]>([]); React.useEffect(() => { fetch(`https://api.github.c...
import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { HasilRoutingModule } from './hasil-routing.module'; import { HasilComponent } from './hasil.component'; import { PageHeaderModule } from './../../shared'; import { HttpClientModule } from '@angular/common/http'; import {...