generated from Tinkoff/angular-open-source-starter
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(deps): update taiga-ui * chore: fix --------- Co-authored-by: splincode <[email protected]>
- Loading branch information
1 parent
b881889
commit 037897d
Showing
28 changed files
with
457 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
// eslint-disable-next-line no-restricted-syntax | ||
export const enum TuiDemoPath { | ||
Stackblitz = `stackblitz`, | ||
Anchors = `anchors`, | ||
Changelog = `changelog`, | ||
StarterKit = `starter-kit`, | ||
ColorPicker = `color-picker`, | ||
ColorPickerTool = `custom-tool/color-picker`, | ||
EmbedHtml5 = `embed/html5`, | ||
EmbedIframe = `embed/iframe`, | ||
EmbedYoutube = `embed/youtube`, | ||
Focus = `focus`, | ||
Font = `font`, | ||
Anchors = `anchors`, | ||
Groups = `groups`, | ||
Focus = `focus`, | ||
UploadFiles = `upload-files`, | ||
HighlightCode = `highlight/code`, | ||
HighlightText = `highlight/text`, | ||
ImagesPreview = `images/preview`, | ||
ImagesResizable = `images/resizable`, | ||
ImagesUpload = `images/upload`, | ||
PasteEmojiTool = `custom-tool/paste-emoji`, | ||
ColorPickerTool = `custom-tool/color-picker`, | ||
PasteImageTool = `custom-tool/paste-image`, | ||
HighlightText = `highlight/text`, | ||
HighlightCode = `highlight/code`, | ||
ProcessingLegacyHtml = `processing/legacy-html`, | ||
ProcessingCleanupHtml = `processing/cleanup-html`, | ||
ProcessingLegacyHtml = `processing/legacy-html`, | ||
ProcessingMarkdown = `processing/markdown`, | ||
ImagesResizable = `images/resizable`, | ||
ImagesPreview = `images/preview`, | ||
ImagesUpload = `images/upload`, | ||
EmbedYoutube = `embed/youtube`, | ||
EmbedIframe = `embed/iframe`, | ||
EmbedHtml5 = `embed/html5`, | ||
Stackblitz = `stackblitz`, | ||
StarterKit = `starter-kit`, | ||
UploadFiles = `upload-files`, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
export const defaultEditorColors = new Map([ | ||
[`transparent`, `transparent`], | ||
[`color-black-300`, `#333333`], | ||
[`color-black-200`, `#666666`], | ||
[`color-black-100`, `#909090`], | ||
[`color-yellow-100`, `#FFDD2C`], | ||
[`color-yellow-200`, `#FCC521`], | ||
[`color-yellow-300`, `#FAB618`], | ||
[`color-black-200`, `#666666`], | ||
[`color-black-300`, `#333333`], | ||
[`color-blue-100`, `#1771e6`], | ||
[`color-blue-200`, `#1464cc`], | ||
[`color-blue-300`, `#0953b3`], | ||
[`color-gray-100`, `#f5f5f6`], | ||
[`color-gray-200`, `#e7e8ea`], | ||
[`color-gray-300`, `#cbcfd3`], | ||
[`color-gray-400`, `#959ba4`], | ||
[`color-gray-500`, `#79818c`], | ||
[`color-gray-600`, `#616871`], | ||
[`color-light-blue-100`, `#ecf1f7`], | ||
[`color-light-blue-200`, `#e4ebf3`], | ||
[`color-light-blue-300`, `#dde4ed`], | ||
[`color-blue-100`, `#1771e6`], | ||
[`color-blue-200`, `#1464cc`], | ||
[`color-blue-300`, `#0953b3`], | ||
[`color-green-100`, `#39b54a`], | ||
[`color-green-200`, `#2ca53a`], | ||
[`color-green-300`, `#168a21`], | ||
[`color-light-blue-100`, `#ecf1f7`], | ||
[`color-light-blue-200`, `#e4ebf3`], | ||
[`color-light-blue-300`, `#dde4ed`], | ||
[`color-red-100`, `#e01f19`], | ||
[`color-red-200`, `#d3120e`], | ||
[`color-red-300`, `#c40b08`], | ||
[`color-yellow-100`, `#FFDD2C`], | ||
[`color-yellow-200`, `#FCC521`], | ||
[`color-yellow-300`, `#FAB618`], | ||
[`transparent`, `transparent`], | ||
]); | ||
|
||
export const EDITOR_BLANK_COLOR = `rgb(51, 51, 51)`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
// TODO: change type in v4.0 | ||
// eslint-disable-next-line no-restricted-syntax | ||
export enum TuiEditorTool { | ||
Undo = `undo`, | ||
Align = `justify`, | ||
Anchor = `anchor`, | ||
Size = `fontSize`, | ||
Attach = `attach`, | ||
Bold = `bold`, | ||
Italic = `italic`, | ||
Underline = `underline`, | ||
Strikethrough = `strikeThrough`, | ||
Align = `justify`, | ||
List = `list`, | ||
Quote = `quote`, | ||
Color = `foreColor`, | ||
Hilite = `hiliteColor`, | ||
Clear = `clear`, | ||
Link = `link`, | ||
Attach = `attach`, | ||
Tex = `tex`, // Todo | ||
Code = `code`, | ||
Img = `image`, | ||
Color = `foreColor`, | ||
Details = `details`, | ||
Group = `group`, | ||
HR = `insertHorizontalRule`, | ||
Sup = `superscript`, | ||
Sub = `subscript`, | ||
Table = `insertTable`, | ||
Hilite = `hiliteColor`, | ||
Img = `image`, | ||
Italic = `italic`, | ||
Link = `link`, | ||
List = `list`, | ||
MergeCells = `mergeCells`, | ||
SplitCells = `splitCells`, | ||
Quote = `quote`, | ||
RowsColumnsManaging = `rowsColumnsManaging`, | ||
Details = `details`, | ||
Group = `group`, | ||
Size = `fontSize`, | ||
SplitCells = `splitCells`, | ||
Strikethrough = `strikeThrough`, | ||
Sub = `subscript`, | ||
Sup = `superscript`, | ||
Table = `insertTable`, | ||
Tex = `tex`, // Todo | ||
Underline = `underline`, | ||
Undo = `undo`, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
libs/tui-editor/extensions/iframe-editor/iframe-editor.options.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.