Index

src/app/component/amap/amap.service.ts

AMap
Type : any

src/app/component/amap/amap.component.ts

AMap
Type : any

src/app/core/http-cache.service.ts

cachePersistenceKey
Type : string
Default value : 'httpCache'

src/app/component/chat-widget/chat-widget.animation.ts

ChatWidgetAnimations
Type : literal type
Default value : { chatWidgetState: trigger('state', [ state('void, hidden', style({ transform: 'translateY(100%)' })), state('visible', style({ transform: 'translateY(0%)' })), transition( 'visible => void, visible => hidden', animate(`375ms cubic-bezier(0.4,0.0,1,1)`) ), transition('void => visible', animate(`195ms cubic-bezier(0.0,0.0,0.2,1)`)) ]) }

src/app/component/websocket/websocket.config.ts

config
Type : InjectionToken<string>
Default value : new InjectionToken('websocket')

src/test.ts

context
Default value : require.context('./', true, /\.spec\.ts$/)
require
Type : any

src/app/component/navigation/navigation.animation.ts

customAnimation
Default value : animation( [ style({ opacity: '{{opacity}}', transform: 'scale({{scale}}) translate3d({{x}}, {{y}}, {{z}})' }), animate('{{duration}} {{delay}} cubic-bezier(0.0, 0.0, 0.2, 1)', style('*')) ], { params: { duration: '200ms', delay: '0ms', opacity: '0', scale: '1', x: '0', y: '0', z: '0' } } )
NavigationAnimation
Type : []
Default value : [ trigger('animate', [ transition('void => *', [useAnimation(customAnimation)]) ]), trigger('animateStagger', [ state('50', style('*')), state('100', style('*')), state('200', style('*')), transition( 'void => 50', query('@*', [stagger('50ms', [animateChild()])], { optional: true }) ), transition( 'void => 100', query('@*', [stagger('100ms', [animateChild()])], { optional: true }) ), transition( 'void => 200', query('@*', [stagger('200ms', [animateChild()])], { optional: true }) ) ]), trigger('fadeInOut', [ state( '0', style({ display: 'none', opacity: 0 }) ), state( '1', style({ display: 'block', opacity: 1 }) ), transition('1 => 0', animate('300ms ease-out')), transition('0 => 1', animate('300ms ease-in')) ]), trigger('slideInOut', [ state( '0', style({ height: '0px', display: 'none' }) ), state( '1', style({ height: '*', display: 'block' }) ), transition('1 => 0', animate('300ms ease-out')), transition('0 => 1', animate('300ms ease-in')) ]), trigger('slideInLeft', [ state( 'void', style({ transform: 'translateX(-100%)', display: 'none' }) ), state( '*', style({ transform: 'translateX(0)', display: 'flex' }) ), transition('void => *', animate('300ms')), transition('* => void', animate('300ms')) ]), trigger('slideInRight', [ state( 'void', style({ transform: 'translateX(100%)', display: 'none' }) ), state( '*', style({ transform: 'translateX(0)', display: 'flex' }) ), transition('void => *', animate('300ms')), transition('* => void', animate('300ms')) ]), trigger('slideInTop', [ state( 'void', style({ transform: 'translateY(-100%)', display: 'none' }) ), state( '*', style({ transform: 'translateY(0)', display: 'flex' }) ), transition('void => *', animate('300ms')), transition('* => void', animate('300ms')) ]), trigger('slideInBottom', [ state( 'void', style({ transform: 'translateY(100%)', display: 'none' }) ), state( '*', style({ transform: 'translateY(0)', display: 'flex' }) ), transition('void => *', animate('300ms')), transition('* => void', animate('300ms')) ]), trigger('expandCollapse', [ state( 'void', style({ height: '0px' }) ), state( '*', style({ height: '*' }) ), transition('void => *', animate('300ms ease-out')), transition('* => void', animate('300ms ease-in')) ]) ]

src/app/apm/error/error.service.ts

DATA
Type : []
Default value : [ { _id: '59b60467b071180fb66c6272', releaseStage: 'production', firstSeen: '2017-09-11T03:35:03.155Z', status: 'open', name: null, type: 'resourceError', src: 'https://stbui.com/img/wechat.JPG', statusCode: 0, statusText: null, httpMethod: null, httpUrl: null, message: null, url: 'https://stbui.com/2016/07/10/mesos-marathon-platform/', severity: null, lastSeen: '2017-09-29T07:29:37.206Z', numberOfOccurence: 3, releaseStages: ['production'], numberOfUser: 3, elapsedTime: '77391.385' }, { _id: '59b60467b071180fb66c6272', releaseStage: 'production', firstSeen: '2017-09-11T03:35:03.155Z', status: 'open', name: null, type: 'resourceError', src: 'https://stbui.com/img/wechat.JPG', statusCode: 0, statusText: null, httpMethod: null, httpUrl: null, message: null, url: 'https://stbui.com/2016/07/10/mesos-marathon-platform/', severity: null, lastSeen: '2017-09-29T07:29:37.206Z', numberOfOccurence: 3, releaseStages: ['production'], numberOfUser: 3, elapsedTime: '77391.385' } ]

