Index

src/app/@theme/theme.module.ts

BASE_MODULES
BASE_MODULES: []
Type : []
Default value : [CommonModule, FormsModule, ReactiveFormsModule, RouterModule, TranslateModule]
COMPONENTS
COMPONENTS: []
Type : []
Default value : [ SwitcherComponent, LayoutDirectionSwitcherComponent, ThemeSwitcherComponent, ThemeSwitcherListComponent, HeaderComponent, FooterComponent, SearchInputComponent, ThemeSettingsComponent, TinyMCEComponent, OneColumnLayoutComponent, SampleLayoutComponent, ThreeColumnsLayoutComponent, TwoColumnsLayoutComponent, NgxAuthComponent, NgxAuthBlockComponent, NgxLoginComponent, ]
ENTRY_COMPONENTS
ENTRY_COMPONENTS: []
Type : []
Default value : [ ThemeSwitcherListComponent, ]
NB_MODULES
NB_MODULES: []
Type : []
Default value : [ NbCardModule, NbLayoutModule, NbTabsetModule, NbRouteTabsetModule, NbMenuModule, NbUserModule, NbActionsModule, NbSearchModule, NbSidebarModule, NbCheckboxModule, NbPopoverModule, NbContextMenuModule, NgbModule, NbSecurityModule, // *nbIsGranted directive ]
NB_THEME_PROVIDERS
NB_THEME_PROVIDERS: []
Type : []
Default value : [ ...NbThemeModule.forRoot( { name: 'corporate', }, [DEFAULT_THEME, COSMIC_THEME, CORPORATE_THEME], null, NbLayoutDirection.RTL ).providers, ...NbSidebarModule.forRoot().providers, ...NbMenuModule.forRoot().providers, ]
PIPES
PIPES: []
Type : []
Default value : [ CapitalizePipe, PluralPipe, RoundPipe, TimingPipe, ]

src/app/pages/users/users.module.ts

components
components: []
Type : []
Default value : [ UsersComponent, AddUserComponent, DetailUserComponent, EditUserComponent, ListUserComponent, ProfileComponent, ]

src/app/pages/reviews/reviews.module.ts

components
components: []
Type : []
Default value : [ ReviewsComponent, AddReviewComponent, DetailReviewComponent, EditReviewComponent, ListReviewComponent, ]

src/app/app-routing.module.ts

config
config: ExtraOptions
Type : ExtraOptions
Default value : { useHash: false, }

src/app/config/config.ts

CONFIG
CONFIG: object
Type : object
Default value : { env: ENV, ...ENV_CONFIG, }
ENV
ENV: string
Type : string
Default value : 'development'
ENV_CONFIG
ENV_CONFIG:
Default value : ENV === 'development' ? DevelopmentConfigConst : ProductionConfigConst

src/app/@theme/styles/theme.corporate.ts

CORPORATE_THEME
CORPORATE_THEME: object
Type : object
Default value : { name: 'corporate', base: 'default', variables: { temperature: [ '#ffa36b', '#ffa36b', '#ff9e7a', '#ff9888', '#ff8ea0', ], solar: { gradientLeft: '#ff8ea0', gradientRight: '#ffa36b', shadowColor: 'rgba(0, 0, 0, 0)', radius: ['80%', '90%'], }, traffic: { colorBlack: '#000000', tooltipBg: '#eef2f5', tooltipBorderColor: '#eef2f5', tooltipExtraCss: 'border-radius: 10px; padding: 4px 16px;', tooltipTextColor: '#2a2a2a', tooltipFontWeight: '400', lineBg: '#c0c8d1', lineShadowBlur: '0', itemColor: '#bcc3cc', itemBorderColor: '#bcc3cc', itemEmphasisBorderColor: '#74a2ff', shadowLineDarkBg: 'rgba(0, 0, 0, 0)', shadowLineShadow: 'rgba(0, 0, 0, 0)', gradFrom: '#ffffff', gradTo: '#ffffff', }, electricity: { tooltipBg: '#edf0f4', tooltipLineColor: '#bdc4cd', tooltipLineWidth: '0', tooltipBorderColor: '#ebeef2', tooltipExtraCss: 'border-radius: 10px; padding: 8px 24px;', tooltipTextColor: '#2a2a2a', tooltipFontWeight: 'bolder', axisLineColor: 'rgba(0, 0, 0, 0)', xAxisTextColor: '#2a2a2a', yAxisSplitLine: '#ebeef2', itemBorderColor: '#73a1ff', lineStyle: 'solid', lineWidth: '4', lineGradFrom: '#bdc4cd', lineGradTo: '#c0c8d1', lineShadow: 'rgba(0, 0, 0, 0)', areaGradFrom: 'rgba(255, 255, 255, 0)', areaGradTo: 'rgba(255, 255, 255, 0)', shadowLineDarkBg: 'rgba(255, 255, 255, 0)', }, bubbleMap: { titleColor: '#484848', areaColor: '#dddddd', areaHoverColor: '#cccccc', areaBorderColor: '#ebeef2', }, echarts: { bg: '#ffffff', textColor: '#484848', axisLineColor: '#bbbbbb', splitLineColor: '#ebeef2', itemHoverShadowColor: 'rgba(0, 0, 0, 0.5)', tooltipBackgroundColor: '#6a7985', areaOpacity: '0.7', }, chartjs: { axisLineColor: '#cccccc', textColor: '#484848', }, }, }

src/app/@theme/styles/theme.cosmic.ts

COSMIC_THEME
COSMIC_THEME: object
Type : object
Default value : { name: 'cosmic', base: 'default', variables: { temperature: [ '#2ec7fe', '#31ffad', '#7bff24', '#fff024', '#f7bd59', ], solar: { gradientLeft: '#7bff24', gradientRight: '#2ec7fe', shadowColor: '#19977E', radius: ['70%', '90%'], }, traffic: { colorBlack: '#000000', tooltipBg: 'rgba(0, 255, 170, 0.35)', tooltipBorderColor: '#00d977', tooltipExtraCss: 'box-shadow: 0px 2px 46px 0 rgba(0, 255, 170, 0.35); border-radius: 10px; padding: 4px 16px;', tooltipTextColor: '#ffffff', tooltipFontWeight: 'normal', lineBg: '#d1d1ff', lineShadowBlur: '14', itemColor: '#BEBBFF', itemBorderColor: '#ffffff', itemEmphasisBorderColor: '#ffffff', shadowLineDarkBg: '#655ABD', shadowLineShadow: 'rgba(33, 7, 77, 0.5)', gradFrom: 'rgba(118, 89, 255, 0.4)', gradTo: 'rgba(164, 84, 255, 0.5)', }, electricity: { tooltipBg: 'rgba(0, 255, 170, 0.35)', tooltipLineColor: 'rgba(255, 255, 255, 0.1)', tooltipLineWidth: '1', tooltipBorderColor: '#00d977', tooltipExtraCss: 'box-shadow: 0px 2px 46px 0 rgba(0, 255, 170, 0.35); border-radius: 10px; padding: 8px 24px;', tooltipTextColor: '#ffffff', tooltipFontWeight: 'normal', axisLineColor: 'rgba(161, 161 ,229, 0.3)', xAxisTextColor: '#a1a1e5', yAxisSplitLine: 'rgba(161, 161 ,229, 0.2)', itemBorderColor: '#ffffff', lineStyle: 'dotted', lineWidth: '6', lineGradFrom: '#00ffaa', lineGradTo: '#fff835', lineShadow: 'rgba(14, 16, 48, 0.4)', areaGradFrom: 'rgba(188, 92, 255, 0.5)', areaGradTo: 'rgba(188, 92, 255, 0)', shadowLineDarkBg: '#a695ff', }, bubbleMap: { titleColor: '#ffffff', areaColor: '#2c2961', areaHoverColor: '#a1a1e5', areaBorderColor: '#654ddb', }, echarts: { bg: '#3d3780', textColor: '#ffffff', axisLineColor: '#a1a1e5', splitLineColor: '#342e73', itemHoverShadowColor: 'rgba(0, 0, 0, 0.5)', tooltipBackgroundColor: '#6a7985', areaOpacity: '1', }, chartjs: { axisLineColor: '#a1a1e5', textColor: '#ffffff', }, }, }

src/app/@core/data/users.service.ts

counter
counter: number
Type : number
Default value : 0

src/app/@theme/styles/theme.default.ts

DEFAULT_THEME
DEFAULT_THEME: object
Type : object
Default value : { name: 'default', base: null, variables: { // Safari fix temperature: [ '#42db7d', '#42db7d', '#42db7d', '#42db7d', '#42db7d', ], solar: { gradientLeft: '#42db7d', gradientRight: '#42db7d', shadowColor: 'rgba(0, 0, 0, 0)', radius: ['80%', '90%'], }, traffic: { colorBlack: '#000000', tooltipBg: '#ffffff', tooltipBorderColor: '#c0c8d1', tooltipExtraCss: 'border-radius: 10px; padding: 4px 16px;', tooltipTextColor: '#2a2a2a', tooltipFontWeight: 'bolder', lineBg: '#c0c8d1', lineShadowBlur: '1', itemColor: '#bcc3cc', itemBorderColor: '#bcc3cc', itemEmphasisBorderColor: '#42db7d', shadowLineDarkBg: 'rgba(0, 0, 0, 0)', shadowLineShadow: 'rgba(0, 0, 0, 0)', gradFrom: '#ebeef2', gradTo: '#ebeef2', }, electricity: { tooltipBg: '#ffffff', tooltipLineColor: 'rgba(0, 0, 0, 0)', tooltipLineWidth: '0', tooltipBorderColor: '#ebeef2', tooltipExtraCss: 'border-radius: 10px; padding: 8px 24px;', tooltipTextColor: '#2a2a2a', tooltipFontWeight: 'bolder', axisLineColor: 'rgba(0, 0, 0, 0)', xAxisTextColor: '#2a2a2a', yAxisSplitLine: '#ebeef2', itemBorderColor: '#42db7d', lineStyle: 'solid', lineWidth: '4', lineGradFrom: '#42db7d', lineGradTo: '#42db7d', lineShadow: 'rgba(0, 0, 0, 0)', areaGradFrom: 'rgba(235, 238, 242, 0.5)', areaGradTo: 'rgba(235, 238, 242, 0.5)', shadowLineDarkBg: 'rgba(0, 0, 0, 0)', }, bubbleMap: { titleColor: '#484848', areaColor: '#dddddd', areaHoverColor: '#cccccc', areaBorderColor: '#ebeef2', }, echarts: { bg: '#ffffff', textColor: '#484848', axisLineColor: '#bbbbbb', splitLineColor: '#ebeef2', itemHoverShadowColor: 'rgba(0, 0, 0, 0.5)', tooltipBackgroundColor: '#6a7985', areaOpacity: '0.7', }, chartjs: { axisLineColor: '#cccccc', textColor: '#484848', }, }, }

src/app/config/env/default.ts

DefaultConfigConst
DefaultConfigConst: object
Type : object
Default value : { server: { host: 'http://localhost', port: '3000', baseApi: '/api', get serverBaseURL() { return `${this.host}:${this.port}${this.baseApi}` }, }, }

src/app/config/env/development.ts

DevelopmentConfigConst
DevelopmentConfigConst: object
Type : object
Default value : { server: { host: 'http://5b7403bca583740014190859.mockapi.io', port: '80', baseApi: '/api', get serverBaseURL() { return `${this.host}:${this.port}${this.baseApi}` }, }, }

src/app/pages/dashboard/electricity/electricity-chart/electricity-chart.component.ts

echarts
echarts: any
Type : any

src/app/pages/dashboard/traffic/traffic-chart.component.ts

echarts
echarts: any
Type : any
points
points: []
Type : []
Default value : [300, 520, 435, 530, 730, 620, 660, 860]

src/app/pages/dashboard/solar/solar.component.ts

echarts
echarts: any
Type : any

src/environments/environment.ts

environment
environment: object
Type : object
Default value : { production: false }

src/environments/environment.prod.ts

environment
environment: object
Type : object
Default value : { production: true }

src/app/config/interceptors/notification.interceptor.ts

exceptionList
exceptionList: Array<any>
Type : Array<any>
Default value : ['/assets/']

src/app/config/interceptors/baseurl.interceptor.ts

exceptionList
exceptionList: Array<any>
Type : Array<any>
Default value : ['/assets/', 'http']

src/app/@core/utils/analytics.service.ts

ga
ga: any
Type : any

src/app/@core/core.module.ts

NB_CORE_PROVIDERS
NB_CORE_PROVIDERS: []
Type : []
Default value : [ ...DataModule.forRoot().providers, NbSecurityModule.forRoot({ accessControl: { guest: { view: '*', }, user: { parent: 'guest', create: '*', edit: '*', remove: '*', }, }, }).providers, { provide: NbRoleProvider, useClass: NbSimpleRoleProvider, }, AnalyticsService, ]
socialLinks
socialLinks: []
Type : []
Default value : [ { url: 'https://github.com/akveo/nebular', target: '_blank', icon: 'socicon-github', }, { url: 'https://www.facebook.com/akveo/', target: '_blank', icon: 'socicon-facebook', }, { url: 'https://twitter.com/akveo_inc', target: '_blank', icon: 'socicon-twitter', }, ]

src/app/pages/pages.module.ts

PAGES_COMPONENTS
PAGES_COMPONENTS: []
Type : []
Default value : [ PagesComponent, ]

src/app/config/env/production.ts

ProductionConfigConst
ProductionConfigConst: object
Type : object
Default value : { server: { host: 'http://localhost', port: '3000', baseApi: '/api', get serverBaseURL() { return `${this.host}:${this.port}${this.baseApi}` }, }, }

src/app/pages/miscellaneous/miscellaneous-routing.module.ts

routedComponents
routedComponents: []
Type : []
Default value : [ MiscellaneousComponent, NotFoundComponent, ]

src/app/@core/data/data.module.ts

SERVICES
SERVICES: []
Type : []
Default value : [ UserService, ElectricityService, StateService, SmartTableService, PlayerService, ]

src/app/pages/reviews/list/table.config.ts

TABLE_CONFIG
TABLE_CONFIG: object
Type : object
Default value : { add: { addButtonContent: '<i class="nb-plus"></i>', createButtonContent: '<i class="nb-checkmark"></i>', cancelButtonContent: '<i class="nb-close"></i>', }, edit: { editButtonContent: '<i class="nb-edit"></i>', saveButtonContent: '<i class="nb-checkmark"></i>', cancelButtonContent: '<i class="nb-close"></i>', }, delete: { deleteButtonContent: '<i class="nb-trash"></i>', confirmDelete: true, }, actions: { add: true, edit: true, delete: true }, columns: { name: { title: 'عنوان', type: 'string', }, status: { title: 'وضعیت', type: 'string', }, createdAt: { title: 'تاریخ ثبت نام', type: 'date', }, }, }

src/app/pages/users/list/table.config.ts

TABLE_CONFIG
TABLE_CONFIG: object
Type : object
Default value : { mode: 'external', add: { addButtonContent: '<i class="nb-plus"></i>', createButtonContent: '<i class="nb-checkmark"></i>', cancelButtonContent: '<i class="nb-close"></i>', }, edit: { editButtonContent: '<i class="nb-edit"></i>', saveButtonContent: '<i class="nb-checkmark"></i>', cancelButtonContent: '<i class="nb-close"></i>', confirmSave: true }, delete: { deleteButtonContent: '<i class="nb-trash"></i>', confirmDelete: true, }, actions: { add: true, edit: true, delete: true, }, columns: { id: { title: 'id', type: 'string', }, name: { title: 'نام', type: 'string', }, createdAt: { title: 'تاریخ ثبت نام', type: 'date', } }, }

src/app/app.component.ts

TOKEN_KEY
TOKEN_KEY:
Default value : makeStateKey<string>('token')
USER_KEY
USER_KEY:
Default value : makeStateKey<string>('user')

src/app/@theme/components/auth/login/login.component.ts

USER_KEY
USER_KEY:
Default value : makeStateKey<string>('user')

src/environments/version.ts

VERSION
VERSION: object
Type : object
Default value : { "dirty": true, "raw": "v1.12-3-g1d9ebeb-dirty", "hash": "g1d9ebeb", "distance": 3, "tag": "v1.12", "semver": null, "suffix": "3-g1d9ebeb-dirty", "semverString": "", "version": "1.13.7" }

src/app/pages/dashboard/temperature/temperature-dragger/temperature-dragger.component.ts

VIEW_BOX_SIZE
VIEW_BOX_SIZE: number
Type : number
Default value : 300

results matching ""

    No results matching ""