jodit-pro 2.0.0-beta.12 → 2.0.0-beta.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es2015/jodit.css +19 -1
- package/es2015/jodit.fat.min.css +1 -1
- package/es2015/jodit.fat.min.js +2 -2
- package/es2015/jodit.js +2121 -105
- package/es2015/jodit.min.css +1 -1
- package/es2015/jodit.min.js +2 -2
- package/es2015/plugins/autocomplete/autocomplete.js +2 -448
- package/es2015/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es2015/plugins/backup/backup.css +1 -1
- package/es2015/plugins/backup/backup.js +24 -19
- package/es2015/plugins/backup/backup.min.js +2 -2
- package/es2015/plugins/button-generator/button-generator.css +1 -1
- package/es2015/plugins/button-generator/button-generator.js +55 -46
- package/es2015/plugins/button-generator/button-generator.min.js +2 -2
- package/es2015/plugins/change-case/change-case.js +10 -7
- package/es2015/plugins/change-case/change-case.min.js +2 -2
- package/es2015/plugins/color-picker/color-picker.css +1 -1
- package/es2015/plugins/color-picker/color-picker.js +10 -8
- package/es2015/plugins/color-picker/color-picker.min.js +2 -2
- package/es2015/plugins/emoji/emoji.css +1 -1
- package/es2015/plugins/emoji/emoji.js +20 -15
- package/es2015/plugins/emoji/emoji.min.js +2 -2
- package/es2015/plugins/export-docs/export-docs.js +9 -6
- package/es2015/plugins/export-docs/export-docs.min.js +2 -2
- package/es2015/plugins/finder/finder.css +6 -6
- package/es2015/plugins/finder/finder.js +215 -199
- package/es2015/plugins/finder/finder.min.css +1 -1
- package/es2015/plugins/finder/finder.min.js +2 -2
- package/es2015/plugins/google-maps/google-maps.css +1 -1
- package/es2015/plugins/google-maps/google-maps.js +149 -116
- package/es2015/plugins/google-maps/google-maps.min.js +2 -2
- package/es2015/plugins/google-search/google-search.js +7 -4
- package/es2015/plugins/google-search/google-search.min.js +2 -2
- package/es2015/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es2015/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es2015/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2015/plugins/iframe-editor/iframe-editor.js +17 -14
- package/es2015/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es2015/plugins/keyboard/keyboard.css +1 -1
- package/es2015/plugins/keyboard/keyboard.js +36 -19
- package/es2015/plugins/keyboard/keyboard.min.js +2 -2
- package/es2015/plugins/mobile-view/mobile-view.js +13 -10
- package/es2015/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2015/plugins/page-break/page-break.js +9 -6
- package/es2015/plugins/page-break/page-break.min.js +2 -2
- package/es2015/plugins/paste-code/paste-code.css +1 -1
- package/es2015/plugins/paste-code/paste-code.js +9 -6
- package/es2015/plugins/paste-code/paste-code.min.js +2 -2
- package/es2015/plugins/paste-from-word/paste-from-word.js +2 -1516
- package/es2015/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es2015/plugins/show-blocks/show-blocks.js +15 -10
- package/es2015/plugins/show-blocks/show-blocks.min.js +2 -2
- package/es2015/plugins/todo-list/todo-list.css +1 -1
- package/es2015/plugins/todo-list/todo-list.js +7 -4
- package/es2015/plugins/todo-list/todo-list.min.js +2 -2
- package/es2015/plugins/translate/translate.css +1 -1
- package/es2015/plugins/translate/translate.js +16 -10
- package/es2015/plugins/translate/translate.min.js +2 -2
- package/es2015/plugins/tune-block/tune-block.css +1 -1
- package/es2015/plugins/tune-block/tune-block.js +3 -3
- package/es2015/plugins/tune-block/tune-block.min.js +2 -2
- package/es2018/jodit.css +19 -1
- package/es2018/jodit.fat.min.css +1 -1
- package/es2018/jodit.fat.min.js +2 -2
- package/es2018/jodit.js +2119 -105
- package/es2018/jodit.min.css +1 -1
- package/es2018/jodit.min.js +2 -2
- package/es2018/plugins/autocomplete/autocomplete.js +2 -446
- package/es2018/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es2018/plugins/backup/backup.css +1 -1
- package/es2018/plugins/backup/backup.js +24 -19
- package/es2018/plugins/backup/backup.min.js +2 -2
- package/es2018/plugins/button-generator/button-generator.css +1 -1
- package/es2018/plugins/button-generator/button-generator.js +55 -46
- package/es2018/plugins/button-generator/button-generator.min.js +2 -2
- package/es2018/plugins/change-case/change-case.js +10 -7
- package/es2018/plugins/change-case/change-case.min.js +2 -2
- package/es2018/plugins/color-picker/color-picker.css +1 -1
- package/es2018/plugins/color-picker/color-picker.js +10 -8
- package/es2018/plugins/color-picker/color-picker.min.js +2 -2
- package/es2018/plugins/emoji/emoji.css +1 -1
- package/es2018/plugins/emoji/emoji.js +20 -15
- package/es2018/plugins/emoji/emoji.min.js +2 -2
- package/es2018/plugins/export-docs/export-docs.js +9 -6
- package/es2018/plugins/export-docs/export-docs.min.js +2 -2
- package/es2018/plugins/finder/finder.css +6 -6
- package/es2018/plugins/finder/finder.js +214 -198
- package/es2018/plugins/finder/finder.min.css +1 -1
- package/es2018/plugins/finder/finder.min.js +2 -2
- package/es2018/plugins/google-maps/google-maps.css +1 -1
- package/es2018/plugins/google-maps/google-maps.js +131 -98
- package/es2018/plugins/google-maps/google-maps.min.js +2 -2
- package/es2018/plugins/google-search/google-search.js +7 -4
- package/es2018/plugins/google-search/google-search.min.js +2 -2
- package/es2018/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es2018/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es2018/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2018/plugins/iframe-editor/iframe-editor.js +17 -14
- package/es2018/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es2018/plugins/keyboard/keyboard.css +1 -1
- package/es2018/plugins/keyboard/keyboard.js +36 -19
- package/es2018/plugins/keyboard/keyboard.min.js +2 -2
- package/es2018/plugins/mobile-view/mobile-view.js +13 -10
- package/es2018/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2018/plugins/page-break/page-break.js +9 -6
- package/es2018/plugins/page-break/page-break.min.js +2 -2
- package/es2018/plugins/paste-code/paste-code.css +1 -1
- package/es2018/plugins/paste-code/paste-code.js +9 -6
- package/es2018/plugins/paste-code/paste-code.min.js +2 -2
- package/es2018/plugins/paste-from-word/paste-from-word.js +2 -1516
- package/es2018/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es2018/plugins/show-blocks/show-blocks.js +15 -10
- package/es2018/plugins/show-blocks/show-blocks.min.js +2 -2
- package/es2018/plugins/todo-list/todo-list.css +1 -1
- package/es2018/plugins/todo-list/todo-list.js +7 -4
- package/es2018/plugins/todo-list/todo-list.min.js +2 -2
- package/es2018/plugins/translate/translate.css +1 -1
- package/es2018/plugins/translate/translate.js +16 -10
- package/es2018/plugins/translate/translate.min.js +2 -2
- package/es2018/plugins/tune-block/tune-block.css +1 -1
- package/es2018/plugins/tune-block/tune-block.js +3 -3
- package/es2018/plugins/tune-block/tune-block.min.js +2 -2
- package/es2021/jodit.css +19 -1
- package/es2021/jodit.fat.min.css +1 -1
- package/es2021/jodit.fat.min.js +2 -2
- package/es2021/jodit.js +2098 -104
- package/es2021/jodit.min.css +1 -1
- package/es2021/jodit.min.js +2 -2
- package/es2021/plugins/autocomplete/autocomplete.js +2 -438
- package/es2021/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es2021/plugins/backup/backup.css +1 -1
- package/es2021/plugins/backup/backup.js +24 -19
- package/es2021/plugins/backup/backup.min.js +2 -2
- package/es2021/plugins/button-generator/button-generator.css +1 -1
- package/es2021/plugins/button-generator/button-generator.js +55 -46
- package/es2021/plugins/button-generator/button-generator.min.js +2 -2
- package/es2021/plugins/change-case/change-case.js +10 -7
- package/es2021/plugins/change-case/change-case.min.js +2 -2
- package/es2021/plugins/color-picker/color-picker.css +1 -1
- package/es2021/plugins/color-picker/color-picker.js +10 -8
- package/es2021/plugins/color-picker/color-picker.min.js +2 -2
- package/es2021/plugins/emoji/emoji.css +1 -1
- package/es2021/plugins/emoji/emoji.js +20 -15
- package/es2021/plugins/emoji/emoji.min.js +2 -2
- package/es2021/plugins/export-docs/export-docs.js +9 -6
- package/es2021/plugins/export-docs/export-docs.min.js +2 -2
- package/es2021/plugins/finder/finder.css +6 -6
- package/es2021/plugins/finder/finder.js +214 -198
- package/es2021/plugins/finder/finder.min.css +1 -1
- package/es2021/plugins/finder/finder.min.js +2 -2
- package/es2021/plugins/google-maps/google-maps.css +1 -1
- package/es2021/plugins/google-maps/google-maps.js +131 -98
- package/es2021/plugins/google-maps/google-maps.min.js +2 -2
- package/es2021/plugins/google-search/google-search.js +7 -4
- package/es2021/plugins/google-search/google-search.min.js +2 -2
- package/es2021/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es2021/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es2021/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2021/plugins/iframe-editor/iframe-editor.js +17 -14
- package/es2021/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es2021/plugins/keyboard/keyboard.css +1 -1
- package/es2021/plugins/keyboard/keyboard.js +36 -19
- package/es2021/plugins/keyboard/keyboard.min.js +2 -2
- package/es2021/plugins/mobile-view/mobile-view.js +13 -10
- package/es2021/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2021/plugins/page-break/page-break.js +9 -6
- package/es2021/plugins/page-break/page-break.min.js +2 -2
- package/es2021/plugins/paste-code/paste-code.css +1 -1
- package/es2021/plugins/paste-code/paste-code.js +9 -6
- package/es2021/plugins/paste-code/paste-code.min.js +2 -2
- package/es2021/plugins/paste-from-word/paste-from-word.js +2 -1503
- package/es2021/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es2021/plugins/show-blocks/show-blocks.js +15 -10
- package/es2021/plugins/show-blocks/show-blocks.min.js +2 -2
- package/es2021/plugins/todo-list/todo-list.css +1 -1
- package/es2021/plugins/todo-list/todo-list.js +7 -4
- package/es2021/plugins/todo-list/todo-list.min.js +2 -2
- package/es2021/plugins/translate/translate.css +1 -1
- package/es2021/plugins/translate/translate.js +16 -10
- package/es2021/plugins/translate/translate.min.js +2 -2
- package/es2021/plugins/tune-block/tune-block.css +1 -1
- package/es2021/plugins/tune-block/tune-block.js +3 -3
- package/es2021/plugins/tune-block/tune-block.min.js +2 -2
- package/es2021.en/jodit.css +19 -1
- package/es2021.en/jodit.fat.min.css +1 -1
- package/es2021.en/jodit.fat.min.js +2 -2
- package/es2021.en/jodit.js +2098 -104
- package/es2021.en/jodit.min.css +1 -1
- package/es2021.en/jodit.min.js +2 -2
- package/es2021.en/plugins/autocomplete/autocomplete.js +2 -438
- package/es2021.en/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es2021.en/plugins/backup/backup.css +1 -1
- package/es2021.en/plugins/backup/backup.js +24 -19
- package/es2021.en/plugins/backup/backup.min.js +2 -2
- package/es2021.en/plugins/button-generator/button-generator.css +1 -1
- package/es2021.en/plugins/button-generator/button-generator.js +55 -46
- package/es2021.en/plugins/button-generator/button-generator.min.js +2 -2
- package/es2021.en/plugins/change-case/change-case.js +10 -7
- package/es2021.en/plugins/change-case/change-case.min.js +2 -2
- package/es2021.en/plugins/color-picker/color-picker.css +1 -1
- package/es2021.en/plugins/color-picker/color-picker.js +10 -8
- package/es2021.en/plugins/color-picker/color-picker.min.js +2 -2
- package/es2021.en/plugins/emoji/emoji.css +1 -1
- package/es2021.en/plugins/emoji/emoji.js +20 -15
- package/es2021.en/plugins/emoji/emoji.min.js +2 -2
- package/es2021.en/plugins/export-docs/export-docs.js +9 -6
- package/es2021.en/plugins/export-docs/export-docs.min.js +2 -2
- package/es2021.en/plugins/finder/finder.css +6 -6
- package/es2021.en/plugins/finder/finder.js +214 -198
- package/es2021.en/plugins/finder/finder.min.css +1 -1
- package/es2021.en/plugins/finder/finder.min.js +2 -2
- package/es2021.en/plugins/google-maps/google-maps.css +1 -1
- package/es2021.en/plugins/google-maps/google-maps.js +131 -98
- package/es2021.en/plugins/google-maps/google-maps.min.js +2 -2
- package/es2021.en/plugins/google-search/google-search.js +7 -4
- package/es2021.en/plugins/google-search/google-search.min.js +2 -2
- package/es2021.en/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es2021.en/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es2021.en/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es2021.en/plugins/iframe-editor/iframe-editor.js +17 -14
- package/es2021.en/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es2021.en/plugins/keyboard/keyboard.css +1 -1
- package/es2021.en/plugins/keyboard/keyboard.js +36 -19
- package/es2021.en/plugins/keyboard/keyboard.min.js +2 -2
- package/es2021.en/plugins/mobile-view/mobile-view.js +13 -10
- package/es2021.en/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es2021.en/plugins/page-break/page-break.js +9 -6
- package/es2021.en/plugins/page-break/page-break.min.js +2 -2
- package/es2021.en/plugins/paste-code/paste-code.css +1 -1
- package/es2021.en/plugins/paste-code/paste-code.js +9 -6
- package/es2021.en/plugins/paste-code/paste-code.min.js +2 -2
- package/es2021.en/plugins/paste-from-word/paste-from-word.js +2 -1503
- package/es2021.en/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es2021.en/plugins/show-blocks/show-blocks.js +15 -10
- package/es2021.en/plugins/show-blocks/show-blocks.min.js +2 -2
- package/es2021.en/plugins/todo-list/todo-list.css +1 -1
- package/es2021.en/plugins/todo-list/todo-list.js +7 -4
- package/es2021.en/plugins/todo-list/todo-list.min.js +2 -2
- package/es2021.en/plugins/translate/translate.css +1 -1
- package/es2021.en/plugins/translate/translate.js +16 -10
- package/es2021.en/plugins/translate/translate.min.js +2 -2
- package/es2021.en/plugins/tune-block/tune-block.css +1 -1
- package/es2021.en/plugins/tune-block/tune-block.js +3 -3
- package/es2021.en/plugins/tune-block/tune-block.min.js +2 -2
- package/es5/jodit.css +30 -51
- package/es5/jodit.fat.min.css +1 -1
- package/es5/jodit.fat.min.js +2 -2
- package/es5/jodit.js +2320 -108
- package/es5/jodit.min.css +3 -3
- package/es5/jodit.min.js +2 -2
- package/es5/plugins/autocomplete/autocomplete.js +2 -511
- package/es5/plugins/autocomplete/autocomplete.min.js +2 -2
- package/es5/plugins/backup/backup.css +1 -1
- package/es5/plugins/backup/backup.js +26 -21
- package/es5/plugins/backup/backup.min.js +2 -2
- package/es5/plugins/button-generator/button-generator.css +1 -1
- package/es5/plugins/button-generator/button-generator.js +59 -50
- package/es5/plugins/button-generator/button-generator.min.js +2 -2
- package/es5/plugins/change-case/change-case.js +10 -7
- package/es5/plugins/change-case/change-case.min.js +2 -2
- package/es5/plugins/color-picker/color-picker.css +1 -1
- package/es5/plugins/color-picker/color-picker.js +11 -9
- package/es5/plugins/color-picker/color-picker.min.js +2 -2
- package/es5/plugins/emoji/emoji.css +1 -1
- package/es5/plugins/emoji/emoji.js +20 -15
- package/es5/plugins/emoji/emoji.min.js +2 -2
- package/es5/plugins/export-docs/export-docs.js +9 -6
- package/es5/plugins/export-docs/export-docs.min.js +2 -2
- package/es5/plugins/finder/finder.css +6 -6
- package/es5/plugins/finder/finder.js +238 -222
- package/es5/plugins/finder/finder.min.css +1 -1
- package/es5/plugins/finder/finder.min.js +2 -2
- package/es5/plugins/google-maps/google-maps.css +1 -1
- package/es5/plugins/google-maps/google-maps.js +164 -131
- package/es5/plugins/google-maps/google-maps.min.js +2 -2
- package/es5/plugins/google-search/google-search.js +9 -6
- package/es5/plugins/google-search/google-search.min.js +2 -2
- package/es5/plugins/highlight-signature/highlight-signature.js +9 -9
- package/es5/plugins/highlight-signature/highlight-signature.min.js +2 -2
- package/es5/plugins/iframe-editor/iframe-editor.css +1 -1
- package/es5/plugins/iframe-editor/iframe-editor.js +18 -15
- package/es5/plugins/iframe-editor/iframe-editor.min.js +2 -2
- package/es5/plugins/keyboard/keyboard.css +1 -1
- package/es5/plugins/keyboard/keyboard.js +37 -20
- package/es5/plugins/keyboard/keyboard.min.js +2 -2
- package/es5/plugins/mobile-view/mobile-view.js +13 -10
- package/es5/plugins/mobile-view/mobile-view.min.js +2 -2
- package/es5/plugins/page-break/page-break.js +9 -6
- package/es5/plugins/page-break/page-break.min.js +2 -2
- package/es5/plugins/paste-code/paste-code.css +1 -1
- package/es5/plugins/paste-code/paste-code.js +9 -6
- package/es5/plugins/paste-code/paste-code.min.js +2 -2
- package/es5/plugins/paste-from-word/paste-from-word.js +2 -1645
- package/es5/plugins/paste-from-word/paste-from-word.min.js +2 -2
- package/es5/plugins/show-blocks/show-blocks.js +16 -11
- package/es5/plugins/show-blocks/show-blocks.min.js +2 -2
- package/es5/plugins/todo-list/todo-list.css +1 -1
- package/es5/plugins/todo-list/todo-list.js +7 -4
- package/es5/plugins/todo-list/todo-list.min.js +2 -2
- package/es5/plugins/translate/translate.css +1 -1
- package/es5/plugins/translate/translate.js +17 -11
- package/es5/plugins/translate/translate.min.js +2 -2
- package/es5/plugins/tune-block/tune-block.css +1 -1
- package/es5/plugins/tune-block/tune-block.js +3 -3
- package/es5/plugins/tune-block/tune-block.min.js +2 -2
- package/esm/config.d.ts +11 -0
- package/esm/config.js +6 -0
- package/esm/core/ui/form/range/range.d.ts +23 -0
- package/esm/core/ui/form/range/range.js +6 -0
- package/esm/index.d.ts +7 -0
- package/esm/index.js +6 -0
- package/esm/jodit-pro.d.ts +14 -0
- package/esm/jodit-pro.js +6 -0
- package/esm/plugins/autocomplete/autocomplete.d.ts +40 -0
- package/esm/plugins/autocomplete/autocomplete.js +6 -0
- package/esm/plugins/autocomplete/helpers.d.ts +25 -0
- package/esm/plugins/autocomplete/helpers.js +6 -0
- package/esm/plugins/autocomplete/interface.d.ts +19 -0
- package/esm/plugins/autocomplete/interface.js +6 -0
- package/esm/plugins/autocomplete/ui/autocomplete.d.ts +20 -0
- package/esm/plugins/autocomplete/ui/autocomplete.js +6 -0
- package/esm/plugins/autocomplete/ui/item.d.ts +14 -0
- package/esm/plugins/autocomplete/ui/item.js +6 -0
- package/esm/plugins/backup/assets/restore.svg.js +1 -0
- package/esm/plugins/backup/backup.d.ts +29 -0
- package/esm/plugins/backup/backup.js +6 -0
- package/esm/plugins/backup/config.d.ts +18 -0
- package/esm/plugins/backup/config.js +6 -0
- package/esm/plugins/backup/interface.d.ts +14 -0
- package/esm/plugins/backup/interface.js +6 -0
- package/esm/plugins/backup/langs/index.d.ts +6 -0
- package/esm/plugins/backup/langs/index.js +6 -0
- package/esm/plugins/backup/modules/store.d.ts +15 -0
- package/esm/plugins/backup/modules/store.js +6 -0
- package/esm/plugins/backup/ui/box.d.ts +29 -0
- package/esm/plugins/backup/ui/box.js +6 -0
- package/esm/plugins/backup/ui/item.d.ts +17 -0
- package/esm/plugins/backup/ui/item.js +6 -0
- package/esm/plugins/backup/ui/list.d.ts +24 -0
- package/esm/plugins/backup/ui/list.js +6 -0
- package/esm/plugins/button-generator/assets/check.svg.js +1 -0
- package/esm/plugins/button-generator/assets/styles.json +1162 -0
- package/esm/plugins/button-generator/assets/styles.json.js +1 -0
- package/esm/plugins/button-generator/button-generator.d.ts +25 -0
- package/esm/plugins/button-generator/button-generator.js +1 -0
- package/esm/plugins/button-generator/config.d.ts +6 -0
- package/esm/plugins/button-generator/config.js +6 -0
- package/esm/plugins/button-generator/icon.svg.js +1 -0
- package/esm/plugins/button-generator/ui/button/button.d.ts +21 -0
- package/esm/plugins/button-generator/ui/button/button.js +7 -0
- package/esm/plugins/button-generator/ui/form/form.d.ts +20 -0
- package/esm/plugins/button-generator/ui/form/form.js +6 -0
- package/esm/plugins/button-generator/ui/generator/button-generator.d.ts +22 -0
- package/esm/plugins/button-generator/ui/generator/button-generator.js +6 -0
- package/esm/plugins/button-generator/ui/preview/preview.d.ts +22 -0
- package/esm/plugins/button-generator/ui/preview/preview.js +6 -0
- package/esm/plugins/change-case/change-case.d.ts +22 -0
- package/esm/plugins/change-case/change-case.js +6 -0
- package/esm/plugins/change-case/config.d.ts +6 -0
- package/esm/plugins/change-case/config.js +6 -0
- package/esm/plugins/change-case/icon.svg.js +1 -0
- package/esm/plugins/color-picker/color-picker.d.ts +18 -0
- package/esm/plugins/color-picker/color-picker.js +6 -0
- package/esm/plugins/color-picker/ui/input/color-input.d.ts +19 -0
- package/esm/plugins/color-picker/ui/input/color-input.js +6 -0
- package/esm/plugins/emoji/config.d.ts +10 -0
- package/esm/plugins/emoji/config.js +1 -0
- package/esm/plugins/emoji/emoji.d.ts +22 -0
- package/esm/plugins/emoji/emoji.js +6 -0
- package/esm/plugins/emoji/emoji.json +5667 -0
- package/esm/plugins/emoji/emoji.json.js +1 -0
- package/esm/plugins/emoji/emoji.svg.js +1 -0
- package/esm/plugins/emoji/interface.d.ts +24 -0
- package/esm/plugins/emoji/interface.js +6 -0
- package/esm/plugins/emoji/ui/emoji.d.ts +54 -0
- package/esm/plugins/emoji/ui/emoji.js +6 -0
- package/esm/plugins/export-docs/assets/export.svg.js +1 -0
- package/esm/plugins/export-docs/config.d.ts +21 -0
- package/esm/plugins/export-docs/config.js +6 -0
- package/esm/plugins/export-docs/export-docs.d.ts +18 -0
- package/esm/plugins/export-docs/export-docs.js +6 -0
- package/esm/plugins/finder/browser.d.ts +70 -0
- package/esm/plugins/finder/browser.js +6 -0
- package/esm/plugins/finder/config.d.ts +6 -0
- package/esm/plugins/finder/config.js +6 -0
- package/esm/plugins/finder/finder.d.ts +19 -0
- package/esm/plugins/finder/finder.js +6 -0
- package/esm/plugins/finder/helpers/context-menu.d.ts +19 -0
- package/esm/plugins/finder/helpers/context-menu.js +6 -0
- package/esm/plugins/finder/helpers/helpers.d.ts +6 -0
- package/esm/plugins/finder/helpers/helpers.js +6 -0
- package/esm/plugins/finder/helpers/history-manager.d.ts +24 -0
- package/esm/plugins/finder/helpers/history-manager.js +6 -0
- package/esm/plugins/finder/helpers/loading-manager.d.ts +25 -0
- package/esm/plugins/finder/helpers/loading-manager.js +6 -0
- package/esm/plugins/finder/helpers/persistent-store.d.ts +32 -0
- package/esm/plugins/finder/helpers/persistent-store.js +6 -0
- package/esm/plugins/finder/helpers/state-manager.d.ts +21 -0
- package/esm/plugins/finder/helpers/state-manager.js +6 -0
- package/esm/plugins/finder/langs/index.d.ts +7 -0
- package/esm/plugins/finder/langs/ru.d.ts +22 -0
- package/esm/plugins/finder/ui/assets/icons/heart.svg.js +1 -0
- package/esm/plugins/finder/ui/assets/icons/home.svg.js +1 -0
- package/esm/plugins/finder/ui/assets/icons/index.d.ts +1 -0
- package/esm/plugins/finder/ui/assets/icons/index.js +6 -0
- package/esm/plugins/finder/ui/assets/icons/new-folder.svg.js +1 -0
- package/esm/plugins/finder/ui/folder/folder.d.ts +18 -0
- package/esm/plugins/finder/ui/folder/folder.js +6 -0
- package/esm/plugins/finder/ui/header/header.d.ts +21 -0
- package/esm/plugins/finder/ui/header/header.js +6 -0
- package/esm/plugins/finder/ui/item/item.d.ts +24 -0
- package/esm/plugins/finder/ui/item/item.js +6 -0
- package/esm/plugins/finder/ui/lightboox/lightbox.d.ts +27 -0
- package/esm/plugins/finder/ui/lightboox/lightbox.js +6 -0
- package/esm/plugins/finder/ui/panel/panel.d.ts +60 -0
- package/esm/plugins/finder/ui/panel/panel.js +6 -0
- package/esm/plugins/finder/ui/preview/preview.d.ts +25 -0
- package/esm/plugins/finder/ui/preview/preview.js +6 -0
- package/esm/plugins/finder/ui/progress/progress.d.ts +19 -0
- package/esm/plugins/finder/ui/progress/progress.js +6 -0
- package/esm/plugins/finder/ui/settings/settings.d.ts +25 -0
- package/esm/plugins/finder/ui/settings/settings.js +6 -0
- package/esm/plugins/finder/ui/sidebar/sidebar.d.ts +27 -0
- package/esm/plugins/finder/ui/sidebar/sidebar.js +6 -0
- package/esm/plugins/finder/ui/source/source.d.ts +19 -0
- package/esm/plugins/finder/ui/source/source.js +6 -0
- package/esm/plugins/finder/ui/sources/sources.d.ts +15 -0
- package/esm/plugins/finder/ui/sources/sources.js +6 -0
- package/esm/plugins/finder/ui/statusbar/statusbar.d.ts +14 -0
- package/esm/plugins/finder/ui/statusbar/statusbar.js +6 -0
- package/esm/plugins/finder/ui/tree/tree.d.ts +16 -0
- package/esm/plugins/finder/ui/tree/tree.js +6 -0
- package/esm/plugins/finder/ui/virtual-scroll/virtual-scroll.d.ts +32 -0
- package/esm/plugins/finder/ui/virtual-scroll/virtual-scroll.js +6 -0
- package/esm/plugins/google-maps/assets/circle.svg.js +1 -0
- package/esm/plugins/google-maps/assets/hand.svg.js +1 -0
- package/esm/plugins/google-maps/assets/icon.svg.js +1 -0
- package/esm/plugins/google-maps/assets/index.d.ts +6 -0
- package/esm/plugins/google-maps/assets/index.js +6 -0
- package/esm/plugins/google-maps/assets/marker.svg.js +1 -0
- package/esm/plugins/google-maps/assets/polygon.svg.js +1 -0
- package/esm/plugins/google-maps/assets/polyline.svg.js +1 -0
- package/esm/plugins/google-maps/assets/text.svg.js +1 -0
- package/esm/plugins/google-maps/config.d.ts +45 -0
- package/esm/plugins/google-maps/config.js +6 -0
- package/esm/plugins/google-maps/google-maps.d.ts +29 -0
- package/esm/plugins/google-maps/google-maps.js +6 -0
- package/esm/plugins/google-maps/helpers/const.d.ts +7 -0
- package/esm/plugins/google-maps/helpers/const.js +6 -0
- package/esm/plugins/google-maps/helpers/generate-js-script.d.ts +8 -0
- package/esm/plugins/google-maps/helpers/generate-js-script.js +1 -0
- package/esm/plugins/google-maps/helpers/generate-static-elements.d.ts +7 -0
- package/esm/plugins/google-maps/helpers/generate-static-elements.js +6 -0
- package/esm/plugins/google-maps/helpers/helpers.d.ts +14 -0
- package/esm/plugins/google-maps/helpers/helpers.js +6 -0
- package/esm/plugins/google-maps/helpers/static-url.d.ts +7 -0
- package/esm/plugins/google-maps/helpers/static-url.js +6 -0
- package/esm/plugins/google-maps/ui/combo-box/combo-box.d.ts +12 -0
- package/esm/plugins/google-maps/ui/combo-box/combo-box.js +6 -0
- package/esm/plugins/google-maps/ui/editors/base.d.ts +15 -0
- package/esm/plugins/google-maps/ui/editors/base.js +6 -0
- package/esm/plugins/google-maps/ui/editors/index.d.ts +8 -0
- package/esm/plugins/google-maps/ui/editors/index.js +6 -0
- package/esm/plugins/google-maps/ui/editors/marker/marker.d.ts +10 -0
- package/esm/plugins/google-maps/ui/editors/marker/marker.js +6 -0
- package/esm/plugins/google-maps/ui/editors/polygon/polygon.d.ts +10 -0
- package/esm/plugins/google-maps/ui/editors/polygon/polygon.js +6 -0
- package/esm/plugins/google-maps/ui/editors/polyline/polyline.d.ts +10 -0
- package/esm/plugins/google-maps/ui/editors/polyline/polyline.js +6 -0
- package/esm/plugins/google-maps/ui/index.d.ts +10 -0
- package/esm/plugins/google-maps/ui/index.js +6 -0
- package/esm/plugins/google-maps/ui/map/map.d.ts +39 -0
- package/esm/plugins/google-maps/ui/map/map.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/add-new-in-state.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/index.d.ts +10 -0
- package/esm/plugins/google-maps/ui/map/modules/index.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/on-change-geometries.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/open-props-dialog.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/remove-element.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/remove-element.js +6 -0
- package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +8 -0
- package/esm/plugins/google-maps/ui/map/modules/update-state-and-gme.js +6 -0
- package/esm/plugins/google-maps/ui/maps-controls/maps-controls.d.ts +14 -0
- package/esm/plugins/google-maps/ui/maps-controls/maps-controls.js +6 -0
- package/esm/plugins/google-maps/ui/maps-props/maps-props.d.ts +19 -0
- package/esm/plugins/google-maps/ui/maps-props/maps-props.js +6 -0
- package/esm/plugins/google-maps/ui/wysiwyg/wysiwyg.d.ts +13 -0
- package/esm/plugins/google-maps/ui/wysiwyg/wysiwyg.js +6 -0
- package/esm/plugins/google-search/google-search.d.ts +17 -0
- package/esm/plugins/google-search/google-search.js +6 -0
- package/esm/plugins/google-search/icon.svg.js +1 -0
- package/esm/plugins/highlight-signature/highlight-signature.d.ts +54 -0
- package/esm/plugins/highlight-signature/highlight-signature.js +6 -0
- package/esm/plugins/iframe-editor/config.d.ts +6 -0
- package/esm/plugins/iframe-editor/config.js +6 -0
- package/esm/plugins/iframe-editor/icon.svg.js +1 -0
- package/esm/plugins/iframe-editor/iframe-editor.d.ts +22 -0
- package/esm/plugins/iframe-editor/iframe-editor.js +6 -0
- package/esm/plugins/iframe-editor/interface.d.ts +15 -0
- package/esm/plugins/iframe-editor/interface.js +6 -0
- package/esm/plugins/iframe-editor/ui/iframe-editor/iframe-editor.d.ts +14 -0
- package/esm/plugins/iframe-editor/ui/iframe-editor/iframe-editor.js +6 -0
- package/esm/plugins/index.d.ts +8 -0
- package/esm/plugins/index.js +6 -0
- package/esm/plugins/keyboard/config.d.ts +23 -0
- package/esm/plugins/keyboard/config.js +1 -0
- package/esm/plugins/keyboard/icon.svg.js +1 -0
- package/esm/plugins/keyboard/interface.d.ts +13 -0
- package/esm/plugins/keyboard/interface.js +6 -0
- package/esm/plugins/keyboard/keyboard.d.ts +27 -0
- package/esm/plugins/keyboard/keyboard.js +1 -0
- package/esm/plugins/keyboard/ui/assets/backspace.svg.js +1 -0
- package/esm/plugins/keyboard/ui/assets/caps.svg.js +1 -0
- package/esm/plugins/keyboard/ui/assets/dots.svg.js +1 -0
- package/esm/plugins/keyboard/ui/assets/shift.svg.js +1 -0
- package/esm/plugins/keyboard/ui/assets/tab.svg.js +1 -0
- package/esm/plugins/keyboard/ui/keyboard/keyboard.d.ts +32 -0
- package/esm/plugins/keyboard/ui/keyboard/keyboard.js +6 -0
- package/esm/plugins/license/helpers/helpers.d.ts +14 -0
- package/esm/plugins/license/helpers/helpers.js +7 -0
- package/esm/plugins/license/license.d.ts +16 -0
- package/esm/plugins/license/license.js +6 -0
- package/esm/plugins/mobile-view/config.d.ts +14 -0
- package/esm/plugins/mobile-view/config.js +6 -0
- package/esm/plugins/mobile-view/icon.svg.js +1 -0
- package/esm/plugins/mobile-view/mobile-view.d.ts +6 -0
- package/esm/plugins/mobile-view/mobile-view.js +6 -0
- package/esm/plugins/page-break/assets/page-break.svg.js +1 -0
- package/esm/plugins/page-break/config.d.ts +13 -0
- package/esm/plugins/page-break/config.js +6 -0
- package/esm/plugins/page-break/page-break.css.d.ts +2 -0
- package/esm/plugins/page-break/page-break.css.js +6 -0
- package/esm/plugins/page-break/page-break.d.ts +23 -0
- package/esm/plugins/page-break/page-break.js +6 -0
- package/esm/plugins/paste-code/config.d.ts +36 -0
- package/esm/plugins/paste-code/config.js +6 -0
- package/esm/plugins/paste-code/icon.svg.js +1 -0
- package/esm/plugins/paste-code/paste-code.d.ts +30 -0
- package/esm/plugins/paste-code/paste-code.js +6 -0
- package/esm/plugins/paste-from-word/cases/clean-styles.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/clean-styles.js +6 -0
- package/esm/plugins/paste-from-word/cases/clear-attributes.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/clear-attributes.js +6 -0
- package/esm/plugins/paste-from-word/cases/clear-class-name.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/clear-class-name.js +6 -0
- package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/convert-style-unit-to-pixels.js +6 -0
- package/esm/plugins/paste-from-word/cases/convert-to-list.d.ts +11 -0
- package/esm/plugins/paste-from-word/cases/convert-to-list.js +6 -0
- package/esm/plugins/paste-from-word/cases/index.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/index.js +6 -0
- package/esm/plugins/paste-from-word/cases/mark-page-break.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/mark-page-break.js +6 -0
- package/esm/plugins/paste-from-word/cases/normalize-image-props.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/normalize-image-props.js +6 -0
- package/esm/plugins/paste-from-word/cases/process-image.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/process-image.js +6 -0
- package/esm/plugins/paste-from-word/cases/process-links.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/process-links.js +6 -0
- package/esm/plugins/paste-from-word/cases/remove-extra-tags.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/remove-extra-tags.js +6 -0
- package/esm/plugins/paste-from-word/cases/remove-inside-comment.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/remove-inside-comment.js +6 -0
- package/esm/plugins/paste-from-word/cases/replace-old-tags.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/replace-old-tags.js +6 -0
- package/esm/plugins/paste-from-word/cases/table.d.ts +7 -0
- package/esm/plugins/paste-from-word/cases/table.js +6 -0
- package/esm/plugins/paste-from-word/config.d.ts +24 -0
- package/esm/plugins/paste-from-word/config.js +6 -0
- package/esm/plugins/paste-from-word/constants.d.ts +20 -0
- package/esm/plugins/paste-from-word/constants.js +6 -0
- package/esm/plugins/paste-from-word/element/checkers.d.ts +14 -0
- package/esm/plugins/paste-from-word/element/checkers.js +6 -0
- package/esm/plugins/paste-from-word/element/element.d.ts +34 -0
- package/esm/plugins/paste-from-word/element/element.js +6 -0
- package/esm/plugins/paste-from-word/element/index.d.ts +8 -0
- package/esm/plugins/paste-from-word/element/index.js +6 -0
- package/esm/plugins/paste-from-word/element/render.d.ts +9 -0
- package/esm/plugins/paste-from-word/element/render.js +6 -0
- package/esm/plugins/paste-from-word/element/style.d.ts +20 -0
- package/esm/plugins/paste-from-word/element/style.js +6 -0
- package/esm/plugins/paste-from-word/helpers/apply-styles-pro.d.ts +7 -0
- package/esm/plugins/paste-from-word/helpers/apply-styles-pro.js +6 -0
- package/esm/plugins/paste-from-word/helpers/calc-list-levels.d.ts +7 -0
- package/esm/plugins/paste-from-word/helpers/calc-list-levels.js +6 -0
- package/esm/plugins/paste-from-word/helpers/helpers.d.ts +19 -0
- package/esm/plugins/paste-from-word/helpers/helpers.js +6 -0
- package/esm/plugins/paste-from-word/helpers/index.d.ts +9 -0
- package/esm/plugins/paste-from-word/helpers/index.js +6 -0
- package/esm/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +8 -0
- package/esm/plugins/paste-from-word/helpers/transform-word-to-html.js +6 -0
- package/esm/plugins/paste-from-word/interface.d.ts +17 -0
- package/esm/plugins/paste-from-word/interface.js +6 -0
- package/esm/plugins/paste-from-word/paste-from-word.d.ts +14 -0
- package/esm/plugins/paste-from-word/paste-from-word.js +6 -0
- package/esm/plugins/show-blocks/config.d.ts +15 -0
- package/esm/plugins/show-blocks/config.js +6 -0
- package/esm/plugins/show-blocks/langs/ar.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/cs_cz.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/de.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/es.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/fa.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/fr.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/he.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/hu.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/id.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/index.d.ts +25 -0
- package/esm/plugins/show-blocks/langs/index.js +6 -0
- package/esm/plugins/show-blocks/langs/it.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/ja.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/ko.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/nl.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/pl.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/pt_br.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/ru.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/tr.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/zh_cn.d.ts +4 -0
- package/esm/plugins/show-blocks/langs/zh_tw.d.ts +4 -0
- package/esm/plugins/show-blocks/show-blocks.d.ts +39 -0
- package/esm/plugins/show-blocks/show-blocks.js +6 -0
- package/esm/plugins/show-blocks/show-blocks.svg.js +1 -0
- package/esm/plugins/todo-list/assets/todo-list.svg.js +1 -0
- package/esm/plugins/todo-list/config.d.ts +15 -0
- package/esm/plugins/todo-list/config.js +6 -0
- package/esm/plugins/todo-list/todo-list.d.ts +41 -0
- package/esm/plugins/todo-list/todo-list.js +6 -0
- package/esm/plugins/translate/assets/swap.svg.js +1 -0
- package/esm/plugins/translate/assets/translate.svg.js +1 -0
- package/esm/plugins/translate/config.d.ts +20 -0
- package/esm/plugins/translate/config.js +6 -0
- package/esm/plugins/translate/interface.d.ts +50 -0
- package/esm/plugins/translate/interface.js +6 -0
- package/esm/plugins/translate/providers/google/google.d.ts +14 -0
- package/esm/plugins/translate/providers/google/google.js +6 -0
- package/esm/plugins/translate/providers/languages.d.ts +140 -0
- package/esm/plugins/translate/providers/languages.js +6 -0
- package/esm/plugins/translate/translate.d.ts +20 -0
- package/esm/plugins/translate/translate.js +6 -0
- package/esm/plugins/translate/ui/list/list.d.ts +34 -0
- package/esm/plugins/translate/ui/list/list.js +6 -0
- package/esm/plugins/translate/ui/settings/settings.d.ts +35 -0
- package/esm/plugins/translate/ui/settings/settings.js +6 -0
- package/esm/plugins/tune-block/config.d.ts +13 -0
- package/esm/plugins/tune-block/config.js +6 -0
- package/esm/plugins/tune-block/tune-block.d.ts +30 -0
- package/esm/plugins/tune-block/tune-block.js +6 -0
- package/esm/plugins/tune-block/ui/tuner/icon.svg.js +1 -0
- package/esm/plugins/tune-block/ui/tuner/tuner.d.ts +53 -0
- package/esm/plugins/tune-block/ui/tuner/tuner.js +6 -0
- package/esm/traits/resize/resize.d.ts +17 -0
- package/esm/traits/resize/resize.js +6 -0
- package/esm/traits/select-items/select-items.d.ts +16 -0
- package/esm/traits/select-items/select-items.js +6 -0
- package/esm/tsconfig.json +19 -0
- package/esm/types/view.d.ts +9 -0
- package/esm/typings.d.ts +5 -0
- package/package.json +3 -2
- package/types/config.d.ts +11 -0
- package/types/core/ui/form/range/range.d.ts +23 -0
- package/types/index.d.ts +7 -0
- package/types/jodit-pro.d.ts +14 -0
- package/types/plugins/autocomplete/autocomplete.d.ts +40 -0
- package/types/plugins/autocomplete/helpers.d.ts +25 -0
- package/types/plugins/autocomplete/interface.d.ts +19 -0
- package/types/plugins/autocomplete/ui/autocomplete.d.ts +20 -0
- package/types/plugins/autocomplete/ui/item.d.ts +14 -0
- package/types/plugins/backup/backup.d.ts +29 -0
- package/types/plugins/backup/config.d.ts +18 -0
- package/types/plugins/backup/interface.d.ts +14 -0
- package/types/plugins/backup/langs/index.d.ts +6 -0
- package/types/plugins/backup/modules/store.d.ts +15 -0
- package/types/plugins/backup/ui/box.d.ts +29 -0
- package/types/plugins/backup/ui/item.d.ts +17 -0
- package/types/plugins/backup/ui/list.d.ts +24 -0
- package/types/plugins/button-generator/button-generator.d.ts +25 -0
- package/types/plugins/button-generator/config.d.ts +6 -0
- package/types/plugins/button-generator/ui/button/button.d.ts +21 -0
- package/types/plugins/button-generator/ui/form/form.d.ts +20 -0
- package/types/plugins/button-generator/ui/generator/button-generator.d.ts +22 -0
- package/types/plugins/button-generator/ui/preview/preview.d.ts +22 -0
- package/types/plugins/change-case/change-case.d.ts +22 -0
- package/types/plugins/change-case/config.d.ts +6 -0
- package/types/plugins/color-picker/color-picker.d.ts +18 -0
- package/types/plugins/color-picker/ui/input/color-input.d.ts +19 -0
- package/types/plugins/emoji/config.d.ts +10 -0
- package/types/plugins/emoji/emoji.d.ts +22 -0
- package/types/plugins/emoji/interface.d.ts +24 -0
- package/types/plugins/emoji/ui/emoji.d.ts +54 -0
- package/types/plugins/export-docs/config.d.ts +21 -0
- package/types/plugins/export-docs/export-docs.d.ts +18 -0
- package/types/plugins/finder/browser.d.ts +70 -0
- package/types/plugins/finder/config.d.ts +6 -0
- package/types/plugins/finder/finder.d.ts +19 -0
- package/types/plugins/finder/helpers/context-menu.d.ts +19 -0
- package/types/plugins/finder/helpers/helpers.d.ts +6 -0
- package/types/plugins/finder/helpers/history-manager.d.ts +24 -0
- package/types/plugins/finder/helpers/loading-manager.d.ts +25 -0
- package/types/plugins/finder/helpers/persistent-store.d.ts +32 -0
- package/types/plugins/finder/helpers/state-manager.d.ts +21 -0
- package/types/plugins/finder/langs/index.d.ts +7 -0
- package/types/plugins/finder/langs/ru.d.ts +22 -0
- package/types/plugins/finder/ui/assets/icons/index.d.ts +1 -0
- package/types/plugins/finder/ui/folder/folder.d.ts +18 -0
- package/types/plugins/finder/ui/header/header.d.ts +21 -0
- package/types/plugins/finder/ui/item/item.d.ts +24 -0
- package/types/plugins/finder/ui/lightboox/lightbox.d.ts +27 -0
- package/types/plugins/finder/ui/panel/panel.d.ts +60 -0
- package/types/plugins/finder/ui/preview/preview.d.ts +25 -0
- package/types/plugins/finder/ui/progress/progress.d.ts +19 -0
- package/types/plugins/finder/ui/settings/settings.d.ts +25 -0
- package/types/plugins/finder/ui/sidebar/sidebar.d.ts +27 -0
- package/types/plugins/finder/ui/source/source.d.ts +19 -0
- package/types/plugins/finder/ui/sources/sources.d.ts +15 -0
- package/types/plugins/finder/ui/statusbar/statusbar.d.ts +14 -0
- package/types/plugins/finder/ui/tree/tree.d.ts +16 -0
- package/types/plugins/finder/ui/virtual-scroll/virtual-scroll.d.ts +32 -0
- package/types/plugins/google-maps/assets/index.d.ts +6 -0
- package/types/plugins/google-maps/config.d.ts +45 -0
- package/types/plugins/google-maps/google-maps.d.ts +29 -0
- package/types/plugins/google-maps/helpers/const.d.ts +7 -0
- package/types/plugins/google-maps/helpers/generate-js-script.d.ts +8 -0
- package/types/plugins/google-maps/helpers/generate-static-elements.d.ts +7 -0
- package/types/plugins/google-maps/helpers/helpers.d.ts +14 -0
- package/types/plugins/google-maps/helpers/static-url.d.ts +7 -0
- package/types/plugins/google-maps/ui/combo-box/combo-box.d.ts +12 -0
- package/types/plugins/google-maps/ui/editors/base.d.ts +15 -0
- package/types/plugins/google-maps/ui/editors/index.d.ts +8 -0
- package/types/plugins/google-maps/ui/editors/marker/marker.d.ts +10 -0
- package/types/plugins/google-maps/ui/editors/polygon/polygon.d.ts +10 -0
- package/types/plugins/google-maps/ui/editors/polyline/polyline.d.ts +10 -0
- package/types/plugins/google-maps/ui/index.d.ts +10 -0
- package/types/plugins/google-maps/ui/map/map.d.ts +39 -0
- package/types/plugins/google-maps/ui/map/modules/add-new-in-state.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/index.d.ts +10 -0
- package/types/plugins/google-maps/ui/map/modules/init-or-update-element-from-state.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/on-change-geometries.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/open-props-dialog.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/remove-element.d.ts +8 -0
- package/types/plugins/google-maps/ui/map/modules/update-state-and-gme.d.ts +8 -0
- package/types/plugins/google-maps/ui/maps-controls/maps-controls.d.ts +14 -0
- package/types/plugins/google-maps/ui/maps-props/maps-props.d.ts +19 -0
- package/types/plugins/google-maps/ui/wysiwyg/wysiwyg.d.ts +13 -0
- package/types/plugins/google-search/google-search.d.ts +17 -0
- package/types/plugins/highlight-signature/highlight-signature.d.ts +54 -0
- package/types/plugins/iframe-editor/config.d.ts +6 -0
- package/types/plugins/iframe-editor/iframe-editor.d.ts +22 -0
- package/types/plugins/iframe-editor/interface.d.ts +15 -0
- package/types/plugins/iframe-editor/ui/iframe-editor/iframe-editor.d.ts +14 -0
- package/types/plugins/index.d.ts +8 -0
- package/types/plugins/keyboard/config.d.ts +23 -0
- package/types/plugins/keyboard/interface.d.ts +13 -0
- package/types/plugins/keyboard/keyboard.d.ts +27 -0
- package/types/plugins/keyboard/ui/keyboard/keyboard.d.ts +32 -0
- package/types/plugins/license/helpers/helpers.d.ts +14 -0
- package/types/plugins/license/license.d.ts +16 -0
- package/types/plugins/mobile-view/config.d.ts +14 -0
- package/types/plugins/mobile-view/mobile-view.d.ts +6 -0
- package/types/plugins/page-break/config.d.ts +13 -0
- package/types/plugins/page-break/page-break.css.d.ts +2 -0
- package/types/plugins/page-break/page-break.d.ts +23 -0
- package/types/plugins/paste-code/config.d.ts +36 -0
- package/types/plugins/paste-code/paste-code.d.ts +30 -0
- package/types/plugins/paste-from-word/cases/clean-styles.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/clear-attributes.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/clear-class-name.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/convert-style-unit-to-pixels.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/convert-to-list.d.ts +11 -0
- package/types/plugins/paste-from-word/cases/index.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/mark-page-break.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/normalize-image-props.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/process-image.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/process-links.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/remove-extra-tags.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/remove-inside-comment.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/replace-old-tags.d.ts +7 -0
- package/types/plugins/paste-from-word/cases/table.d.ts +7 -0
- package/types/plugins/paste-from-word/config.d.ts +24 -0
- package/types/plugins/paste-from-word/constants.d.ts +20 -0
- package/types/plugins/paste-from-word/element/checkers.d.ts +14 -0
- package/types/plugins/paste-from-word/element/element.d.ts +34 -0
- package/types/plugins/paste-from-word/element/index.d.ts +8 -0
- package/types/plugins/paste-from-word/element/render.d.ts +9 -0
- package/types/plugins/paste-from-word/element/style.d.ts +20 -0
- package/types/plugins/paste-from-word/helpers/apply-styles-pro.d.ts +7 -0
- package/types/plugins/paste-from-word/helpers/calc-list-levels.d.ts +7 -0
- package/types/plugins/paste-from-word/helpers/helpers.d.ts +19 -0
- package/types/plugins/paste-from-word/helpers/index.d.ts +9 -0
- package/types/plugins/paste-from-word/helpers/transform-word-to-html.d.ts +8 -0
- package/types/plugins/paste-from-word/interface.d.ts +17 -0
- package/types/plugins/paste-from-word/paste-from-word.d.ts +14 -0
- package/types/plugins/show-blocks/config.d.ts +15 -0
- package/types/plugins/show-blocks/langs/ar.d.ts +4 -0
- package/types/plugins/show-blocks/langs/cs_cz.d.ts +4 -0
- package/types/plugins/show-blocks/langs/de.d.ts +4 -0
- package/types/plugins/show-blocks/langs/es.d.ts +4 -0
- package/types/plugins/show-blocks/langs/fa.d.ts +4 -0
- package/types/plugins/show-blocks/langs/fr.d.ts +4 -0
- package/types/plugins/show-blocks/langs/he.d.ts +4 -0
- package/types/plugins/show-blocks/langs/hu.d.ts +4 -0
- package/types/plugins/show-blocks/langs/id.d.ts +4 -0
- package/types/plugins/show-blocks/langs/index.d.ts +25 -0
- package/types/plugins/show-blocks/langs/it.d.ts +4 -0
- package/types/plugins/show-blocks/langs/ja.d.ts +4 -0
- package/types/plugins/show-blocks/langs/ko.d.ts +4 -0
- package/types/plugins/show-blocks/langs/nl.d.ts +4 -0
- package/types/plugins/show-blocks/langs/pl.d.ts +4 -0
- package/types/plugins/show-blocks/langs/pt_br.d.ts +4 -0
- package/types/plugins/show-blocks/langs/ru.d.ts +4 -0
- package/types/plugins/show-blocks/langs/tr.d.ts +4 -0
- package/types/plugins/show-blocks/langs/zh_cn.d.ts +4 -0
- package/types/plugins/show-blocks/langs/zh_tw.d.ts +4 -0
- package/types/plugins/show-blocks/show-blocks.d.ts +39 -0
- package/types/plugins/todo-list/config.d.ts +15 -0
- package/types/plugins/todo-list/todo-list.d.ts +41 -0
- package/types/plugins/translate/config.d.ts +20 -0
- package/types/plugins/translate/interface.d.ts +50 -0
- package/types/plugins/translate/providers/google/google.d.ts +14 -0
- package/types/plugins/translate/providers/languages.d.ts +140 -0
- package/types/plugins/translate/translate.d.ts +20 -0
- package/types/plugins/translate/ui/list/list.d.ts +34 -0
- package/types/plugins/translate/ui/settings/settings.d.ts +35 -0
- package/types/plugins/tune-block/config.d.ts +13 -0
- package/types/plugins/tune-block/tune-block.d.ts +30 -0
- package/types/plugins/tune-block/ui/tuner/tuner.d.ts +53 -0
- package/types/traits/resize/resize.d.ts +17 -0
- package/types/traits/select-items/select-items.d.ts +16 -0
- package/types/tsconfig.json +19 -0
- package/types/types/view.d.ts +9 -0
- package/types/typings.d.ts +5 -0
- package/es2015/plugins/autocomplete/autocomplete.css +0 -26
- package/es2015/plugins/autocomplete/autocomplete.min.css +0 -1
- package/es2018/plugins/autocomplete/autocomplete.css +0 -26
- package/es2018/plugins/autocomplete/autocomplete.min.css +0 -1
- package/es2021/plugins/autocomplete/autocomplete.css +0 -26
- package/es2021/plugins/autocomplete/autocomplete.min.css +0 -1
- package/es2021.en/plugins/autocomplete/autocomplete.css +0 -26
- package/es2021.en/plugins/autocomplete/autocomplete.min.css +0 -1
- package/es5/plugins/autocomplete/autocomplete.css +0 -26
- package/es5/plugins/autocomplete/autocomplete.min.css +0 -1
|
@@ -0,0 +1,1162 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"be": "#5cbf2a",
|
|
4
|
+
"bs": "#44c767",
|
|
5
|
+
"bc": "#18ab29",
|
|
6
|
+
"br": "28px",
|
|
7
|
+
"bse": "1px",
|
|
8
|
+
"bsh": false,
|
|
9
|
+
"bsbr": 0,
|
|
10
|
+
"bsc": "#3dc21b",
|
|
11
|
+
"bsi": false,
|
|
12
|
+
"bsox": 0,
|
|
13
|
+
"bsoy": 0,
|
|
14
|
+
"bssr": 0,
|
|
15
|
+
"fc": "#fff",
|
|
16
|
+
"ff": "Arial",
|
|
17
|
+
"fs": "17px",
|
|
18
|
+
"fse": false,
|
|
19
|
+
"fw": false,
|
|
20
|
+
"px": "31px",
|
|
21
|
+
"py": "16px",
|
|
22
|
+
"pbc": "#f5f5f5",
|
|
23
|
+
"s": true,
|
|
24
|
+
"t": "green",
|
|
25
|
+
"ts": true,
|
|
26
|
+
"tsbr": 0,
|
|
27
|
+
"tsc": "#2f6627",
|
|
28
|
+
"tsox": 0,
|
|
29
|
+
"tsoy": "1px"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"be": "#476e9e",
|
|
33
|
+
"bs": "#7892c2",
|
|
34
|
+
"bc": "#4e6096",
|
|
35
|
+
"br": "10px",
|
|
36
|
+
"bse": "1px",
|
|
37
|
+
"bsh": true,
|
|
38
|
+
"bsbr": 0,
|
|
39
|
+
"bsc": "#9fb4f2",
|
|
40
|
+
"bsi": false,
|
|
41
|
+
"bsox": 0,
|
|
42
|
+
"bsoy": 0,
|
|
43
|
+
"bssr": "2px",
|
|
44
|
+
"fc": "#fff",
|
|
45
|
+
"ff": "Arial",
|
|
46
|
+
"fs": "19px",
|
|
47
|
+
"fse": false,
|
|
48
|
+
"fw": false,
|
|
49
|
+
"px": "37px",
|
|
50
|
+
"py": "12px",
|
|
51
|
+
"pbc": "#f5f5f5",
|
|
52
|
+
"s": false,
|
|
53
|
+
"t": "blue",
|
|
54
|
+
"ts": true,
|
|
55
|
+
"tsbr": 0,
|
|
56
|
+
"tsc": "#283966",
|
|
57
|
+
"tsox": 0,
|
|
58
|
+
"tsoy": "1px"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"be": "#408c99",
|
|
62
|
+
"bs": "#599bb3",
|
|
63
|
+
"bc": "#29668f",
|
|
64
|
+
"br": "8px",
|
|
65
|
+
"bse": 0,
|
|
66
|
+
"bsh": true,
|
|
67
|
+
"bsbr": "14px",
|
|
68
|
+
"bsc": "#276873",
|
|
69
|
+
"bsi": false,
|
|
70
|
+
"bsox": 0,
|
|
71
|
+
"bsoy": "10px",
|
|
72
|
+
"bssr": "-7px",
|
|
73
|
+
"fc": "#fff",
|
|
74
|
+
"ff": "Arial",
|
|
75
|
+
"fs": "20px",
|
|
76
|
+
"fse": false,
|
|
77
|
+
"fw": true,
|
|
78
|
+
"px": "32px",
|
|
79
|
+
"py": "13px",
|
|
80
|
+
"pbc": "#f5f5f5",
|
|
81
|
+
"s": false,
|
|
82
|
+
"t": "turquoise",
|
|
83
|
+
"ts": true,
|
|
84
|
+
"tsbr": 0,
|
|
85
|
+
"tsc": "#3d768a",
|
|
86
|
+
"tsox": 0,
|
|
87
|
+
"tsoy": "1px"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"be": "#6c7c7c",
|
|
91
|
+
"bs": "#768d87",
|
|
92
|
+
"bc": "#566963",
|
|
93
|
+
"br": "5px",
|
|
94
|
+
"bse": "1px",
|
|
95
|
+
"bsh": true,
|
|
96
|
+
"bsbr": "3px",
|
|
97
|
+
"bsc": "#91b8b3",
|
|
98
|
+
"bsi": true,
|
|
99
|
+
"bsox": 0,
|
|
100
|
+
"bsoy": "1px",
|
|
101
|
+
"bssr": 0,
|
|
102
|
+
"fc": "#fff",
|
|
103
|
+
"ff": "Arial",
|
|
104
|
+
"fs": "15px",
|
|
105
|
+
"fse": false,
|
|
106
|
+
"fw": true,
|
|
107
|
+
"px": "23px",
|
|
108
|
+
"py": "11px",
|
|
109
|
+
"pbc": "#e8e7e2",
|
|
110
|
+
"s": false,
|
|
111
|
+
"t": "dark grey",
|
|
112
|
+
"ts": true,
|
|
113
|
+
"tsbr": 0,
|
|
114
|
+
"tsc": "#2b665e",
|
|
115
|
+
"tsox": 0,
|
|
116
|
+
"tsoy": "-1px"
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
"be": "#72b352",
|
|
120
|
+
"bs": "#77b55a",
|
|
121
|
+
"bc": "#4b8f29",
|
|
122
|
+
"br": "4px",
|
|
123
|
+
"bse": "1px",
|
|
124
|
+
"bsh": true,
|
|
125
|
+
"bsbr": "14px",
|
|
126
|
+
"bsc": "#3e7327",
|
|
127
|
+
"bsi": false,
|
|
128
|
+
"bsox": 0,
|
|
129
|
+
"bsoy": "10px",
|
|
130
|
+
"bssr": "-7px",
|
|
131
|
+
"fc": "#fff",
|
|
132
|
+
"ff": "Arial",
|
|
133
|
+
"fs": "13px",
|
|
134
|
+
"fse": false,
|
|
135
|
+
"fw": true,
|
|
136
|
+
"px": "12px",
|
|
137
|
+
"py": "6px",
|
|
138
|
+
"pbc": "#f5f5f5",
|
|
139
|
+
"s": false,
|
|
140
|
+
"t": "green",
|
|
141
|
+
"ts": true,
|
|
142
|
+
"tsbr": 0,
|
|
143
|
+
"tsc": "#5b8a3c",
|
|
144
|
+
"tsox": 0,
|
|
145
|
+
"tsoy": "1px"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"be": "#eb675e",
|
|
149
|
+
"bs": "#e4685d",
|
|
150
|
+
"bc": "#fff",
|
|
151
|
+
"br": "4px",
|
|
152
|
+
"bse": "1px",
|
|
153
|
+
"bsh": true,
|
|
154
|
+
"bsbr": 0,
|
|
155
|
+
"bsc": "#e67a73",
|
|
156
|
+
"bsi": true,
|
|
157
|
+
"bsox": 0,
|
|
158
|
+
"bsoy": "39px",
|
|
159
|
+
"bssr": "-24px",
|
|
160
|
+
"fc": "#fff",
|
|
161
|
+
"ff": "Arial",
|
|
162
|
+
"fs": "15px",
|
|
163
|
+
"fse": false,
|
|
164
|
+
"fw": false,
|
|
165
|
+
"px": "15px",
|
|
166
|
+
"py": "6px",
|
|
167
|
+
"pbc": "#f2f2f2",
|
|
168
|
+
"s": true,
|
|
169
|
+
"t": "light red",
|
|
170
|
+
"ts": true,
|
|
171
|
+
"tsbr": 0,
|
|
172
|
+
"tsc": "#b23e35",
|
|
173
|
+
"tsox": 0,
|
|
174
|
+
"tsoy": "1px"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"be": "#b34332",
|
|
178
|
+
"bs": "#a73f2d",
|
|
179
|
+
"bc": "#241d13",
|
|
180
|
+
"br": 0,
|
|
181
|
+
"bse": "1px",
|
|
182
|
+
"bsh": true,
|
|
183
|
+
"bsbr": 0,
|
|
184
|
+
"bsc": "#b54b3a",
|
|
185
|
+
"bsi": true,
|
|
186
|
+
"bsox": 0,
|
|
187
|
+
"bsoy": "34px",
|
|
188
|
+
"bssr": "-15px",
|
|
189
|
+
"fc": "#fff",
|
|
190
|
+
"ff": "Arial",
|
|
191
|
+
"fs": "15px",
|
|
192
|
+
"fse": false,
|
|
193
|
+
"fw": true,
|
|
194
|
+
"px": "23px",
|
|
195
|
+
"py": "9px",
|
|
196
|
+
"pbc": "#2a2218",
|
|
197
|
+
"s": true,
|
|
198
|
+
"t": "brown",
|
|
199
|
+
"ts": true,
|
|
200
|
+
"tsbr": 0,
|
|
201
|
+
"tsc": "#7a2a1d",
|
|
202
|
+
"tsox": 0,
|
|
203
|
+
"tsoy": "-1px"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"be": "#0688fa",
|
|
207
|
+
"bs": "#2dabf9",
|
|
208
|
+
"bc": "#0b0e07",
|
|
209
|
+
"br": "3px",
|
|
210
|
+
"bse": "1px",
|
|
211
|
+
"bsh": true,
|
|
212
|
+
"bsbr": "7px",
|
|
213
|
+
"bsc": "#29bbff",
|
|
214
|
+
"bsi": true,
|
|
215
|
+
"bsox": 0,
|
|
216
|
+
"bsoy": "-3px",
|
|
217
|
+
"bssr": 0,
|
|
218
|
+
"fc": "#fff",
|
|
219
|
+
"ff": "Arial",
|
|
220
|
+
"fs": "15px",
|
|
221
|
+
"fse": false,
|
|
222
|
+
"fw": false,
|
|
223
|
+
"px": "23px",
|
|
224
|
+
"py": "9px",
|
|
225
|
+
"pbc": "#1c1c1e",
|
|
226
|
+
"s": false,
|
|
227
|
+
"t": "blue",
|
|
228
|
+
"ts": true,
|
|
229
|
+
"tsbr": 0,
|
|
230
|
+
"tsc": "#263666",
|
|
231
|
+
"tsox": 0,
|
|
232
|
+
"tsoy": "1px"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"be": "#415989",
|
|
236
|
+
"bs": "#2e466e",
|
|
237
|
+
"bc": "#1f2f47",
|
|
238
|
+
"br": "17px",
|
|
239
|
+
"bse": "1px",
|
|
240
|
+
"bsh": true,
|
|
241
|
+
"bsbr": "15px",
|
|
242
|
+
"bsc": "#23395e",
|
|
243
|
+
"bsi": true,
|
|
244
|
+
"bsox": 0,
|
|
245
|
+
"bsoy": 0,
|
|
246
|
+
"bssr": "3px",
|
|
247
|
+
"fc": "#fff",
|
|
248
|
+
"ff": "Arial",
|
|
249
|
+
"fs": "15px",
|
|
250
|
+
"fse": false,
|
|
251
|
+
"fw": false,
|
|
252
|
+
"px": "13px",
|
|
253
|
+
"py": "6px",
|
|
254
|
+
"pbc": "#3f5c93",
|
|
255
|
+
"s": false,
|
|
256
|
+
"t": "blue",
|
|
257
|
+
"ts": true,
|
|
258
|
+
"tsbr": 0,
|
|
259
|
+
"tsc": "#263666",
|
|
260
|
+
"tsox": 0,
|
|
261
|
+
"tsoy": "1px"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"be": "#bc3315",
|
|
265
|
+
"bs": "#d0451b",
|
|
266
|
+
"bc": "#942911",
|
|
267
|
+
"br": "3px",
|
|
268
|
+
"bse": "1px",
|
|
269
|
+
"bsh": true,
|
|
270
|
+
"bsbr": 0,
|
|
271
|
+
"bsc": "#cf866c",
|
|
272
|
+
"bsi": true,
|
|
273
|
+
"bsox": 0,
|
|
274
|
+
"bsoy": "1px",
|
|
275
|
+
"bssr": 0,
|
|
276
|
+
"fc": "#fff",
|
|
277
|
+
"ff": "Arial",
|
|
278
|
+
"fs": "13px",
|
|
279
|
+
"fse": false,
|
|
280
|
+
"fw": false,
|
|
281
|
+
"px": "24px",
|
|
282
|
+
"py": "6px",
|
|
283
|
+
"pbc": "#f5f5f5",
|
|
284
|
+
"s": false,
|
|
285
|
+
"t": "codecanyon",
|
|
286
|
+
"ts": true,
|
|
287
|
+
"tsbr": 0,
|
|
288
|
+
"tsc": "#854629",
|
|
289
|
+
"tsox": 0,
|
|
290
|
+
"tsoy": "1px"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"be": "#ccc2a6",
|
|
294
|
+
"bs": "#eae0c2",
|
|
295
|
+
"bc": "#333029",
|
|
296
|
+
"br": "15px",
|
|
297
|
+
"bse": "2px",
|
|
298
|
+
"bsh": true,
|
|
299
|
+
"bsbr": 0,
|
|
300
|
+
"bsc": "#1c1b18",
|
|
301
|
+
"bsi": false,
|
|
302
|
+
"bsox": 0,
|
|
303
|
+
"bsoy": "1px",
|
|
304
|
+
"bssr": 0,
|
|
305
|
+
"fc": "#505739",
|
|
306
|
+
"ff": "Arial",
|
|
307
|
+
"fs": "14px",
|
|
308
|
+
"fse": false,
|
|
309
|
+
"fw": true,
|
|
310
|
+
"px": "16px",
|
|
311
|
+
"py": "12px",
|
|
312
|
+
"pbc": "#2d2e29",
|
|
313
|
+
"s": false,
|
|
314
|
+
"t": "creme",
|
|
315
|
+
"ts": true,
|
|
316
|
+
"tsbr": 0,
|
|
317
|
+
"tsc": "#fff",
|
|
318
|
+
"tsox": 0,
|
|
319
|
+
"tsoy": "1px"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"be": "#634b30",
|
|
323
|
+
"bs": "#7d5d3b",
|
|
324
|
+
"bc": "#54381e",
|
|
325
|
+
"br": "3px",
|
|
326
|
+
"bse": "1px",
|
|
327
|
+
"bsh": true,
|
|
328
|
+
"bsbr": 0,
|
|
329
|
+
"bsc": "#a6827e",
|
|
330
|
+
"bsi": true,
|
|
331
|
+
"bsox": 0,
|
|
332
|
+
"bsoy": "1px",
|
|
333
|
+
"bssr": 0,
|
|
334
|
+
"fc": "#fff",
|
|
335
|
+
"ff": "Arial",
|
|
336
|
+
"fs": "13px",
|
|
337
|
+
"fse": false,
|
|
338
|
+
"fw": false,
|
|
339
|
+
"px": "24px",
|
|
340
|
+
"py": "6px",
|
|
341
|
+
"pbc": "#f5f5f5",
|
|
342
|
+
"s": false,
|
|
343
|
+
"t": "themeforest",
|
|
344
|
+
"ts": true,
|
|
345
|
+
"tsbr": 0,
|
|
346
|
+
"tsc": "#4d3534",
|
|
347
|
+
"tsox": 0,
|
|
348
|
+
"tsoy": "1px"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"be": "#0061a7",
|
|
352
|
+
"bs": "#007dc1",
|
|
353
|
+
"bc": "#124d77",
|
|
354
|
+
"br": "3px",
|
|
355
|
+
"bse": "1px",
|
|
356
|
+
"bsh": true,
|
|
357
|
+
"bsbr": 0,
|
|
358
|
+
"bsc": "#54a3f7",
|
|
359
|
+
"bsi": true,
|
|
360
|
+
"bsox": 0,
|
|
361
|
+
"bsoy": "1px",
|
|
362
|
+
"bssr": 0,
|
|
363
|
+
"fc": "#fff",
|
|
364
|
+
"ff": "Arial",
|
|
365
|
+
"fs": "13px",
|
|
366
|
+
"fse": false,
|
|
367
|
+
"fw": false,
|
|
368
|
+
"px": "24px",
|
|
369
|
+
"py": "6px",
|
|
370
|
+
"pbc": "#f5f5f5",
|
|
371
|
+
"s": false,
|
|
372
|
+
"t": "graphicriver",
|
|
373
|
+
"ts": true,
|
|
374
|
+
"tsbr": 0,
|
|
375
|
+
"tsc": "#154682",
|
|
376
|
+
"tsox": 0,
|
|
377
|
+
"tsoy": "1px"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"be": "#019ad2",
|
|
381
|
+
"bs": "#33bdef",
|
|
382
|
+
"bc": "#057fd0",
|
|
383
|
+
"br": "6px",
|
|
384
|
+
"bse": "1px",
|
|
385
|
+
"bsh": true,
|
|
386
|
+
"bsbr": 0,
|
|
387
|
+
"bsc": "#f0f7fa",
|
|
388
|
+
"bsi": false,
|
|
389
|
+
"bsox": 0,
|
|
390
|
+
"bsoy": "1px",
|
|
391
|
+
"bssr": 0,
|
|
392
|
+
"fc": "#fff",
|
|
393
|
+
"ff": "Arial",
|
|
394
|
+
"fs": "15px",
|
|
395
|
+
"fse": false,
|
|
396
|
+
"fw": true,
|
|
397
|
+
"px": "24px",
|
|
398
|
+
"py": "6px",
|
|
399
|
+
"pbc": "#e2e2e2",
|
|
400
|
+
"s": false,
|
|
401
|
+
"t": "twitter",
|
|
402
|
+
"ts": true,
|
|
403
|
+
"tsbr": 0,
|
|
404
|
+
"tsc": "#5b6178",
|
|
405
|
+
"tsox": 0,
|
|
406
|
+
"tsoy": "-1px"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"be": "#ffab23",
|
|
410
|
+
"bs": "#ffec64",
|
|
411
|
+
"bc": "#ffaa22",
|
|
412
|
+
"br": "6px",
|
|
413
|
+
"bse": "1px",
|
|
414
|
+
"bsh": true,
|
|
415
|
+
"bsbr": 0,
|
|
416
|
+
"bsc": "#fff6af",
|
|
417
|
+
"bsi": false,
|
|
418
|
+
"bsox": 0,
|
|
419
|
+
"bsoy": "1px",
|
|
420
|
+
"bssr": 0,
|
|
421
|
+
"fc": "#333333",
|
|
422
|
+
"ff": "Arial",
|
|
423
|
+
"fs": "15px",
|
|
424
|
+
"fse": false,
|
|
425
|
+
"fw": true,
|
|
426
|
+
"px": "24px",
|
|
427
|
+
"py": "6px",
|
|
428
|
+
"pbc": "#e2e2e2",
|
|
429
|
+
"s": false,
|
|
430
|
+
"t": "twitter",
|
|
431
|
+
"ts": true,
|
|
432
|
+
"tsbr": 0,
|
|
433
|
+
"tsc": "#ffee66",
|
|
434
|
+
"tsox": 0,
|
|
435
|
+
"tsoy": "1px"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"be": "#68a54b",
|
|
439
|
+
"bs": "#74ad5a",
|
|
440
|
+
"bc": "#3b6e22",
|
|
441
|
+
"br": 0,
|
|
442
|
+
"bse": "1px",
|
|
443
|
+
"bsh": true,
|
|
444
|
+
"bsbr": 0,
|
|
445
|
+
"bsc": "#9acc85",
|
|
446
|
+
"bsi": true,
|
|
447
|
+
"bsox": 0,
|
|
448
|
+
"bsoy": "1px",
|
|
449
|
+
"bssr": 0,
|
|
450
|
+
"fc": "#fff",
|
|
451
|
+
"ff": "Arial",
|
|
452
|
+
"fs": "13px",
|
|
453
|
+
"fse": false,
|
|
454
|
+
"fw": true,
|
|
455
|
+
"px": "12px",
|
|
456
|
+
"py": "6px",
|
|
457
|
+
"pbc": "#f5f5f5",
|
|
458
|
+
"s": false,
|
|
459
|
+
"t": "facebook",
|
|
460
|
+
"ts": false,
|
|
461
|
+
"tsbr": 0,
|
|
462
|
+
"tsc": "#92b879",
|
|
463
|
+
"tsox": 0,
|
|
464
|
+
"tsoy": "1px"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"be": "#5972a7",
|
|
468
|
+
"bs": "#637aad",
|
|
469
|
+
"bc": "#314179",
|
|
470
|
+
"br": 0,
|
|
471
|
+
"bse": "1px",
|
|
472
|
+
"bsh": true,
|
|
473
|
+
"bsbr": 0,
|
|
474
|
+
"bsc": "#7a8eb9",
|
|
475
|
+
"bsi": true,
|
|
476
|
+
"bsox": 0,
|
|
477
|
+
"bsoy": "1px",
|
|
478
|
+
"bssr": 0,
|
|
479
|
+
"fc": "#fff",
|
|
480
|
+
"ff": "Arial",
|
|
481
|
+
"fs": "13px",
|
|
482
|
+
"fse": false,
|
|
483
|
+
"fw": true,
|
|
484
|
+
"px": "12px",
|
|
485
|
+
"py": "6px",
|
|
486
|
+
"pbc": "#3b5898",
|
|
487
|
+
"s": false,
|
|
488
|
+
"t": "facebook",
|
|
489
|
+
"ts": false,
|
|
490
|
+
"tsbr": 0,
|
|
491
|
+
"tsc": "#7a8eb9",
|
|
492
|
+
"tsox": 0,
|
|
493
|
+
"tsoy": "1px"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"be": "#bab1ba",
|
|
497
|
+
"bs": "#ededed",
|
|
498
|
+
"bc": "#d6bcd6",
|
|
499
|
+
"br": "15px",
|
|
500
|
+
"bse": "1px",
|
|
501
|
+
"bsh": true,
|
|
502
|
+
"bsbr": 0,
|
|
503
|
+
"bsc": "#899599",
|
|
504
|
+
"bsi": false,
|
|
505
|
+
"bsox": "3px",
|
|
506
|
+
"bsoy": "4px",
|
|
507
|
+
"bssr": 0,
|
|
508
|
+
"fc": "#3a8a9e",
|
|
509
|
+
"ff": "Arial",
|
|
510
|
+
"fs": "17px",
|
|
511
|
+
"fse": false,
|
|
512
|
+
"fw": false,
|
|
513
|
+
"px": "25px",
|
|
514
|
+
"py": "7px",
|
|
515
|
+
"pbc": "#f5f5f5",
|
|
516
|
+
"s": false,
|
|
517
|
+
"t": "grey",
|
|
518
|
+
"ts": true,
|
|
519
|
+
"tsbr": 0,
|
|
520
|
+
"tsc": "#e1e2ed",
|
|
521
|
+
"tsox": 0,
|
|
522
|
+
"tsoy": "1px"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"be": "#f24437",
|
|
526
|
+
"bs": "#c62d1f",
|
|
527
|
+
"bc": "#d02718",
|
|
528
|
+
"br": "18px",
|
|
529
|
+
"bse": "1px",
|
|
530
|
+
"bsh": true,
|
|
531
|
+
"bsbr": 0,
|
|
532
|
+
"bsc": "#8a2a21",
|
|
533
|
+
"bsi": false,
|
|
534
|
+
"bsox": "3px",
|
|
535
|
+
"bsoy": "4px",
|
|
536
|
+
"bssr": 0,
|
|
537
|
+
"fc": "#fff",
|
|
538
|
+
"ff": "Arial",
|
|
539
|
+
"fs": "17px",
|
|
540
|
+
"fse": false,
|
|
541
|
+
"fw": false,
|
|
542
|
+
"px": "25px",
|
|
543
|
+
"py": "7px",
|
|
544
|
+
"pbc": "#f5f5f5",
|
|
545
|
+
"s": false,
|
|
546
|
+
"t": "red",
|
|
547
|
+
"ts": true,
|
|
548
|
+
"tsbr": 0,
|
|
549
|
+
"tsc": "#810e05",
|
|
550
|
+
"tsox": 0,
|
|
551
|
+
"tsoy": "1px"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"be": "#378de5",
|
|
555
|
+
"bs": "#79bbff",
|
|
556
|
+
"bc": "#337bc4",
|
|
557
|
+
"br": "5px",
|
|
558
|
+
"bse": "1px",
|
|
559
|
+
"bsh": true,
|
|
560
|
+
"bsbr": 0,
|
|
561
|
+
"bsc": "#1564ad",
|
|
562
|
+
"bsi": false,
|
|
563
|
+
"bsox": "3px",
|
|
564
|
+
"bsoy": "4px",
|
|
565
|
+
"bssr": 0,
|
|
566
|
+
"fc": "#fff",
|
|
567
|
+
"ff": "Arial",
|
|
568
|
+
"fs": "17px",
|
|
569
|
+
"fse": false,
|
|
570
|
+
"fw": true,
|
|
571
|
+
"px": "44px",
|
|
572
|
+
"py": "12px",
|
|
573
|
+
"pbc": "#f5f5f5",
|
|
574
|
+
"s": false,
|
|
575
|
+
"t": "blue",
|
|
576
|
+
"ts": true,
|
|
577
|
+
"tsbr": 0,
|
|
578
|
+
"tsc": "#528ecc",
|
|
579
|
+
"tsox": 0,
|
|
580
|
+
"tsoy": "1px"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"be": "#9ba892",
|
|
584
|
+
"bs": "#dbe6c4",
|
|
585
|
+
"bc": "#b2b8ad",
|
|
586
|
+
"br": "6px",
|
|
587
|
+
"bse": "1px",
|
|
588
|
+
"bsh": true,
|
|
589
|
+
"bsbr": "14px",
|
|
590
|
+
"bsc": "#f2fadc",
|
|
591
|
+
"bsi": true,
|
|
592
|
+
"bsox": 0,
|
|
593
|
+
"bsoy": 0,
|
|
594
|
+
"bssr": "-3px",
|
|
595
|
+
"fc": "#757d6f",
|
|
596
|
+
"ff": "Arial",
|
|
597
|
+
"fs": "15px",
|
|
598
|
+
"fse": false,
|
|
599
|
+
"fw": true,
|
|
600
|
+
"px": "24px",
|
|
601
|
+
"py": "6px",
|
|
602
|
+
"pbc": "#f5f5f5",
|
|
603
|
+
"s": false,
|
|
604
|
+
"t": "olive",
|
|
605
|
+
"ts": true,
|
|
606
|
+
"tsbr": 0,
|
|
607
|
+
"tsc": "#ced9bf",
|
|
608
|
+
"tsox": 0,
|
|
609
|
+
"tsoy": "1px"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
"be": "#bc80ea",
|
|
613
|
+
"bs": "#dfbdfa",
|
|
614
|
+
"bc": "#c584f3",
|
|
615
|
+
"br": "6px",
|
|
616
|
+
"bse": "1px",
|
|
617
|
+
"bsh": true,
|
|
618
|
+
"bsbr": 0,
|
|
619
|
+
"bsc": "#efdcfb",
|
|
620
|
+
"bsi": true,
|
|
621
|
+
"bsox": 0,
|
|
622
|
+
"bsoy": "1px",
|
|
623
|
+
"bssr": 0,
|
|
624
|
+
"fc": "#fff",
|
|
625
|
+
"ff": "Arial",
|
|
626
|
+
"fs": "15px",
|
|
627
|
+
"fse": false,
|
|
628
|
+
"fw": true,
|
|
629
|
+
"px": "24px",
|
|
630
|
+
"py": "6px",
|
|
631
|
+
"pbc": "#f5f5f5",
|
|
632
|
+
"s": false,
|
|
633
|
+
"t": "purple",
|
|
634
|
+
"ts": true,
|
|
635
|
+
"tsbr": 0,
|
|
636
|
+
"tsc": "#9752cc",
|
|
637
|
+
"tsox": 0,
|
|
638
|
+
"tsoy": "1px"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"be": "#80b5ea",
|
|
642
|
+
"bs": "#bddbfa",
|
|
643
|
+
"bc": "#84bbf3",
|
|
644
|
+
"br": "6px",
|
|
645
|
+
"bse": "1px",
|
|
646
|
+
"bsh": true,
|
|
647
|
+
"bsbr": 0,
|
|
648
|
+
"bsc": "#dcecfb",
|
|
649
|
+
"bsi": true,
|
|
650
|
+
"bsox": 0,
|
|
651
|
+
"bsoy": "1px",
|
|
652
|
+
"bssr": 0,
|
|
653
|
+
"fc": "#fff",
|
|
654
|
+
"ff": "Arial",
|
|
655
|
+
"fs": "15px",
|
|
656
|
+
"fse": false,
|
|
657
|
+
"fw": true,
|
|
658
|
+
"px": "24px",
|
|
659
|
+
"py": "6px",
|
|
660
|
+
"pbc": "#f5f5f5",
|
|
661
|
+
"s": false,
|
|
662
|
+
"t": "light blue",
|
|
663
|
+
"ts": true,
|
|
664
|
+
"tsbr": 0,
|
|
665
|
+
"tsc": "#528ecc",
|
|
666
|
+
"tsox": 0,
|
|
667
|
+
"tsoy": "1px"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"be": "#f6f6f6",
|
|
671
|
+
"bs": "#fff",
|
|
672
|
+
"bc": "#dcdcdc",
|
|
673
|
+
"br": "6px",
|
|
674
|
+
"bse": "1px",
|
|
675
|
+
"bsh": true,
|
|
676
|
+
"bsbr": 0,
|
|
677
|
+
"bsc": "#fff",
|
|
678
|
+
"bsi": true,
|
|
679
|
+
"bsox": 0,
|
|
680
|
+
"bsoy": "1px",
|
|
681
|
+
"bssr": 0,
|
|
682
|
+
"fc": "#666666",
|
|
683
|
+
"ff": "Arial",
|
|
684
|
+
"fs": "15px",
|
|
685
|
+
"fse": false,
|
|
686
|
+
"fw": true,
|
|
687
|
+
"px": "24px",
|
|
688
|
+
"py": "6px",
|
|
689
|
+
"pbc": "#f5f5f5",
|
|
690
|
+
"s": false,
|
|
691
|
+
"t": "white",
|
|
692
|
+
"ts": true,
|
|
693
|
+
"tsbr": 0,
|
|
694
|
+
"tsc": "#fff",
|
|
695
|
+
"tsox": 0,
|
|
696
|
+
"tsoy": "1px"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"be": "#e4685d",
|
|
700
|
+
"bs": "#fc8d83",
|
|
701
|
+
"bc": "#d83526",
|
|
702
|
+
"br": "6px",
|
|
703
|
+
"bse": "1px",
|
|
704
|
+
"bsh": true,
|
|
705
|
+
"bsbr": 0,
|
|
706
|
+
"bsc": "#f7c5c0",
|
|
707
|
+
"bsi": true,
|
|
708
|
+
"bsox": 0,
|
|
709
|
+
"bsoy": "1px",
|
|
710
|
+
"bssr": 0,
|
|
711
|
+
"fc": "#fff",
|
|
712
|
+
"ff": "Arial",
|
|
713
|
+
"fs": "15px",
|
|
714
|
+
"fse": false,
|
|
715
|
+
"fw": true,
|
|
716
|
+
"px": "24px",
|
|
717
|
+
"py": "6px",
|
|
718
|
+
"pbc": "#f5f5f5",
|
|
719
|
+
"s": false,
|
|
720
|
+
"t": "light red",
|
|
721
|
+
"ts": true,
|
|
722
|
+
"tsbr": 0,
|
|
723
|
+
"tsc": "#b23e35",
|
|
724
|
+
"tsox": 0,
|
|
725
|
+
"tsoy": "1px"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"be": "#468ccf",
|
|
729
|
+
"bs": "#63b8ee",
|
|
730
|
+
"bc": "#3866a3",
|
|
731
|
+
"br": "6px",
|
|
732
|
+
"bse": "1px",
|
|
733
|
+
"bsh": true,
|
|
734
|
+
"bsbr": 0,
|
|
735
|
+
"bsc": "#bee2f9",
|
|
736
|
+
"bsi": true,
|
|
737
|
+
"bsox": 0,
|
|
738
|
+
"bsoy": "1px",
|
|
739
|
+
"bssr": 0,
|
|
740
|
+
"fc": "#14396a",
|
|
741
|
+
"ff": "Arial",
|
|
742
|
+
"fs": "15px",
|
|
743
|
+
"fse": false,
|
|
744
|
+
"fw": true,
|
|
745
|
+
"px": "24px",
|
|
746
|
+
"py": "6px",
|
|
747
|
+
"pbc": "#f5f5f5",
|
|
748
|
+
"s": false,
|
|
749
|
+
"t": "dark blue",
|
|
750
|
+
"ts": true,
|
|
751
|
+
"tsbr": 0,
|
|
752
|
+
"tsc": "#7cacde",
|
|
753
|
+
"tsox": 0,
|
|
754
|
+
"tsoy": "1px"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"be": "#ffab23",
|
|
758
|
+
"bs": "#ffec64",
|
|
759
|
+
"bc": "#ffaa22",
|
|
760
|
+
"br": "6px",
|
|
761
|
+
"bse": "1px",
|
|
762
|
+
"bsh": true,
|
|
763
|
+
"bsbr": 0,
|
|
764
|
+
"bsc": "#fff6af",
|
|
765
|
+
"bsi": true,
|
|
766
|
+
"bsox": 0,
|
|
767
|
+
"bsoy": "1px",
|
|
768
|
+
"bssr": 0,
|
|
769
|
+
"fc": "#333333",
|
|
770
|
+
"ff": "Arial",
|
|
771
|
+
"fs": "15px",
|
|
772
|
+
"fse": false,
|
|
773
|
+
"fw": true,
|
|
774
|
+
"px": "24px",
|
|
775
|
+
"py": "6px",
|
|
776
|
+
"pbc": "#f5f5f5",
|
|
777
|
+
"s": false,
|
|
778
|
+
"t": "orange",
|
|
779
|
+
"ts": true,
|
|
780
|
+
"tsbr": 0,
|
|
781
|
+
"tsc": "#ffee66",
|
|
782
|
+
"tsox": 0,
|
|
783
|
+
"tsoy": "1px"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
"be": "#77a809",
|
|
787
|
+
"bs": "#89c403",
|
|
788
|
+
"bc": "#74b807",
|
|
789
|
+
"br": "6px",
|
|
790
|
+
"bse": "1px",
|
|
791
|
+
"bsh": true,
|
|
792
|
+
"bsbr": 0,
|
|
793
|
+
"bsc": "#a4e271",
|
|
794
|
+
"bsi": true,
|
|
795
|
+
"bsox": 0,
|
|
796
|
+
"bsoy": "1px",
|
|
797
|
+
"bssr": 0,
|
|
798
|
+
"fc": "#fff",
|
|
799
|
+
"ff": "Arial",
|
|
800
|
+
"fs": "15px",
|
|
801
|
+
"fse": false,
|
|
802
|
+
"fw": true,
|
|
803
|
+
"px": "24px",
|
|
804
|
+
"py": "6px",
|
|
805
|
+
"pbc": "#f5f5f5",
|
|
806
|
+
"s": false,
|
|
807
|
+
"t": "green",
|
|
808
|
+
"ts": true,
|
|
809
|
+
"tsbr": 0,
|
|
810
|
+
"tsc": "#528009",
|
|
811
|
+
"tsox": 0,
|
|
812
|
+
"tsoy": "1px"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"be": "#e9e9e9",
|
|
816
|
+
"bs": "#f9f9f9",
|
|
817
|
+
"bc": "#dcdcdc",
|
|
818
|
+
"br": "6px",
|
|
819
|
+
"bse": "1px",
|
|
820
|
+
"bsh": true,
|
|
821
|
+
"bsbr": 0,
|
|
822
|
+
"bsc": "#fff",
|
|
823
|
+
"bsi": true,
|
|
824
|
+
"bsox": 0,
|
|
825
|
+
"bsoy": "1px",
|
|
826
|
+
"bssr": 0,
|
|
827
|
+
"fc": "#666666",
|
|
828
|
+
"ff": "Arial",
|
|
829
|
+
"fs": "15px",
|
|
830
|
+
"fse": false,
|
|
831
|
+
"fw": true,
|
|
832
|
+
"px": "24px",
|
|
833
|
+
"py": "6px",
|
|
834
|
+
"pbc": "#f5f5f5",
|
|
835
|
+
"s": false,
|
|
836
|
+
"t": "light grey",
|
|
837
|
+
"ts": true,
|
|
838
|
+
"tsbr": 0,
|
|
839
|
+
"tsc": "#fff",
|
|
840
|
+
"tsox": 0,
|
|
841
|
+
"tsoy": "1px"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"be": "#a20dbd",
|
|
845
|
+
"bs": "#c123de",
|
|
846
|
+
"bc": "#a511c0",
|
|
847
|
+
"br": "6px",
|
|
848
|
+
"bse": "1px",
|
|
849
|
+
"bsh": true,
|
|
850
|
+
"bsbr": 0,
|
|
851
|
+
"bsc": "#e184f3",
|
|
852
|
+
"bsi": true,
|
|
853
|
+
"bsox": 0,
|
|
854
|
+
"bsoy": "1px",
|
|
855
|
+
"bssr": 0,
|
|
856
|
+
"fc": "#fff",
|
|
857
|
+
"ff": "Arial",
|
|
858
|
+
"fs": "15px",
|
|
859
|
+
"fse": false,
|
|
860
|
+
"fw": true,
|
|
861
|
+
"px": "24px",
|
|
862
|
+
"py": "6px",
|
|
863
|
+
"pbc": "#f5f5f5",
|
|
864
|
+
"s": false,
|
|
865
|
+
"t": "purple",
|
|
866
|
+
"ts": true,
|
|
867
|
+
"tsbr": 0,
|
|
868
|
+
"tsc": "#9b14b3",
|
|
869
|
+
"tsox": 0,
|
|
870
|
+
"tsoy": "1px"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
"be": "#1e62d0",
|
|
874
|
+
"bs": "#3d94f6",
|
|
875
|
+
"bc": "#337fed",
|
|
876
|
+
"br": "6px",
|
|
877
|
+
"bse": "1px",
|
|
878
|
+
"bsh": true,
|
|
879
|
+
"bsbr": 0,
|
|
880
|
+
"bsc": "#97c4fe",
|
|
881
|
+
"bsi": true,
|
|
882
|
+
"bsox": 0,
|
|
883
|
+
"bsoy": "1px",
|
|
884
|
+
"bssr": 0,
|
|
885
|
+
"fc": "#fff",
|
|
886
|
+
"ff": "Arial",
|
|
887
|
+
"fs": "15px",
|
|
888
|
+
"fse": false,
|
|
889
|
+
"fw": true,
|
|
890
|
+
"px": "24px",
|
|
891
|
+
"py": "6px",
|
|
892
|
+
"pbc": "#f5f5f5",
|
|
893
|
+
"s": false,
|
|
894
|
+
"t": "blue",
|
|
895
|
+
"ts": true,
|
|
896
|
+
"tsbr": 0,
|
|
897
|
+
"tsc": "#1570cd",
|
|
898
|
+
"tsox": 0,
|
|
899
|
+
"tsoy": "1px"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"be": "#ef027d",
|
|
903
|
+
"bs": "#ff5bb0",
|
|
904
|
+
"bc": "#ee1eb5",
|
|
905
|
+
"br": "6px",
|
|
906
|
+
"bse": "1px",
|
|
907
|
+
"bsh": true,
|
|
908
|
+
"bsbr": 0,
|
|
909
|
+
"bsc": "#fbafe3",
|
|
910
|
+
"bsi": true,
|
|
911
|
+
"bsox": 0,
|
|
912
|
+
"bsoy": "1px",
|
|
913
|
+
"bssr": 0,
|
|
914
|
+
"fc": "#fff",
|
|
915
|
+
"ff": "Arial",
|
|
916
|
+
"fs": "15px",
|
|
917
|
+
"fse": false,
|
|
918
|
+
"fw": true,
|
|
919
|
+
"px": "24px",
|
|
920
|
+
"py": "6px",
|
|
921
|
+
"pbc": "#f5f5f5",
|
|
922
|
+
"s": false,
|
|
923
|
+
"t": "pink",
|
|
924
|
+
"ts": true,
|
|
925
|
+
"tsbr": 0,
|
|
926
|
+
"tsc": "#c70067",
|
|
927
|
+
"tsox": 0,
|
|
928
|
+
"tsoy": "1px"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"be": "#f2ab1e",
|
|
932
|
+
"bs": "#f0c911",
|
|
933
|
+
"bc": "#e65f44",
|
|
934
|
+
"br": "6px",
|
|
935
|
+
"bse": "1px",
|
|
936
|
+
"bsh": true,
|
|
937
|
+
"bsbr": 0,
|
|
938
|
+
"bsc": "#f9eca0",
|
|
939
|
+
"bsi": true,
|
|
940
|
+
"bsox": 0,
|
|
941
|
+
"bsoy": "1px",
|
|
942
|
+
"bssr": 0,
|
|
943
|
+
"fc": "#c92200",
|
|
944
|
+
"ff": "Arial",
|
|
945
|
+
"fs": "15px",
|
|
946
|
+
"fse": false,
|
|
947
|
+
"fw": true,
|
|
948
|
+
"px": "24px",
|
|
949
|
+
"py": "6px",
|
|
950
|
+
"pbc": "#f5f5f5",
|
|
951
|
+
"s": false,
|
|
952
|
+
"t": "orange",
|
|
953
|
+
"ts": true,
|
|
954
|
+
"tsbr": 0,
|
|
955
|
+
"tsc": "#ded17c",
|
|
956
|
+
"tsox": 0,
|
|
957
|
+
"tsoy": "1px"
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"be": "#c62d1f",
|
|
961
|
+
"bs": "#f24537",
|
|
962
|
+
"bc": "#d02718",
|
|
963
|
+
"br": "6px",
|
|
964
|
+
"bse": "1px",
|
|
965
|
+
"bsh": true,
|
|
966
|
+
"bsbr": 0,
|
|
967
|
+
"bsc": "#f5978e",
|
|
968
|
+
"bsi": true,
|
|
969
|
+
"bsox": 0,
|
|
970
|
+
"bsoy": "1px",
|
|
971
|
+
"bssr": 0,
|
|
972
|
+
"fc": "#fff",
|
|
973
|
+
"ff": "Arial",
|
|
974
|
+
"fs": "15px",
|
|
975
|
+
"fse": false,
|
|
976
|
+
"fw": true,
|
|
977
|
+
"px": "24px",
|
|
978
|
+
"py": "6px",
|
|
979
|
+
"pbc": "#f5f5f5",
|
|
980
|
+
"s": false,
|
|
981
|
+
"t": "red",
|
|
982
|
+
"ts": true,
|
|
983
|
+
"tsbr": 0,
|
|
984
|
+
"tsc": "#810e05",
|
|
985
|
+
"tsox": 0,
|
|
986
|
+
"tsoy": "1px"
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"be": "#a5cc52",
|
|
990
|
+
"bs": "#b8e356",
|
|
991
|
+
"bc": "#83c41a",
|
|
992
|
+
"br": "6px",
|
|
993
|
+
"bse": "1px",
|
|
994
|
+
"bsh": true,
|
|
995
|
+
"bsbr": 0,
|
|
996
|
+
"bsc": "#d9fbbe",
|
|
997
|
+
"bsi": true,
|
|
998
|
+
"bsox": 0,
|
|
999
|
+
"bsoy": "1px",
|
|
1000
|
+
"bssr": 0,
|
|
1001
|
+
"fc": "#fff",
|
|
1002
|
+
"ff": "Arial",
|
|
1003
|
+
"fs": "15px",
|
|
1004
|
+
"fse": false,
|
|
1005
|
+
"fw": true,
|
|
1006
|
+
"px": "24px",
|
|
1007
|
+
"py": "6px",
|
|
1008
|
+
"pbc": "#f5f5f5",
|
|
1009
|
+
"s": false,
|
|
1010
|
+
"t": "light green",
|
|
1011
|
+
"ts": true,
|
|
1012
|
+
"tsbr": 0,
|
|
1013
|
+
"tsc": "#86ae47",
|
|
1014
|
+
"tsox": 0,
|
|
1015
|
+
"tsoy": "1px"
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
"be": "#fb9e25",
|
|
1019
|
+
"bs": "#ffc477",
|
|
1020
|
+
"bc": "#eeb44f",
|
|
1021
|
+
"br": "6px",
|
|
1022
|
+
"bse": "1px",
|
|
1023
|
+
"bsh": true,
|
|
1024
|
+
"bsbr": 0,
|
|
1025
|
+
"bsc": "#fce2c1",
|
|
1026
|
+
"bsi": true,
|
|
1027
|
+
"bsox": 0,
|
|
1028
|
+
"bsoy": "1px",
|
|
1029
|
+
"bssr": 0,
|
|
1030
|
+
"fc": "#fff",
|
|
1031
|
+
"ff": "Arial",
|
|
1032
|
+
"fs": "15px",
|
|
1033
|
+
"fse": false,
|
|
1034
|
+
"fw": true,
|
|
1035
|
+
"px": "24px",
|
|
1036
|
+
"py": "6px",
|
|
1037
|
+
"pbc": "#f5f5f5",
|
|
1038
|
+
"s": false,
|
|
1039
|
+
"t": "light orange",
|
|
1040
|
+
"ts": true,
|
|
1041
|
+
"tsbr": 0,
|
|
1042
|
+
"tsc": "#cc9f52",
|
|
1043
|
+
"tsox": 0,
|
|
1044
|
+
"tsoy": "1px"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"be": "#dfdfdf",
|
|
1048
|
+
"bs": "#ededed",
|
|
1049
|
+
"bc": "#dcdcdc",
|
|
1050
|
+
"br": "6px",
|
|
1051
|
+
"bse": "1px",
|
|
1052
|
+
"bsh": true,
|
|
1053
|
+
"bsbr": 0,
|
|
1054
|
+
"bsc": "#fff",
|
|
1055
|
+
"bsi": true,
|
|
1056
|
+
"bsox": 0,
|
|
1057
|
+
"bsoy": "1px",
|
|
1058
|
+
"bssr": 0,
|
|
1059
|
+
"fc": "#777777",
|
|
1060
|
+
"ff": "Arial",
|
|
1061
|
+
"fs": "15px",
|
|
1062
|
+
"fse": false,
|
|
1063
|
+
"fw": true,
|
|
1064
|
+
"px": "24px",
|
|
1065
|
+
"py": "6px",
|
|
1066
|
+
"pbc": "#f5f5f5",
|
|
1067
|
+
"s": false,
|
|
1068
|
+
"t": "grey",
|
|
1069
|
+
"ts": true,
|
|
1070
|
+
"tsbr": 0,
|
|
1071
|
+
"tsc": "#fff",
|
|
1072
|
+
"tsox": 0,
|
|
1073
|
+
"tsoy": "1px"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"be": "#378de5",
|
|
1077
|
+
"bs": "#79bbff",
|
|
1078
|
+
"bc": "#84bbf3",
|
|
1079
|
+
"br": "6px",
|
|
1080
|
+
"bse": "1px",
|
|
1081
|
+
"bsh": true,
|
|
1082
|
+
"bsbr": 0,
|
|
1083
|
+
"bsc": "#bbdaf7",
|
|
1084
|
+
"bsi": true,
|
|
1085
|
+
"bsox": 0,
|
|
1086
|
+
"bsoy": "1px",
|
|
1087
|
+
"bssr": 0,
|
|
1088
|
+
"fc": "#fff",
|
|
1089
|
+
"ff": "Arial",
|
|
1090
|
+
"fs": "15px",
|
|
1091
|
+
"fse": false,
|
|
1092
|
+
"fw": true,
|
|
1093
|
+
"px": "24px",
|
|
1094
|
+
"py": "6px",
|
|
1095
|
+
"pbc": "#f5f5f5",
|
|
1096
|
+
"s": false,
|
|
1097
|
+
"t": "blue",
|
|
1098
|
+
"ts": true,
|
|
1099
|
+
"tsbr": 0,
|
|
1100
|
+
"tsc": "#528ecc",
|
|
1101
|
+
"tsox": 0,
|
|
1102
|
+
"tsoy": "1px"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"be": "#5cb811",
|
|
1106
|
+
"bs": "#77d42a",
|
|
1107
|
+
"bc": "#268a16",
|
|
1108
|
+
"br": "6px",
|
|
1109
|
+
"bse": "1px",
|
|
1110
|
+
"bsh": true,
|
|
1111
|
+
"bsbr": 0,
|
|
1112
|
+
"bsc": "#caefab",
|
|
1113
|
+
"bsi": true,
|
|
1114
|
+
"bsox": 0,
|
|
1115
|
+
"bsoy": "1px",
|
|
1116
|
+
"bssr": 0,
|
|
1117
|
+
"fc": "#306108",
|
|
1118
|
+
"ff": "Arial",
|
|
1119
|
+
"fs": "15px",
|
|
1120
|
+
"fse": false,
|
|
1121
|
+
"fw": true,
|
|
1122
|
+
"px": "24px",
|
|
1123
|
+
"py": "6px",
|
|
1124
|
+
"pbc": "#f5f5f5",
|
|
1125
|
+
"s": false,
|
|
1126
|
+
"t": "green",
|
|
1127
|
+
"ts": true,
|
|
1128
|
+
"tsbr": 0,
|
|
1129
|
+
"tsc": "#aade7c",
|
|
1130
|
+
"tsox": 0,
|
|
1131
|
+
"tsoy": "1px"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
"be": "#ce0100",
|
|
1135
|
+
"bs": "#fe1a00",
|
|
1136
|
+
"bc": "#d83526",
|
|
1137
|
+
"br": "6px",
|
|
1138
|
+
"bse": "1px",
|
|
1139
|
+
"bsh": true,
|
|
1140
|
+
"bsbr": 0,
|
|
1141
|
+
"bsc": "#f29c93",
|
|
1142
|
+
"bsi": true,
|
|
1143
|
+
"bsox": 0,
|
|
1144
|
+
"bsoy": "1px",
|
|
1145
|
+
"bssr": 0,
|
|
1146
|
+
"fc": "#fff",
|
|
1147
|
+
"ff": "Arial",
|
|
1148
|
+
"fs": "15px",
|
|
1149
|
+
"fse": false,
|
|
1150
|
+
"fw": true,
|
|
1151
|
+
"px": "24px",
|
|
1152
|
+
"py": "6px",
|
|
1153
|
+
"pbc": "#f5f5f5",
|
|
1154
|
+
"s": false,
|
|
1155
|
+
"t": "red",
|
|
1156
|
+
"ts": true,
|
|
1157
|
+
"tsbr": 0,
|
|
1158
|
+
"tsc": "#b23e35",
|
|
1159
|
+
"tsox": 0,
|
|
1160
|
+
"tsoy": "1px"
|
|
1161
|
+
}
|
|
1162
|
+
]
|