src/app/component/date-picker/dateUtils.ts

dateTimeFormat
Type : object
Default value : { formatDisplay (date) { var day = date.getDate() return `${localConfig.monthList[date.getMonth()]}-${day > 9 ? day : '0' + day} ${localConfig.dayList[date.getDay()]}` }, formatMonth (date) { return `${date.getFullYear()} ${localConfig.monthLongList[date.getMonth()]}` }, getWeekDayArray (firstDayOfWeek) { let beforeArray = [] let afterArray = [] const dayAbbreviation = localConfig.dayAbbreviation for (let i = 0; i < dayAbbreviation.length; i++) { if (i < firstDayOfWeek) { afterArray.push(dayAbbreviation[i]) } else { beforeArray.push(dayAbbreviation[i]) } } return beforeArray.concat(afterArray) } }
localConfig
Type : object
Default value : { dayAbbreviation: ['日', '一', '二', '三', '四', '五', '六'], dayList: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'], monthList: ['01', '02', '03', '04', '05', '06', '07', '08', '09', '10', '11', '12'], monthLongList: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'] }

src/app/component/navigation/navigation.module.ts

DEFAULT_PERFECT_SCROLLBAR_CONFIG
Type : PerfectScrollbarConfigInterface
Default value : { suppressScrollX: true }

src/app/admin/toolbar-notification/toolbar-notification.module.ts

DEFAULT_PERFECT_SCROLLBAR_CONFIG
Type : PerfectScrollbarConfigInterface
Default value : { suppressScrollX: true }

src/app/chats/chats.module.ts

DEFAULT_PERFECT_SCROLLBAR_CONFIG
Type : PerfectScrollbarConfigInterface
Default value : { suppressScrollX: true }

src/app/page-layouts/page-layouts.module.ts

DEFAULT_PERFECT_SCROLLBAR_CONFIG
Type : PerfectScrollbarConfigInterface
Default value : { suppressScrollX: true }

src/app/tables/datatable/datatable.component.ts

ELEMENT_DATA
Type : PeriodicElement[]
Default value : [ { name: '王小明', age: 18, address: '北京市朝阳区芍药居', province: '北京市', city: '朝阳区', zip: 100000 }, { name: '张小刚', age: 25, address: '北京市海淀区西二旗', province: '北京市', city: '海淀区', zip: 100000 }, { name: '李小红', age: 30, address: '上海市浦东新区世纪大道', province: '上海市', city: '浦东新区', zip: 100000 }, { name: '周小伟', age: 26, address: '深圳市南山区深南大道', province: '广东', city: '南山区', zip: 100000 }, { name: '李小红', age: 30, address: '上海市浦东新区世纪大道', province: '上海市', city: '浦东新区', zip: 100000 }, { name: '周小伟', age: 26, address: '深圳市南山区深南大道', province: '广东', city: '南山区', zip: 100000 } ]

src/environments/environment.github.ts

environment
Type : object
Default value : { production: false, serverUrl: '/', firebase: { apiKey: 'AIzaSyAGcYsQtc9xqqEKstnoO3WasuZxJmKTwNc', authDomain: 'angular-material-app-stbui.firebaseapp.com', databaseURL: 'https://angular-material-app-stbui.firebaseio.com', projectId: 'angular-material-app-stbui', storageBucket: 'angular-material-app-stbui.appspot.com', messagingSenderId: '974351057659' }, navigationApi: '/angular-material-app/assets/data/navigation', todoApi: '/angular-material-app/assets/data/todo/list.json', mailApi: '/angular-material-app/assets/data/mail/list.json', chatsApi: '/angular-material-app/assets/data/chats/list.json', analysisApi: '/angular-material-app/assets/data/analysis', crmApi: '/angular-material-app/assets/data/crm', tableApi: '/angular-material-app/assets/data/table', apm: '/assets/data/apm' }

src/environments/environment.ts

environment
Type : object
Default value : { production: false, serverUrl: '/', firebase: { apiKey: 'AIzaSyAGcYsQtc9xqqEKstnoO3WasuZxJmKTwNc', authDomain: 'angular-material-app-stbui.firebaseapp.com', databaseURL: 'https://angular-material-app-stbui.firebaseio.com', projectId: 'angular-material-app-stbui', storageBucket: 'angular-material-app-stbui.appspot.com', messagingSenderId: '974351057659' }, navigationApi: '/assets/data/navigation', todoApi: '/assets/data/todo/list.json', mailApi: '/assets/data/mail/list.json', chatsApi: '/assets/data/chats/list.json', analysisApi: '/assets/data/analysis', crmApi: '/assets/data/crm', tableApi: '/assets/data/table', apm: '/assets/data/apm' }

