Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/b4rtaz/t3mpl-editor
/ functions
Functions
218 in github.com/b4rtaz/t3mpl-editor
⨍
Functions
218
◇
Types & classes
123
Method
constructor
( private readonly stateService: StateService, private readonly confirmPopupService: ConfirmPopupService,
src/app/editor/sidebar/sidebar-menu.component.ts:23
Method
constructor
( private readonly stateService: StateService)
src/app/editor/sidebar/properties/collection-property.component.ts:22
Method
constructor
( private readonly stateService: StateService)
src/app/editor/sidebar/properties/color-property.component.ts:20
Method
constructor
( private readonly stateService: StateService, private readonly markdownEditorPopupService: MarkdownEditor
src/app/editor/sidebar/properties/markdown-property.component.ts:22
Method
constructor
( private readonly stateService: StateService)
src/app/editor/sidebar/properties/text-property.component.ts:20
Method
constructor
( private readonly stateService: StateService)
src/app/editor/sidebar/properties/datetime-property.component.ts:23
Method
constructor
( private readonly stateService: StateService, private readonly htmlEditorPopupService: HtmlEditorPopupSer
src/app/editor/sidebar/properties/html-property.component.ts:22
Method
constructor
( private readonly stateService: StateService)
src/app/editor/sidebar/properties/boolean-property.component.ts:20
Method
constructor
( private readonly stateService: StateService)
src/app/editor/sidebar/properties/choice-property.component.ts:21
Method
constructor
( private readonly stateService: StateService, private readonly imagePickerService: ImagePickerPopupServic
src/app/editor/sidebar/properties/image-property.component.ts:29
Method
constructor
( private readonly stateService: StateService, private readonly translate: TranslateService)
src/app/editor/sidebar/configuration/configuration.component.ts:20
Method
constructor
( private readonly factoryResolver: ComponentFactoryResolver)
src/app/editor/popups/popup.service.ts:10
Method
constructor
( private readonly el: ElementRef<HTMLElement>)
src/app/editor/popups/scroll-down.directive.ts:11
Method
constructor
( private readonly popupService: PopupService)
src/app/editor/popups/confirm/confirm-popup.service.ts:11
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/image-picker/image-picker-popup.component.ts:28
Method
constructor
( private readonly popupService: PopupService)
src/app/editor/popups/image-picker/image-picker-popup.service.ts:10
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/template-info/template-info-popup.component.ts:17
Method
constructor
( private readonly popupService: PopupService)
src/app/editor/popups/template-info/template-info-popup.service.ts:9
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/html-editor/html-editor-popup.component.ts:22
Method
constructor
( private readonly popupService: PopupService)
src/app/editor/popups/html-editor/html-editor-popup.service.ts:10
Method
constructor
( private readonly popupService: PopupService)
src/app/editor/popups/import/import-popup.service.ts:10
Method
constructor
( private readonly templateImporter: TemplateImporter, private readonly dataImporter: DataImporter)
src/app/editor/popups/import/import-popup.component.ts:22
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/import/importers/template-importer.ts:13
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/import/importers/data-importer.ts:13
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/loader/loader-popup.component.ts:23
Method
constructor
( private readonly popupService: PopupService)
src/app/editor/popups/loader/loader-popup.service.ts:10
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/markdown-editor/markdown-editor-popup.component.ts:25
Method
constructor
( private readonly popupService: PopupService)
src/app/editor/popups/markdown-editor/markdown-editor-popup.service.ts:10
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/uploader/uploader-popup.component.ts:18
Method
constructor
( private readonly popupService: PopupService)
src/app/editor/popups/uploader/uploader-popup.service.ts:9
Method
constructor
( private readonly popupService: PopupService)
src/app/editor/popups/export/export-popup.service.ts:10
Method
constructor
( private readonly stateService: StateService, private readonly releaseZipGenerator: ReleaseZipGenerator,
src/app/editor/popups/export/export-popup.component.ts:30
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/export/generators/relase-zip-generator.ts:17
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/export/generators/template-zip-generator.ts:14
Method
constructor
( private readonly stateService: StateService)
src/app/editor/popups/export/generators/data-zip-generator.ts:16
Method
constructor
( private readonly stateService: StateService, private readonly templatePreviewRenderer: TemplatePreviewRe
src/app/editor/preview/preview.component.ts:26
Method
constructor
( private readonly stateService: StateService)
src/app/editor/preview/data-preview-renderer.ts:9
Method
constructor
( private readonly stateService: StateService)
src/app/editor/preview/template-preview-renderer.ts:12
Method
constructor
( private readonly stateService: StateService)
src/app/editor/preview/page-tabs.component.ts:17
Method
deleteItem
(index: number)
src/app/editor/sidebar/properties/collection-property.component.ts:44
Method
edit
()
src/app/editor/sidebar/properties/markdown-property.component.ts:33
Method
edit
()
src/app/editor/sidebar/properties/html-property.component.ts:33
Method
edit
(filePath: string)
src/app/editor/popups/html-editor/html-editor-popup.service.ts:14
Method
edit
(filePath: string)
src/app/editor/popups/markdown-editor/markdown-editor-popup.service.ts:14
Method
exploreTemplates
()
src/app/editor/sidebar/sidebar-menu.component.ts:101
Method
generate
()
src/app/editor/popups/export/generators/relase-zip-generator.ts:21
Method
generate
()
src/app/editor/popups/export/generators/template-zip-generator.ts:18
Method
import
()
src/app/editor/popups/import/import-popup.component.ts:34
Method
import
(file: File)
src/app/editor/popups/import/importers/template-importer.ts:17
Method
import
(file: File)
src/app/editor/popups/import/importers/data-importer.ts:17
Method
importData
()
src/app/editor/sidebar/sidebar-menu.component.ts:72
Method
importTemplate
()
src/app/editor/sidebar/sidebar-menu.component.ts:64
Method
load
(templateSource: TemplateSource)
src/app/editor/popups/loader/loader-popup.service.ts:14
Method
moveItem
(dataPath: string, oldIndex: number, newIndex: number)
src/app/editor/state.service.ts:128
Method
moveItem
(index: number, direction: number)
src/app/editor/sidebar/properties/collection-property.component.ts:49
Method
ngOnChanges
(changes: SimpleChanges)
src/app/editor/editor.component.ts:37
Method
ngOnChanges
(changes: SimpleChanges)
src/app/editor/sidebar/properties/properties.component.ts:21
Method
ngOnChanges
()
src/app/editor/popups/scroll-down.directive.ts:15
Method
ngOnDestroy
()
src/app/editor/preview/preview.component.ts:48
Method
ngOnInit
()
src/app/app.component.ts:20
Method
ngOnInit
()
src/app/editor/editor.component.ts:28
Method
ngOnInit
()
src/app/editor/sidebar/dropdown.directive.ts:18
Method
ngOnInit
()
src/app/editor/sidebar/sidebar.component.ts:23
Method
ngOnInit
()
src/app/editor/sidebar/sections.component.ts:18
Method
ngOnInit
()
src/app/editor/sidebar/sidebar-menu.component.ts:33
Method
ngOnInit
()
src/app/editor/sidebar/properties/collection-property.component.ts:26
Method
ngOnInit
()
src/app/editor/sidebar/properties/properties.component.ts:17
Method
ngOnInit
()
src/app/editor/sidebar/properties/color-property.component.ts:24
Method
ngOnInit
()
src/app/editor/sidebar/properties/markdown-property.component.ts:27
Method
ngOnInit
()
src/app/editor/sidebar/properties/text-property.component.ts:24
Method
ngOnInit
()
src/app/editor/sidebar/properties/datetime-property.component.ts:27
Method
ngOnInit
()
src/app/editor/sidebar/properties/html-property.component.ts:27
Method
ngOnInit
()
src/app/editor/sidebar/properties/boolean-property.component.ts:24
Method
ngOnInit
()
src/app/editor/sidebar/properties/choice-property.component.ts:25
Method
ngOnInit
()
src/app/editor/sidebar/properties/image-property.component.ts:35
Method
ngOnInit
()
src/app/editor/sidebar/configuration/configuration.component.ts:25
Method
ngOnInit
()
src/app/editor/popups/confirm/confirm-popup.component.ts:23
Method
ngOnInit
()
src/app/editor/popups/image-picker/image-picker-popup.component.ts:32
Method
ngOnInit
()
src/app/editor/popups/template-info/template-info-popup.component.ts:21
Method
ngOnInit
()
src/app/editor/popups/html-editor/html-editor-popup.component.ts:26
Method
ngOnInit
()
src/app/editor/popups/loader/loader-popup.component.ts:27
Method
ngOnInit
()
src/app/editor/popups/markdown-editor/markdown-editor-popup.component.ts:29
Method
ngOnInit
()
src/app/editor/popups/uploader/uploader-popup.component.ts:22
Method
ngOnInit
()
src/app/editor/popups/export/export-popup.component.ts:37
Method
ngOnInit
()
src/app/editor/preview/preview.component.ts:32
Method
ngOnInit
()
src/app/editor/preview/page-tabs.component.ts:21
Method
ok
(title: string, message: string)
src/app/editor/popups/confirm/confirm-popup.service.ts:15
Method
onBaseUrlChanged
(text?: string)
src/app/editor/sidebar/configuration/configuration.component.ts:45
Method
onChanged
(value: string)
src/app/editor/sidebar/properties/color-property.component.ts:29
Method
onChanged
(value: string)
src/app/editor/sidebar/properties/text-property.component.ts:29
Method
onChanged
(value: boolean)
src/app/editor/sidebar/properties/boolean-property.component.ts:29
Method
onChanged
(event: Event)
src/app/editor/popups/image-picker/image-picker-popup.component.ts:39
Method
onChanged
(event: Event)
src/app/editor/popups/import/import-popup.component.ts:27
Method
onDateChanged
(value: string)
src/app/editor/sidebar/properties/datetime-property.component.ts:41
Method
onHashChanged
()
src/app/app.component.ts:27
Method
onItemChanged
(itemIndex: number)
src/app/editor/sidebar/sidebar.component.ts:52
Method
onPagePathStrategyChanged
(strategy: PagePathStrategy)
src/app/editor/sidebar/configuration/configuration.component.ts:39
Function
onPrepare
()
e2e/protractor.conf.js:26
Method
onTimeChanged
(value: string)
src/app/editor/sidebar/properties/datetime-property.component.ts:46
Method
onValueChanged
(value: string)
src/app/editor/sidebar/properties/choice-property.component.ts:38
← previous
next →
101–200 of 218, ranked by callers