src/environments/environment.prod.ts

environment
Type : object
Default value : { production: true, serverUrl: '/', firebase: { apiKey: 'AIzaSyAGcYsQtc9xqqEKstnoO3WasuZxJmKTwNc', authDomain: 'angular-material-app-stbui.firebaseapp.com', databaseURL: 'https://angular-material-app-stbui.firebaseio.com', projectId: 'angular-material-app-stbui', storageBucket: 'angular-material-app-stbui.appspot.com', messagingSenderId: '974351057659' }, navigationApi: '/assets/data/navigation', todoApi: '/assets/data/todo/list.json', mailApi: '/assets/data/mail/list.json', chatsApi: '/assets/data/chats/list.json', analysisApi: '/assets/data/analysis', crmApi: '/assets/data/crm', tableApi: '/assets/data/table', apm: '/assets/data/apm' }

src/app/component/file-upload/file-size.pipe.ts

FILE_SIZE_UNITS
Type : []
Default value : ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']
FILE_SIZE_UNITS_LONG
Type : []
Default value : [ 'Bytes', 'Kilobytes', 'Megabytes', 'Gigabytes', 'Pettabytes', 'Exabytes', 'Zettabytes', 'Yottabytes' ]

src/app/component/chat-widget/chat-widget.component.ts

getRandomMessage
Default value : () => randomMessages[rand(randomMessages.length)]
rand
Default value : max => Math.floor(Math.random() * max)
randomMessages
Type : []
Default value : [ '没事的时候,打打工,不为赚钱,只为锻炼自己。', '今天天气不错,欢迎新人来到。', '你匿了那么久,现在终于入群了。', '亲,欢迎您的再次关注,有什么需要我的帮助吗?很乐意为你效劳!', '对不起,您的要求不在我们的服务范围内', '很抱歉,我无法帮助您!', '您的问题我需要核实一下,请您稍等。', '请问还有什么可以帮您?', '感谢您的咨询,再见!', '请问还有什么可以帮助您?', '您的问题我已记录好,会提交给相关人员处理,并在三个工作日内回复您。', ':)' ]

src/app/admin/i18n/zh.ts

locale
Type : object
Default value : { lang: 'zh', data: { settings: { brand: '品牌', layout: { title: '布局', boxed: '固定宽度', fullwidth: '满屏宽度', }, navigation: { title: '导航', left: '左侧', right: '右侧', none: '隐藏', }, header: { title: '头部', below: '显示', none: '隐藏', }, footer: { title: '尾部', below: '显示', none: '隐藏', }, }, }, }

src/app/admin/i18n/en.ts

locale
Type : object
Default value : { lang: 'en', data: { settings: { brand: 'brand', layout: { title: 'layout', boxed: 'boxed', fullwidth: 'fullwidth', }, navigation: { title: 'navigation', left: 'left', right: 'right', none: 'none', }, header: { title: 'header', below: 'below', none: 'none', }, footer: { title: 'footer', below: 'below', none: 'none', }, }, }, }

src/app/component/notification/notification.animation.ts

NotificationAnimations
Type : literal type
Default value : { contentFade: trigger('contentFade', [ transition(':enter', [ style({opacity: '0'}), animate(`375ms cubic-bezier(0.4,0.0,0.2,1)`) ]) ]), notificationState: trigger('state', [ state('visible-top, visible-bottom', style({transform: 'translateY(0%)'})), transition('visible-top => hidden-top, visible-bottom => hidden-bottom', animate(`195ms cubic-bezier(0.4,0.0,1,1)`)), transition('void => visible-top, void => visible-bottom', animate(`225ms cubic-bezier(0.0,0.0,0.2,1)`)), ]) }

src/app/component/amap/amap.config.ts

STBUI_AMAP_DATA
Default value : new InjectionToken<any>('StbuiAmapData')

src/app/component/amap/amap.token.ts

STBUI_AMAP_DEFAULT_OPTIONS
Default value : new InjectionToken<AmapConfig>( 'amap-default-options' )
STBUI_AMAP_USER_OPTIONS
Default value : new InjectionToken<AmapConfig>( 'amap-user-options' )

src/app/component/chat-widget/chat-widget.config.ts

STBUI_CHATWIDGET_DATA
Default value : new InjectionToken<any>( 'StbuiChatWidgetData' )

src/app/component/notification/notification.config.ts

STBUI_NOTIFICATION_DATA
Default value : new InjectionToken<any>('StbuiNonticationData')

src/app/component/notification/notification.service.ts

STBUI_NOTIFICATION_DEFAULT_OPTIONS
Default value : new InjectionToken<NotificationConfig>('notification-default-options')

src/app/shared/graphql.module.ts

uri
Type : string
Default value : 'https://api.github.com/graphql'

result-matching ""

    No results matching ""